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

Revision trunk,1, 0.5 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<!--
8    This example shows how a FOAF file can use DOAP vocabulary
9    terms to make a reverse link into a DOAP-described project
10-->
11
12<Person nodeID="edd">
13        <name>Edd Dumbill</name>
14        <homepage rdf:resource="http://usefulinc.com/edd" />
15        <doap:maintainer-of>
16                <doap:Project>
17                        <doap:homepage rdf:resource="http://usefulinc.com/doap" />
18                </doap:Project>
19        </doap:maintainer-of>
20</Person>
21
22</rdf:RDF>
Note: See TracBrowser for help on using the browser.