Skip to content

Instantly share code, notes, and snippets.

@nutjob4life
Created November 6, 2013 21:37
Show Gist options
  • Save nutjob4life/7344544 to your computer and use it in GitHub Desktop.
Save nutjob4life/7344544 to your computer and use it in GitHub Desktop.
Sample RDF containing a bag
<?xml version='1.0' encoding='utf-8'?>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:dc='http://purl.org/dc/terms/'>
<rdf:Description rdf:about='urn:isbn:978-3-16-148410-0'>
<rdf:type rdf:resource='urn:publishing:schema:book'/>
<dc:creator>
<rdf:Bag>
<rdf:li rdf:resource='http://people.apache.org/mattmann'/>
<rdf:li rdf:resource='http://twitter.org/nutjob4life'/>
<rdf:li rdf:resource='urn:foaf:registered-people:joyce'/>
</rdf:Bag>
</dc:creator>
</rdf:Description>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment