XGMML
1 program
Added 2026-03-05T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: eXtensible Graph Markup and Modeling Language
Provenance: commit c18a05aee4 · authored 2026-03-05T14:52:48+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
4 sources · pl_id:
pl/xgmmlExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.xgmml | wikidata | primary | 11.8K files |
Related languages
LLM-contributed programs
Protein Interaction Network
Provenance: commit c18a05aee4 · authored 2026-03-05T14:52:48+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<graph label="Protein Interaction Network"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.cs.rpi.edu/XGMML"
directed="1">
<att name="documentVersion" value="1.1"/>
<node id="1" label="TP53">
<att name="type" value="protein"/>
<att name="weight" value="0.9"/>
</node>
<node id="2" label="MDM2">
<att name="type" value="protein"/>
<att name="weight" value="0.7"/>
</node>
<node id="3" label="CDKN1A">
<att name="type" value="protein"/>
<att name="weight" value="0.5"/>
</node>
<edge source="1" target="2" label="activates">
<att name="interaction" value="pp"/>
<att name="confidence" value="0.95"/>
</edge>
<edge source="2" target="1" label="inhibits">
<att name="interaction" value="pp"/>
<att name="confidence" value="0.90"/>
</edge>
<edge source="1" target="3" label="activates">
<att name="interaction" value="pp"/>
<att name="confidence" value="0.85"/>
</edge>
</graph>
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)