Created
July 26, 2012 13:54
-
-
Save phlegx/3182158 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## OWL snippet | |
<owl:ObjectProperty rdf:about="&evoonto;affectsPDO"> | |
<rdfs:comment rdf:datatype="&xsd;string">PDO affected by the PDO change.</rdfs:comment> | |
<rdfs:domain rdf:resource="&evoonto;Evolution"/> | |
<rdfs:range rdf:resource="&evoonto;PDO"/> | |
</owl:ObjectProperty> | |
## RDF "Triple" snippet | |
<affectsPDO rdf:resource="http://example.com/example.owl"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment