root/trunk/doap/examples/edd-dumbill-foaf.rdf

Revision trunk,1, 0.6 kB (checked in by edmundd, 4 years ago)
Line 
1<rdf:RDF
2        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3        xmlns:doap="http://usefulinc.com/ns/doap#"
4        xmlns="http://xmlns.com/foaf/0.1/"
5>
6<!--
7    This shows how a FOAF file can refer to a DOAP-described project
8    and link in the person described in the FOAF as its maintainer.
9    See also edd-dumbill-foaf-2.rdf for a more intuitive way of doing
10    this.
11-->
12
13<Person nodeID="edd">
14        <name>Edd Dumbill</name>
15        <mbox rdf:resource="mailto:edd@usefulinc.com" />
16</Person>
17
18<doap:Project>
19        <doap:homepage rdf:resource="http://usefulinc.com/doap" />
20        <doap:maintainer rdf:nodeID="edd" />
21</doap:Project>
22
23</rdf:RDF>
Note: See TracBrowser for help on using the browser.