OWL
1 program
Added 2026-02-28T15:12:32Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Web Ontology Language, OWL 2
Provenance: commit d5e0e5474e · authored 2026-02-28T16:12:51+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/owlRelated languages
LLM-contributed programs
Family Ontology
Provenance: commit d5e0e5474e · authored 2026-02-28T16:12:51+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
Prefix(:=<http://example.com/family#>)
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Ontology(<http://example.com/family>
Declaration(Class(:Person))
Declaration(Class(:Woman))
Declaration(Class(:Man))
Declaration(Class(:Parent))
Declaration(Class(:Mother))
SubClassOf(:Woman :Person)
SubClassOf(:Man :Person)
DisjointClasses(:Man :Woman)
Declaration(ObjectProperty(:hasChild))
Declaration(ObjectProperty(:hasParent))
InverseObjectProperties(:hasChild :hasParent)
EquivalentClasses(:Parent
ObjectSomeValuesFrom(:hasChild :Person))
EquivalentClasses(:Mother
ObjectIntersectionOf(:Woman :Parent))
Declaration(NamedIndividual(:Mary))
Declaration(NamedIndividual(:Bob))
ClassAssertion(:Woman :Mary)
ClassAssertion(:Person :Bob)
ObjectPropertyAssertion(:hasChild :Mary :Bob)
)
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.)