Skip to content

Instantly share code, notes, and snippets.

@nuclearsandwich
Last active August 29, 2015 13:56
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 nuclearsandwich/9311221 to your computer and use it in GitHub Desktop.
Save nuclearsandwich/9311221 to your computer and use it in GitHub Desktop.
<rdf:Description rdf:ID="All">
  <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  <rdfs:subClassOf rdf:resource="#Thing"/>
</rdf:Description>
```
<rdf:Description rdf:ID="All">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:subClassOf rdf:resource="#Thing"/>
</rdf:Description>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment