Skip to content

Commit

Permalink
Add example RDF file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Jul 19, 2020
1 parent f1532ee commit 7c69531
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions tests/fixtures/foaf.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<rdf:RDF
xmlns:admin="http://webns.net/mvcb/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<foaf:Person rdf:ID="me">
<foaf:depiction rdf:resource="https://www.gravatar.com/avatar/f8d7c4a4899736c59ec1e40c7021d477?s=1024"/>
<foaf:family_name>Peachey</foaf:family_name>
<foaf:givenname>Ben</foaf:givenname>
<foaf:homepage rdf:resource="https://pother.ca"/>
<foaf:knows>
<foaf:Person>
<foaf:name>Alice</foaf:name>
<foaf:mbox_sha1sum>9e9c84204ba63aa49a664273c5563c0cd78cc9ea</foaf:mbox_sha1sum>
<rdfs:seeAlso rdf:resource="http://example.org/alice"/>
</foaf:Person>
</foaf:knows>
<foaf:knows>
<foaf:Person>
<foaf:name>Bob</foaf:name>
<foaf:mbox_sha1sum>1a9daad476f0158b81bc66b7b27b438b4b4c19c0</foaf:mbox_sha1sum>
<rdfs:seeAlso rdf:resource="http://bob.example.org/i"/>
</foaf:Person>
</foaf:knows>
<foaf:mbox_sha1sum>012e360c88b2bf940e6a52de3e5bbf59ccbdada6</foaf:mbox_sha1sum>
<foaf:name>Ben Peachey</foaf:name>
<foaf:nick>Potherca</foaf:nick>
<foaf:phone rdf:resource="tel:0123456789"/>
<foaf:schoolHomepage rdf:resource="https://aki.artez.nl/"/>
<foaf:title>Mr.</foaf:title>
<foaf:workInfoHomepage rdf:resource="https://www.linkedin.com/in/benpeachey/"/>
<foaf:workplaceHomepage rdf:resource="https://pdsinterop.org/"/>
</foaf:Person>
<foaf:PersonalProfileDocument rdf:about="">
<foaf:maker rdf:resource="#me"/>
<foaf:primaryTopic rdf:resource="#me"/>
<admin:generatorAgent rdf:resource="http://www.ldodds.com/foaf/foaf-a-matic"/>
<admin:errorReportsTo rdf:resource="mailto:leigh@ldodds.com"/>
</foaf:PersonalProfileDocument>
</rdf:RDF>

0 comments on commit 7c69531

Please sign in to comment.