Skip to content

Instantly share code, notes, and snippets.

@shellac
Created April 7, 2010 12:34
Show Gist options
  • Save shellac/358814 to your computer and use it in GitHub Desktop.
Save shellac/358814 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ex="http://example.org/stuff/1.0/">
<rdf:Description rdf:about="http://example.org/basket">
<ex:hasFruit rdf:parseType="Collection">
<rdf:Description rdf:about="http://example.org/banana"/>
<rdf:Description rdf:about="http://example.org/apple"/>
<rdf:Description rdf:about="http://example.org/pear"/>
</ex:hasFruit>
</rdf:Description>
</rdf:RDF>
_:A5e72b344X3aX127d8430e31X3aXX2dX7fff <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/apple> .
_:A5e72b344X3aX127d8430e31X3aXX2dX7fff <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:A5e72b344X3aX127d8430e31X3aXX2dX7ffe .
<http://example.org/basket> <http://example.org/stuff/1.0/hasFruit> _:A5e72b344X3aX127d8430e31X3aXX2dX8000 .
_:A5e72b344X3aX127d8430e31X3aXX2dX8000 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/banana> .
_:A5e72b344X3aX127d8430e31X3aXX2dX8000 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:A5e72b344X3aX127d8430e31X3aXX2dX7fff .
_:A5e72b344X3aX127d8430e31X3aXX2dX7ffe <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/pear> .
_:A5e72b344X3aX127d8430e31X3aXX2dX7ffe <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment