annotate foaf.owl @ 0:29bf0113a555

initial
author dwinter
date Fri, 02 Dec 2011 17:22:25 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
29bf0113a555 initial
dwinter
parents:
diff changeset
1 <?xml version="1.0"?>
29bf0113a555 initial
dwinter
parents:
diff changeset
2 <!-- This is the FOAF formal vocabulary description, expressed using W3C RDFS and OWL markup. -->
29bf0113a555 initial
dwinter
parents:
diff changeset
3 <!-- For more information about FOAF: -->
29bf0113a555 initial
dwinter
parents:
diff changeset
4 <!-- see the FOAF project homepage, http://www.foaf-project.org/ -->
29bf0113a555 initial
dwinter
parents:
diff changeset
5 <!-- FOAF developers site, http://rdfweb.org/ -->
29bf0113a555 initial
dwinter
parents:
diff changeset
6 <!-- FOAF specification, http://xmlns.com/foaf/0.1/ -->
29bf0113a555 initial
dwinter
parents:
diff changeset
7 <!-- -->
29bf0113a555 initial
dwinter
parents:
diff changeset
8 <!-- first we introduce a number of RDF namespaces we will be using... -->
29bf0113a555 initial
dwinter
parents:
diff changeset
9 <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:owl="http://www.w3.org/2002/07/owl#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:wot="http://xmlns.com/wot/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/">
29bf0113a555 initial
dwinter
parents:
diff changeset
10 <!-- Here we describe general characteristics of the FOAF vocabulary ('ontology'). -->
29bf0113a555 initial
dwinter
parents:
diff changeset
11 <owl:Ontology rdf:about="http://xmlns.com/foaf/0.1/" dc:title="Friend of a Friend (FOAF) vocabulary" dc:description="The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language." dc:date="$Date: 2005/06/03 07:01:49 $">
29bf0113a555 initial
dwinter
parents:
diff changeset
12 <rdfs:seeAlso rdf:resource="http://www.w3.org/2001/08/rdfweb/foaf"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
13 <owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
14 <owl:imports rdf:resource="http://www.w3.org/2002/07/owl"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
15 <wot:assurance rdf:resource="../foafsig"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
16 <wot:src_assurance rdf:resource="../htmlfoafsig"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
17 </owl:Ontology>
29bf0113a555 initial
dwinter
parents:
diff changeset
18 <!-- FOAF classes (types) are listed first. -->
29bf0113a555 initial
dwinter
parents:
diff changeset
19 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Person" rdfs:label="Person" rdfs:comment="A person." vs:term_status="stable">
29bf0113a555 initial
dwinter
parents:
diff changeset
20 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
21 <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
22 <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/swap/pim/contact#Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
23 <rdfs:subClassOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
24 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
25 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
26 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
27 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
28 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
29 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Document" rdfs:label="Document" rdfs:comment="A document." vs:term_status="testing">
29bf0113a555 initial
dwinter
parents:
diff changeset
30 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
31 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
32 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
33 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
34 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
35 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
36 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Organization" rdfs:label="Organization" rdfs:comment="An organization." vs:term_status="unstable">
29bf0113a555 initial
dwinter
parents:
diff changeset
37 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Organization"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
38 <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
39 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
40 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
41 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
42 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
43 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Group" vs:term_status="unstable" rdfs:label="Group" rdfs:comment="A class of Agents.">
29bf0113a555 initial
dwinter
parents:
diff changeset
44 <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
45 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
46 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Agent" vs:term_status="unstable" rdfs:label="Agent" rdfs:comment="An agent (eg. person, group, software or physical artifact).">
29bf0113a555 initial
dwinter
parents:
diff changeset
47 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Agent-3"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
48 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
49 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
50 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Project" vs:term_status="unstable" rdfs:label="Project" rdfs:comment="A project (a collective endeavour of some kind).">
29bf0113a555 initial
dwinter
parents:
diff changeset
51 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Project"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
52 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
53 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
54 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
55 <!-- arguably a subclass of Agent; to be discussed -->
29bf0113a555 initial
dwinter
parents:
diff changeset
56 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
57 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Image" vs:term_status="testing" rdfs:label="Image" rdfs:comment="An image.">
29bf0113a555 initial
dwinter
parents:
diff changeset
58 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
59 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
60 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
61
29bf0113a555 initial
dwinter
parents:
diff changeset
62 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/PersonalProfileDocument" rdfs:label="PersonalProfileDocument" rdfs:comment="A personal profile RDF document." vs:term_status="testing">
29bf0113a555 initial
dwinter
parents:
diff changeset
63 <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
64 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
65
29bf0113a555 initial
dwinter
parents:
diff changeset
66 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineAccount" vs:term_status="unstable" rdfs:label="Online Account" rdfs:comment="An online account.">
29bf0113a555 initial
dwinter
parents:
diff changeset
67 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
68 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
69 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineGamingAccount" vs:term_status="unstable" rdfs:label="Online Gaming Account" rdfs:comment="An online gaming account.">
29bf0113a555 initial
dwinter
parents:
diff changeset
70 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/OnlineAccount"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
71 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
72 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
73 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineEcommerceAccount" vs:term_status="unstable" rdfs:label="Online E-commerce Account" rdfs:comment="An online e-commerce account.">
29bf0113a555 initial
dwinter
parents:
diff changeset
74 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/OnlineAccount"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
75 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
76 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
77 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineChatAccount" vs:term_status="unstable" rdfs:label="Online Chat Account" rdfs:comment="An online chat account.">
29bf0113a555 initial
dwinter
parents:
diff changeset
78 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/OnlineAccount"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
79 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
80 </rdfs:Class>
29bf0113a555 initial
dwinter
parents:
diff changeset
81 <!-- FOAF properties (ie. relationships). -->
29bf0113a555 initial
dwinter
parents:
diff changeset
82 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/mbox" vs:term_status="stable" rdfs:label="personal mailbox" rdfs:comment="A
29bf0113a555 initial
dwinter
parents:
diff changeset
83 personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox.">
29bf0113a555 initial
dwinter
parents:
diff changeset
84 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
85 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
86 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
87 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
88 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
89 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/mbox_sha1sum" vs:term_status="testing" rdfs:label="sha1sum of a personal mailbox URI name" rdfs:comment="The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.">
29bf0113a555 initial
dwinter
parents:
diff changeset
90 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
91 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
92 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
93 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
94 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
95
29bf0113a555 initial
dwinter
parents:
diff changeset
96 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/gender" vs:term_status="testing"
29bf0113a555 initial
dwinter
parents:
diff changeset
97 rdfs:label="gender"
29bf0113a555 initial
dwinter
parents:
diff changeset
98 rdfs:comment="The gender of this Agent (typically but not necessarily 'male' or 'female').">
29bf0113a555 initial
dwinter
parents:
diff changeset
99 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
100 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
101 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
102 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
103 <!-- whatever one's gender is, and we are liberal in leaving room for more options
29bf0113a555 initial
dwinter
parents:
diff changeset
104 than 'male' and 'female', we model this so that an agent has only one gender. -->
29bf0113a555 initial
dwinter
parents:
diff changeset
105 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
106
29bf0113a555 initial
dwinter
parents:
diff changeset
107
29bf0113a555 initial
dwinter
parents:
diff changeset
108
29bf0113a555 initial
dwinter
parents:
diff changeset
109 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/geekcode" vs:term_status="testing" rdfs:label="geekcode" rdfs:comment="A textual geekcode for this person, see http://www.geekcode.com/geek.html">
29bf0113a555 initial
dwinter
parents:
diff changeset
110 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
111 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
112 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
113 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
114 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/dnaChecksum" vs:term_status="unstable" rdfs:label="DNA checksum" rdfs:comment="A checksum for the DNA of some thing. Joke.">
29bf0113a555 initial
dwinter
parents:
diff changeset
115 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
116 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
117 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
118 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/sha1" vs:term_status="unstable" rdfs:label="sha1sum (hex)" rdfs:comment="A sha1sum hash, in hex.">
29bf0113a555 initial
dwinter
parents:
diff changeset
119 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
120 <!-- rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty" -->
29bf0113a555 initial
dwinter
parents:
diff changeset
121 <!-- IFP under discussion -->
29bf0113a555 initial
dwinter
parents:
diff changeset
122 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
123 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
124 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/based_near" vs:term_status="unstable" rdfs:label="based near" rdfs:comment="A location that something is based near, for some broadly human notion of near.">
29bf0113a555 initial
dwinter
parents:
diff changeset
125 <!-- see http://esw.w3.org/topic/GeoOnion for extension ideas -->
29bf0113a555 initial
dwinter
parents:
diff changeset
126 <!-- this was ranged as Agent... hmm -->
29bf0113a555 initial
dwinter
parents:
diff changeset
127 <rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
128 <rdfs:range rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
129 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
130 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
131 <!-- FOAF naming properties -->
29bf0113a555 initial
dwinter
parents:
diff changeset
132 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/title" vs:term_status="testing" rdfs:label="title" rdfs:comment="Title (Mr, Mrs, Ms, Dr. etc)">
29bf0113a555 initial
dwinter
parents:
diff changeset
133 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
134 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
135 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/nick" vs:term_status="testing" rdfs:label="nickname" rdfs:comment="A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).">
29bf0113a555 initial
dwinter
parents:
diff changeset
136 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
137 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
138 <!-- ......................... chat IDs ........................... -->
29bf0113a555 initial
dwinter
parents:
diff changeset
139 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/jabberID" vs:term_status="testing" rdfs:label="jabber ID" rdfs:comment="A jabber ID for something.">
29bf0113a555 initial
dwinter
parents:
diff changeset
140 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
141 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
142 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
143 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
144 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
145 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
146 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/aimChatID" vs:term_status="testing" rdfs:label="AIM chat ID" rdfs:comment="An AIM chat ID">
29bf0113a555 initial
dwinter
parents:
diff changeset
147 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
148 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
149 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
150 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
151 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
152 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
153 <!-- http://www.stud.uni-karlsruhe.de/~uck4/ICQ/Packet-112.html -->
29bf0113a555 initial
dwinter
parents:
diff changeset
154 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/icqChatID" vs:term_status="testing" rdfs:label="ICQ chat ID" rdfs:comment="An ICQ chat ID">
29bf0113a555 initial
dwinter
parents:
diff changeset
155 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
156 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
157 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
158 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
159 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
160 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
161 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/yahooChatID" vs:term_status="testing" rdfs:label="Yahoo chat ID" rdfs:comment="A Yahoo chat ID">
29bf0113a555 initial
dwinter
parents:
diff changeset
162 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
163 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
164 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
165 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
166 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
167 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
168 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/msnChatID" vs:term_status="testing" rdfs:label="MSN chat ID" rdfs:comment="An MSN chat ID">
29bf0113a555 initial
dwinter
parents:
diff changeset
169 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
170 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
171 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
172 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
173 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
174 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
175 <!-- ....................................................... -->
29bf0113a555 initial
dwinter
parents:
diff changeset
176 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/name" vs:term_status="testing" rdfs:label="name" rdfs:comment="A name for some thing.">
29bf0113a555 initial
dwinter
parents:
diff changeset
177 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
178 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
179 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
180 <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
181 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
182 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/firstName" vs:term_status="testing" rdfs:label="firstName" rdfs:comment="The first name of a person.">
29bf0113a555 initial
dwinter
parents:
diff changeset
183 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
184 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
185 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
186 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
187 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/givenName" vs:term_status="testing" rdfs:label="Given name" rdfs:comment="The given name of some person.">
29bf0113a555 initial
dwinter
parents:
diff changeset
188 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
189 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
190 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
191 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
192 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/surname" vs:term_status="testing" rdfs:label="Surname" rdfs:comment="The surname of some person.">
29bf0113a555 initial
dwinter
parents:
diff changeset
193 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
194 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
195 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
196 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
197 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/family_name" vs:term_status="testing" rdfs:label="family_name" rdfs:comment="The family_name of some person.">
29bf0113a555 initial
dwinter
parents:
diff changeset
198 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
199 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
200 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
201 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
202 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
203 <!-- end of naming properties. See http://rdfweb.org/issues/show_bug.cgi?id=7
29bf0113a555 initial
dwinter
parents:
diff changeset
204 for open issue / re-design discussions.
29bf0113a555 initial
dwinter
parents:
diff changeset
205 -->
29bf0113a555 initial
dwinter
parents:
diff changeset
206 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/phone" vs:term_status="testing" rdfs:label="phone" rdfs:comment="A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).">
29bf0113a555 initial
dwinter
parents:
diff changeset
207 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
208 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
209 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/homepage" vs:term_status="stable" rdfs:label="homepage" rdfs:comment="A homepage for some thing.">
29bf0113a555 initial
dwinter
parents:
diff changeset
210 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
211 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
212 <!-- previously: rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent" -->
29bf0113a555 initial
dwinter
parents:
diff changeset
213 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
214 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
215 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
216 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
217 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/weblog" vs:term_status="testing" rdfs:label="weblog" rdfs:comment="A weblog of some thing (whether person, group, company etc.).">
29bf0113a555 initial
dwinter
parents:
diff changeset
218 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
219 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
220 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
221 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
222 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
223 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
224 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/tipjar" vs:term_status="testing" rdfs:label="tipjar" rdfs:comment="A tipjar document for this agent, describing means for payment and reward.">
29bf0113a555 initial
dwinter
parents:
diff changeset
225 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
226 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
227 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
228 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
229 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
230 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/plan" vs:term_status="testing" rdfs:label="plan" rdfs:comment="A .plan comment, in the tradition of finger and '.plan' files.">
29bf0113a555 initial
dwinter
parents:
diff changeset
231 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
232 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
233 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
234 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
235 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/made" vs:term_status="testing" rdfs:label="made" rdfs:comment="Something that was made by this agent.">
29bf0113a555 initial
dwinter
parents:
diff changeset
236 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
237 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
238 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
239 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/maker"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
240 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
241 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/maker" vs:term_status="testing" rdfs:label="maker" rdfs:comment="An agent that made this thing.">
29bf0113a555 initial
dwinter
parents:
diff changeset
242 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
243 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
244 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
245 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/made"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
246 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
247 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/img" vs:term_status="testing" rdfs:label="image" rdfs:comment="An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one's photo on a homepage).">
29bf0113a555 initial
dwinter
parents:
diff changeset
248 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
249 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
250 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/depiction"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
251 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
252 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
253 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/depiction" vs:term_status="testing" rdfs:label="depiction" rdfs:comment="A depiction of some thing.">
29bf0113a555 initial
dwinter
parents:
diff changeset
254 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
255 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
256 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
257 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/depicts"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
258 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
259 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/depicts" vs:term_status="testing" rdfs:label="depicts" rdfs:comment="A thing depicted in this representation.">
29bf0113a555 initial
dwinter
parents:
diff changeset
260 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
261 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
262 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
263 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/depiction"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
264 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
265 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/thumbnail" vs:term_status="testing" rdfs:label="thumbnail" rdfs:comment="A derived thumbnail image.">
29bf0113a555 initial
dwinter
parents:
diff changeset
266 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
267 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
268 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
269 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
270 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/myersBriggs" vs:term_status="testing" rdfs:label="myersBriggs" rdfs:comment="A Myers Briggs (MBTI) personality classification.">
29bf0113a555 initial
dwinter
parents:
diff changeset
271 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
272 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
273 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
274 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
275 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/workplaceHomepage" vs:term_status="testing" rdfs:label="workplace homepage" rdfs:comment="A workplace homepage of some person; the homepage of an organization they work for.">
29bf0113a555 initial
dwinter
parents:
diff changeset
276 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
277 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
278 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
279 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
280 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/workInfoHomepage" vs:term_status="testing" rdfs:label="work info homepage" rdfs:comment="A work info homepage of some person; a page about their work for some organization.">
29bf0113a555 initial
dwinter
parents:
diff changeset
281 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
282 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
283 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
284 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
285 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/schoolHomepage" vs:term_status="testing" rdfs:label="schoolHomepage" rdfs:comment="A homepage of a school attended by the person.">
29bf0113a555 initial
dwinter
parents:
diff changeset
286 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
287 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
288 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
289 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
290 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/knows" vs:term_status="testing" rdfs:label="knows" rdfs:comment="A person known by this person (indicating some level of reciprocated interaction between the parties).">
29bf0113a555 initial
dwinter
parents:
diff changeset
291 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
292 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
293 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
294 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
295 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/interest" vs:term_status="testing" rdfs:label="interest" rdfs:comment="A page about a topic of interest to this person.">
29bf0113a555 initial
dwinter
parents:
diff changeset
296 <!-- we should distinguish the page from the topic more carefully. danbri 2002-07-08 -->
29bf0113a555 initial
dwinter
parents:
diff changeset
297 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
298 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
299 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
300 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
301 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/topic_interest" vs:term_status="testing" rdfs:label="interest_topic" rdfs:comment="A thing of interest to this person.">
29bf0113a555 initial
dwinter
parents:
diff changeset
302 <!-- we should distinguish the page from the topic more carefully. danbri 2002-07-08 -->
29bf0113a555 initial
dwinter
parents:
diff changeset
303 <!-- foaf:interest_topic(P,R)
29bf0113a555 initial
dwinter
parents:
diff changeset
304 always true whenever
29bf0113a555 initial
dwinter
parents:
diff changeset
305 foaf:interest(P,D), foaf:topic(D,R)
29bf0113a555 initial
dwinter
parents:
diff changeset
306 ie. a person has a foaf:topic_interest in all things
29bf0113a555 initial
dwinter
parents:
diff changeset
307 that are the foaf:topic of pages they have a foaf:interest in.
29bf0113a555 initial
dwinter
parents:
diff changeset
308 hmm, does this mean i'm forced to be interested in all the things that are the
29bf0113a555 initial
dwinter
parents:
diff changeset
309 topic of a page i'm interested in. thats a strong restriction on foaf:topic's utility. -->
29bf0113a555 initial
dwinter
parents:
diff changeset
310 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
311 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
312 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
313 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
314 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/publications" vs:term_status="unstable" rdfs:label="publications" rdfs:comment="A link to the publications of this person.">
29bf0113a555 initial
dwinter
parents:
diff changeset
315 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
316 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
317 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
318 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
319 <!-- by libby for ILRT mappings 2001-10-31 -->
29bf0113a555 initial
dwinter
parents:
diff changeset
320 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/currentProject" vs:term_status="testing" rdfs:label="current project" rdfs:comment="A current project this person works on.">
29bf0113a555 initial
dwinter
parents:
diff changeset
321 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
322 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
323 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
324 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
325 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/pastProject" vs:term_status="testing" rdfs:label="past project" rdfs:comment="A project this person has previously worked on.">
29bf0113a555 initial
dwinter
parents:
diff changeset
326 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
327 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
328 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
329 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
330 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/fundedBy" vs:term_status="unstable" rdfs:label="funded by" rdfs:comment="An organization funding a project or person.">
29bf0113a555 initial
dwinter
parents:
diff changeset
331 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
332 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
333 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
334 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
335 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/logo" vs:term_status="testing" rdfs:label="logo" rdfs:comment="A logo representing some thing.">
29bf0113a555 initial
dwinter
parents:
diff changeset
336 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
337 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
338 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
339 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
340 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/topic" vs:term_status="testing" rdfs:label="topic" rdfs:comment="A topic of some page or document.">
29bf0113a555 initial
dwinter
parents:
diff changeset
341 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
342 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
343 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
344 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
345 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
346 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/primaryTopic"
29bf0113a555 initial
dwinter
parents:
diff changeset
347 vs:term_status="testing" rdfs:label="topic" rdfs:comment="The primary topic of some page or document.">
29bf0113a555 initial
dwinter
parents:
diff changeset
348 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
349 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
350 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
351 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
352 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
353 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/page" vs:term_status="testing" rdfs:label="page" rdfs:comment="A page or document about this thing.">
29bf0113a555 initial
dwinter
parents:
diff changeset
354 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
355 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
356 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
357 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/topic"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
358 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
359 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/theme" vs:term_status="unstable" rdfs:label="theme" rdfs:comment="A theme.">
29bf0113a555 initial
dwinter
parents:
diff changeset
360 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
361 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
362 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
363 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
364 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/holdsAccount" vs:term_status="unstable" rdfs:label="holds account" rdfs:comment="Indicates an account held by this agent.">
29bf0113a555 initial
dwinter
parents:
diff changeset
365 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
366 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
367 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
368 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
369 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/accountServiceHomepage" vs:term_status="unstable" rdfs:label="account service homepage" rdfs:comment="Indicates a homepage of the service provide for this online account.">
29bf0113a555 initial
dwinter
parents:
diff changeset
370 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
371 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
372 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
373 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
374 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/accountName" vs:term_status="unstable" rdfs:label="account name" rdfs:comment="Indicates the name (identifier) associated with this online account.">
29bf0113a555 initial
dwinter
parents:
diff changeset
375 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
376 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
377 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
378 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
379 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/member" vs:term_status="unstable" rdfs:label="member" rdfs:comment="Indicates a member of a Group">
29bf0113a555 initial
dwinter
parents:
diff changeset
380 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Group"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
381 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
382 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
383 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
384 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/membershipClass" vs:term_status="unstable" rdfs:label="membershipClass" rdfs:comment="Indicates the class of individuals that are a member of a Group">
29bf0113a555 initial
dwinter
parents:
diff changeset
385 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Group"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
386 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
387 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
388 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
389
29bf0113a555 initial
dwinter
parents:
diff changeset
390
29bf0113a555 initial
dwinter
parents:
diff changeset
391 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/birthday" vs:term_status="unstable" rdfs:label="birthday" rdfs:comment="The
29bf0113a555 initial
dwinter
parents:
diff changeset
392 birthday of this Agent, represented in mm-dd string form, eg. '12-31'.">
29bf0113a555 initial
dwinter
parents:
diff changeset
393 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
394 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
395 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
396 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
397 </rdf:Property>
29bf0113a555 initial
dwinter
parents:
diff changeset
398
29bf0113a555 initial
dwinter
parents:
diff changeset
399
29bf0113a555 initial
dwinter
parents:
diff changeset
400 </rdf:RDF>
29bf0113a555 initial
dwinter
parents:
diff changeset
401
29bf0113a555 initial
dwinter
parents:
diff changeset
402 <!-- FOAF... -->
29bf0113a555 initial
dwinter
parents:
diff changeset
403 <!-- -->
29bf0113a555 initial
dwinter
parents:
diff changeset
404 <!-- ...is semantic web vapourware for the masses -->
29bf0113a555 initial
dwinter
parents:
diff changeset
405 <!-- -->
29bf0113a555 initial
dwinter
parents:
diff changeset
406 <!-- coming soon: LOAF support... -->