rdf-vocab 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/foaf.rb
CHANGED
@@ -3,611 +3,613 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://xmlns.com/foaf/0.1/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://xmlns.com/foaf/0.1/>
|
7
|
+
# @!visibility private
|
6
8
|
FOAF = Class.new(RDF::StrictVocabulary("http://xmlns.com/foaf/0.1/")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://xmlns.com/foaf/0.1/",
|
10
|
-
"http://purl.org/dc/elements/1.1/description": "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language."
|
11
|
-
"http://purl.org/dc/elements/1.1/title": "Friend of a Friend (FOAF) vocabulary"
|
12
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
"http://purl.org/dc/elements/1.1/description": "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language.",
|
13
|
+
"http://purl.org/dc/elements/1.1/title": "Friend of a Friend (FOAF) vocabulary",
|
14
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
13
15
|
|
14
16
|
# Class definitions
|
15
17
|
term :Agent,
|
16
|
-
comment: "An agent (eg. person, group, software or physical artifact)."
|
17
|
-
equivalentClass: "http://purl.org/dc/terms/Agent"
|
18
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
19
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
20
|
-
label: "Agent"
|
21
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
18
|
+
comment: "An agent (eg. person, group, software or physical artifact).",
|
19
|
+
equivalentClass: "http://purl.org/dc/terms/Agent",
|
20
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
21
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
22
|
+
label: "Agent",
|
23
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
22
24
|
term :Document,
|
23
|
-
comment: "A document."
|
24
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Organization"
|
25
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
26
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
27
|
-
label: "Document"
|
28
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
25
|
+
comment: "A document.",
|
26
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Organization", "http://xmlns.com/foaf/0.1/Project"],
|
27
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
28
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
29
|
+
label: "Document",
|
30
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
29
31
|
term :Group,
|
30
|
-
comment: "A class of Agents."
|
31
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
32
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
33
|
-
label: "Group"
|
34
|
-
subClassOf: "http://xmlns.com/foaf/0.1/Agent"
|
35
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
32
|
+
comment: "A class of Agents.",
|
33
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
34
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
35
|
+
label: "Group",
|
36
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Agent",
|
37
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
36
38
|
term :Image,
|
37
|
-
comment: "An image."
|
38
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
39
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
40
|
-
label: "Image"
|
41
|
-
subClassOf: "http://xmlns.com/foaf/0.1/Document"
|
42
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
39
|
+
comment: "An image.",
|
40
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
41
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
42
|
+
label: "Image",
|
43
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Document",
|
44
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
43
45
|
term :LabelProperty,
|
44
|
-
comment: "A foaf:LabelProperty is any RDF property with texual values that serve as labels."
|
45
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
46
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
47
|
-
label: "Label Property"
|
48
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
46
|
+
comment: "A foaf:LabelProperty is any RDF property with texual values that serve as labels.",
|
47
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
48
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
49
|
+
label: "Label Property",
|
50
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
49
51
|
term :OnlineAccount,
|
50
|
-
comment: "An online account."
|
51
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
52
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
53
|
-
label: "Online Account"
|
54
|
-
subClassOf: "http://www.w3.org/2002/07/owl#Thing"
|
55
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
52
|
+
comment: "An online account.",
|
53
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
54
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
55
|
+
label: "Online Account",
|
56
|
+
subClassOf: "http://www.w3.org/2002/07/owl#Thing",
|
57
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
56
58
|
term :OnlineChatAccount,
|
57
|
-
comment: "An online chat account."
|
58
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
59
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
60
|
-
label: "Online Chat Account"
|
61
|
-
subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount"
|
62
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
59
|
+
comment: "An online chat account.",
|
60
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
61
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
62
|
+
label: "Online Chat Account",
|
63
|
+
subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount",
|
64
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
63
65
|
term :OnlineEcommerceAccount,
|
64
|
-
comment: "An online e-commerce account."
|
65
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
66
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
67
|
-
label: "Online E-commerce Account"
|
68
|
-
subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount"
|
69
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
66
|
+
comment: "An online e-commerce account.",
|
67
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
68
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
69
|
+
label: "Online E-commerce Account",
|
70
|
+
subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount",
|
71
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
70
72
|
term :OnlineGamingAccount,
|
71
|
-
comment: "An online gaming account."
|
72
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
73
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
74
|
-
label: "Online Gaming Account"
|
75
|
-
subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount"
|
76
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
73
|
+
comment: "An online gaming account.",
|
74
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
75
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
76
|
+
label: "Online Gaming Account",
|
77
|
+
subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount",
|
78
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
77
79
|
term :Organization,
|
78
|
-
comment: "An organization."
|
79
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Document"
|
80
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
81
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
82
|
-
label: "Organization"
|
83
|
-
subClassOf: "http://xmlns.com/foaf/0.1/Agent"
|
84
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
80
|
+
comment: "An organization.",
|
81
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Document", "http://xmlns.com/foaf/0.1/Person"],
|
82
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
83
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
84
|
+
label: "Organization",
|
85
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Agent",
|
86
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
85
87
|
term :Person,
|
86
|
-
comment: "A person."
|
87
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Organization"
|
88
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
89
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
90
|
-
label: "Person"
|
91
|
-
subClassOf: ["http://www.w3.org/2000/10/swap/pim/contact#Person"
|
92
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
88
|
+
comment: "A person.",
|
89
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Organization", "http://xmlns.com/foaf/0.1/Project"],
|
90
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
91
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
92
|
+
label: "Person",
|
93
|
+
subClassOf: ["http://www.w3.org/2000/10/swap/pim/contact#Person", "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing", "http://xmlns.com/foaf/0.1/Agent"],
|
94
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
93
95
|
term :PersonalProfileDocument,
|
94
|
-
comment: "A personal profile RDF document."
|
95
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
96
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
97
|
-
label: "PersonalProfileDocument"
|
98
|
-
subClassOf: "http://xmlns.com/foaf/0.1/Document"
|
99
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
96
|
+
comment: "A personal profile RDF document.",
|
97
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
98
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
99
|
+
label: "PersonalProfileDocument",
|
100
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Document",
|
101
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
100
102
|
term :Project,
|
101
|
-
comment: "A project (a collective endeavour of some kind)."
|
102
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Document"
|
103
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
104
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
105
|
-
label: "Project"
|
106
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
103
|
+
comment: "A project (a collective endeavour of some kind).",
|
104
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Document", "http://xmlns.com/foaf/0.1/Person"],
|
105
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
106
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
107
|
+
label: "Project",
|
108
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
107
109
|
|
108
110
|
# Property definitions
|
109
111
|
property :account,
|
110
|
-
comment: "Indicates an account held by this agent."
|
111
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
112
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
113
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
114
|
-
label: "account"
|
115
|
-
range: "http://xmlns.com/foaf/0.1/OnlineAccount"
|
116
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
112
|
+
comment: "Indicates an account held by this agent.",
|
113
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
114
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
115
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
116
|
+
label: "account",
|
117
|
+
range: "http://xmlns.com/foaf/0.1/OnlineAccount",
|
118
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
117
119
|
property :accountName,
|
118
|
-
comment: "Indicates the name (identifier) associated with this online account."
|
119
|
-
domain: "http://xmlns.com/foaf/0.1/OnlineAccount"
|
120
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
121
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
122
|
-
label: "account name"
|
123
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
124
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
120
|
+
comment: "Indicates the name (identifier) associated with this online account.",
|
121
|
+
domain: "http://xmlns.com/foaf/0.1/OnlineAccount",
|
122
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
123
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
124
|
+
label: "account name",
|
125
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
126
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
125
127
|
property :accountServiceHomepage,
|
126
|
-
comment: "Indicates a homepage of the service provide for this online account."
|
127
|
-
domain: "http://xmlns.com/foaf/0.1/OnlineAccount"
|
128
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
129
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
130
|
-
label: "account service homepage"
|
131
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
132
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
128
|
+
comment: "Indicates a homepage of the service provide for this online account.",
|
129
|
+
domain: "http://xmlns.com/foaf/0.1/OnlineAccount",
|
130
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
131
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
132
|
+
label: "account service homepage",
|
133
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
134
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
133
135
|
property :age,
|
134
|
-
comment: "The age in years of some agent."
|
135
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
136
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
137
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
138
|
-
label: "age"
|
139
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
140
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
136
|
+
comment: "The age in years of some agent.",
|
137
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
138
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
139
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
140
|
+
label: "age",
|
141
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
142
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
141
143
|
property :aimChatID,
|
142
|
-
comment: "An AIM chat ID"
|
143
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
144
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
145
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
146
|
-
label: "AIM chat ID"
|
147
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
148
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/nick"
|
149
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
144
|
+
comment: "An AIM chat ID",
|
145
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
146
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
147
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
148
|
+
label: "AIM chat ID",
|
149
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
150
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/nick",
|
151
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
150
152
|
property :based_near,
|
151
|
-
comment: "A location that something is based near, for some broadly human notion of near."
|
152
|
-
domain: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"
|
153
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
154
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
155
|
-
label: "based near"
|
156
|
-
range: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"
|
157
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
153
|
+
comment: "A location that something is based near, for some broadly human notion of near.",
|
154
|
+
domain: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing",
|
155
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
156
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
157
|
+
label: "based near",
|
158
|
+
range: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing",
|
159
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
158
160
|
property :birthday,
|
159
|
-
comment: "The birthday of this Agent, represented in mm-dd string form, eg. '12-31'."
|
160
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
161
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
162
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
163
|
-
label: "birthday"
|
164
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
165
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
161
|
+
comment: "The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.",
|
162
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
163
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
164
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
165
|
+
label: "birthday",
|
166
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
167
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
166
168
|
property :currentProject,
|
167
|
-
comment: "A current project this person works on."
|
168
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
169
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
170
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
171
|
-
label: "current project"
|
172
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
173
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
169
|
+
comment: "A current project this person works on.",
|
170
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
171
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
172
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
173
|
+
label: "current project",
|
174
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
175
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
174
176
|
property :depiction,
|
175
|
-
comment: "A depiction of some thing."
|
176
|
-
domain: "http://www.w3.org/2002/07/owl#Thing"
|
177
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
178
|
-
inverseOf: "http://xmlns.com/foaf/0.1/depicts"
|
179
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
180
|
-
label: "depiction"
|
181
|
-
range: "http://xmlns.com/foaf/0.1/Image"
|
182
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
177
|
+
comment: "A depiction of some thing.",
|
178
|
+
domain: "http://www.w3.org/2002/07/owl#Thing",
|
179
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
180
|
+
inverseOf: "http://xmlns.com/foaf/0.1/depicts",
|
181
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
182
|
+
label: "depiction",
|
183
|
+
range: "http://xmlns.com/foaf/0.1/Image",
|
184
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
183
185
|
property :depicts,
|
184
|
-
comment: "A thing depicted in this representation."
|
185
|
-
domain: "http://xmlns.com/foaf/0.1/Image"
|
186
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
187
|
-
inverseOf: "http://xmlns.com/foaf/0.1/depiction"
|
188
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
189
|
-
label: "depicts"
|
190
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
191
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
186
|
+
comment: "A thing depicted in this representation.",
|
187
|
+
domain: "http://xmlns.com/foaf/0.1/Image",
|
188
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
189
|
+
inverseOf: "http://xmlns.com/foaf/0.1/depiction",
|
190
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
191
|
+
label: "depicts",
|
192
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
193
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
192
194
|
property :dnaChecksum,
|
193
|
-
comment: "A checksum for the DNA of some thing. Joke."
|
194
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic"
|
195
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
196
|
-
label: "DNA checksum"
|
197
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
198
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
195
|
+
comment: "A checksum for the DNA of some thing. Joke.",
|
196
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic",
|
197
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
198
|
+
label: "DNA checksum",
|
199
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
200
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
199
201
|
property :familyName,
|
200
|
-
comment: "The family name of some person."
|
201
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
202
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
203
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
204
|
-
label: "familyName"
|
205
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
206
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
202
|
+
comment: "The family name of some person.",
|
203
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
204
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
205
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
206
|
+
label: "familyName",
|
207
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
208
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
207
209
|
property :family_name,
|
208
|
-
comment: "The family name of some person."
|
209
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
210
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic"
|
211
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
212
|
-
label: "family_name"
|
213
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
214
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
210
|
+
comment: "The family name of some person.",
|
211
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
212
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic",
|
213
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
214
|
+
label: "family_name",
|
215
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
216
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
215
217
|
property :firstName,
|
216
|
-
comment: "The first name of a person."
|
217
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
218
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
219
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
220
|
-
label: "firstName"
|
221
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
222
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
218
|
+
comment: "The first name of a person.",
|
219
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
220
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
221
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
222
|
+
label: "firstName",
|
223
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
224
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
223
225
|
property :focus,
|
224
|
-
comment: "The underlying or 'focal' entity associated with some SKOS-described concept."
|
225
|
-
domain: "http://www.w3.org/2004/02/skos/core#Concept"
|
226
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
227
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
228
|
-
label: "focus"
|
229
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
230
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
226
|
+
comment: "The underlying or 'focal' entity associated with some SKOS-described concept.",
|
227
|
+
domain: "http://www.w3.org/2004/02/skos/core#Concept",
|
228
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
229
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
230
|
+
label: "focus",
|
231
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
232
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
231
233
|
property :fundedBy,
|
232
|
-
comment: "An organization funding a project or person."
|
233
|
-
domain: "http://www.w3.org/2002/07/owl#Thing"
|
234
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic"
|
235
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
236
|
-
label: "funded by"
|
237
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
238
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
234
|
+
comment: "An organization funding a project or person.",
|
235
|
+
domain: "http://www.w3.org/2002/07/owl#Thing",
|
236
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic",
|
237
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
238
|
+
label: "funded by",
|
239
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
240
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
239
241
|
property :geekcode,
|
240
|
-
comment: "A textual geekcode for this person, see http://www.geekcode.com/geek.html"
|
241
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
242
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic"
|
243
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
244
|
-
label: "geekcode"
|
245
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
246
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
242
|
+
comment: "A textual geekcode for this person, see http://www.geekcode.com/geek.html",
|
243
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
244
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic",
|
245
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
246
|
+
label: "geekcode",
|
247
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
248
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
247
249
|
property :gender,
|
248
|
-
comment: "The gender of this Agent (typically but not necessarily 'male' or 'female')."
|
249
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
250
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
251
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
252
|
-
label: "gender"
|
253
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
254
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
250
|
+
comment: "The gender of this Agent (typically but not necessarily 'male' or 'female').",
|
251
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
252
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
253
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
254
|
+
label: "gender",
|
255
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
256
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
255
257
|
property :givenName,
|
256
|
-
comment: "The given name of some person."
|
257
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
258
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
259
|
-
label: "Given name"
|
260
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
258
|
+
comment: "The given name of some person.",
|
259
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
260
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
261
|
+
label: "Given name",
|
262
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
261
263
|
property :givenname,
|
262
|
-
comment: "The given name of some person."
|
263
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic"
|
264
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
265
|
-
label: "Given name"
|
266
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
264
|
+
comment: "The given name of some person.",
|
265
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic",
|
266
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
267
|
+
label: "Given name",
|
268
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
267
269
|
property :holdsAccount,
|
268
|
-
comment: "Indicates an account held by this agent."
|
269
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
270
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic"
|
271
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
272
|
-
label: "account"
|
273
|
-
range: "http://xmlns.com/foaf/0.1/OnlineAccount"
|
274
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
270
|
+
comment: "Indicates an account held by this agent.",
|
271
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
272
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic",
|
273
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
274
|
+
label: "account",
|
275
|
+
range: "http://xmlns.com/foaf/0.1/OnlineAccount",
|
276
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
275
277
|
property :homepage,
|
276
|
-
comment: "A homepage for some thing."
|
277
|
-
domain: "http://www.w3.org/2002/07/owl#Thing"
|
278
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
279
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
280
|
-
label: "homepage"
|
281
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
282
|
-
subPropertyOf: ["http://xmlns.com/foaf/0.1/isPrimaryTopicOf"
|
283
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
278
|
+
comment: "A homepage for some thing.",
|
279
|
+
domain: "http://www.w3.org/2002/07/owl#Thing",
|
280
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
281
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
282
|
+
label: "homepage",
|
283
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
284
|
+
subPropertyOf: ["http://xmlns.com/foaf/0.1/isPrimaryTopicOf", "http://xmlns.com/foaf/0.1/page"],
|
285
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
284
286
|
property :icqChatID,
|
285
|
-
comment: "An ICQ chat ID"
|
286
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
287
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
288
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
289
|
-
label: "ICQ chat ID"
|
290
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
291
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/nick"
|
292
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
287
|
+
comment: "An ICQ chat ID",
|
288
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
289
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
290
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
291
|
+
label: "ICQ chat ID",
|
292
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
293
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/nick",
|
294
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
293
295
|
property :img,
|
294
|
-
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)."
|
295
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
296
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
297
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
298
|
-
label: "image"
|
299
|
-
range: "http://xmlns.com/foaf/0.1/Image"
|
300
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/depiction"
|
301
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
296
|
+
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).",
|
297
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
298
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
299
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
300
|
+
label: "image",
|
301
|
+
range: "http://xmlns.com/foaf/0.1/Image",
|
302
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/depiction",
|
303
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
302
304
|
property :interest,
|
303
|
-
comment: "A page about a topic of interest to this person."
|
304
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
305
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
306
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
307
|
-
label: "interest"
|
308
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
309
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
305
|
+
comment: "A page about a topic of interest to this person.",
|
306
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
307
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
308
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
309
|
+
label: "interest",
|
310
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
311
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
310
312
|
property :isPrimaryTopicOf,
|
311
|
-
comment: "A document that this thing is the primary topic of."
|
312
|
-
domain: "http://www.w3.org/2002/07/owl#Thing"
|
313
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
314
|
-
inverseOf: "http://xmlns.com/foaf/0.1/primaryTopic"
|
315
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
316
|
-
label: "is primary topic of"
|
317
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
318
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/page"
|
319
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
313
|
+
comment: "A document that this thing is the primary topic of.",
|
314
|
+
domain: "http://www.w3.org/2002/07/owl#Thing",
|
315
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
316
|
+
inverseOf: "http://xmlns.com/foaf/0.1/primaryTopic",
|
317
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
318
|
+
label: "is primary topic of",
|
319
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
320
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/page",
|
321
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
320
322
|
property :jabberID,
|
321
|
-
comment: "A jabber ID for something."
|
322
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
323
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
324
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
325
|
-
label: "jabber ID"
|
326
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
327
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
323
|
+
comment: "A jabber ID for something.",
|
324
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
325
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
326
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
327
|
+
label: "jabber ID",
|
328
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
329
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
328
330
|
property :knows,
|
329
|
-
comment: "A person known by this person (indicating some level of reciprocated interaction between the parties)."
|
330
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
331
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
332
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
333
|
-
label: "knows"
|
334
|
-
range: "http://xmlns.com/foaf/0.1/Person"
|
335
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
331
|
+
comment: "A person known by this person (indicating some level of reciprocated interaction between the parties).",
|
332
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
333
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
334
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
335
|
+
label: "knows",
|
336
|
+
range: "http://xmlns.com/foaf/0.1/Person",
|
337
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
336
338
|
property :lastName,
|
337
|
-
comment: "The last name of a person."
|
338
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
339
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
340
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
341
|
-
label: "lastName"
|
342
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
343
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
339
|
+
comment: "The last name of a person.",
|
340
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
341
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
342
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
343
|
+
label: "lastName",
|
344
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
345
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
344
346
|
property :logo,
|
345
|
-
comment: "A logo representing some thing."
|
346
|
-
domain: "http://www.w3.org/2002/07/owl#Thing"
|
347
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
348
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
349
|
-
label: "logo"
|
350
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
351
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
347
|
+
comment: "A logo representing some thing.",
|
348
|
+
domain: "http://www.w3.org/2002/07/owl#Thing",
|
349
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
350
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
351
|
+
label: "logo",
|
352
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
353
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
352
354
|
property :made,
|
353
|
-
comment: "Something that was made by this agent."
|
354
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
355
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
356
|
-
inverseOf: "http://xmlns.com/foaf/0.1/maker"
|
357
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
358
|
-
label: "made"
|
359
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
360
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
355
|
+
comment: "Something that was made by this agent.",
|
356
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
357
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
358
|
+
inverseOf: "http://xmlns.com/foaf/0.1/maker",
|
359
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
360
|
+
label: "made",
|
361
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
362
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
361
363
|
property :maker,
|
362
|
-
comment: "An agent that made this thing."
|
363
|
-
domain: "http://www.w3.org/2002/07/owl#Thing"
|
364
|
-
equivalentProperty: "http://purl.org/dc/terms/creator"
|
365
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
366
|
-
inverseOf: "http://xmlns.com/foaf/0.1/made"
|
367
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
368
|
-
label: "maker"
|
369
|
-
range: "http://xmlns.com/foaf/0.1/Agent"
|
370
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
364
|
+
comment: "An agent that made this thing.",
|
365
|
+
domain: "http://www.w3.org/2002/07/owl#Thing",
|
366
|
+
equivalentProperty: "http://purl.org/dc/terms/creator",
|
367
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
368
|
+
inverseOf: "http://xmlns.com/foaf/0.1/made",
|
369
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
370
|
+
label: "maker",
|
371
|
+
range: "http://xmlns.com/foaf/0.1/Agent",
|
372
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
371
373
|
property :mbox,
|
372
|
-
comment: "A 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."
|
373
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
374
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
375
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
376
|
-
label: "personal mailbox"
|
377
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
378
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
374
|
+
comment: "A 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.",
|
375
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
376
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
377
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
378
|
+
label: "personal mailbox",
|
379
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
380
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
379
381
|
property :mbox_sha1sum,
|
380
|
-
comment: "The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox."
|
381
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
382
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
383
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
384
|
-
label: "sha1sum of a personal mailbox URI name"
|
385
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
386
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
382
|
+
comment: "The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.",
|
383
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
384
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
385
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
386
|
+
label: "sha1sum of a personal mailbox URI name",
|
387
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
388
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
387
389
|
property :member,
|
388
|
-
comment: "Indicates a member of a Group"
|
389
|
-
domain: "http://xmlns.com/foaf/0.1/Group"
|
390
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
391
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
392
|
-
label: "member"
|
393
|
-
range: "http://xmlns.com/foaf/0.1/Agent"
|
394
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
390
|
+
comment: "Indicates a member of a Group",
|
391
|
+
domain: "http://xmlns.com/foaf/0.1/Group",
|
392
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
393
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
394
|
+
label: "member",
|
395
|
+
range: "http://xmlns.com/foaf/0.1/Agent",
|
396
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
395
397
|
property :membershipClass,
|
396
|
-
comment: "Indicates the class of individuals that are a member of a Group"
|
397
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
398
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
399
|
-
label: "membershipClass"
|
400
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
398
|
+
comment: "Indicates the class of individuals that are a member of a Group",
|
399
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
400
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
401
|
+
label: "membershipClass",
|
402
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
401
403
|
property :msnChatID,
|
402
|
-
comment: "An MSN chat ID"
|
403
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
404
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
405
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
406
|
-
label: "MSN chat ID"
|
407
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
408
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/nick"
|
409
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
404
|
+
comment: "An MSN chat ID",
|
405
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
406
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
407
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
408
|
+
label: "MSN chat ID",
|
409
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
410
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/nick",
|
411
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
410
412
|
property :myersBriggs,
|
411
|
-
comment: "A Myers Briggs (MBTI) personality classification."
|
412
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
413
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
414
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
415
|
-
label: "myersBriggs"
|
416
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
417
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
413
|
+
comment: "A Myers Briggs (MBTI) personality classification.",
|
414
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
415
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
416
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
417
|
+
label: "myersBriggs",
|
418
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
419
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
418
420
|
property :name,
|
419
|
-
comment: "A name for some thing."
|
420
|
-
domain: "http://www.w3.org/2002/07/owl#Thing"
|
421
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
422
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
423
|
-
label: "name"
|
424
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
425
|
-
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label"
|
426
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
421
|
+
comment: "A name for some thing.",
|
422
|
+
domain: "http://www.w3.org/2002/07/owl#Thing",
|
423
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
424
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
425
|
+
label: "name",
|
426
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
427
|
+
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label",
|
428
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
427
429
|
property :nick,
|
428
|
-
comment: "A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames)."
|
429
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
430
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
431
|
-
label: "nickname"
|
432
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
430
|
+
comment: "A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).",
|
431
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
432
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
433
|
+
label: "nickname",
|
434
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
433
435
|
property :openid,
|
434
|
-
comment: "An OpenID for an Agent."
|
435
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
436
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
437
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
438
|
-
label: "openid"
|
439
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
440
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/isPrimaryTopicOf"
|
441
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
436
|
+
comment: "An OpenID for an Agent.",
|
437
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
438
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
439
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
440
|
+
label: "openid",
|
441
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
442
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/isPrimaryTopicOf",
|
443
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
442
444
|
property :page,
|
443
|
-
comment: "A page or document about this thing."
|
444
|
-
domain: "http://www.w3.org/2002/07/owl#Thing"
|
445
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
446
|
-
inverseOf: "http://xmlns.com/foaf/0.1/topic"
|
447
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
448
|
-
label: "page"
|
449
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
450
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
445
|
+
comment: "A page or document about this thing.",
|
446
|
+
domain: "http://www.w3.org/2002/07/owl#Thing",
|
447
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
448
|
+
inverseOf: "http://xmlns.com/foaf/0.1/topic",
|
449
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
450
|
+
label: "page",
|
451
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
452
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
451
453
|
property :pastProject,
|
452
|
-
comment: "A project this person has previously worked on."
|
453
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
454
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
455
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
456
|
-
label: "past project"
|
457
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
458
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
454
|
+
comment: "A project this person has previously worked on.",
|
455
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
456
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
457
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
458
|
+
label: "past project",
|
459
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
460
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
459
461
|
property :phone,
|
460
|
-
comment: "A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel)."
|
461
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
462
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
463
|
-
label: "phone"
|
464
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
462
|
+
comment: "A phone, specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).",
|
463
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
464
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
465
|
+
label: "phone",
|
466
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
465
467
|
property :plan,
|
466
|
-
comment: "A .plan comment, in the tradition of finger and '.plan' files."
|
467
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
468
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
469
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
470
|
-
label: "plan"
|
471
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
472
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
468
|
+
comment: "A .plan comment, in the tradition of finger and '.plan' files.",
|
469
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
470
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
471
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
472
|
+
label: "plan",
|
473
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
474
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
473
475
|
property :primaryTopic,
|
474
|
-
comment: "The primary topic of some page or document."
|
475
|
-
domain: "http://xmlns.com/foaf/0.1/Document"
|
476
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
477
|
-
inverseOf: "http://xmlns.com/foaf/0.1/isPrimaryTopicOf"
|
478
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
479
|
-
label: "primary topic"
|
480
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
481
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
476
|
+
comment: "The primary topic of some page or document.",
|
477
|
+
domain: "http://xmlns.com/foaf/0.1/Document",
|
478
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
479
|
+
inverseOf: "http://xmlns.com/foaf/0.1/isPrimaryTopicOf",
|
480
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
481
|
+
label: "primary topic",
|
482
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
483
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
482
484
|
property :publications,
|
483
|
-
comment: "A link to the publications of this person."
|
484
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
485
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
486
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
487
|
-
label: "publications"
|
488
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
489
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
485
|
+
comment: "A link to the publications of this person.",
|
486
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
487
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
488
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
489
|
+
label: "publications",
|
490
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
491
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
490
492
|
property :schoolHomepage,
|
491
|
-
comment: "A homepage of a school attended by the person."
|
492
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
493
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
494
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
495
|
-
label: "schoolHomepage"
|
496
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
497
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
493
|
+
comment: "A homepage of a school attended by the person.",
|
494
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
495
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
496
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
497
|
+
label: "schoolHomepage",
|
498
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
499
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
498
500
|
property :sha1,
|
499
|
-
comment: "A sha1sum hash, in hex."
|
500
|
-
domain: "http://xmlns.com/foaf/0.1/Document"
|
501
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
502
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
503
|
-
label: "sha1sum (hex)"
|
504
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
501
|
+
comment: "A sha1sum hash, in hex.",
|
502
|
+
domain: "http://xmlns.com/foaf/0.1/Document",
|
503
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
504
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
505
|
+
label: "sha1sum (hex)",
|
506
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
505
507
|
property :skypeID,
|
506
|
-
comment: "A Skype ID"
|
507
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
508
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
509
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
510
|
-
label: "Skype ID"
|
511
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
512
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/nick"
|
513
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
508
|
+
comment: "A Skype ID",
|
509
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
510
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
511
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
512
|
+
label: "Skype ID",
|
513
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
514
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/nick",
|
515
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
514
516
|
property :status,
|
515
|
-
comment: "A string expressing what the user is happy for the general public (normally) to know about their current activity."
|
516
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
517
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
518
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
519
|
-
label: "status"
|
520
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
521
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
517
|
+
comment: "A string expressing what the user is happy for the general public (normally) to know about their current activity.",
|
518
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
519
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
520
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
521
|
+
label: "status",
|
522
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
523
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
522
524
|
property :surname,
|
523
|
-
comment: "The surname of some person."
|
524
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
525
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic"
|
526
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
527
|
-
label: "Surname"
|
528
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
529
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
525
|
+
comment: "The surname of some person.",
|
526
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
527
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic",
|
528
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
529
|
+
label: "Surname",
|
530
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
531
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
530
532
|
property :theme,
|
531
|
-
comment: "A theme."
|
532
|
-
domain: "http://www.w3.org/2002/07/owl#Thing"
|
533
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic"
|
534
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
535
|
-
label: "theme"
|
536
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
537
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
533
|
+
comment: "A theme.",
|
534
|
+
domain: "http://www.w3.org/2002/07/owl#Thing",
|
535
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic",
|
536
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
537
|
+
label: "theme",
|
538
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
539
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
538
540
|
property :thumbnail,
|
539
|
-
comment: "A derived thumbnail image."
|
540
|
-
domain: "http://xmlns.com/foaf/0.1/Image"
|
541
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
542
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
543
|
-
label: "thumbnail"
|
544
|
-
range: "http://xmlns.com/foaf/0.1/Image"
|
545
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
541
|
+
comment: "A derived thumbnail image.",
|
542
|
+
domain: "http://xmlns.com/foaf/0.1/Image",
|
543
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
544
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
545
|
+
label: "thumbnail",
|
546
|
+
range: "http://xmlns.com/foaf/0.1/Image",
|
547
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
546
548
|
property :tipjar,
|
547
|
-
comment: "A tipjar document for this agent, describing means for payment and reward."
|
548
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
549
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
550
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
551
|
-
label: "tipjar"
|
552
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
553
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/page"
|
554
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
549
|
+
comment: "A tipjar document for this agent, describing means for payment and reward.",
|
550
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
551
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
552
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
553
|
+
label: "tipjar",
|
554
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
555
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/page",
|
556
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
555
557
|
property :title,
|
556
|
-
comment: "Title (Mr, Mrs, Ms, Dr. etc)"
|
557
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
558
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
559
|
-
label: "title"
|
560
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
558
|
+
comment: "Title (Mr, Mrs, Ms, Dr. etc)",
|
559
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
560
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
561
|
+
label: "title",
|
562
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
561
563
|
property :topic,
|
562
|
-
comment: "A topic of some page or document."
|
563
|
-
domain: "http://xmlns.com/foaf/0.1/Document"
|
564
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
565
|
-
inverseOf: "http://xmlns.com/foaf/0.1/page"
|
566
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
567
|
-
label: "topic"
|
568
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
569
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
564
|
+
comment: "A topic of some page or document.",
|
565
|
+
domain: "http://xmlns.com/foaf/0.1/Document",
|
566
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
567
|
+
inverseOf: "http://xmlns.com/foaf/0.1/page",
|
568
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
569
|
+
label: "topic",
|
570
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
571
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
570
572
|
property :topic_interest,
|
571
|
-
comment: "A thing of interest to this person."
|
572
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
573
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
574
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
575
|
-
label: "topic_interest"
|
576
|
-
range: "http://www.w3.org/2002/07/owl#Thing"
|
577
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
573
|
+
comment: "A thing of interest to this person.",
|
574
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
575
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
576
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
577
|
+
label: "topic_interest",
|
578
|
+
range: "http://www.w3.org/2002/07/owl#Thing",
|
579
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
578
580
|
property :weblog,
|
579
|
-
comment: "A weblog of some thing (whether person, group, company etc.)."
|
580
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
581
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
582
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
583
|
-
label: "weblog"
|
584
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
585
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/page"
|
586
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
581
|
+
comment: "A weblog of some thing (whether person, group, company etc.).",
|
582
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
583
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
584
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
585
|
+
label: "weblog",
|
586
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
587
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/page",
|
588
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
587
589
|
property :workInfoHomepage,
|
588
|
-
comment: "A work info homepage of some person; a page about their work for some organization."
|
589
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
590
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
591
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
592
|
-
label: "work info homepage"
|
593
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
594
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
590
|
+
comment: "A work info homepage of some person; a page about their work for some organization.",
|
591
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
592
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
593
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
594
|
+
label: "work info homepage",
|
595
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
596
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
595
597
|
property :workplaceHomepage,
|
596
|
-
comment: "A workplace homepage of some person; the homepage of an organization they work for."
|
597
|
-
domain: "http://xmlns.com/foaf/0.1/Person"
|
598
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
599
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
600
|
-
label: "workplace homepage"
|
601
|
-
range: "http://xmlns.com/foaf/0.1/Document"
|
602
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
598
|
+
comment: "A workplace homepage of some person; the homepage of an organization they work for.",
|
599
|
+
domain: "http://xmlns.com/foaf/0.1/Person",
|
600
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
601
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
602
|
+
label: "workplace homepage",
|
603
|
+
range: "http://xmlns.com/foaf/0.1/Document",
|
604
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
603
605
|
property :yahooChatID,
|
604
|
-
comment: "A Yahoo chat ID"
|
605
|
-
domain: "http://xmlns.com/foaf/0.1/Agent"
|
606
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
607
|
-
isDefinedBy: "http://xmlns.com/foaf/0.1/"
|
608
|
-
label: "Yahoo chat ID"
|
609
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
610
|
-
subPropertyOf: "http://xmlns.com/foaf/0.1/nick"
|
611
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
606
|
+
comment: "A Yahoo chat ID",
|
607
|
+
domain: "http://xmlns.com/foaf/0.1/Agent",
|
608
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
609
|
+
isDefinedBy: "http://xmlns.com/foaf/0.1/",
|
610
|
+
label: "Yahoo chat ID",
|
611
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
612
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/nick",
|
613
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty"]
|
612
614
|
end
|
613
615
|
end
|