ShEx
1 program
Added 2026-03-13T04:34:59Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Shape Expressions
Provenance: commit 746e043108 · authored 2026-03-13T05:35:23+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
5 sources · pl_id:
pl/shexWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | data validation |
|---|---|
| Designed by | Eric Prud'hommeaux · Iovka Boneva · Jose Emilio Labra Gayo · Gregg Kellogg · Shape Expressions W3C Community Group |
| Influenced by | Turtle · SPARQL · RelaxNG |
| Implemented in | JavaScript · Scala |
| Homepage | https://www.w3.org/community/shex/ |
Extensions 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 |
|---|---|---|---|
.shex | pygments | primary | 19.3K files |
Related languages
LLM-contributed programs
Issue Tracking Schema
Provenance: commit 746e043108 · authored 2026-03-13T05:35:23+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
PREFIX ex: <http://example.org/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
ex:IssueShape {
ex:state [ex:unassigned ex:assigned];
ex:reportedBy @ex:UserShape;
ex:reportedOn xsd:dateTime;
ex:reproducedBy @ex:UserShape*;
ex:reproducedOn xsd:dateTime*
}
ex:UserShape {
ex:name xsd:string;
ex:sharedWith @ex:UserShape*
}
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.)