Created
April 7, 2010 12:34
-
-
Save shellac/358814 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?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> |
This file contains hidden or 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
_: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