summaryrefslogtreecommitdiff
path: root/debian/tests/data/foaf.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/data/foaf.rdf')
-rw-r--r--debian/tests/data/foaf.rdf42
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/tests/data/foaf.rdf b/debian/tests/data/foaf.rdf
new file mode 100644
index 0000000..8d3e311
--- /dev/null
+++ b/debian/tests/data/foaf.rdf
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
+ xmlns:cert="http://www.w3.org/ns/auth/cert#"
+ xmlns:dc="http://purl.org/dc/terms/">
+
+ <foaf:PersonalProfileDocument rdf:about="http://localhost:10101/foaf.rdf">
+ <rdfs:label>Jane Fiction's FOAF File</rdfs:label>
+ <foaf:maker rdf:resource="http://localhost:10101/"/>
+ <foaf:primaryTopic rdf:resource="http://localhost:10101/"/>
+ </foaf:PersonalProfileDocument>
+
+ <foaf:Person rdf:about="http://localhost:10101/">
+ <foaf:name>Jane Fiction</foaf:name>
+ <foaf:title>Dr</foaf:title>
+ <foaf:givenName>Jane</foaf:givenName>
+ <foaf:familyName>Fiction</foaf:familyName>
+ <foaf:gender>Female</foaf:gender>
+ <foaf:homepage rdf:resource="http://localhost:10101/"/>
+ <foaf:made rdf:resource="http://localhost:10101/"/>
+ <foaf:nick>jjff</foaf:nick>
+ <foaf:interest>
+ <rdf:Description rdf:about="https://www.wikidata.org/wiki/Q7715973">
+ <dc:title>Debian</dc:title>
+ <rdfs:label>Debian</rdfs:label>
+ </rdf:Description>
+ </foaf:interest>
+ <foaf:interest>
+ <rdf:Description rdf:about="https://www.wikidata.org/wiki/Q388">
+ <dc:title>Linux</dc:title>
+ <rdfs:label>Linux</rdfs:label>
+ </rdf:Description>
+ </foaf:interest>
+ </foaf:Person>
+
+ <foaf:Document rdf:about="http://localhost:10101/">
+ <rdfs:label>Homepage of Jane Fiction</rdfs:label>
+ </foaf:Document>
+
+</rdf:RDF>