rdf-vocab 3.1.6 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -3
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +25 -8
- data/lib/rdf/vocab/acl.rb +67 -194
- data/lib/rdf/vocab/as.rb +471 -984
- data/lib/rdf/vocab/bf2.rb +1714 -3034
- data/lib/rdf/vocab/bibframe.rb +2270 -1840
- data/lib/rdf/vocab/bibo.rb +696 -1201
- data/lib/rdf/vocab/cc.rb +75 -214
- data/lib/rdf/vocab/cert.rb +90 -268
- data/lib/rdf/vocab/cnt.rb +70 -152
- data/lib/rdf/vocab/crm.rb +1420 -3261
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3901 -14146
- data/lib/rdf/vocab/dc.rb +556 -898
- data/lib/rdf/vocab/dc11.rb +92 -158
- data/lib/rdf/vocab/dcat.rb +300 -466
- data/lib/rdf/vocab/dcmitype.rb +77 -131
- data/lib/rdf/vocab/disco.rb +228 -459
- data/lib/rdf/vocab/doap.rb +250 -430
- data/lib/rdf/vocab/dwc.rb +1639 -2395
- data/lib/rdf/vocab/earl.rb +105 -243
- data/lib/rdf/vocab/ebucore.rb +3957 -8695
- data/lib/rdf/vocab/edm.rb +211 -426
- data/lib/rdf/vocab/exif.rb +614 -1268
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +268 -648
- data/lib/rdf/vocab/foaf.rb +448 -756
- data/lib/rdf/vocab/geo.rb +24 -167
- data/lib/rdf/vocab/geojson.rb +32 -101
- data/lib/rdf/vocab/geonames.rb +2915 -3092
- data/lib/rdf/vocab/gr.rb +716 -1991
- data/lib/rdf/vocab/gs1.rb +3780 -5380
- data/lib/rdf/vocab/ht.rb +133 -300
- data/lib/rdf/vocab/hydra.rb +298 -511
- data/lib/rdf/vocab/iana.rb +142 -417
- data/lib/rdf/vocab/ical.rb +532 -1045
- data/lib/rdf/vocab/identifiers.rb +215 -1019
- data/lib/rdf/vocab/iiif.rb +106 -245
- data/lib/rdf/vocab/jsonld.rb +163 -323
- data/lib/rdf/vocab/ldp.rb +161 -294
- data/lib/rdf/vocab/lrmi.rb +175 -199
- data/lib/rdf/vocab/ma.rb +312 -702
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +540 -1351
- data/lib/rdf/vocab/mo.rb +1579 -2844
- data/lib/rdf/vocab/mods.rb +503 -1026
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +264 -546
- data/lib/rdf/vocab/og.rb +158 -239
- data/lib/rdf/vocab/ogc.rb +33 -70
- data/lib/rdf/vocab/ore.rb +64 -123
- data/lib/rdf/vocab/org.rb +226 -422
- data/lib/rdf/vocab/pcdm.rb +61 -133
- data/lib/rdf/vocab/pplan.rb +16 -202
- data/lib/rdf/vocab/premis.rb +793 -2039
- data/lib/rdf/vocab/premiseventtype.rb +115 -273
- data/lib/rdf/vocab/prov.rb +1077 -1724
- data/lib/rdf/vocab/ptr.rb +111 -254
- data/lib/rdf/vocab/rdau.rb +10506 -0
- data/lib/rdf/vocab/rightsstatements.rb +102 -110
- data/lib/rdf/vocab/rsa.rb +37 -89
- data/lib/rdf/vocab/rss.rb +34 -79
- data/lib/rdf/vocab/schema.rb +11193 -22240
- data/lib/rdf/vocab/schemas.rb +16333 -0
- data/lib/rdf/vocab/sd.rb +123 -280
- data/lib/rdf/vocab/sh.rb +912 -1651
- data/lib/rdf/vocab/sioc.rb +513 -917
- data/lib/rdf/vocab/siocservices.rb +39 -80
- data/lib/rdf/vocab/sioctypes.rb +183 -344
- data/lib/rdf/vocab/skos.rb +136 -260
- data/lib/rdf/vocab/skosxl.rb +36 -69
- data/lib/rdf/vocab/v.rb +231 -529
- data/lib/rdf/vocab/vcard.rb +407 -1038
- data/lib/rdf/vocab/vmd.rb +231 -529
- data/lib/rdf/vocab/void.rb +112 -236
- data/lib/rdf/vocab/vs.rb +20 -42
- data/lib/rdf/vocab/wdrs.rb +65 -158
- data/lib/rdf/vocab/wot.rb +113 -194
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +206 -663
- data/lib/rdf/vocab/xkos.rb +122 -275
- data/spec/extensions_spec.rb +1 -1
- data/spec/spec_helper.rb +13 -0
- metadata +72 -24
data/lib/rdf/vocab/ogc.rb
CHANGED
@@ -3,94 +3,57 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://ogp.me/ns/class#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://ogp.me/ns/class#>
|
8
|
-
# #
|
9
|
-
# class OGC < RDF::Vocabulary
|
10
|
-
# # A string representation of a true or false value. The lexical space contains: "true", "false", "1", and "0".
|
11
|
-
# # @return [RDF::Vocabulary::Term]
|
12
|
-
# attr_reader :boolean_str
|
13
|
-
#
|
14
|
-
# # A string representation of a temporal value composed of a date (year, month, day) and an optional time component (hours, minutes). The lexical space is defined by ISO 8601.
|
15
|
-
# # @return [RDF::Vocabulary::Term]
|
16
|
-
# attr_reader :date_time_str
|
17
|
-
#
|
18
|
-
# # The lexical space: "", "the", "a", "an", and "auto".
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :determiner_str
|
21
|
-
#
|
22
|
-
# # A string representation of a 64-bit signed floating point number. Example lexical values include "1.234", "-1.234", "1.2e3", "-1.2e3", and "7E-10".
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :float_str
|
25
|
-
#
|
26
|
-
# # A string representation of a 32-bit signed integer. Example lexical values include "1234" and "-123".
|
27
|
-
# # @return [RDF::Vocabulary::Term]
|
28
|
-
# attr_reader :integer_str
|
29
|
-
#
|
30
|
-
# # Valid mime type strings (e.g., "application/mp3").
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :mime_type_str
|
33
|
-
#
|
34
|
-
# # A string of Unicode characters.
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :string
|
37
|
-
#
|
38
|
-
# # A string of Unicode characters forming a valid URL having the http or https scheme.
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :url
|
41
|
-
#
|
42
|
-
# end
|
43
6
|
OGC = Class.new(RDF::Vocabulary("http://ogp.me/ns/class#")) do
|
44
7
|
|
45
8
|
# Datatype definitions
|
46
9
|
term :boolean_str,
|
47
|
-
comment:
|
48
|
-
isDefinedBy: "
|
10
|
+
comment: "A string representation of a true or false value. The lexical space contains: \"true\", \"false\", \"1\", and \"0\".".freeze,
|
11
|
+
isDefinedBy: "http://ogp.me/ns/class#".freeze,
|
49
12
|
label: "boolean string".freeze,
|
50
|
-
subClassOf: "
|
51
|
-
type: "
|
13
|
+
subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
14
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
|
52
15
|
term :date_time_str,
|
53
|
-
comment:
|
54
|
-
isDefinedBy: "
|
16
|
+
comment: "A string representation of a temporal value composed of a date (year, month, day) and an optional time component (hours, minutes). The lexical space is defined by ISO 8601.".freeze,
|
17
|
+
isDefinedBy: "http://ogp.me/ns/class#".freeze,
|
55
18
|
label: "date/time string".freeze,
|
56
|
-
subClassOf: "
|
57
|
-
type: "
|
19
|
+
subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
20
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
|
58
21
|
term :determiner_str,
|
59
|
-
comment:
|
60
|
-
|
22
|
+
comment: "The lexical space: \"\", \"the\", \"a\", \"an\", and \"auto\".".freeze,
|
23
|
+
"http://www.w3.org/2002/07/owl#oneOf": list("".freeze, "the".freeze, "a".freeze, "an".freeze, "auto".freeze),
|
24
|
+
isDefinedBy: "http://ogp.me/ns/class#".freeze,
|
61
25
|
label: "determiner".freeze,
|
62
|
-
|
63
|
-
|
64
|
-
type: "rdfs:Datatype".freeze
|
26
|
+
subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
27
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
|
65
28
|
term :float_str,
|
66
|
-
comment:
|
67
|
-
isDefinedBy: "
|
29
|
+
comment: "A string representation of a 64-bit signed floating point number. Example lexical values include \"1.234\", \"-1.234\", \"1.2e3\", \"-1.2e3\", and \"7E-10\".".freeze,
|
30
|
+
isDefinedBy: "http://ogp.me/ns/class#".freeze,
|
68
31
|
label: "float string".freeze,
|
69
|
-
subClassOf: "
|
70
|
-
type: "
|
32
|
+
subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
33
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
|
71
34
|
term :integer_str,
|
72
|
-
comment:
|
73
|
-
isDefinedBy: "
|
35
|
+
comment: "A string representation of a 32-bit signed integer. Example lexical values include \"1234\" and \"-123\".".freeze,
|
36
|
+
isDefinedBy: "http://ogp.me/ns/class#".freeze,
|
74
37
|
label: "integer string".freeze,
|
75
|
-
subClassOf: "
|
76
|
-
type: "
|
38
|
+
subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
39
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
|
77
40
|
term :mime_type_str,
|
78
|
-
comment:
|
79
|
-
isDefinedBy: "
|
41
|
+
comment: "Valid mime type strings (e.g., \"application/mp3\").".freeze,
|
42
|
+
isDefinedBy: "http://ogp.me/ns#".freeze,
|
80
43
|
label: "mime type string".freeze,
|
81
|
-
subClassOf: "
|
82
|
-
type: "
|
44
|
+
subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
45
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
|
83
46
|
term :string,
|
84
|
-
comment:
|
85
|
-
isDefinedBy: "
|
47
|
+
comment: "A string of Unicode characters.".freeze,
|
48
|
+
isDefinedBy: "http://ogp.me/ns/class#".freeze,
|
86
49
|
label: "Unicode string".freeze,
|
87
|
-
subClassOf: "
|
88
|
-
type: "
|
50
|
+
subClassOf: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
51
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
|
89
52
|
term :url,
|
90
|
-
comment:
|
91
|
-
isDefinedBy: "
|
53
|
+
comment: "A string of Unicode characters forming a valid URL having the http or https scheme.".freeze,
|
54
|
+
isDefinedBy: "http://ogp.me/ns/class#".freeze,
|
92
55
|
label: "URL".freeze,
|
93
|
-
subClassOf: "
|
94
|
-
type: "
|
56
|
+
subClassOf: "http://ogp.me/ns/class#string".freeze,
|
57
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze
|
95
58
|
end
|
96
59
|
end
|
data/lib/rdf/vocab/ore.rb
CHANGED
@@ -3,163 +3,104 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.openarchives.org/ore/terms/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.openarchives.org/ore/terms/>
|
8
|
-
# #
|
9
|
-
# # The OAI ORE terms vocabulary
|
10
|
-
# #
|
11
|
-
# # The OAI ORE terms vocabulary
|
12
|
-
# #
|
13
|
-
# # The set of terms provided by the OAI ORE initiative
|
14
|
-
# # @see http://www.openarchives.org/ore/toc
|
15
|
-
# class ORE < RDF::StrictVocabulary
|
16
|
-
# # A resource which is included in an Aggregation. Note that asserting that a resource is a member of the class of Aggregated Resources does not imply anything other than that it is aggregated by at least one Aggregation.
|
17
|
-
# # @return [RDF::Vocabulary::Term]
|
18
|
-
# attr_reader :AggregatedResource
|
19
|
-
#
|
20
|
-
# # A set of related resources (Aggregated Resources), grouped together such that the set can be treated as a single resource. This is the entity described within the ORE interoperability framework by a Resource Map.
|
21
|
-
# # @return [RDF::Vocabulary::Term]
|
22
|
-
# attr_reader :Aggregation
|
23
|
-
#
|
24
|
-
# # A Proxy represents an Aggregated Resource as it exists in a specific Aggregation. All assertions made about an entity are globally true, not only within the context of the Aggregation. As such, in order to make assertions which are only true of a resource as it exists in an Aggregation, a Proxy object is required. For example, one might want to cite an article as it appears in a specific journal, or assign aggregation-specific metadata to a Resource.
|
25
|
-
# # @return [RDF::Vocabulary::Term]
|
26
|
-
# attr_reader :Proxy
|
27
|
-
#
|
28
|
-
# # A description of an Aggregation according to the OAI-ORE data model. Resource Maps are serialised to a machine readable format according to the implementation guidelines.
|
29
|
-
# # @return [RDF::Vocabulary::Term]
|
30
|
-
# attr_reader :ResourceMap
|
31
|
-
#
|
32
|
-
# # Aggregations, by definition, aggregate resources. The ore:aggregates relationship expresses that the object resource is a member of the set of Aggregated Resources of the subject (the Aggregation). This relationship between the Aggregation and its Aggregated Resources is thus more specific than a simple part/whole relationship, as expressed by dcterms:hasPart for example.
|
33
|
-
# # @return [RDF::Vocabulary::Term]
|
34
|
-
# attr_reader :aggregates
|
35
|
-
#
|
36
|
-
# # This relationship asserts that the subject (a Resource Map) describes the object (an Aggregation).
|
37
|
-
# # @return [RDF::Vocabulary::Term]
|
38
|
-
# attr_reader :describes
|
39
|
-
#
|
40
|
-
# # The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation.
|
41
|
-
# # @return [RDF::Vocabulary::Term]
|
42
|
-
# attr_reader :isAggregatedBy
|
43
|
-
#
|
44
|
-
# # The inverse relationship of ore:describes, in this case the object of the relationship is the Resource Map and the subject is the Aggregation which it describes.
|
45
|
-
# # @return [RDF::Vocabulary::Term]
|
46
|
-
# attr_reader :isDescribedBy
|
47
|
-
#
|
48
|
-
# # ore:lineage is a relationship between two Proxy objects, both of which MUST have the same Resource for which they are proxies. The meaning is that the Resource for which the subject of the relationship is a Proxy was discovered in the Aggregation in which the object Proxy's resource is aggregated.
|
49
|
-
# # @return [RDF::Vocabulary::Term]
|
50
|
-
# attr_reader :lineage
|
51
|
-
#
|
52
|
-
# # Proxy objects are used to represent a Resource as it is aggregated in a particular Aggregation. The ore:proxyFor relationship is used to link the proxy to the Aggregated Resource it is a proxy for. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregated Resource.
|
53
|
-
# # @return [RDF::Vocabulary::Term]
|
54
|
-
# attr_reader :proxyFor
|
55
|
-
#
|
56
|
-
# # Proxy objects must link to the Aggregation in which the resource being proxied is aggregated. The ore:proxyIn relationship is used for this purpose. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregation.
|
57
|
-
# # @return [RDF::Vocabulary::Term]
|
58
|
-
# attr_reader :proxyIn
|
59
|
-
#
|
60
|
-
# # The subject of this relationship MUST be an Aggregation. This Aggregation should be considered an expression within the ORE context of the object of the relationship, as it is broadly equivalent to the resource. For example, the Aggregation may consist of the resources which, together, make up a journal article which has a DOI assigned to it. The Aggregation is not the article to which the DOI was assigned, but is a representation of it in some manner.
|
61
|
-
# # @return [RDF::Vocabulary::Term]
|
62
|
-
# attr_reader :similarTo
|
63
|
-
#
|
64
|
-
# end
|
65
6
|
ORE = Class.new(RDF::StrictVocabulary("http://www.openarchives.org/ore/terms/")) do
|
66
7
|
|
67
8
|
# Ontology definition
|
68
9
|
ontology :"http://www.openarchives.org/ore/terms/",
|
69
|
-
comment:
|
70
|
-
"dc
|
71
|
-
"dc
|
10
|
+
comment: "The set of terms provided by the OAI ORE initiative".freeze,
|
11
|
+
"http://purl.org/dc/terms/license": "http://creativecommons.org/licenses/by-sa/3.0/".freeze,
|
12
|
+
"http://purl.org/dc/terms/publisher": term(
|
72
13
|
label: "The Open Archives Initiative ORE Project".freeze
|
73
14
|
),
|
74
|
-
"dc
|
75
|
-
|
76
|
-
|
15
|
+
"http://purl.org/dc/terms/title": "The OAI ORE terms vocabulary".freeze,
|
16
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.openarchives.org/ore/toc".freeze,
|
17
|
+
label: "The OAI ORE terms vocabulary".freeze
|
77
18
|
|
78
19
|
# Class definitions
|
79
20
|
term :AggregatedResource,
|
80
|
-
comment:
|
81
|
-
isDefinedBy: "ore
|
21
|
+
comment: "A resource which is included in an Aggregation. Note that asserting that a resource is a member of the class of Aggregated Resources does not imply anything other than that it is aggregated by at least one Aggregation.".freeze,
|
22
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
82
23
|
label: "Aggregated Resource".freeze,
|
83
|
-
type: "
|
24
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
84
25
|
term :Aggregation,
|
85
|
-
comment:
|
86
|
-
isDefinedBy: "ore
|
26
|
+
comment: "A set of related resources (Aggregated Resources), grouped together such that the set can be treated as a single resource. This is the entity described within the ORE interoperability framework by a Resource Map.".freeze,
|
27
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
87
28
|
label: "Aggregation".freeze,
|
88
|
-
subClassOf: "dcmitype
|
89
|
-
type: "
|
29
|
+
subClassOf: "http://purl.org/dc/dcmitype/Collection".freeze,
|
30
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
90
31
|
term :Proxy,
|
91
|
-
comment:
|
92
|
-
isDefinedBy: "ore
|
32
|
+
comment: "A Proxy represents an Aggregated Resource as it exists in a specific Aggregation. All assertions made about an entity are globally true, not only within the context of the Aggregation. As such, in order to make assertions which are only true of a resource as it exists in an Aggregation, a Proxy object is required. For example, one might want to cite an article as it appears in a specific journal, or assign aggregation-specific metadata to a Resource.".freeze,
|
33
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
93
34
|
label: "Proxy".freeze,
|
94
|
-
type: "
|
35
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
95
36
|
term :ResourceMap,
|
96
|
-
comment:
|
97
|
-
isDefinedBy: "ore
|
37
|
+
comment: "A description of an Aggregation according to the OAI-ORE data model. Resource Maps are serialised to a machine readable format according to the implementation guidelines.".freeze,
|
38
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
98
39
|
label: "Resource Map".freeze,
|
99
40
|
subClassOf: "http://www.w3.org/2004/03/trix/rdfg-1/Graph".freeze,
|
100
|
-
type: "
|
41
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
101
42
|
|
102
43
|
# Property definitions
|
103
44
|
property :aggregates,
|
104
|
-
comment:
|
105
|
-
domain: "ore
|
106
|
-
inverseOf: "ore
|
107
|
-
isDefinedBy: "ore
|
45
|
+
comment: "Aggregations, by definition, aggregate resources. The ore:aggregates relationship expresses that the object resource is a member of the set of Aggregated Resources of the subject (the Aggregation). This relationship between the Aggregation and its Aggregated Resources is thus more specific than a simple part/whole relationship, as expressed by dcterms:hasPart for example.".freeze,
|
46
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
47
|
+
inverseOf: "http://www.openarchives.org/ore/terms/isAggregatedBy".freeze,
|
48
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
108
49
|
label: "Aggregates".freeze,
|
109
|
-
range: "ore
|
110
|
-
subPropertyOf: "dc
|
111
|
-
type: "rdf
|
50
|
+
range: "http://www.openarchives.org/ore/terms/AggregatedResource".freeze,
|
51
|
+
subPropertyOf: "http://purl.org/dc/terms/hasPart".freeze,
|
52
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
112
53
|
property :describes,
|
113
|
-
comment:
|
114
|
-
domain: "ore
|
115
|
-
inverseOf: "ore
|
116
|
-
isDefinedBy: "ore
|
54
|
+
comment: "This relationship asserts that the subject (a Resource Map) describes the object (an Aggregation).".freeze,
|
55
|
+
domain: "http://www.openarchives.org/ore/terms/ResourceMap".freeze,
|
56
|
+
inverseOf: "http://www.openarchives.org/ore/terms/isDescribedBy".freeze,
|
57
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
117
58
|
label: "Describes".freeze,
|
118
|
-
range: "ore
|
119
|
-
type: "rdf
|
59
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
60
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
120
61
|
property :isAggregatedBy,
|
121
|
-
comment:
|
122
|
-
domain: "ore
|
123
|
-
inverseOf: "ore
|
124
|
-
isDefinedBy: "ore
|
62
|
+
comment: "The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation.".freeze,
|
63
|
+
domain: "http://www.openarchives.org/ore/terms/AggregatedResource".freeze,
|
64
|
+
inverseOf: "http://www.openarchives.org/ore/terms/aggregates".freeze,
|
65
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
125
66
|
label: "Is Aggregated By".freeze,
|
126
|
-
range: "ore
|
127
|
-
subPropertyOf: "dc
|
128
|
-
type: "rdf
|
67
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
68
|
+
subPropertyOf: "http://purl.org/dc/terms/isPartOf".freeze,
|
69
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
129
70
|
property :isDescribedBy,
|
130
|
-
comment:
|
131
|
-
domain: "ore
|
132
|
-
inverseOf: "ore
|
133
|
-
isDefinedBy: "ore
|
71
|
+
comment: "The inverse relationship of ore:describes, in this case the object of the relationship is the Resource Map and the subject is the Aggregation which it describes.".freeze,
|
72
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
73
|
+
inverseOf: "http://www.openarchives.org/ore/terms/describes".freeze,
|
74
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
134
75
|
label: "Is Described By".freeze,
|
135
|
-
range: "ore
|
136
|
-
type: "rdf
|
76
|
+
range: "http://www.openarchives.org/ore/terms/ResourceMap".freeze,
|
77
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
137
78
|
property :lineage,
|
138
|
-
comment:
|
139
|
-
domain: "ore
|
140
|
-
isDefinedBy: "ore
|
79
|
+
comment: "ore:lineage is a relationship between two Proxy objects, both of which MUST have the same Resource for which they are proxies. The meaning is that the Resource for which the subject of the relationship is a Proxy was discovered in the Aggregation in which the object Proxy's resource is aggregated.".freeze,
|
80
|
+
domain: "http://www.openarchives.org/ore/terms/Proxy".freeze,
|
81
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
141
82
|
label: "Lineage".freeze,
|
142
|
-
range: "ore
|
143
|
-
type: "rdf
|
83
|
+
range: "http://www.openarchives.org/ore/terms/Proxy".freeze,
|
84
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
144
85
|
property :proxyFor,
|
145
|
-
comment:
|
146
|
-
domain: "ore
|
147
|
-
isDefinedBy: "ore
|
86
|
+
comment: "Proxy objects are used to represent a Resource as it is aggregated in a particular Aggregation. The ore:proxyFor relationship is used to link the proxy to the Aggregated Resource it is a proxy for. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregated Resource.".freeze,
|
87
|
+
domain: "http://www.openarchives.org/ore/terms/Proxy".freeze,
|
88
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
148
89
|
label: "Proxy For".freeze,
|
149
|
-
range: "ore
|
150
|
-
type: "rdf
|
90
|
+
range: "http://www.openarchives.org/ore/terms/AggregatedResource".freeze,
|
91
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
151
92
|
property :proxyIn,
|
152
|
-
comment:
|
153
|
-
domain: "ore
|
154
|
-
isDefinedBy: "ore
|
93
|
+
comment: "Proxy objects must link to the Aggregation in which the resource being proxied is aggregated. The ore:proxyIn relationship is used for this purpose. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregation.".freeze,
|
94
|
+
domain: "http://www.openarchives.org/ore/terms/Proxy".freeze,
|
95
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
155
96
|
label: "Proxy In".freeze,
|
156
|
-
range: "ore
|
157
|
-
type: "rdf
|
97
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
98
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
158
99
|
property :similarTo,
|
159
|
-
comment:
|
160
|
-
domain: "ore
|
161
|
-
isDefinedBy: "ore
|
100
|
+
comment: "The subject of this relationship MUST be an Aggregation. This Aggregation should be considered an expression within the ORE context of the object of the relationship, as it is broadly equivalent to the resource. For example, the Aggregation may consist of the resources which, together, make up a journal article which has a DOI assigned to it. The Aggregation is not the article to which the DOI was assigned, but is a representation of it in some manner.".freeze,
|
101
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation".freeze,
|
102
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/".freeze,
|
162
103
|
label: "Similar To".freeze,
|
163
|
-
type: "rdf
|
104
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
164
105
|
end
|
165
106
|
end
|
data/lib/rdf/vocab/org.rb
CHANGED
@@ -3,591 +3,395 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/org#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.w3.org/ns/org#>
|
8
|
-
# #
|
9
|
-
# # Core organization ontology
|
10
|
-
# #
|
11
|
-
# # Core organization ontology
|
12
|
-
# #
|
13
|
-
# # Vocabulary for describing organizational structures, specializable to a broad variety of types of organization.
|
14
|
-
# # @version 0.8
|
15
|
-
# # @see http://www.w3.org/TR/vocab-org/
|
16
|
-
# class ORG < RDF::StrictVocabulary
|
17
|
-
# # Represents an event which resulted in a major change to an organization such as a merger or complete restructuring. It is intended for situations where the resulting organization is sufficient distinct from the original organizations that it has a distinct identity and distinct URI. Extension vocabularies should define sub-classes of this to denote particular categories of event. The instant or interval at which the event occurred should be given by `prov:startAtTime` and `prov:endedAtTime`, a description should be given by `dct:description`.
|
18
|
-
# # @return [RDF::Vocabulary::Term]
|
19
|
-
# attr_reader :ChangeEvent
|
20
|
-
#
|
21
|
-
# # An Organization which is recognized in the world at large, in particular in legal jurisdictions, with associated rights and responsibilities. Examples include a Corporation, Charity, Government or Church. Note that this is a super class of `gr:BusinessEntity` and it is recommended to use the GoodRelations vocabulary to denote Business classifications such as DUNS or NAICS.
|
22
|
-
# # @return [RDF::Vocabulary::Term]
|
23
|
-
# attr_reader :FormalOrganization
|
24
|
-
#
|
25
|
-
# # Indicates the nature of an Agent's membership of an organization. Represents an n-ary relation between an Agent, an Organization and a Role. It is possible to directly indicate membership, independent of the specific Role, through use of the `org:memberOf` property.
|
26
|
-
# # @return [RDF::Vocabulary::Term]
|
27
|
-
# attr_reader :Membership
|
28
|
-
#
|
29
|
-
# # Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures. It is recommended that SKOS lexical labels should be used to label the Organization. In particular `skos:prefLabel` for the primary (possibly legally recognized name), `skos:altLabel` for alternative names (trading names, colloquial names) and `skos:notation` to denote a code from a code list. Alternative names: _Collective_ _Body_ _Org_ _Group_
|
30
|
-
# # @return [RDF::Vocabulary::Term]
|
31
|
-
# attr_reader :Organization
|
32
|
-
#
|
33
|
-
# # A collaboration between two or more Organizations such as a project. It meets the criteria for being an Organization in that it has an identity and defining purpose independent of its particular members but is neither a formally recognized legal entity nor a sub-unit within some larger organization. Might typically have a shorter lifetime than the Organizations within it, but not necessarily. All members are `org:Organization`s rather than individuals and those Organizations can play particular roles within the venture. Alternative names: _Project_ _Venture_ _Endeavour_ _Consortium_ _Endeavour_
|
34
|
-
# # @return [RDF::Vocabulary::Term]
|
35
|
-
# attr_reader :OrganizationalCollaboration
|
36
|
-
#
|
37
|
-
# # An Organization such as a University Support Unit which is part of some larger FormalOrganization and only has full recognition within the context of that FormalOrganization, it is not a Legal Entity in its own right. Units can be large and complex containing other Units and even FormalOrganizations. Alternative names: _OU_ _Unit_ _Department_
|
38
|
-
# # @return [RDF::Vocabulary::Term]
|
39
|
-
# attr_reader :OrganizationalUnit
|
40
|
-
#
|
41
|
-
# # A Post represents some position within an organization that exists independently of the person or persons filling it. Posts may be used to represent situations where a person is a member of an organization ex officio (for example the Secretary of State for Scotland is part of UK Cabinet by virtue of being Secretary of State for Scotland, not as an individual person). A post can be held by multiple people and hence can be treated as a organization in its own right.
|
42
|
-
# # @return [RDF::Vocabulary::Term]
|
43
|
-
# attr_reader :Post
|
44
|
-
#
|
45
|
-
# # Denotes a role that a Person or other Agent can take in an organization. Instances of this class describe the abstract role; to denote a specific instance of a person playing that role in a specific organization use an instance of `org:Membership`. It is common for roles to be arranged in some taxonomic structure and we use SKOS to represent that. The normal SKOS lexical properties should be used when labelling the Role. Additional descriptive properties for the Role, such as a Salary band, may be added by extension vocabularies.
|
46
|
-
# # @return [RDF::Vocabulary::Term]
|
47
|
-
# attr_reader :Role
|
48
|
-
#
|
49
|
-
# # An office or other premise at which the organization is located. Many organizations are spread across multiple sites and many sites will host multiple locations. In most cases a Site will be a physical location. However, we don't exclude the possibility of non-physical sites such as a virtual office with an associated post box and phone reception service. Extensions may provide subclasses to denote particular types of site.
|
50
|
-
# # @return [RDF::Vocabulary::Term]
|
51
|
-
# attr_reader :Site
|
52
|
-
#
|
53
|
-
# # Indicates the site at which a person is based. We do not restrict the possibility that a person is based at multiple sites.
|
54
|
-
# # @return [RDF::Vocabulary::Term]
|
55
|
-
# attr_reader :basedAt
|
56
|
-
#
|
57
|
-
# # Indicates a change event which resulted in a change to this organization. Depending on the event the organization may or may not have continued to exist after the event. Inverse of `org:originalOrganization`.
|
58
|
-
# # @return [RDF::Vocabulary::Term]
|
59
|
-
# attr_reader :changedBy
|
60
|
-
#
|
61
|
-
# # Indicates a classification for this Organization within some classification scheme. Extension vocabularies may wish to specialize this property to have a range corresponding to a specific `skos:ConceptScheme`. This property is under discussion and may be revised or removed - in many cases organizations are best categorized by defining a sub-class hierarchy in an extension vocabulary.
|
62
|
-
# # @return [RDF::Vocabulary::Term]
|
63
|
-
# attr_reader :classification
|
64
|
-
#
|
65
|
-
# # Indicates a person who is a member of the subject Organization. Inverse of `org:memberOf`, see that property for further clarification. Provided for compatibility with `foaf:member`.
|
66
|
-
# # @return [RDF::Vocabulary::Term]
|
67
|
-
# attr_reader :hasMember
|
68
|
-
#
|
69
|
-
# # Indicates a membership relationship that the Agent plays. Inverse of `org:member`.
|
70
|
-
# # @return [RDF::Vocabulary::Term]
|
71
|
-
# attr_reader :hasMembership
|
72
|
-
#
|
73
|
-
# # Indicates a Post which exists within the Organization.
|
74
|
-
# # @return [RDF::Vocabulary::Term]
|
75
|
-
# attr_reader :hasPost
|
76
|
-
#
|
77
|
-
# # Indicates a primary site for the Organization, this is the default means by which an Organization can be contacted and is not necessarily the formal headquarters.
|
78
|
-
# # @return [RDF::Vocabulary::Term]
|
79
|
-
# attr_reader :hasPrimarySite
|
80
|
-
#
|
81
|
-
# # Indicates the legally registered site for the organization, in many legal jurisdictions there is a requirement that FormalOrganizations such as Companies or Charities have such a primary designed site.
|
82
|
-
# # @return [RDF::Vocabulary::Term]
|
83
|
-
# attr_reader :hasRegisteredSite
|
84
|
-
#
|
85
|
-
# # Indicates a site at which the Organization has some presence even if only indirect (e.g. virtual office or a professional service which is acting as the registered address for a company). Inverse of `org:siteOf`.
|
86
|
-
# # @return [RDF::Vocabulary::Term]
|
87
|
-
# attr_reader :hasSite
|
88
|
-
#
|
89
|
-
# # Represents hierarchical containment of Organizations or Organizational Units; indicates an organization which is a sub-part or child of this organization. Inverse of `org:subOrganizationOf`.
|
90
|
-
# # @return [RDF::Vocabulary::Term]
|
91
|
-
# attr_reader :hasSubOrganization
|
92
|
-
#
|
93
|
-
# # Indicates a unit which is part of this Organization, e.g. a Department within a larger FormalOrganization. Inverse of `org:unitOf`.
|
94
|
-
# # @return [RDF::Vocabulary::Term]
|
95
|
-
# attr_reader :hasUnit
|
96
|
-
#
|
97
|
-
# # Indicates that a person is the leader or formal head of the Organization. This will normally mean that they are the root of the `org:reportsTo` (acyclic) graph, though an organization may have more than one head.
|
98
|
-
# # @return [RDF::Vocabulary::Term]
|
99
|
-
# attr_reader :headOf
|
100
|
-
#
|
101
|
-
# # Indicates an Agent which holds a Post.
|
102
|
-
# # @return [RDF::Vocabulary::Term]
|
103
|
-
# attr_reader :heldBy
|
104
|
-
#
|
105
|
-
# # Indicates a Post held by some Agent.
|
106
|
-
# # @return [RDF::Vocabulary::Term]
|
107
|
-
# attr_reader :holds
|
108
|
-
#
|
109
|
-
# # Gives an identifier, such as a company registration number, that can be used to used to uniquely identify the organization. Many different national and international identier schemes are available. The org ontology is neutral to which schemes are used. The particular identifier scheme should be indicated by the datatype of the identifier value. Using datatypes to distinguish the notation scheme used is consistent with recommended best practice for `skos:notation` of which this property is a specialization.
|
110
|
-
# # @return [RDF::Vocabulary::Term]
|
111
|
-
# attr_reader :identifier
|
112
|
-
#
|
113
|
-
# # Indicates an arbitrary relationship between two organizations. Specializations of this can be used to, for example, denote funding or supply chain relationships.
|
114
|
-
# # @return [RDF::Vocabulary::Term]
|
115
|
-
# attr_reader :linkedTo
|
116
|
-
#
|
117
|
-
# # Gives a location description for a person within the organization, for example a _Mail Stop_ for internal posting purposes.
|
118
|
-
# # @return [RDF::Vocabulary::Term]
|
119
|
-
# attr_reader :location
|
120
|
-
#
|
121
|
-
# # Indicates the Person (or other Agent including Organization) involved in the Membership relationship. Inverse of `org:hasMembership`
|
122
|
-
# # @return [RDF::Vocabulary::Term]
|
123
|
-
# attr_reader :member
|
124
|
-
#
|
125
|
-
# # Optional property to indicate the interval for which the membership is/was valid.
|
126
|
-
# # @return [RDF::Vocabulary::Term]
|
127
|
-
# attr_reader :memberDuring
|
128
|
-
#
|
129
|
-
# # Indicates that a person is a member of the Organization with no indication of the nature of that membership or the role played. Note that the choice of property name is not meant to limit the property to only formal membership arrangements, it is also indended to cover related concepts such as affilliation or other involvement in the organization. Extensions can specialize this relationship to indicate particular roles within the organization or more nuanced relationships to the organization. Has an optional inverse, `org:hasmember`.
|
130
|
-
# # @return [RDF::Vocabulary::Term]
|
131
|
-
# attr_reader :memberOf
|
132
|
-
#
|
133
|
-
# # Indicates Organization in which the Agent is a member.
|
134
|
-
# # @return [RDF::Vocabulary::Term]
|
135
|
-
# attr_reader :organization
|
136
|
-
#
|
137
|
-
# # Indicates one or more organizations that existed before the change event. Depending on the event they may or may not have continued to exist after the event. Inverse of `org:changedBy`.
|
138
|
-
# # @return [RDF::Vocabulary::Term]
|
139
|
-
# attr_reader :originalOrganization
|
140
|
-
#
|
141
|
-
# # Indicates the Organization in which the Post exists.
|
142
|
-
# # @return [RDF::Vocabulary::Term]
|
143
|
-
# attr_reader :postIn
|
144
|
-
#
|
145
|
-
# # Indicates the purpose of this Organization. There can be many purposes at different levels of abstraction but the nature of an organization is to have a reason for existence and this property is a means to document that reason. An Organization may have multiple purposes. It is recommended that the purpose be denoted by a controlled term or code list, ideally a `skos:Concept`. However, the range is left open to allow for other types of descriptive schemes. It is expected that specializations or application profiles of this vocabulary will constrain the range of the purpose. Alternative names: _remit_ _responsibility_ (esp. if applied to OrganizationalUnits such as Government Departments).
|
146
|
-
# # @return [RDF::Vocabulary::Term]
|
147
|
-
# attr_reader :purpose
|
148
|
-
#
|
149
|
-
# # Indicates a salary or other reward associated with the role. Typically this will be denoted using an existing representation scheme such as `gr:PriceSpecification` but the range is left open to allow applications to specialize it (e.g. to remunerationInGBP).
|
150
|
-
# # @return [RDF::Vocabulary::Term]
|
151
|
-
# attr_reader :remuneration
|
152
|
-
#
|
153
|
-
# # Indicates a reporting relationship as might be depicted on an organizational chart. The precise semantics of the reporting relationship will vary by organization but is intended to encompass both direct supervisory relationships (e.g. carrying objective and salary setting authority) and more general reporting or accountability relationships (e.g. so called _dotted line_ reporting).
|
154
|
-
# # @return [RDF::Vocabulary::Term]
|
155
|
-
# attr_reader :reportsTo
|
156
|
-
#
|
157
|
-
# # Indicates an event which resulted in this organization. Inverse of `org:resultingOrganization`.
|
158
|
-
# # @return [RDF::Vocabulary::Term]
|
159
|
-
# attr_reader :resultedFrom
|
160
|
-
#
|
161
|
-
# # Indicates an organization which was created or changed as a result of the event. Inverse of `org:resultedFrom`.
|
162
|
-
# # @return [RDF::Vocabulary::Term]
|
163
|
-
# attr_reader :resultingOrganization
|
164
|
-
#
|
165
|
-
# # Indicates the Role that the Agent plays in a Membership relationship with an Organization.
|
166
|
-
# # @return [RDF::Vocabulary::Term]
|
167
|
-
# attr_reader :role
|
168
|
-
#
|
169
|
-
# # This is a metalevel property which is used to annotate an `org:Role` instance with a sub-property of `org:memberOf` that can be used to directly indicate the role for easy of query. The intended semantics is a Membership relation involving the Role implies the existence of a direct property relationship through an inference rule of the form: `{ [] org:member ?p; org:organization ?o; org:role [org:roleProperty ?r] } -> {?p ?r ?o}`.
|
170
|
-
# # @return [RDF::Vocabulary::Term]
|
171
|
-
# attr_reader :roleProperty
|
172
|
-
#
|
173
|
-
# # Indicates an address for the site in a suitable encoding. Use of vCard (using the http://www.w3.org/TR/vcard-rdf/ vocabulary) is encouraged but the range is left open to allow other encodings to be used. The address may include email, telephone, and geo-location information and is not restricted to a physical address.
|
174
|
-
# # @return [RDF::Vocabulary::Term]
|
175
|
-
# attr_reader :siteAddress
|
176
|
-
#
|
177
|
-
# # Indicates an Organization which has some presence at the given site. This is the inverse of `org:hasSite`.
|
178
|
-
# # @return [RDF::Vocabulary::Term]
|
179
|
-
# attr_reader :siteOf
|
180
|
-
#
|
181
|
-
# # Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`.
|
182
|
-
# # @return [RDF::Vocabulary::Term]
|
183
|
-
# attr_reader :subOrganizationOf
|
184
|
-
#
|
185
|
-
# # The transitive closure of subOrganizationOf, giving a representation of all organizations that contain this one. Note that technically this is a super property of the transitive closure so it could contain additional assertions but such usage is discouraged.
|
186
|
-
# # @return [RDF::Vocabulary::Term]
|
187
|
-
# attr_reader :transitiveSubOrganizationOf
|
188
|
-
#
|
189
|
-
# # Indicates an Organization of which this Unit is a part, e.g. a Department within a larger FormalOrganization. This is the inverse of `org:hasUnit`.
|
190
|
-
# # @return [RDF::Vocabulary::Term]
|
191
|
-
# attr_reader :unitOf
|
192
|
-
#
|
193
|
-
# # A role corresponding to the `org:headOf` property
|
194
|
-
# # @return [RDF::Vocabulary::Term]
|
195
|
-
# attr_reader :Head
|
196
|
-
#
|
197
|
-
# end
|
198
6
|
ORG = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/org#")) do
|
199
7
|
|
200
8
|
# Ontology definition
|
201
9
|
ontology :"http://www.w3.org/ns/org#",
|
202
|
-
comment:
|
203
|
-
"dc
|
204
|
-
"foaf
|
205
|
-
"foaf
|
10
|
+
comment: "Vocabulary for describing organizational structures, specializable to a broad variety of types of organization.".freeze,
|
11
|
+
"http://purl.org/dc/terms/contributor": [term(
|
12
|
+
"http://xmlns.com/foaf/0.1/homepage": "http://www.asahi-net.or.jp/~ax2s-kmtn/".freeze,
|
13
|
+
"http://xmlns.com/foaf/0.1/name": "Shuji Kamitsuna".freeze
|
206
14
|
), term(
|
207
|
-
"foaf
|
208
|
-
"foaf
|
15
|
+
"http://xmlns.com/foaf/0.1/mbox": "antonio.maccioni@agid.gov.it".freeze,
|
16
|
+
"http://xmlns.com/foaf/0.1/name": "Antonio Maccioni".freeze
|
209
17
|
), term(
|
210
|
-
"foaf
|
211
|
-
"foaf
|
18
|
+
"http://xmlns.com/foaf/0.1/mbox": "dave@epimorphics.com".freeze,
|
19
|
+
"http://xmlns.com/foaf/0.1/name": "Dave Reynolds".freeze
|
212
20
|
), term(
|
213
|
-
"foaf
|
214
|
-
"foaf
|
21
|
+
"http://xmlns.com/foaf/0.1/mbox": "dguardiola@quinode.fr".freeze,
|
22
|
+
"http://xmlns.com/foaf/0.1/name": "Dominique Guardiola".freeze
|
215
23
|
), term(
|
216
|
-
"foaf
|
217
|
-
"foaf
|
24
|
+
"http://xmlns.com/foaf/0.1/mbox": "emontiel@fi.upm.es".freeze,
|
25
|
+
"http://xmlns.com/foaf/0.1/name": "Elena Montiel Ponsoda".freeze
|
218
26
|
), term(
|
219
|
-
"foaf
|
220
|
-
"foaf
|
27
|
+
"http://xmlns.com/foaf/0.1/mbox": "giorgia.lodi@agid.gov.it".freeze,
|
28
|
+
"http://xmlns.com/foaf/0.1/name": "Giorgia Lodi".freeze
|
221
29
|
), term(
|
222
|
-
"foaf
|
223
|
-
"foaf
|
30
|
+
"http://xmlns.com/foaf/0.1/mbox": "lupe@fi.upm.es".freeze,
|
31
|
+
"http://xmlns.com/foaf/0.1/name": "Guadalupe Aguado de Cea".freeze
|
224
32
|
), term(
|
225
|
-
"foaf
|
226
|
-
"foaf
|
33
|
+
"http://xmlns.com/foaf/0.1/mbox": "mpoveda@fi.upm.es".freeze,
|
34
|
+
"http://xmlns.com/foaf/0.1/name": "María Poveda Villalón".freeze
|
227
35
|
), term(
|
228
|
-
"foaf
|
229
|
-
"foaf
|
36
|
+
"http://xmlns.com/foaf/0.1/mbox": "ogiraldo@fi.upm.es".freeze,
|
37
|
+
"http://xmlns.com/foaf/0.1/name": "Olga Ximena Giraldo".freeze
|
230
38
|
)],
|
231
|
-
"dc
|
232
|
-
"dc
|
233
|
-
"dc
|
234
|
-
"dc
|
39
|
+
"http://purl.org/dc/terms/created": "2010-05-28".freeze,
|
40
|
+
"http://purl.org/dc/terms/license": "http://www.opendatacommons.org/licenses/pddl/1.0/".freeze,
|
41
|
+
"http://purl.org/dc/terms/modified": ["2010-06-09".freeze, "2010-10-08".freeze, "2012-09-30".freeze, "2012-10-06".freeze, "2013-02-15".freeze, "2013-12-16".freeze, "2014-01-02".freeze, "2014-01-25".freeze, "2014-02-05".freeze, "2014-04-12".freeze],
|
42
|
+
"http://purl.org/dc/terms/title": "Core organization ontology".freeze,
|
43
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/vocab-org/".freeze,
|
44
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "0.8".freeze,
|
235
45
|
label: "Core organization ontology".freeze,
|
236
|
-
|
237
|
-
"rdfs:seeAlso": "http://www.w3.org/TR/vocab-org/".freeze,
|
238
|
-
type: "owl:Ontology".freeze
|
46
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
239
47
|
|
240
48
|
# Class definitions
|
241
49
|
term :ChangeEvent,
|
242
|
-
comment:
|
50
|
+
comment: "Represents an event which resulted in a major change to an organization such as a merger or complete restructuring. It is intended for situations where the resulting organization is sufficient distinct from the original organizations that it has a distinct identity and distinct URI. Extension vocabularies should define sub-classes of this to denote particular categories of event. The instant or interval at which the event occurred should be given by `prov:startAtTime` and `prov:endedAtTime`, a description should be given by `dct:description`. ".freeze,
|
243
51
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
244
52
|
label: "Change Event".freeze,
|
245
|
-
subClassOf: "prov
|
246
|
-
type: ["
|
53
|
+
subClassOf: "http://www.w3.org/ns/prov#Activity".freeze,
|
54
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
247
55
|
term :FormalOrganization,
|
248
|
-
comment:
|
56
|
+
comment: "An Organization which is recognized in the world at large, in particular in legal jurisdictions, with associated rights and responsibilities. Examples include a Corporation, Charity, Government or Church. Note that this is a super class of `gr:BusinessEntity` and it is recommended to use the GoodRelations vocabulary to denote Business classifications such as DUNS or NAICS.".freeze,
|
249
57
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
250
58
|
label: "Formal Organization".freeze,
|
251
|
-
subClassOf: ["
|
252
|
-
type: ["
|
59
|
+
subClassOf: ["http://www.w3.org/ns/org#Organization".freeze, "http://xmlns.com/foaf/0.1/Organization".freeze],
|
60
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
253
61
|
term :Membership,
|
254
|
-
comment:
|
62
|
+
comment: "Indicates the nature of an Agent's membership of an organization. Represents an n-ary relation between an Agent, an Organization and a Role. It is possible to directly indicate membership, independent of the specific Role, through use of the `org:memberOf` property.".freeze,
|
63
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/org#ChangeEvent".freeze, "http://www.w3.org/ns/org#Site".freeze],
|
255
64
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
256
65
|
label: "Membership".freeze,
|
257
|
-
|
258
|
-
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
66
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
259
67
|
term :Organization,
|
260
|
-
comment:
|
261
|
-
equivalentClass: "foaf
|
68
|
+
comment: "Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures. It is recommended that SKOS lexical labels should be used to label the Organization. In particular `skos:prefLabel` for the primary (possibly legally recognized name), `skos:altLabel` for alternative names (trading names, colloquial names) and `skos:notation` to denote a code from a code list. Alternative names: _Collective_ _Body_ _Org_ _Group_".freeze,
|
69
|
+
equivalentClass: "http://xmlns.com/foaf/0.1/Organization".freeze,
|
70
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/org#ChangeEvent".freeze, "http://www.w3.org/ns/org#Membership".freeze, "http://www.w3.org/ns/org#Role".freeze, "http://www.w3.org/ns/org#Site".freeze],
|
71
|
+
"http://www.w3.org/2002/07/owl#hasKey": list("http://www.w3.org/ns/org#identifier".freeze),
|
262
72
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
263
73
|
label: "Organization".freeze,
|
264
|
-
|
265
|
-
|
266
|
-
subClassOf: "foaf:Agent".freeze,
|
267
|
-
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
74
|
+
subClassOf: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
75
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
268
76
|
term :OrganizationalCollaboration,
|
269
|
-
comment:
|
77
|
+
comment: "A collaboration between two or more Organizations such as a project. It meets the criteria for being an Organization in that it has an identity and defining purpose independent of its particular members but is neither a formally recognized legal entity nor a sub-unit within some larger organization. Might typically have a shorter lifetime than the Organizations within it, but not necessarily. All members are `org:Organization`s rather than individuals and those Organizations can play particular roles within the venture. Alternative names: _Project_ _Venture_ _Endeavour_ _Consortium_ _Endeavour_".freeze,
|
270
78
|
equivalentClass: term(
|
271
|
-
intersectionOf: list("org
|
272
|
-
|
273
|
-
onProperty: "org:hasMember".freeze,
|
274
|
-
type: "owl:Restriction".freeze
|
275
|
-
)),
|
276
|
-
type: "owl:Class".freeze
|
79
|
+
intersectionOf: list("http://www.w3.org/ns/org#Organization".freeze, "_:g9660".freeze),
|
80
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
277
81
|
),
|
278
82
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
279
83
|
label: "Endeavour".freeze,
|
280
|
-
subClassOf: "org
|
281
|
-
type: ["
|
84
|
+
subClassOf: "http://www.w3.org/ns/org#Organization".freeze,
|
85
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
282
86
|
term :OrganizationalUnit,
|
283
|
-
comment:
|
87
|
+
comment: "An Organization such as a University Support Unit which is part of some larger FormalOrganization and only has full recognition within the context of that FormalOrganization, it is not a Legal Entity in its own right. Units can be large and complex containing other Units and even FormalOrganizations. Alternative names: _OU_ _Unit_ _Department_".freeze,
|
284
88
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
285
89
|
label: "OrganizationalUnit".freeze,
|
286
|
-
subClassOf: "org
|
287
|
-
type: ["
|
90
|
+
subClassOf: "http://www.w3.org/ns/org#Organization".freeze,
|
91
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
288
92
|
term :Post,
|
289
|
-
comment:
|
93
|
+
comment: "A Post represents some position within an organization that exists independently of the person or persons filling it. Posts may be used to represent situations where a person is a member of an organization ex officio (for example the Secretary of State for Scotland is part of UK Cabinet by virtue of being Secretary of State for Scotland, not as an individual person). A post can be held by multiple people and hence can be treated as a organization in its own right.".freeze,
|
290
94
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
291
95
|
label: "Post".freeze,
|
292
|
-
type: ["
|
96
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
293
97
|
term :Role,
|
294
|
-
comment:
|
98
|
+
comment: "Denotes a role that a Person or other Agent can take in an organization. Instances of this class describe the abstract role; to denote a specific instance of a person playing that role in a specific organization use an instance of `org:Membership`. It is common for roles to be arranged in some taxonomic structure and we use SKOS to represent that. The normal SKOS lexical properties should be used when labelling the Role. Additional descriptive properties for the Role, such as a Salary band, may be added by extension vocabularies.".freeze,
|
99
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/org#ChangeEvent".freeze, "http://www.w3.org/ns/org#Membership".freeze, "http://www.w3.org/ns/org#Site".freeze],
|
295
100
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
296
101
|
label: "Role".freeze,
|
297
|
-
|
298
|
-
|
299
|
-
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
102
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
103
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
300
104
|
term :Site,
|
301
|
-
comment:
|
105
|
+
comment: "An office or other premise at which the organization is located. Many organizations are spread across multiple sites and many sites will host multiple locations. In most cases a Site will be a physical location. However, we don't exclude the possibility of non-physical sites such as a virtual office with an associated post box and phone reception service. Extensions may provide subclasses to denote particular types of site.".freeze,
|
106
|
+
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/org#ChangeEvent".freeze,
|
302
107
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
303
108
|
label: "Site".freeze,
|
304
|
-
|
305
|
-
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
109
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
306
110
|
|
307
111
|
# Property definitions
|
308
112
|
property :basedAt,
|
309
|
-
comment:
|
310
|
-
domain: "foaf
|
113
|
+
comment: "Indicates the site at which a person is based. We do not restrict the possibility that a person is based at multiple sites.".freeze,
|
114
|
+
domain: "http://xmlns.com/foaf/0.1/Person".freeze,
|
311
115
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
312
116
|
label: "based At".freeze,
|
313
|
-
range: "org
|
314
|
-
type: ["
|
117
|
+
range: "http://www.w3.org/ns/org#Site".freeze,
|
118
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
315
119
|
property :changedBy,
|
316
|
-
comment:
|
317
|
-
domain: "org
|
318
|
-
inverseOf: "org
|
120
|
+
comment: "Indicates a change event which resulted in a change to this organization. Depending on the event the organization may or may not have continued to exist after the event. Inverse of `org:originalOrganization`.".freeze,
|
121
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
122
|
+
inverseOf: "http://www.w3.org/ns/org#originalOrganization".freeze,
|
319
123
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
320
124
|
label: "changed by".freeze,
|
321
|
-
range: "org
|
322
|
-
type: ["
|
125
|
+
range: "http://www.w3.org/ns/org#ChangeEvent".freeze,
|
126
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
323
127
|
property :classification,
|
324
|
-
comment:
|
325
|
-
domain: "org
|
128
|
+
comment: "Indicates a classification for this Organization within some classification scheme. Extension vocabularies may wish to specialize this property to have a range corresponding to a specific `skos:ConceptScheme`. This property is under discussion and may be revised or removed - in many cases organizations are best categorized by defining a sub-class hierarchy in an extension vocabulary.".freeze,
|
129
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
326
130
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
327
131
|
label: "classification".freeze,
|
328
|
-
range: "skos
|
329
|
-
type: ["
|
132
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
133
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
330
134
|
property :hasMember,
|
331
|
-
comment:
|
332
|
-
domain: "org
|
333
|
-
equivalentProperty: "foaf
|
334
|
-
inverseOf: "org
|
135
|
+
comment: "Indicates a person who is a member of the subject Organization. Inverse of `org:memberOf`, see that property for further clarification. Provided for compatibility with `foaf:member`.".freeze,
|
136
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
137
|
+
equivalentProperty: "http://xmlns.com/foaf/0.1/member".freeze,
|
138
|
+
inverseOf: "http://www.w3.org/ns/org#memberOf".freeze,
|
335
139
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
336
140
|
label: "has member".freeze,
|
337
|
-
range: "foaf
|
338
|
-
type: ["
|
141
|
+
range: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
142
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
339
143
|
property :hasMembership,
|
340
|
-
comment:
|
341
|
-
domain: "foaf
|
342
|
-
inverseOf: "org
|
144
|
+
comment: "Indicates a membership relationship that the Agent plays. Inverse of `org:member`.".freeze,
|
145
|
+
domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
146
|
+
inverseOf: "http://www.w3.org/ns/org#member".freeze,
|
343
147
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
344
148
|
label: "membership".freeze,
|
345
|
-
range: "org
|
346
|
-
type: ["
|
149
|
+
range: "http://www.w3.org/ns/org#Membership".freeze,
|
150
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
347
151
|
property :hasPost,
|
348
|
-
comment:
|
349
|
-
domain: "org
|
152
|
+
comment: "Indicates a Post which exists within the Organization.".freeze,
|
153
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
350
154
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
351
155
|
label: "post".freeze,
|
352
|
-
range: "org
|
353
|
-
type: ["
|
156
|
+
range: "http://www.w3.org/ns/org#Post".freeze,
|
157
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
354
158
|
property :hasPrimarySite,
|
355
|
-
comment:
|
356
|
-
domain: "org
|
159
|
+
comment: "Indicates a primary site for the Organization, this is the default means by which an Organization can be contacted and is not necessarily the formal headquarters.".freeze,
|
160
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
357
161
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
358
162
|
label: "primary Site".freeze,
|
359
|
-
range: "org
|
360
|
-
subPropertyOf: "org
|
361
|
-
type: ["
|
163
|
+
range: "http://www.w3.org/ns/org#Site".freeze,
|
164
|
+
subPropertyOf: "http://www.w3.org/ns/org#hasSite".freeze,
|
165
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
362
166
|
property :hasRegisteredSite,
|
363
|
-
comment:
|
364
|
-
domain: "org
|
167
|
+
comment: "Indicates the legally registered site for the organization, in many legal jurisdictions there is a requirement that FormalOrganizations such as Companies or Charities have such a primary designed site. ".freeze,
|
168
|
+
domain: "http://www.w3.org/ns/org#FormalOrganization".freeze,
|
365
169
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
366
170
|
label: "registered Site".freeze,
|
367
|
-
range: "org
|
368
|
-
subPropertyOf: "org
|
369
|
-
type: ["
|
171
|
+
range: "http://www.w3.org/ns/org#Site".freeze,
|
172
|
+
subPropertyOf: "http://www.w3.org/ns/org#hasPrimarySite".freeze,
|
173
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
370
174
|
property :hasSite,
|
371
|
-
comment:
|
372
|
-
domain: "org
|
373
|
-
inverseOf: "org
|
175
|
+
comment: "Indicates a site at which the Organization has some presence even if only indirect (e.g. virtual office or a professional service which is acting as the registered address for a company). Inverse of `org:siteOf`.".freeze,
|
176
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
177
|
+
inverseOf: "http://www.w3.org/ns/org#siteOf".freeze,
|
374
178
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
375
179
|
label: "has site".freeze,
|
376
|
-
range: "org
|
377
|
-
type: ["
|
180
|
+
range: "http://www.w3.org/ns/org#Site".freeze,
|
181
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
378
182
|
property :hasSubOrganization,
|
379
|
-
comment:
|
380
|
-
domain: "org
|
381
|
-
inverseOf: "org
|
183
|
+
comment: "Represents hierarchical containment of Organizations or Organizational Units; indicates an organization which is a sub-part or child of this organization. Inverse of `org:subOrganizationOf`.".freeze,
|
184
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
185
|
+
inverseOf: "http://www.w3.org/ns/org#subOrganizationOf".freeze,
|
382
186
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
383
187
|
label: "has SubOrganization".freeze,
|
384
|
-
range: "org
|
385
|
-
type: ["
|
188
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
189
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
386
190
|
property :hasUnit,
|
387
|
-
comment:
|
388
|
-
domain: "org
|
389
|
-
inverseOf: "org
|
191
|
+
comment: "Indicates a unit which is part of this Organization, e.g. a Department within a larger FormalOrganization. Inverse of `org:unitOf`.".freeze,
|
192
|
+
domain: "http://www.w3.org/ns/org#FormalOrganization".freeze,
|
193
|
+
inverseOf: "http://www.w3.org/ns/org#unitOf".freeze,
|
390
194
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
391
195
|
label: "has Unit".freeze,
|
392
|
-
range: "org
|
393
|
-
subPropertyOf: "org
|
394
|
-
type: ["
|
196
|
+
range: "http://www.w3.org/ns/org#OrganizationalUnit".freeze,
|
197
|
+
subPropertyOf: "http://www.w3.org/ns/org#hasSubOrganization".freeze,
|
198
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
395
199
|
property :headOf,
|
396
|
-
comment:
|
397
|
-
domain: "foaf
|
200
|
+
comment: "Indicates that a person is the leader or formal head of the Organization. This will normally mean that they are the root of the `org:reportsTo` (acyclic) graph, though an organization may have more than one head.".freeze,
|
201
|
+
domain: "http://xmlns.com/foaf/0.1/Person".freeze,
|
398
202
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
399
203
|
label: "head of".freeze,
|
400
|
-
range: "org
|
401
|
-
subPropertyOf: "org
|
402
|
-
type: ["
|
204
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
205
|
+
subPropertyOf: "http://www.w3.org/ns/org#memberOf".freeze,
|
206
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
403
207
|
property :heldBy,
|
404
|
-
comment:
|
405
|
-
domain: "org
|
208
|
+
comment: "Indicates an Agent which holds a Post.".freeze,
|
209
|
+
domain: "http://www.w3.org/ns/org#Post".freeze,
|
406
210
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
407
211
|
label: "held by".freeze,
|
408
|
-
range: "foaf
|
409
|
-
type: ["
|
212
|
+
range: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
213
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
410
214
|
property :holds,
|
411
|
-
comment:
|
412
|
-
domain: "foaf
|
413
|
-
inverseOf: "org
|
215
|
+
comment: "Indicates a Post held by some Agent.".freeze,
|
216
|
+
domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
217
|
+
inverseOf: "http://www.w3.org/ns/org#heldBy".freeze,
|
414
218
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
415
219
|
label: "holds".freeze,
|
416
|
-
range: "org
|
417
|
-
type: ["
|
220
|
+
range: "http://www.w3.org/ns/org#Post".freeze,
|
221
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
418
222
|
property :identifier,
|
419
|
-
comment:
|
420
|
-
domain: "org
|
223
|
+
comment: "Gives an identifier, such as a company registration number, that can be used to used to uniquely identify the organization. Many different national and international identier schemes are available. The org ontology is neutral to which schemes are used. The particular identifier scheme should be indicated by the datatype of the identifier value. Using datatypes to distinguish the notation scheme used is consistent with recommended best practice for `skos:notation` of which this property is a specialization.".freeze,
|
224
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
421
225
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
422
226
|
label: "identifier".freeze,
|
423
|
-
subPropertyOf: "skos
|
424
|
-
type: ["
|
227
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#notation".freeze,
|
228
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
425
229
|
property :linkedTo,
|
426
|
-
comment:
|
427
|
-
domain: "org
|
230
|
+
comment: "Indicates an arbitrary relationship between two organizations. Specializations of this can be used to, for example, denote funding or supply chain relationships.".freeze,
|
231
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
428
232
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
429
233
|
label: "linked to".freeze,
|
430
|
-
range: "org
|
431
|
-
type: ["
|
234
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
235
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
432
236
|
property :location,
|
433
|
-
comment:
|
434
|
-
domain: "foaf
|
237
|
+
comment: "Gives a location description for a person within the organization, for example a _Mail Stop_ for internal posting purposes.".freeze,
|
238
|
+
domain: "http://xmlns.com/foaf/0.1/Person".freeze,
|
435
239
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
436
240
|
label: "location".freeze,
|
437
|
-
range: "
|
438
|
-
type: ["
|
241
|
+
range: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
242
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
439
243
|
property :member,
|
440
|
-
comment:
|
441
|
-
domain: "org
|
442
|
-
inverseOf: "org
|
244
|
+
comment: "Indicates the Person (or other Agent including Organization) involved in the Membership relationship. Inverse of `org:hasMembership`".freeze,
|
245
|
+
domain: "http://www.w3.org/ns/org#Membership".freeze,
|
246
|
+
inverseOf: "http://www.w3.org/ns/org#hasMembership".freeze,
|
443
247
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
444
248
|
label: "member".freeze,
|
445
|
-
range: "foaf
|
446
|
-
type: ["
|
249
|
+
range: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
250
|
+
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]
|
447
251
|
property :memberDuring,
|
448
|
-
comment:
|
449
|
-
domain: "org
|
252
|
+
comment: "Optional property to indicate the interval for which the membership is/was valid.".freeze,
|
253
|
+
domain: "http://www.w3.org/ns/org#Membership".freeze,
|
450
254
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
451
255
|
label: "member During".freeze,
|
452
|
-
type: ["
|
256
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
453
257
|
property :memberOf,
|
454
|
-
comment:
|
455
|
-
domain: "foaf
|
456
|
-
inverseOf: "org
|
258
|
+
comment: "Indicates that a person is a member of the Organization with no indication of the nature of that membership or the role played. Note that the choice of property name is not meant to limit the property to only formal membership arrangements, it is also indended to cover related concepts such as affilliation or other involvement in the organization. Extensions can specialize this relationship to indicate particular roles within the organization or more nuanced relationships to the organization. Has an optional inverse, `org:hasmember`.".freeze,
|
259
|
+
domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
260
|
+
inverseOf: "http://www.w3.org/ns/org#hasMember".freeze,
|
457
261
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
458
262
|
label: "member of".freeze,
|
459
|
-
range: "org
|
460
|
-
type: ["
|
263
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
264
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
461
265
|
property :organization,
|
462
|
-
comment:
|
463
|
-
domain: "org
|
266
|
+
comment: "Indicates Organization in which the Agent is a member.".freeze,
|
267
|
+
domain: "http://www.w3.org/ns/org#Membership".freeze,
|
464
268
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
465
269
|
label: "organization".freeze,
|
466
|
-
range: "org
|
467
|
-
type: ["
|
270
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
271
|
+
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]
|
468
272
|
property :originalOrganization,
|
469
|
-
comment:
|
470
|
-
domain: "org
|
471
|
-
inverseOf: "org
|
273
|
+
comment: "Indicates one or more organizations that existed before the change event. Depending on the event they may or may not have continued to exist after the event. Inverse of `org:changedBy`.".freeze,
|
274
|
+
domain: "http://www.w3.org/ns/org#ChangeEvent".freeze,
|
275
|
+
inverseOf: "http://www.w3.org/ns/org#changedBy".freeze,
|
472
276
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
473
277
|
label: "original organization".freeze,
|
474
|
-
range: "org
|
475
|
-
subPropertyOf: "prov
|
476
|
-
type: ["
|
278
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
279
|
+
subPropertyOf: "http://www.w3.org/ns/prov#used".freeze,
|
280
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
477
281
|
property :postIn,
|
478
|
-
comment:
|
479
|
-
domain: "org
|
480
|
-
inverseOf: "org
|
282
|
+
comment: "Indicates the Organization in which the Post exists.".freeze,
|
283
|
+
domain: "http://www.w3.org/ns/org#Post".freeze,
|
284
|
+
inverseOf: "http://www.w3.org/ns/org#hasPost".freeze,
|
481
285
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
482
286
|
label: "post in".freeze,
|
483
|
-
range: "org
|
484
|
-
type: ["
|
287
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
288
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
485
289
|
property :purpose,
|
486
|
-
comment:
|
487
|
-
domain: "org
|
290
|
+
comment: "Indicates the purpose of this Organization. There can be many purposes at different levels of abstraction but the nature of an organization is to have a reason for existence and this property is a means to document that reason. An Organization may have multiple purposes. It is recommended that the purpose be denoted by a controlled term or code list, ideally a `skos:Concept`. However, the range is left open to allow for other types of descriptive schemes. It is expected that specializations or application profiles of this vocabulary will constrain the range of the purpose. Alternative names: _remit_ _responsibility_ (esp. if applied to OrganizationalUnits such as Government Departments).".freeze,
|
291
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
488
292
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
489
293
|
label: "purpose".freeze,
|
490
|
-
type: "rdf
|
294
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
491
295
|
property :remuneration,
|
492
|
-
comment:
|
493
|
-
domain: "org
|
296
|
+
comment: "Indicates a salary or other reward associated with the role. Typically this will be denoted using an existing representation scheme such as `gr:PriceSpecification` but the range is left open to allow applications to specialize it (e.g. to remunerationInGBP).".freeze,
|
297
|
+
domain: "http://www.w3.org/ns/org#Role".freeze,
|
494
298
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
495
299
|
label: "remuneration".freeze,
|
496
|
-
type: ["
|
300
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
497
301
|
property :reportsTo,
|
498
|
-
comment:
|
302
|
+
comment: "Indicates a reporting relationship as might be depicted on an organizational chart. The precise semantics of the reporting relationship will vary by organization but is intended to encompass both direct supervisory relationships (e.g. carrying objective and salary setting authority) and more general reporting or accountability relationships (e.g. so called _dotted line_ reporting).".freeze,
|
499
303
|
domain: term(
|
500
|
-
type: "owl
|
501
|
-
unionOf: list("foaf
|
304
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
305
|
+
unionOf: list("http://xmlns.com/foaf/0.1/Agent".freeze, "http://www.w3.org/ns/org#Post".freeze)
|
502
306
|
),
|
503
307
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
504
308
|
label: "reports to".freeze,
|
505
309
|
range: term(
|
506
|
-
type: "owl
|
507
|
-
unionOf: list("foaf
|
310
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
311
|
+
unionOf: list("http://xmlns.com/foaf/0.1/Agent".freeze, "http://www.w3.org/ns/org#Post".freeze)
|
508
312
|
),
|
509
|
-
type: ["
|
313
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
510
314
|
property :resultedFrom,
|
511
|
-
comment:
|
512
|
-
domain: "org
|
513
|
-
inverseOf: "org
|
315
|
+
comment: "Indicates an event which resulted in this organization. Inverse of `org:resultingOrganization`.".freeze,
|
316
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
317
|
+
inverseOf: "http://www.w3.org/ns/org#resultingOrganization".freeze,
|
514
318
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
515
319
|
label: "resulted from".freeze,
|
516
|
-
range: "org
|
517
|
-
subPropertyOf: "prov
|
518
|
-
type: ["
|
320
|
+
range: "http://www.w3.org/ns/org#ChangeEvent".freeze,
|
321
|
+
subPropertyOf: "http://www.w3.org/ns/prov#wasGeneratedBy".freeze,
|
322
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
519
323
|
property :resultingOrganization,
|
520
|
-
comment:
|
521
|
-
domain: "org
|
522
|
-
inverseOf: "org
|
324
|
+
comment: "Indicates an organization which was created or changed as a result of the event. Inverse of `org:resultedFrom`.".freeze,
|
325
|
+
domain: "http://www.w3.org/ns/org#ChangeEvent".freeze,
|
326
|
+
inverseOf: "http://www.w3.org/ns/org#resultedFrom".freeze,
|
523
327
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
524
328
|
label: "resulted in".freeze,
|
525
|
-
range: "org
|
526
|
-
type: ["
|
329
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
330
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
527
331
|
property :role,
|
528
|
-
comment:
|
332
|
+
comment: "Indicates the Role that the Agent plays in a Membership relationship with an Organization.".freeze,
|
529
333
|
domain: term(
|
530
|
-
type: "owl
|
531
|
-
unionOf: list("org
|
334
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
335
|
+
unionOf: list("http://www.w3.org/ns/org#Membership".freeze, "http://www.w3.org/ns/org#Post".freeze)
|
532
336
|
),
|
533
337
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
534
338
|
label: "role".freeze,
|
535
|
-
range: "org
|
536
|
-
type: ["
|
339
|
+
range: "http://www.w3.org/ns/org#Role".freeze,
|
340
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
537
341
|
property :roleProperty,
|
538
|
-
comment:
|
539
|
-
domain: "org
|
342
|
+
comment: "This is a metalevel property which is used to annotate an `org:Role` instance with a sub-property of `org:memberOf` that can be used to directly indicate the role for easy of query. The intended semantics is a Membership relation involving the Role implies the existence of a direct property relationship through an inference rule of the form: `{ [] org:member ?p; org:organization ?o; org:role [org:roleProperty ?r] } -> {?p ?r ?o}`.".freeze,
|
343
|
+
domain: "http://www.w3.org/ns/org#Role".freeze,
|
540
344
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
541
345
|
label: "role (property)".freeze,
|
542
|
-
range: "rdf
|
543
|
-
type: ["
|
346
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze,
|
347
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
544
348
|
property :siteAddress,
|
545
|
-
comment:
|
546
|
-
domain: "org
|
349
|
+
comment: "Indicates an address for the site in a suitable encoding. Use of vCard (using the http://www.w3.org/TR/vcard-rdf/ vocabulary) is encouraged but the range is left open to allow other encodings to be used. The address may include email, telephone, and geo-location information and is not restricted to a physical address. ".freeze,
|
350
|
+
domain: "http://www.w3.org/ns/org#Site".freeze,
|
547
351
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
548
352
|
label: "site Address".freeze,
|
549
|
-
type: ["
|
353
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
550
354
|
property :siteOf,
|
551
|
-
comment:
|
552
|
-
domain: "org
|
553
|
-
inverseOf: "org
|
355
|
+
comment: "Indicates an Organization which has some presence at the given site. This is the inverse of `org:hasSite`.".freeze,
|
356
|
+
domain: "http://www.w3.org/ns/org#Site".freeze,
|
357
|
+
inverseOf: "http://www.w3.org/ns/org#hasSite".freeze,
|
554
358
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
555
359
|
label: "site Of".freeze,
|
556
|
-
range: "org
|
557
|
-
type: ["
|
360
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
361
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
558
362
|
property :subOrganizationOf,
|
559
|
-
comment:
|
560
|
-
domain: "org
|
561
|
-
inverseOf: "org
|
363
|
+
comment: "Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`.".freeze,
|
364
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
365
|
+
inverseOf: "http://www.w3.org/ns/org#hasSubOrganization".freeze,
|
562
366
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
563
367
|
label: "subOrganization of".freeze,
|
564
|
-
range: "org
|
565
|
-
subPropertyOf: "org
|
566
|
-
type: ["
|
368
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
369
|
+
subPropertyOf: "http://www.w3.org/ns/org#transitiveSubOrganizationOf".freeze,
|
370
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
567
371
|
property :transitiveSubOrganizationOf,
|
568
|
-
comment:
|
569
|
-
domain: "org
|
372
|
+
comment: "The transitive closure of subOrganizationOf, giving a representation of all organizations that contain this one. Note that technically this is a super property of the transitive closure so it could contain additional assertions but such usage is discouraged.".freeze,
|
373
|
+
domain: "http://www.w3.org/ns/org#Organization".freeze,
|
570
374
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
571
375
|
label: "transitive sub-organization".freeze,
|
572
|
-
range: "org
|
573
|
-
type: ["
|
376
|
+
range: "http://www.w3.org/ns/org#Organization".freeze,
|
377
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze, "http://www.w3.org/2002/07/owl#TransitiveProperty".freeze]
|
574
378
|
property :unitOf,
|
575
|
-
comment:
|
576
|
-
domain: "org
|
577
|
-
inverseOf: "org
|
379
|
+
comment: "Indicates an Organization of which this Unit is a part, e.g. a Department within a larger FormalOrganization. This is the inverse of `org:hasUnit`.".freeze,
|
380
|
+
domain: "http://www.w3.org/ns/org#OrganizationalUnit".freeze,
|
381
|
+
inverseOf: "http://www.w3.org/ns/org#hasUnit".freeze,
|
578
382
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
579
383
|
label: "unit Of".freeze,
|
580
|
-
range: "org
|
581
|
-
subPropertyOf: "org
|
582
|
-
type: ["
|
384
|
+
range: "http://www.w3.org/ns/org#FormalOrganization".freeze,
|
385
|
+
subPropertyOf: "http://www.w3.org/ns/org#subOrganizationOf".freeze,
|
386
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
583
387
|
|
584
388
|
# Extra definitions
|
585
389
|
term :Head,
|
586
|
-
comment:
|
390
|
+
comment: "A role corresponding to the `org:headOf` property".freeze,
|
391
|
+
"http://www.w3.org/ns/org#roleProperty": "http://www.w3.org/ns/org#headOf".freeze,
|
587
392
|
isDefinedBy: "http://www.w3.org/ns/org".freeze,
|
588
393
|
label: "head".freeze,
|
589
|
-
"org:roleProperty": "org:headOf".freeze,
|
590
394
|
prefLabel: "head".freeze,
|
591
|
-
type: "org
|
395
|
+
type: "http://www.w3.org/ns/org#Role".freeze
|
592
396
|
end
|
593
397
|
end
|