Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mod] use local URIs to correct examples for unknows paths
  • Loading branch information
haschek committed Mar 1, 2012
1 parent 3c0a4c0 commit 70aef98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions test/desirejeanette.rdf
Expand Up @@ -25,14 +25,14 @@
Lifestream, Interests, Projects, Network
</dc:description>
<foaf:maker rdf:resource="http://michael.haschke.biz/"/>
<foaf:primaryTopic rdf:resource="http://localhost/foafpress/test/desirejeanette"/>
<admin:errorReportsTo rdf:resource="http://bitbucket.org/haschek/foafpress/issues"/>
<foaf:primaryTopic rdf:resource="#"/>
<admin:errorReportsTo rdf:resource="https://github.com/haschek/Foafpress/issues"/>
<dc:date>2011-04-02 17:06:20 +0100 </dc:date>
</foaf:PersonalProfileDocument>

<!-- Me ____________________________________________________________________ -->

<foaf:Person rdf:about="http://localhost/foafpress/test/desirejeanette">
<foaf:Person rdf:about="#">

<!-- owl:sameAs rdf:resource="" / -->

Expand Down Expand Up @@ -127,8 +127,8 @@

<!-- Social Network ____________________________________________________ -->

<foaf:knows rdf:resource="http://localhost/foafpress/test/johndoe" />
<foaf:knows rdf:resource="http://dbpedia.org/resource/Jane_Doe" />
<foaf:knows rdf:resource="johndoe.rdf#" />
<foaf:knows rdf:resource="http://michael.haschke.biz/" />


Expand Down
8 changes: 4 additions & 4 deletions test/johndoe.rdf
Expand Up @@ -23,14 +23,14 @@
Lifestream, Interests, Projects, Network
</dc:description>
<foaf:maker rdf:resource="http://michael.haschke.biz/"/>
<foaf:primaryTopic rdf:resource="http://localhost/foafpress/test/johndoe"/>
<admin:errorReportsTo rdf:resource="http://bitbucket.org/haschek/foafpress/issues"/>
<foaf:primaryTopic rdf:resource="#"/>
<admin:errorReportsTo rdf:resource="https://github.com/haschek/Foafpress/issues"/>
<dc:date>2011-04-02 17:06:20 +0100 </dc:date>
</foaf:PersonalProfileDocument>

<!-- Me ____________________________________________________________________ -->

<foaf:Person rdf:about="http://localhost/foafpress/test/johndoe">
<foaf:Person rdf:about="#">

<!-- owl:sameAs rdf:resource="" / -->

Expand Down Expand Up @@ -90,7 +90,7 @@

<!-- Social Network ____________________________________________________ -->

<foaf:knows rdf:resource="http://localhost/foafpress/test/desirejeanette" />
<foaf:knows rdf:resource="desirejeanette.rdf#" />
<foaf:knows rdf:resource="http://michael.haschke.biz/" />


Expand Down

0 comments on commit 70aef98

Please sign in to comment.