Skip to content

Instantly share code, notes, and snippets.

@stain
Created December 5, 2012 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stain/4215134 to your computer and use it in GitHub Desktop.
Save stain/4215134 to your computer and use it in GitHub Desktop.
Protege infers the rdfs:subClassOf
:Man rdf:type owl:Class .
:Person rdf:type owl:Class .
[ rdf:type owl:Axiom ;
rdfs:comment "How beautiful"@en ;
owl:annotatedSource :Man ;
owl:annotatedTarget :Person ;
owl:annotatedProperty rdfs:subClassOf
] .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment