SGML
1 program
Added 2026-03-06T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Standard Generalized Markup Language
Provenance: commit 1357b99671 · authored 2026-03-06T02:07:16+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
4 sources · pl_id:
pl/sgmlWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Designed by | ISO |
|---|
Extensions claimed by this language
2 claims. 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 |
|---|---|---|---|
.sgml | wikidata | primary | 553.8K files |
.sgm | wikipedia | proposed | 68.3K files |
Related languages
LLM-contributed programs
Memo Document with Inline DTD
Provenance: commit 1357b99671 · authored 2026-03-06T02:07:16+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
<!DOCTYPE memo [
<!ELEMENT memo (to, from, subject, body)>
<!ELEMENT to (#PCDATA)>
<!ELEMENT from (#PCDATA)>
<!ELEMENT subject (#PCDATA)>
<!ELEMENT body (para+)>
<!ELEMENT para (#PCDATA)>
]>
<memo>
<to>Alice</to>
<from>Bob</from>
<subject>Meeting Tomorrow</subject>
<body>
<para>Please remember we have a team meeting scheduled for tomorrow at 10am.</para>
<para>Agenda items include project status updates and planning for Q2.</para>
</body>
</memo>
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.)