comparison ontologies/foaf.owl @ 0:1384a0d382fa

first input
author dwinter
date Thu, 30 Jun 2011 11:44:24 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1384a0d382fa
1 <?xml version="1.0"?>
2 <!-- This is the FOAF formal vocabulary description, expressed using W3C RDFS and OWL markup. -->
3 <!-- For more information about FOAF: -->
4 <!-- see the FOAF project homepage, http://www.foaf-project.org/ -->
5 <!-- FOAF developers site, http://rdfweb.org/ -->
6 <!-- FOAF specification, http://xmlns.com/foaf/0.1/ -->
7 <!-- -->
8 <!-- first we introduce a number of RDF namespaces we will be using... -->
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/">
10 <!-- Here we describe general characteristics of the FOAF vocabulary ('ontology'). -->
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 $">
12 <rdfs:seeAlso rdf:resource="http://www.w3.org/2001/08/rdfweb/foaf"/>
13 <owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema"/>
14 <owl:imports rdf:resource="http://www.w3.org/2002/07/owl"/>
15 <wot:assurance rdf:resource="../foafsig"/>
16 <wot:src_assurance rdf:resource="../htmlfoafsig"/>
17 </owl:Ontology>
18 <!-- FOAF classes (types) are listed first. -->
19 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Person" rdfs:label="Person" rdfs:comment="A person." vs:term_status="stable">
20 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Person"/>
21 <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
22 <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/swap/pim/contact#Person"/>
23 <rdfs:subClassOf rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
24 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
25 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
26 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
27 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
28 </rdfs:Class>
29 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Document" rdfs:label="Document" rdfs:comment="A document." vs:term_status="testing">
30 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Document"/>
31 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
32 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
33 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
34 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
35 </rdfs:Class>
36 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Organization" rdfs:label="Organization" rdfs:comment="An organization." vs:term_status="unstable">
37 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Organization"/>
38 <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
39 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
40 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
41 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
42 </rdfs:Class>
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.">
44 <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
45 </rdfs:Class>
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).">
47 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Agent-3"/>
48 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
49 </rdfs:Class>
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).">
51 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Project"/>
52 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
53 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
54 <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
55 <!-- arguably a subclass of Agent; to be discussed -->
56 </rdfs:Class>
57 <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Image" vs:term_status="testing" rdfs:label="Image" rdfs:comment="An image.">
58 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Document"/>
59 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
60 </rdfs:Class>
61
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">
63 <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
64 </rdfs:Class>
65
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.">
67 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
68 </rdfs:Class>
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.">
70 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/OnlineAccount"/>
71 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
72 </rdfs:Class>
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.">
74 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/OnlineAccount"/>
75 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
76 </rdfs:Class>
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.">
78 <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/OnlineAccount"/>
79 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
80 </rdfs:Class>
81 <!-- FOAF properties (ie. relationships). -->
82 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/mbox" vs:term_status="stable" rdfs:label="personal mailbox" rdfs:comment="A
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.">
84 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
85 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
86 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
87 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
88 </rdf:Property>
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.">
90 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
91 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
92 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
93 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
94 </rdf:Property>
95
96 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/gender" vs:term_status="testing"
97 rdfs:label="gender"
98 rdfs:comment="The gender of this Agent (typically but not necessarily 'male' or 'female').">
99 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
100 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
101 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
102 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
103 <!-- whatever one's gender is, and we are liberal in leaving room for more options
104 than 'male' and 'female', we model this so that an agent has only one gender. -->
105 </rdf:Property>
106
107
108
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">
110 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
111 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
112 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
113 </rdf:Property>
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.">
115 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
116 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
117 </rdf:Property>
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.">
119 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
120 <!-- rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty" -->
121 <!-- IFP under discussion -->
122 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
123 </rdf:Property>
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.">
125 <!-- see http://esw.w3.org/topic/GeoOnion for extension ideas -->
126 <!-- this was ranged as Agent... hmm -->
127 <rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
128 <rdfs:range rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
129 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
130 </rdf:Property>
131 <!-- FOAF naming properties -->
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)">
133 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
134 </rdf:Property>
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).">
136 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
137 </rdf:Property>
138 <!-- ......................... chat IDs ........................... -->
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.">
140 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
141 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
142 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
143 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
144 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
145 </rdf:Property>
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">
147 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
148 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
149 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
150 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
151 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
152 </rdf:Property>
153 <!-- http://www.stud.uni-karlsruhe.de/~uck4/ICQ/Packet-112.html -->
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">
155 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
156 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
157 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
158 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
159 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
160 </rdf:Property>
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">
162 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
163 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
164 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
165 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
166 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
167 </rdf:Property>
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">
169 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
170 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
171 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
172 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
173 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
174 </rdf:Property>
175 <!-- ....................................................... -->
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.">
177 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
178 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
179 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
180 <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
181 </rdf:Property>
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.">
183 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
184 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
185 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
186 </rdf:Property>
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.">
188 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
189 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
190 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
191 </rdf:Property>
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.">
193 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
194 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
195 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
196 </rdf:Property>
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.">
198 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
199 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
200 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
201 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
202 </rdf:Property>
203 <!-- end of naming properties. See http://rdfweb.org/issues/show_bug.cgi?id=7
204 for open issue / re-design discussions.
205 -->
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).">
207 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
208 </rdf:Property>
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.">
210 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
211 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
212 <!-- previously: rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent" -->
213 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
214 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
215 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
216 </rdf:Property>
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.).">
218 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
219 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
220 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
221 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
222 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
223 </rdf:Property>
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.">
225 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
226 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
227 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
228 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
229 </rdf:Property>
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.">
231 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
232 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
233 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
234 </rdf:Property>
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.">
236 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
237 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
238 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
239 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/maker"/>
240 </rdf:Property>
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.">
242 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
243 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
244 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
245 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/made"/>
246 </rdf:Property>
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).">
248 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
249 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
250 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/depiction"/>
251 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
252 </rdf:Property>
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.">
254 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
255 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
256 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
257 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/depicts"/>
258 </rdf:Property>
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.">
260 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
261 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
262 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
263 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/depiction"/>
264 </rdf:Property>
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.">
266 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
267 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
268 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
269 </rdf:Property>
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.">
271 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
272 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
273 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
274 </rdf:Property>
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.">
276 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
277 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
278 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
279 </rdf:Property>
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.">
281 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
282 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
283 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
284 </rdf:Property>
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.">
286 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
287 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
288 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
289 </rdf:Property>
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).">
291 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
292 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
293 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
294 </rdf:Property>
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.">
296 <!-- we should distinguish the page from the topic more carefully. danbri 2002-07-08 -->
297 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
298 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
299 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
300 </rdf:Property>
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.">
302 <!-- we should distinguish the page from the topic more carefully. danbri 2002-07-08 -->
303 <!-- foaf:interest_topic(P,R)
304 always true whenever
305 foaf:interest(P,D), foaf:topic(D,R)
306 ie. a person has a foaf:topic_interest in all things
307 that are the foaf:topic of pages they have a foaf:interest in.
308 hmm, does this mean i'm forced to be interested in all the things that are the
309 topic of a page i'm interested in. thats a strong restriction on foaf:topic's utility. -->
310 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
311 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
312 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
313 </rdf:Property>
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.">
315 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
316 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
317 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
318 </rdf:Property>
319 <!-- by libby for ILRT mappings 2001-10-31 -->
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.">
321 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
322 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
323 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
324 </rdf:Property>
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.">
326 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
327 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
328 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
329 </rdf:Property>
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.">
331 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
332 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
333 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
334 </rdf:Property>
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.">
336 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
337 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
338 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
339 </rdf:Property>
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.">
341 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
342 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
343 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
344 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
345 </rdf:Property>
346 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/primaryTopic"
347 vs:term_status="testing" rdfs:label="topic" rdfs:comment="The primary topic of some page or document.">
348 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
349 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
350 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
351 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
352 </rdf:Property>
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.">
354 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
355 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
356 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
357 <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/topic"/>
358 </rdf:Property>
359 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/theme" vs:term_status="unstable" rdfs:label="theme" rdfs:comment="A theme.">
360 <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
361 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
362 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
363 </rdf:Property>
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.">
365 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
366 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
367 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
368 </rdf:Property>
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.">
370 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
371 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
372 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
373 </rdf:Property>
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.">
375 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
376 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
377 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
378 </rdf:Property>
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">
380 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Group"/>
381 <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
382 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
383 </rdf:Property>
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">
385 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Group"/>
386 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
387 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
388 </rdf:Property>
389
390
391 <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/birthday" vs:term_status="unstable" rdfs:label="birthday" rdfs:comment="The
392 birthday of this Agent, represented in mm-dd string form, eg. '12-31'.">
393 <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
394 <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
395 <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
396 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
397 </rdf:Property>
398
399
400 </rdf:RDF>
401
402 <!-- FOAF... -->
403 <!-- -->
404 <!-- ...is semantic web vapourware for the masses -->
405 <!-- -->
406 <!-- coming soon: LOAF support... -->