summaryrefslogtreecommitdiff
path: root/debian/tests/data/foaf.rdf
blob: 8d3e311e3f164d6a09507f1871cf684df5f931c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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>