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.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -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.".freeze,
11
- "http://purl.org/dc/elements/1.1/title": "Friend of a Friend (FOAF) vocabulary".freeze,
12
- type: "http://www.w3.org/2002/07/owl#Ontology".freeze
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).".freeze,
17
- equivalentClass: "http://purl.org/dc/terms/Agent".freeze,
18
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
19
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
20
- label: "Agent".freeze,
21
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
24
- "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Organization".freeze, "http://xmlns.com/foaf/0.1/Project".freeze],
25
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
26
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
27
- label: "Document".freeze,
28
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
31
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
32
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
33
- label: "Group".freeze,
34
- subClassOf: "http://xmlns.com/foaf/0.1/Agent".freeze,
35
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
38
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
39
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
40
- label: "Image".freeze,
41
- subClassOf: "http://xmlns.com/foaf/0.1/Document".freeze,
42
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
45
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
46
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
47
- label: "Label Property".freeze,
48
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
51
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
52
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
53
- label: "Online Account".freeze,
54
- subClassOf: "http://www.w3.org/2002/07/owl#Thing".freeze,
55
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
58
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
59
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
60
- label: "Online Chat Account".freeze,
61
- subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
62
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
65
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
66
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
67
- label: "Online E-commerce Account".freeze,
68
- subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
69
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
72
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
73
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
74
- label: "Online Gaming Account".freeze,
75
- subClassOf: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
76
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
79
- "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Document".freeze, "http://xmlns.com/foaf/0.1/Person".freeze],
80
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
81
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
82
- label: "Organization".freeze,
83
- subClassOf: "http://xmlns.com/foaf/0.1/Agent".freeze,
84
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
87
- "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Organization".freeze, "http://xmlns.com/foaf/0.1/Project".freeze],
88
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
89
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
90
- label: "Person".freeze,
91
- subClassOf: ["http://www.w3.org/2000/10/swap/pim/contact#Person".freeze, "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze, "http://xmlns.com/foaf/0.1/Agent".freeze],
92
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
95
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
96
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
97
- label: "PersonalProfileDocument".freeze,
98
- subClassOf: "http://xmlns.com/foaf/0.1/Document".freeze,
99
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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).".freeze,
102
- "http://www.w3.org/2002/07/owl#disjointWith": ["http://xmlns.com/foaf/0.1/Document".freeze, "http://xmlns.com/foaf/0.1/Person".freeze],
103
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
104
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
105
- label: "Project".freeze,
106
- type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
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.".freeze,
111
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
112
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
113
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
114
- label: "account".freeze,
115
- range: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
116
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
119
- domain: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
120
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
121
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
122
- label: "account name".freeze,
123
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
124
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
127
- domain: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
128
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
129
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
130
- label: "account service homepage".freeze,
131
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
132
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
135
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
136
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
137
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
138
- label: "age".freeze,
139
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
140
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
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".freeze,
143
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
144
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
145
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
146
- label: "AIM chat ID".freeze,
147
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
148
- subPropertyOf: "http://xmlns.com/foaf/0.1/nick".freeze,
149
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
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.".freeze,
152
- domain: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze,
153
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
154
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
155
- label: "based near".freeze,
156
- range: "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing".freeze,
157
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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'.".freeze,
160
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
161
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
162
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
163
- label: "birthday".freeze,
164
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
165
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
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.".freeze,
168
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
169
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
170
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
171
- label: "current project".freeze,
172
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
173
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
176
- domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
177
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
178
- inverseOf: "http://xmlns.com/foaf/0.1/depicts".freeze,
179
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
180
- label: "depiction".freeze,
181
- range: "http://xmlns.com/foaf/0.1/Image".freeze,
182
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
185
- domain: "http://xmlns.com/foaf/0.1/Image".freeze,
186
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
187
- inverseOf: "http://xmlns.com/foaf/0.1/depiction".freeze,
188
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
189
- label: "depicts".freeze,
190
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
191
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
194
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
195
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
196
- label: "DNA checksum".freeze,
197
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
198
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
201
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
202
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
203
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
204
- label: "familyName".freeze,
205
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
206
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
209
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
210
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
211
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
212
- label: "family_name".freeze,
213
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
214
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
217
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
218
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
219
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
220
- label: "firstName".freeze,
221
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
222
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
225
- domain: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
226
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
227
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
228
- label: "focus".freeze,
229
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
230
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
233
- domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
234
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
235
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
236
- label: "funded by".freeze,
237
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
238
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
241
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
242
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
243
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
244
- label: "geekcode".freeze,
245
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
246
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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').".freeze,
249
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
250
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
251
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
252
- label: "gender".freeze,
253
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
254
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze]
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.".freeze,
257
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
258
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
259
- label: "Given name".freeze,
260
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
263
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
264
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
265
- label: "Given name".freeze,
266
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
269
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
270
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
271
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
272
- label: "account".freeze,
273
- range: "http://xmlns.com/foaf/0.1/OnlineAccount".freeze,
274
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
277
- domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
278
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
279
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
280
- label: "homepage".freeze,
281
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
282
- subPropertyOf: ["http://xmlns.com/foaf/0.1/isPrimaryTopicOf".freeze, "http://xmlns.com/foaf/0.1/page".freeze],
283
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
286
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
287
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
288
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
289
- label: "ICQ chat ID".freeze,
290
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
291
- subPropertyOf: "http://xmlns.com/foaf/0.1/nick".freeze,
292
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
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).".freeze,
295
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
296
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
297
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
298
- label: "image".freeze,
299
- range: "http://xmlns.com/foaf/0.1/Image".freeze,
300
- subPropertyOf: "http://xmlns.com/foaf/0.1/depiction".freeze,
301
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
304
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
305
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
306
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
307
- label: "interest".freeze,
308
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
309
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
312
- domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
313
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
314
- inverseOf: "http://xmlns.com/foaf/0.1/primaryTopic".freeze,
315
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
316
- label: "is primary topic of".freeze,
317
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
318
- subPropertyOf: "http://xmlns.com/foaf/0.1/page".freeze,
319
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
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.".freeze,
322
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
323
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
324
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
325
- label: "jabber ID".freeze,
326
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
327
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
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).".freeze,
330
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
331
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
332
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
333
- label: "knows".freeze,
334
- range: "http://xmlns.com/foaf/0.1/Person".freeze,
335
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
338
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
339
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
340
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
341
- label: "lastName".freeze,
342
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
343
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
346
- domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
347
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
348
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
349
- label: "logo".freeze,
350
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
351
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
354
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
355
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
356
- inverseOf: "http://xmlns.com/foaf/0.1/maker".freeze,
357
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
358
- label: "made".freeze,
359
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
360
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
363
- domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
364
- equivalentProperty: "http://purl.org/dc/terms/creator".freeze,
365
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
366
- inverseOf: "http://xmlns.com/foaf/0.1/made".freeze,
367
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
368
- label: "maker".freeze,
369
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
370
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
373
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
374
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
375
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
376
- label: "personal mailbox".freeze,
377
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
378
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
381
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
382
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
383
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
384
- label: "sha1sum of a personal mailbox URI name".freeze,
385
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
386
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
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".freeze,
389
- domain: "http://xmlns.com/foaf/0.1/Group".freeze,
390
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
391
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
392
- label: "member".freeze,
393
- range: "http://xmlns.com/foaf/0.1/Agent".freeze,
394
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
397
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
398
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
399
- label: "membershipClass".freeze,
400
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
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".freeze,
403
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
404
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
405
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
406
- label: "MSN chat ID".freeze,
407
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
408
- subPropertyOf: "http://xmlns.com/foaf/0.1/nick".freeze,
409
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
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.".freeze,
412
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
413
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
414
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
415
- label: "myersBriggs".freeze,
416
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
417
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
420
- domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
421
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
422
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
423
- label: "name".freeze,
424
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
425
- subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label".freeze,
426
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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).".freeze,
429
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
430
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
431
- label: "nickname".freeze,
432
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
435
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
436
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
437
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
438
- label: "openid".freeze,
439
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
440
- subPropertyOf: "http://xmlns.com/foaf/0.1/isPrimaryTopicOf".freeze,
441
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
444
- domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
445
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
446
- inverseOf: "http://xmlns.com/foaf/0.1/topic".freeze,
447
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
448
- label: "page".freeze,
449
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
450
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
453
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
454
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
455
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
456
- label: "past project".freeze,
457
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
458
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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).".freeze,
461
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
462
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
463
- label: "phone".freeze,
464
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
467
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
468
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
469
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
470
- label: "plan".freeze,
471
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
472
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
475
- domain: "http://xmlns.com/foaf/0.1/Document".freeze,
476
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable".freeze,
477
- inverseOf: "http://xmlns.com/foaf/0.1/isPrimaryTopicOf".freeze,
478
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
479
- label: "primary topic".freeze,
480
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
481
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
484
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
485
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
486
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
487
- label: "publications".freeze,
488
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
489
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
492
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
493
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
494
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
495
- label: "schoolHomepage".freeze,
496
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
497
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
500
- domain: "http://xmlns.com/foaf/0.1/Document".freeze,
501
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
502
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
503
- label: "sha1sum (hex)".freeze,
504
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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".freeze,
507
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
508
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
509
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
510
- label: "Skype ID".freeze,
511
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
512
- subPropertyOf: "http://xmlns.com/foaf/0.1/nick".freeze,
513
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
516
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
517
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable".freeze,
518
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
519
- label: "status".freeze,
520
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
521
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
524
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
525
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
526
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
527
- label: "Surname".freeze,
528
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
529
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
532
- domain: "http://www.w3.org/2002/07/owl#Thing".freeze,
533
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "archaic".freeze,
534
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
535
- label: "theme".freeze,
536
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
537
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
540
- domain: "http://xmlns.com/foaf/0.1/Image".freeze,
541
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
542
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
543
- label: "thumbnail".freeze,
544
- range: "http://xmlns.com/foaf/0.1/Image".freeze,
545
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
548
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
549
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
550
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
551
- label: "tipjar".freeze,
552
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
553
- subPropertyOf: "http://xmlns.com/foaf/0.1/page".freeze,
554
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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)".freeze,
557
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
558
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
559
- label: "title".freeze,
560
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".freeze,
563
- domain: "http://xmlns.com/foaf/0.1/Document".freeze,
564
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
565
- inverseOf: "http://xmlns.com/foaf/0.1/page".freeze,
566
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
567
- label: "topic".freeze,
568
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
569
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
572
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
573
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
574
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
575
- label: "topic_interest".freeze,
576
- range: "http://www.w3.org/2002/07/owl#Thing".freeze,
577
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.).".freeze,
580
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
581
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
582
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
583
- label: "weblog".freeze,
584
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
585
- subPropertyOf: "http://xmlns.com/foaf/0.1/page".freeze,
586
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
589
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
590
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
591
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
592
- label: "work info homepage".freeze,
593
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
594
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
597
- domain: "http://xmlns.com/foaf/0.1/Person".freeze,
598
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
599
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
600
- label: "workplace homepage".freeze,
601
- range: "http://xmlns.com/foaf/0.1/Document".freeze,
602
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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".freeze,
605
- domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
606
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing".freeze,
607
- isDefinedBy: "http://xmlns.com/foaf/0.1/".freeze,
608
- label: "Yahoo chat ID".freeze,
609
- range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
610
- subPropertyOf: "http://xmlns.com/foaf/0.1/nick".freeze,
611
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze, "http://www.w3.org/2002/07/owl#InverseFunctionalProperty".freeze]
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