planet/tests/data/config/rubys-card.foaf
Elias Torres 525f8d9351 Added basic support for FOAF recursion
[section]
content_type = foaf
depth = 1
2006-09-07 05:51:56 -04:00

34 lines
1.3 KiB
Plaintext

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:doap="http://usefulinc.com/ns/doap#"
xmlns:ical="http://www.w3.org/2002/12/cal/icaltzd#"
xmlns:rss="http://purl.org/rss/1.0/"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<foaf:PersonalProfileDocument rdf:about="http://torrez.us/who">
<foaf:primaryTopic rdf:resource="#sam"/>
</foaf:PersonalProfileDocument>
<foaf:Person rdf:about="#sam">
<foaf:name>Sam Ruby</foaf:name>
<foaf:mbox_sha1sum>703471c6f39094d88665d24ce72c42fdc5f20585</foaf:mbox_sha1sum>
<foaf:weblog>
<foaf:Document rdf:about="http://intertwingly.net/blog/">
<dc:title>Its just data.</dc:title>
<rdfs:seeAlso>
<rss:channel rdf:about="http://intertwingly.net/blog/atom.xml" />
</rdfs:seeAlso>
</foaf:Document>
</foaf:weblog>
<foaf:holdsAccount>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="http://del.icio.us/"/>
<foaf:accountName>rubys</foaf:accountName>
</foaf:OnlineAccount>
</foaf:holdsAccount>
</foaf:Person>
</rdf:RDF>