Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created July 26, 2012 13:54
Show Gist options
  • Save phlegx/3182158 to your computer and use it in GitHub Desktop.
Save phlegx/3182158 to your computer and use it in GitHub Desktop.
## 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