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/lrmi.rb
CHANGED
@@ -3,243 +3,219 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://purl.org/dcx/lrmi-terms/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://purl.org/dcx/lrmi-terms/>
|
8
|
-
# #
|
9
|
-
# # LRMI RDF Specification
|
10
|
-
# #
|
11
|
-
# # The LRMI specification is a collection of classes and properties for markup and description of educational resources. The specification builds on the extensive vocabulary provided by Schema.org and other standards.
|
12
|
-
# class LRMI < RDF::Vocabulary
|
13
|
-
# # An intangible item that describes an alignment between a learning resource and a node in an educational framework.
|
14
|
-
# # @return [RDF::Vocabulary::Term]
|
15
|
-
# attr_reader :AlignmentObject
|
16
|
-
#
|
17
|
-
# # An individual or group for whom the learning resource was created or useful.
|
18
|
-
# # @return [RDF::Vocabulary::Term]
|
19
|
-
# attr_reader :EducationalAudience
|
20
|
-
#
|
21
|
-
# # A category of alignment between the learning resource and the framework node.
|
22
|
-
# # @return [RDF::Vocabulary::Term]
|
23
|
-
# attr_reader :alignmentType
|
24
|
-
#
|
25
|
-
# # An alignment to an established educational framework.
|
26
|
-
# # @return [RDF::Vocabulary::Term]
|
27
|
-
# attr_reader :educationalAlignment
|
28
|
-
#
|
29
|
-
# # The framework to which the resource being described is aligned.
|
30
|
-
# # @return [RDF::Vocabulary::Term]
|
31
|
-
# attr_reader :educationalFramework
|
32
|
-
#
|
33
|
-
# # The role that describes the target audience of the content.
|
34
|
-
# # @return [RDF::Vocabulary::Term]
|
35
|
-
# attr_reader :educationalRole
|
36
|
-
#
|
37
|
-
# # The purpose of a work in the context of education.
|
38
|
-
# # @return [RDF::Vocabulary::Term]
|
39
|
-
# attr_reader :educationalUse
|
40
|
-
#
|
41
|
-
# # The predominant mode of learning supported by the learning resource.
|
42
|
-
# # @return [RDF::Vocabulary::Term]
|
43
|
-
# attr_reader :interactivityType
|
44
|
-
#
|
45
|
-
# # A resource that was used in the creation of this resource.
|
46
|
-
# # @return [RDF::Vocabulary::Term]
|
47
|
-
# attr_reader :isBasedOnUrl
|
48
|
-
#
|
49
|
-
# # The predominant type or kind characterizing the learning resource.
|
50
|
-
# # @return [RDF::Vocabulary::Term]
|
51
|
-
# attr_reader :learningResourceType
|
52
|
-
#
|
53
|
-
# # The description of a node in an established educational framework.
|
54
|
-
# # @return [RDF::Vocabulary::Term]
|
55
|
-
# attr_reader :targetDescription
|
56
|
-
#
|
57
|
-
# # The name of a node in an established educational framework.
|
58
|
-
# # @return [RDF::Vocabulary::Term]
|
59
|
-
# attr_reader :targetName
|
60
|
-
#
|
61
|
-
# # The URL of a node in an established educational framework.
|
62
|
-
# # @return [RDF::Vocabulary::Term]
|
63
|
-
# attr_reader :targetUrl
|
64
|
-
#
|
65
|
-
# # Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.
|
66
|
-
# # @return [RDF::Vocabulary::Term]
|
67
|
-
# attr_reader :timeRequired
|
68
|
-
#
|
69
|
-
# # The typical expected age range.
|
70
|
-
# # @return [RDF::Vocabulary::Term]
|
71
|
-
# attr_reader :typicalAgeRange
|
72
|
-
#
|
73
|
-
# # The URL where the owner specifies permissions for using the resource.
|
74
|
-
# # @return [RDF::Vocabulary::Term]
|
75
|
-
# attr_reader :useRightsUrl
|
76
|
-
#
|
77
|
-
# end
|
78
6
|
LRMI = Class.new(RDF::Vocabulary("http://purl.org/dcx/lrmi-terms/")) do
|
79
7
|
|
80
8
|
# Ontology definition
|
81
9
|
ontology :"http://purl.org/dcx/lrmi-terms/",
|
82
|
-
"dc
|
83
|
-
"dc
|
84
|
-
"dc
|
85
|
-
"dc
|
86
|
-
"dc
|
87
|
-
"dc
|
88
|
-
"dc
|
10
|
+
"http://purl.org/dc/terms/creator": "LRMI Task Group".freeze,
|
11
|
+
"http://purl.org/dc/terms/description": "The LRMI specification is a collection of classes and properties for markup and description of educational resources. The specification builds on the extensive vocabulary provided by Schema.org and other standards. Note: the labels provided here are not considered normative.".freeze,
|
12
|
+
"http://purl.org/dc/terms/identifier": "http://dublincore.org/dcx/lrmi-terms/".freeze,
|
13
|
+
"http://purl.org/dc/terms/isVersionOf": "http://purl.org/dcx/lrmi-terms/1.1/".freeze,
|
14
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
15
|
+
"http://purl.org/dc/terms/license": "https://creativecommons.org/licenses/by/4.0/".freeze,
|
16
|
+
"http://purl.org/dc/terms/title": "LRMI RDF Specification".freeze,
|
17
|
+
"http://www.w3.org/2004/02/skos/core#historyNote": "2020-11-12: changes made reflecting developments in schema.org: added class LearningResource; added properties assesses, educationalLevel, teaches; fixed error in domain of timerequired; updated label and definition of isBasedOnUrl; skos:scopeNote used instead of dcterms:description for additional non-normative information; note added that rdfs:label is not considered normative; rangeIncludes statements updated to include skos:Concept for terms where there is an LRMI Concept Scheme or that reference a competence.".freeze
|
89
18
|
|
90
19
|
# Class definitions
|
91
20
|
term :AlignmentObject,
|
92
|
-
comment:
|
93
|
-
|
94
|
-
|
95
|
-
|
21
|
+
comment: "An intangible item that describes an alignment between a learning resource and a node in an educational framework.".freeze,
|
22
|
+
equivalentClass: "http://schema.org/AlignmentObject".freeze,
|
23
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
24
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: Added scopeNote".freeze,
|
25
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "This class should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.".freeze,
|
26
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
96
27
|
label: "Alignment Object".freeze,
|
97
|
-
subClassOf: "schema
|
98
|
-
type: "
|
28
|
+
subClassOf: "http://schema.org/Intangible".freeze,
|
29
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
99
30
|
term :EducationalAudience,
|
100
|
-
comment:
|
101
|
-
|
102
|
-
|
103
|
-
isDefinedBy: "lrmi
|
31
|
+
comment: "An individual or group for whom the learning resource was created or useful.".freeze,
|
32
|
+
equivalentClass: "http://schema.org/EducationalAudience".freeze,
|
33
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
34
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
104
35
|
label: "Educational Audience".freeze,
|
105
|
-
subClassOf: "schema
|
106
|
-
type: "
|
36
|
+
subClassOf: "http://schema.org/Intangible".freeze,
|
37
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
38
|
+
term :LearningResource,
|
39
|
+
comment: "A persistent resource that has one or more physical or digital representations, and that explicitly involves, specifies or entails a learning activity or learning experience.".freeze,
|
40
|
+
equivalentClass: "http://schema.org/LearningResource".freeze,
|
41
|
+
"http://purl.org/dc/terms/issued": "2020-11-12".freeze,
|
42
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "LearningResource is expected to be used as an addition to a primary type such as http://purl.org/ontology/bibo/Book, https://schema.org/Video, http://purl.org/dc/terms/PhysicalResource etc.".freeze,
|
43
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
44
|
+
label: "Learning Resource".freeze,
|
45
|
+
subClassOf: "http://schema.org/CreativeWork".freeze,
|
46
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
107
47
|
|
108
48
|
# Property definitions
|
109
49
|
property :alignmentType,
|
110
|
-
comment:
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
50
|
+
comment: "A category of alignment between the learning resource and the framework node.".freeze,
|
51
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
52
|
+
equivalentProperty: "http://schema.org/alignmentType".freeze,
|
53
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
54
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: Added scopeNote; added skos:Concept to rangeIncludes.".freeze,
|
55
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'. For 'assesses', 'teaches', and 'educationLevel' the specific properties with those names should be used.".freeze,
|
56
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
116
57
|
label: "Alignment Type".freeze,
|
117
|
-
rangeIncludes: "
|
118
|
-
type: "rdf
|
58
|
+
rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
59
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
60
|
+
property :assesses,
|
61
|
+
comment: "The item being described is intended to assess the competency or learning outcome defined by the referenced term.".freeze,
|
62
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
63
|
+
equivalentProperty: "http://schema.org/assesses".freeze,
|
64
|
+
"http://purl.org/dc/terms/issued": "2020-11-12".freeze,
|
65
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
66
|
+
label: "Assesses".freeze,
|
67
|
+
rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
68
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
119
69
|
property :educationalAlignment,
|
120
|
-
comment:
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
70
|
+
comment: "An alignment to an established educational framework.".freeze,
|
71
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
72
|
+
equivalentProperty: "http://schema.org/educationalAlignment".freeze,
|
73
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
74
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain; added scopeNote".freeze,
|
75
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.".freeze,
|
76
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
125
77
|
label: "Educational Alignment".freeze,
|
126
|
-
rangeIncludes: ["lrmi
|
127
|
-
type: "rdf
|
78
|
+
rangeIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
79
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
128
80
|
property :educationalFramework,
|
129
|
-
comment:
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
isDefinedBy: "lrmi
|
81
|
+
comment: "The framework to which the resource being described is aligned.".freeze,
|
82
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
83
|
+
equivalentProperty: "http://schema.org/educationalFramework".freeze,
|
84
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
85
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
134
86
|
label: "Educational Framework".freeze,
|
135
|
-
rangeIncludes: "
|
136
|
-
type: "rdf
|
87
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
88
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
89
|
+
property :educationalLevel,
|
90
|
+
comment: "The level of a resource in terms of progression through an educational or training context.".freeze,
|
91
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
92
|
+
equivalentProperty: "http://schema.org/assesses".freeze,
|
93
|
+
"http://purl.org/dc/terms/issued": "2020-11-12".freeze,
|
94
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.".freeze,
|
95
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
96
|
+
label: "Educational Level".freeze,
|
97
|
+
rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
98
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
137
99
|
property :educationalRole,
|
138
|
-
comment:
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
100
|
+
comment: "The role that describes the target audience of the content.".freeze,
|
101
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/EducationalAudience".freeze, "http://schema.org/EducationalAudience".freeze],
|
102
|
+
equivalentProperty: "http://schema.org/educationalRole".freeze,
|
103
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
104
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: Added skos:Concept to rangeIncludes".freeze,
|
105
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "The educational function assumed or part played by the group for whom the resource is intended.".freeze,
|
106
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
144
107
|
label: "Educational Role".freeze,
|
145
|
-
rangeIncludes: "
|
146
|
-
type: "rdf
|
108
|
+
rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
109
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
147
110
|
property :educationalUse,
|
148
|
-
comment:
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
111
|
+
comment: "The purpose of a work in the context of education.".freeze,
|
112
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
113
|
+
equivalentProperty: ["http://schema.org/educationalUse".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
114
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
115
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain; added skos:Concept to rangeIncludes".freeze,
|
116
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "For example, 'assignment', 'group work'.".freeze,
|
117
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
154
118
|
label: "Educational Use".freeze,
|
155
|
-
rangeIncludes: "
|
156
|
-
type: "rdf
|
119
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
120
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
157
121
|
property :interactivityType,
|
158
|
-
comment:
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
122
|
+
comment: "The predominant mode of learning supported by the learning resource.".freeze,
|
123
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
124
|
+
equivalentProperty: "http://schema.org/interactivityType".freeze,
|
125
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
126
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain; added skos:Concept to rangeIncludes".freeze,
|
127
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": ["Acceptable values are 'active', 'expositive', or 'mixed'.".freeze, "Based on, and mappable from, IEEE LOM 5.1: Interactivity Type.".freeze],
|
128
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
164
129
|
label: "Interactivity Type".freeze,
|
165
|
-
rangeIncludes: "
|
166
|
-
type: "rdf
|
130
|
+
rangeIncludes: ["http://www.w3.org/2001/XMLSchema#string".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
131
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
167
132
|
property :isBasedOnUrl,
|
168
|
-
comment:
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
isDefinedBy: "lrmi
|
174
|
-
label: "Is Based On
|
175
|
-
rangeIncludes: "
|
176
|
-
type: "rdf
|
133
|
+
comment: "A resource from which this work is derived or from which it is a modification or adaption.".freeze,
|
134
|
+
domainIncludes: "http://schema.org/CreativeWork".freeze,
|
135
|
+
equivalentProperty: ["http://schema.org/isBasedOn".freeze, "http://schema.org/isBasedOnUrl".freeze],
|
136
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
137
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "This term can be repeated for multiple sources.".freeze,
|
138
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
139
|
+
label: "Is Based On".freeze,
|
140
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
|
141
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
177
142
|
property :learningResourceType,
|
178
|
-
comment:
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
143
|
+
comment: "The predominant type or kind characterizing the learning resource.".freeze,
|
144
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
145
|
+
equivalentProperty: "http://schema.org/learningResourceType".freeze,
|
146
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
147
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: added lrmi:LearningResource, schema:LearningResource to domain".freeze,
|
148
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "For example, 'presentation', 'handout'.".freeze,
|
149
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
184
150
|
label: "Learning Resource Type".freeze,
|
185
|
-
rangeIncludes: "
|
186
|
-
type: "rdf
|
151
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
152
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
187
153
|
property :targetDescription,
|
188
|
-
comment:
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
isDefinedBy: "lrmi
|
154
|
+
comment: "The description of a node in an established educational framework.".freeze,
|
155
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
156
|
+
equivalentProperty: "http://schema.org/targetDescription".freeze,
|
157
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
158
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
193
159
|
label: "Target Description".freeze,
|
194
|
-
rangeIncludes: "
|
195
|
-
type: "rdf
|
160
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
161
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
196
162
|
property :targetName,
|
197
|
-
comment:
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
isDefinedBy: "lrmi
|
163
|
+
comment: "The name of a node in an established educational framework.".freeze,
|
164
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
165
|
+
equivalentProperty: "http://schema.org/targetName".freeze,
|
166
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
167
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
202
168
|
label: "Target Name".freeze,
|
203
|
-
rangeIncludes: "
|
204
|
-
type: "rdf
|
169
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
170
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
205
171
|
property :targetUrl,
|
206
|
-
comment:
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
isDefinedBy: "lrmi
|
172
|
+
comment: "The URL of a node in an established educational framework.".freeze,
|
173
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/AlignmentObject".freeze, "http://schema.org/AlignmentObject".freeze],
|
174
|
+
equivalentProperty: "http://schema.org/targetUrl".freeze,
|
175
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
176
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
211
177
|
label: "Target URL".freeze,
|
212
|
-
rangeIncludes: "
|
213
|
-
type: "rdf
|
178
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
|
179
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
180
|
+
property :teaches,
|
181
|
+
comment: "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.".freeze,
|
182
|
+
domainIncludes: ["http://purl.org/dcx/lrmi-terms/LearningResource".freeze, "http://schema.org/CreativeWork".freeze, "http://schema.org/LearningResource".freeze],
|
183
|
+
equivalentProperty: "http://schema.org/teaches".freeze,
|
184
|
+
"http://purl.org/dc/terms/issued": "2020-11-12".freeze,
|
185
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
186
|
+
label: "Teaches".freeze,
|
187
|
+
rangeIncludes: ["http://schema.org/DefinedTerm".freeze, "http://www.w3.org/2004/02/skos/core#Concept".freeze],
|
188
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
214
189
|
property :timeRequired,
|
215
|
-
comment:
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
190
|
+
comment: "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience.".freeze,
|
191
|
+
domainIncludes: "http://schema.org/CreativeWork".freeze,
|
192
|
+
equivalentProperty: "http://schema.org/timeRequired".freeze,
|
193
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
194
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2020-11-12: error in domain fixed, changed from lrmi:AlignmentObject to schema:CreativeWork".freeze,
|
195
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": ["Based on, and mappable from, IEEE LOM 5.9: Typical Learning Time.".freeze, "For example, 'PT30M' and 'PT1H25M'".freeze],
|
196
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
221
197
|
label: "Time Required".freeze,
|
222
|
-
rangeIncludes: "schema
|
223
|
-
type: "rdf
|
198
|
+
rangeIncludes: "http://schema.org/Duration".freeze,
|
199
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
224
200
|
property :typicalAgeRange,
|
225
|
-
comment:
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
isDefinedBy: "lrmi
|
201
|
+
comment: "The typical expected age range.".freeze,
|
202
|
+
domainIncludes: "http://schema.org/CreativeWork".freeze,
|
203
|
+
equivalentProperty: "http://schema.org/typicalAgeRange".freeze,
|
204
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
205
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": ["Based on, and mappable from, IEEE LOM 5.7: Typical Age Range.".freeze, "For example, '7-9', '18-'.".freeze],
|
206
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
231
207
|
label: "Typical Age Range".freeze,
|
232
|
-
rangeIncludes: "
|
233
|
-
type: "rdf
|
208
|
+
rangeIncludes: "http://www.w3.org/2001/XMLSchema#string".freeze,
|
209
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
234
210
|
property :useRightsUrl,
|
235
|
-
comment:
|
236
|
-
|
237
|
-
"dc
|
238
|
-
|
239
|
-
isDefinedBy: "lrmi
|
211
|
+
comment: "The URL where the owner specifies permissions for using the resource.".freeze,
|
212
|
+
domainIncludes: "http://schema.org/CreativeWork".freeze,
|
213
|
+
"http://purl.org/dc/terms/issued": "2015-02-09".freeze,
|
214
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "For example: 'http://creativecommons.org/licenses/by/3.0/',\n 'http://publisher.com/content-use-description'.".freeze,
|
215
|
+
isDefinedBy: "http://purl.org/dcx/lrmi-terms/".freeze,
|
240
216
|
label: "Use Rights URL".freeze,
|
241
|
-
rangeIncludes: ["schema
|
242
|
-
subPropertyOf: "schema
|
243
|
-
type: "rdf
|
217
|
+
rangeIncludes: ["http://schema.org/CreativeWork".freeze, "http://www.w3.org/2001/XMLSchema#anyURI".freeze],
|
218
|
+
subPropertyOf: "http://schema.org/license".freeze,
|
219
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
244
220
|
end
|
245
221
|
end
|
data/lib/rdf/vocab/ma.rb
CHANGED
@@ -3,818 +3,428 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/ma-ont#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.w3.org/ns/ma-ont#>
|
8
|
-
# #
|
9
|
-
# # Created by Tobias Buerger, Jean Pierre Evain and Pierre-Antoine Champin with the RDFS Taskforce within the W3C Media Annotation Working Group.
|
10
|
-
# #
|
11
|
-
# # THE CONTENT OF THIS MA-ONT.RDF AND DERIVED MA-ONT.TTL FILES PREVAIL OVER THE SPECIFICATION.
|
12
|
-
# # @version R36
|
13
|
-
# class MA < RDF::Vocabulary
|
14
|
-
# # A person or organisation contributing to the media resource.
|
15
|
-
# # @return [RDF::Vocabulary::Term]
|
16
|
-
# attr_reader :Agent
|
17
|
-
#
|
18
|
-
# # A specialisation of Track for Audio to provide a link to specific data properties such as sampleRate, etc. Specialisation is defined through object properties.
|
19
|
-
# # @return [RDF::Vocabulary::Term]
|
20
|
-
# attr_reader :AudioTrack
|
21
|
-
#
|
22
|
-
# # Any group of media resource e.g. a series.
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :Collection
|
25
|
-
#
|
26
|
-
# # Ancillary data track e.g. captioning in addition to video and audio tracks. Specialisation is made through the use of appropriate object properties.
|
27
|
-
# # @return [RDF::Vocabulary::Term]
|
28
|
-
# attr_reader :DataTrack
|
29
|
-
#
|
30
|
-
# # A still image / thumbnail / key frame related to the media resource or being the media resource itself.
|
31
|
-
# # @return [RDF::Vocabulary::Term]
|
32
|
-
# attr_reader :Image
|
33
|
-
#
|
34
|
-
# # A location related to the media resource, e.g. depicted in the resource (possibly fictional) or where the resource was created (shooting location), etc.
|
35
|
-
# # @return [RDF::Vocabulary::Term]
|
36
|
-
# attr_reader :Location
|
37
|
-
#
|
38
|
-
# # A media fragment (spatial, temporal, track...) composing a media resource. In other ontologies fragment is sometimes referred to as a 'part' or 'segment'.
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :MediaFragment
|
41
|
-
#
|
42
|
-
# # An image or an audiovisual media resource, which can be composed of one or more fragment / track.
|
43
|
-
# # @return [RDF::Vocabulary::Term]
|
44
|
-
# attr_reader :MediaResource
|
45
|
-
#
|
46
|
-
# # An organisation or moral agent.
|
47
|
-
# # @return [RDF::Vocabulary::Term]
|
48
|
-
# attr_reader :Organisation
|
49
|
-
#
|
50
|
-
# # A physical person.
|
51
|
-
# # @return [RDF::Vocabulary::Term]
|
52
|
-
# attr_reader :Person
|
53
|
-
#
|
54
|
-
# # Information about the rating given to a media resource.
|
55
|
-
# # @return [RDF::Vocabulary::Term]
|
56
|
-
# attr_reader :Rating
|
57
|
-
#
|
58
|
-
# # Information about The target audience (target region, target audience category but also parental guidance recommendation) for which a media resource is intended.
|
59
|
-
# # @return [RDF::Vocabulary::Term]
|
60
|
-
# attr_reader :TargetAudience
|
61
|
-
#
|
62
|
-
# # A specialisation of MediaFragment for audiovisual content.
|
63
|
-
# # @return [RDF::Vocabulary::Term]
|
64
|
-
# attr_reader :Track
|
65
|
-
#
|
66
|
-
# # A specialisation of Track for Video to provide a link to specific data properties such as frameRate, etc. Signing is another possible example of video track. Specialisation is defined through object properties.
|
67
|
-
# # @return [RDF::Vocabulary::Term]
|
68
|
-
# attr_reader :VideoTrack
|
69
|
-
#
|
70
|
-
# # Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning "alternative".
|
71
|
-
# # @return [RDF::Vocabulary::Term]
|
72
|
-
# attr_reader :alternativeTitle
|
73
|
-
#
|
74
|
-
# # Corresponds to 'averageBitRate' in the Ontology for Media Resources, expressed in kilobits/second.
|
75
|
-
# # @return [RDF::Vocabulary::Term]
|
76
|
-
# attr_reader :averageBitRate
|
77
|
-
#
|
78
|
-
# # The name by which a collection (e.g. series) is known.
|
79
|
-
# # @return [RDF::Vocabulary::Term]
|
80
|
-
# attr_reader :collectionName
|
81
|
-
#
|
82
|
-
# # Corresponds to 'copyright.copyright' in the Ontology for Media Resources.
|
83
|
-
# # @return [RDF::Vocabulary::Term]
|
84
|
-
# attr_reader :copyright
|
85
|
-
#
|
86
|
-
# # A subproperty of 'hasRelatedLocation" used to specify where material shooting took place.
|
87
|
-
# # @return [RDF::Vocabulary::Term]
|
88
|
-
# attr_reader :createdIn
|
89
|
-
#
|
90
|
-
# # Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "creationDate".
|
91
|
-
# # @return [RDF::Vocabulary::Term]
|
92
|
-
# attr_reader :creationDate
|
93
|
-
#
|
94
|
-
# # Corresponds to date.date in the ontology for Media Resources. Subproperties can be used to distinguish different values of 'date.type'. The recommended range is 'xsd:dateTime' (for compliance with OWL2-QL and OWL2-RL) but other time-related datatypes may be used (e.g. 'xsd:gYear', 'xsd:date'...).
|
95
|
-
# # @return [RDF::Vocabulary::Term]
|
96
|
-
# attr_reader :date
|
97
|
-
#
|
98
|
-
# # A subproperty of 'hasRelatedLocation' used to specify where the action depicted in the media is supposed to take place, as opposed to the location where shooting actually took place (see 'createdIn').
|
99
|
-
# # @return [RDF::Vocabulary::Term]
|
100
|
-
# attr_reader :depictsFictionalLocation
|
101
|
-
#
|
102
|
-
# # Corresponds to 'description' in the Ontology for Media Resources. This can be specialised by using sub-properties e.g. 'summary' or 'script'.
|
103
|
-
# # @return [RDF::Vocabulary::Term]
|
104
|
-
# attr_reader :description
|
105
|
-
#
|
106
|
-
# # Corresponds to 'duration' in the Ontology for Media Resources.
|
107
|
-
# # @return [RDF::Vocabulary::Term]
|
108
|
-
# attr_reader :duration
|
109
|
-
#
|
110
|
-
# # Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "editDate".
|
111
|
-
# # @return [RDF::Vocabulary::Term]
|
112
|
-
# attr_reader :editDate
|
113
|
-
#
|
114
|
-
# # Corresponds to 'contributor.contributor' in the Ontology for Media Resources with a 'contributor.role' meaning "actor".
|
115
|
-
# # @return [RDF::Vocabulary::Term]
|
116
|
-
# attr_reader :features
|
117
|
-
#
|
118
|
-
# # Corresponds to 'namedFragment.label' in the Ontology for Media Resources.
|
119
|
-
# # @return [RDF::Vocabulary::Term]
|
120
|
-
# attr_reader :fragmentName
|
121
|
-
#
|
122
|
-
# # Corresponds to 'frameSize.height' in the Ontology for Media Resources, measured in frameSizeUnit.
|
123
|
-
# # @return [RDF::Vocabulary::Term]
|
124
|
-
# attr_reader :frameHeight
|
125
|
-
#
|
126
|
-
# # Corresponds to 'frameRate' in the Ontology for Media Resources, in frame per second.
|
127
|
-
# # @return [RDF::Vocabulary::Term]
|
128
|
-
# attr_reader :frameRate
|
129
|
-
#
|
130
|
-
# # Corresponds to 'frameSize.unit' in the Ontology for Media Resources.
|
131
|
-
# # @return [RDF::Vocabulary::Term]
|
132
|
-
# attr_reader :frameSizeUnit
|
133
|
-
#
|
134
|
-
# # Corresponds to 'frameSize.width' in the Ontology for Media Resources measured in frameSizeUnit.
|
135
|
-
# # @return [RDF::Vocabulary::Term]
|
136
|
-
# attr_reader :frameWidth
|
137
|
-
#
|
138
|
-
# # Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' "access conditions".
|
139
|
-
# # @return [RDF::Vocabulary::Term]
|
140
|
-
# attr_reader :hasAccessConditions
|
141
|
-
#
|
142
|
-
# # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "audio-description".
|
143
|
-
# # @return [RDF::Vocabulary::Term]
|
144
|
-
# attr_reader :hasAudioDescription
|
145
|
-
#
|
146
|
-
# # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "captioning". This property can for example point to a spatial fragment, a VideoTrack or a DataTrack. The language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.
|
147
|
-
# # @return [RDF::Vocabulary::Term]
|
148
|
-
# attr_reader :hasCaptioning
|
149
|
-
#
|
150
|
-
# # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "chapter".
|
151
|
-
# # @return [RDF::Vocabulary::Term]
|
152
|
-
# attr_reader :hasChapter
|
153
|
-
#
|
154
|
-
# # Corresponds to 'targetAudience.classification' in the Ontology for Media Resources. This property is used to provide a value characterising the target audience.
|
155
|
-
# # @return [RDF::Vocabulary::Term]
|
156
|
-
# attr_reader :hasClassification
|
157
|
-
#
|
158
|
-
# # Corresponds to 'targetAudience.identifier' in the Ontology for Media Resources. This is used to identify the reference sheme against which the target audience has been characterised.
|
159
|
-
# # @return [RDF::Vocabulary::Term]
|
160
|
-
# attr_reader :hasClassificationSystem
|
161
|
-
#
|
162
|
-
# # Corresponds to 'compression' in the Ontology for Media Resources.
|
163
|
-
# # @return [RDF::Vocabulary::Term]
|
164
|
-
# attr_reader :hasCompression
|
165
|
-
#
|
166
|
-
# # @return [RDF::Vocabulary::Term]
|
167
|
-
# attr_reader :hasContributedTo
|
168
|
-
#
|
169
|
-
# # Corresponds to 'contributor.contributor' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'contributor.role'.
|
170
|
-
# # @return [RDF::Vocabulary::Term]
|
171
|
-
# attr_reader :hasContributor
|
172
|
-
#
|
173
|
-
# # @return [RDF::Vocabulary::Term]
|
174
|
-
# attr_reader :hasCopyrightOver
|
175
|
-
#
|
176
|
-
# # @return [RDF::Vocabulary::Term]
|
177
|
-
# attr_reader :hasCreated
|
178
|
-
#
|
179
|
-
# # Corresponds to 'creator.creator' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'creator.role'. Note that this property is semantically a subproperty of 'hasContributor'.
|
180
|
-
# # @return [RDF::Vocabulary::Term]
|
181
|
-
# attr_reader :hasCreator
|
182
|
-
#
|
183
|
-
# # Corresponds to 'format' in the Ontology for Media Resources.
|
184
|
-
# # @return [RDF::Vocabulary::Term]
|
185
|
-
# attr_reader :hasFormat
|
186
|
-
#
|
187
|
-
# # Corresponds to 'fragment' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'fragment.role'.
|
188
|
-
# # @return [RDF::Vocabulary::Term]
|
189
|
-
# attr_reader :hasFragment
|
190
|
-
#
|
191
|
-
# # Corresponds to 'genre' in the Ontology for Media Resources.
|
192
|
-
# # @return [RDF::Vocabulary::Term]
|
193
|
-
# attr_reader :hasGenre
|
194
|
-
#
|
195
|
-
# # Corresponds to 'keyword' in the Ontology for Media Resources.
|
196
|
-
# # @return [RDF::Vocabulary::Term]
|
197
|
-
# attr_reader :hasKeyword
|
198
|
-
#
|
199
|
-
# # Corresponds to 'language' in the Ontology for Media Resources. The language used in the resource. A controlled vocabulary such as defined in BCP 47 SHOULD be used. This property can also be used to identify the presence of sign language (RFC 5646). By inheritance, the hasLanguage property applies indifferently at the media resource / fragment / track levels. Best practice recommends to use to best possible level of granularity fo describe the usage of language within a media resource including at fragment and track levels.
|
200
|
-
# # @return [RDF::Vocabulary::Term]
|
201
|
-
# attr_reader :hasLanguage
|
202
|
-
#
|
203
|
-
# # Corresponds to 'location.coordinateSystem' in the Ontology for Media Resources.
|
204
|
-
# # @return [RDF::Vocabulary::Term]
|
205
|
-
# attr_reader :hasLocationCoordinateSystem
|
206
|
-
#
|
207
|
-
# # @return [RDF::Vocabulary::Term]
|
208
|
-
# attr_reader :hasMember
|
209
|
-
#
|
210
|
-
# # Corresponds to 'namedFragment' in the Ontology for Media Resources.
|
211
|
-
# # @return [RDF::Vocabulary::Term]
|
212
|
-
# attr_reader :hasNamedFragment
|
213
|
-
#
|
214
|
-
# # Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' meaning "permissions".
|
215
|
-
# # @return [RDF::Vocabulary::Term]
|
216
|
-
# attr_reader :hasPermissions
|
217
|
-
#
|
218
|
-
# # Corresponds to 'policy' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'policy.type'.
|
219
|
-
# # @return [RDF::Vocabulary::Term]
|
220
|
-
# attr_reader :hasPolicy
|
221
|
-
#
|
222
|
-
# # @return [RDF::Vocabulary::Term]
|
223
|
-
# attr_reader :hasPublished
|
224
|
-
#
|
225
|
-
# # Corresponds to 'publisher' in the Ontology for Media Resources.
|
226
|
-
# # @return [RDF::Vocabulary::Term]
|
227
|
-
# attr_reader :hasPublisher
|
228
|
-
#
|
229
|
-
# # Corresponds to 'rating' in the Ontology for Media Resources.
|
230
|
-
# # @return [RDF::Vocabulary::Term]
|
231
|
-
# attr_reader :hasRating
|
232
|
-
#
|
233
|
-
# # Corresponds to 'rating.type' in the Ontology for Media Resources.
|
234
|
-
# # @return [RDF::Vocabulary::Term]
|
235
|
-
# attr_reader :hasRatingSystem
|
236
|
-
#
|
237
|
-
# # Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning "related image".
|
238
|
-
# # @return [RDF::Vocabulary::Term]
|
239
|
-
# attr_reader :hasRelatedImage
|
240
|
-
#
|
241
|
-
# # Corresponds to 'location' in the Ontology for Media Resources. Subproperties are provided to specify, when possible, the relation between the media resource and the location.
|
242
|
-
# # @return [RDF::Vocabulary::Term]
|
243
|
-
# attr_reader :hasRelatedLocation
|
244
|
-
#
|
245
|
-
# # Corresponds to 'relation' and in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'relation.type'.
|
246
|
-
# # @return [RDF::Vocabulary::Term]
|
247
|
-
# attr_reader :hasRelatedResource
|
248
|
-
#
|
249
|
-
# # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "signing". This property can for example point to a spatial fragment or a VideoTrack. The sign language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.
|
250
|
-
# # @return [RDF::Vocabulary::Term]
|
251
|
-
# attr_reader :hasSigning
|
252
|
-
#
|
253
|
-
# # Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning "source".
|
254
|
-
# # @return [RDF::Vocabulary::Term]
|
255
|
-
# attr_reader :hasSource
|
256
|
-
#
|
257
|
-
# # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "subtitling".
|
258
|
-
# # @return [RDF::Vocabulary::Term]
|
259
|
-
# attr_reader :hasSubtitling
|
260
|
-
#
|
261
|
-
# # Corresponds to 'targetAudience' in the Ontology for Media Resources.
|
262
|
-
# # @return [RDF::Vocabulary::Term]
|
263
|
-
# attr_reader :hasTargetAudience
|
264
|
-
#
|
265
|
-
# # Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning "track".
|
266
|
-
# # @return [RDF::Vocabulary::Term]
|
267
|
-
# attr_reader :hasTrack
|
268
|
-
#
|
269
|
-
# # @return [RDF::Vocabulary::Term]
|
270
|
-
# attr_reader :isCaptioningOf
|
271
|
-
#
|
272
|
-
# # @return [RDF::Vocabulary::Term]
|
273
|
-
# attr_reader :isChapterOf
|
274
|
-
#
|
275
|
-
# # Corresponds to 'copyright.identifier' in the Ontology for Media Resources.
|
276
|
-
# # @return [RDF::Vocabulary::Term]
|
277
|
-
# attr_reader :isCopyrightedBy
|
278
|
-
#
|
279
|
-
# # @return [RDF::Vocabulary::Term]
|
280
|
-
# attr_reader :isCreationLocationOf
|
281
|
-
#
|
282
|
-
# # @return [RDF::Vocabulary::Term]
|
283
|
-
# attr_reader :isFictionalLocationDepictedIn
|
284
|
-
#
|
285
|
-
# # @return [RDF::Vocabulary::Term]
|
286
|
-
# attr_reader :isFragmentOf
|
287
|
-
#
|
288
|
-
# # @return [RDF::Vocabulary::Term]
|
289
|
-
# attr_reader :isImageRelatedTo
|
290
|
-
#
|
291
|
-
# # @return [RDF::Vocabulary::Term]
|
292
|
-
# attr_reader :isLocationRelatedTo
|
293
|
-
#
|
294
|
-
# # Corresponds to 'collection' in the Ontology for Media Resources.
|
295
|
-
# # @return [RDF::Vocabulary::Term]
|
296
|
-
# attr_reader :isMemberOf
|
297
|
-
#
|
298
|
-
# # @return [RDF::Vocabulary::Term]
|
299
|
-
# attr_reader :isNamedFragmentOf
|
300
|
-
#
|
301
|
-
# # Corresponds to 'rating.identifier' in the Ontology for Media Resources.
|
302
|
-
# # @return [RDF::Vocabulary::Term]
|
303
|
-
# attr_reader :isProvidedBy
|
304
|
-
#
|
305
|
-
# # @return [RDF::Vocabulary::Term]
|
306
|
-
# attr_reader :isRatingOf
|
307
|
-
#
|
308
|
-
# # @return [RDF::Vocabulary::Term]
|
309
|
-
# attr_reader :isRelatedTo
|
310
|
-
#
|
311
|
-
# # @return [RDF::Vocabulary::Term]
|
312
|
-
# attr_reader :isSigningOf
|
313
|
-
#
|
314
|
-
# # @return [RDF::Vocabulary::Term]
|
315
|
-
# attr_reader :isSourceOf
|
316
|
-
#
|
317
|
-
# # @return [RDF::Vocabulary::Term]
|
318
|
-
# attr_reader :isTargetAudienceOf
|
319
|
-
#
|
320
|
-
# # @return [RDF::Vocabulary::Term]
|
321
|
-
# attr_reader :isTrackOf
|
322
|
-
#
|
323
|
-
# # Corresponds to 'location.altitude' in the Ontology for Media Resources.
|
324
|
-
# # @return [RDF::Vocabulary::Term]
|
325
|
-
# attr_reader :locationAltitude
|
326
|
-
#
|
327
|
-
# # Corresponds to 'location.latitude' in the Ontology for Media Resources.
|
328
|
-
# # @return [RDF::Vocabulary::Term]
|
329
|
-
# attr_reader :locationLatitude
|
330
|
-
#
|
331
|
-
# # Corresponds to 'location.longitude' in the Ontology for Media Resources.
|
332
|
-
# # @return [RDF::Vocabulary::Term]
|
333
|
-
# attr_reader :locationLongitude
|
334
|
-
#
|
335
|
-
# # Corresponds to 'location.name' in the Ontology for Media Resources.
|
336
|
-
# # @return [RDF::Vocabulary::Term]
|
337
|
-
# attr_reader :locationName
|
338
|
-
#
|
339
|
-
# # Corresponds to 'locator' in the Ontology for Media Resources.
|
340
|
-
# # @return [RDF::Vocabulary::Term]
|
341
|
-
# attr_reader :locator
|
342
|
-
#
|
343
|
-
# # Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning "original".
|
344
|
-
# # @return [RDF::Vocabulary::Term]
|
345
|
-
# attr_reader :mainOriginalTitle
|
346
|
-
#
|
347
|
-
# # Corresponds to 'numTracks.number' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'numTracks.type'.
|
348
|
-
# # @return [RDF::Vocabulary::Term]
|
349
|
-
# attr_reader :numberOfTracks
|
350
|
-
#
|
351
|
-
# # @return [RDF::Vocabulary::Term]
|
352
|
-
# attr_reader :playsIn
|
353
|
-
#
|
354
|
-
# # @return [RDF::Vocabulary::Term]
|
355
|
-
# attr_reader :provides
|
356
|
-
#
|
357
|
-
# # Corresponds to 'rating.max' in the Ontology for Media Resources.
|
358
|
-
# # @return [RDF::Vocabulary::Term]
|
359
|
-
# attr_reader :ratingScaleMax
|
360
|
-
#
|
361
|
-
# # Corresponds to 'rating.min' in the Ontology for Media Resources.
|
362
|
-
# # @return [RDF::Vocabulary::Term]
|
363
|
-
# attr_reader :ratingScaleMin
|
364
|
-
#
|
365
|
-
# # Corresponds to 'rating.value' in the Ontology for Media Resources.
|
366
|
-
# # @return [RDF::Vocabulary::Term]
|
367
|
-
# attr_reader :ratingValue
|
368
|
-
#
|
369
|
-
# # Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "recordDate".
|
370
|
-
# # @return [RDF::Vocabulary::Term]
|
371
|
-
# attr_reader :recordDate
|
372
|
-
#
|
373
|
-
# # Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning "releaseDate".
|
374
|
-
# # @return [RDF::Vocabulary::Term]
|
375
|
-
# attr_reader :releaseDate
|
376
|
-
#
|
377
|
-
# # Corresponds to 'samplingRate' in the Ontology for Media Resources, in samples per second.
|
378
|
-
# # @return [RDF::Vocabulary::Term]
|
379
|
-
# attr_reader :samplingRate
|
380
|
-
#
|
381
|
-
# # Corresponds to 'title.title' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'title.type'.
|
382
|
-
# # @return [RDF::Vocabulary::Term]
|
383
|
-
# attr_reader :title
|
384
|
-
#
|
385
|
-
# # Corresponds to 'fragment.name' in the Ontology for Media Resources, for Track fragments.
|
386
|
-
# # @return [RDF::Vocabulary::Term]
|
387
|
-
# attr_reader :trackName
|
388
|
-
#
|
389
|
-
# end
|
390
6
|
MA = Class.new(RDF::Vocabulary("http://www.w3.org/ns/ma-ont#")) do
|
391
7
|
|
392
8
|
# Ontology definition
|
393
9
|
ontology :"http://www.w3.org/ns/ma-ont#",
|
394
|
-
comment: [
|
395
|
-
"
|
396
|
-
"owl
|
397
|
-
"owl
|
398
|
-
type: "owl
|
10
|
+
comment: ["Created by Tobias Buerger, Jean Pierre Evain and Pierre-Antoine Champin with the RDFS Taskforce within the W3C Media Annotation Working Group.".freeze, "THE CONTENT OF THIS MA-ONT.RDF AND DERIVED MA-ONT.TTL FILES PREVAIL OVER THE SPECIFICATION.".freeze],
|
11
|
+
"http://purl.org/dc/elements/1.1/date": "2013-03-20".freeze,
|
12
|
+
"http://www.w3.org/2002/07/owl#imports": "http://dublincore.org/2008/01/14/dcelements.rdf".freeze,
|
13
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "R36".freeze,
|
14
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
399
15
|
|
400
16
|
# Class definitions
|
401
17
|
term :Agent,
|
402
|
-
comment:
|
403
|
-
"owl
|
404
|
-
type: "owl
|
18
|
+
comment: "A person or organisation contributing to the media resource.".freeze,
|
19
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#Collection".freeze, "http://www.w3.org/ns/ma-ont#Location".freeze, "http://www.w3.org/ns/ma-ont#MediaResource".freeze, "http://www.w3.org/ns/ma-ont#Rating".freeze, "http://www.w3.org/ns/ma-ont#TargetAudience".freeze],
|
20
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
405
21
|
term :AudioTrack,
|
406
|
-
comment:
|
407
|
-
"owl
|
408
|
-
subClassOf: "ma
|
409
|
-
type: "owl
|
22
|
+
comment: "A specialisation of Track for Audio to provide a link to specific data properties such as sampleRate, etc. Specialisation is defined through object properties.".freeze,
|
23
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#DataTrack".freeze, "http://www.w3.org/ns/ma-ont#VideoTrack".freeze],
|
24
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#Track".freeze,
|
25
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
410
26
|
term :Collection,
|
411
|
-
comment:
|
412
|
-
"owl
|
413
|
-
type: "owl
|
27
|
+
comment: "Any group of media resource e.g. a series.".freeze,
|
28
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#Location".freeze, "http://www.w3.org/ns/ma-ont#MediaResource".freeze, "http://www.w3.org/ns/ma-ont#Rating".freeze, "http://www.w3.org/ns/ma-ont#TargetAudience".freeze],
|
29
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
414
30
|
term :DataTrack,
|
415
|
-
comment:
|
416
|
-
"owl
|
417
|
-
subClassOf: "ma
|
418
|
-
type: "owl
|
31
|
+
comment: "Ancillary data track e.g. captioning in addition to video and audio tracks. Specialisation is made through the use of appropriate object properties.".freeze,
|
32
|
+
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/ma-ont#VideoTrack".freeze,
|
33
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#Track".freeze,
|
34
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
419
35
|
term :Image,
|
420
|
-
comment:
|
421
|
-
subClassOf: "ma
|
422
|
-
type: "owl
|
36
|
+
comment: "A still image / thumbnail / key frame related to the media resource or being the media resource itself.".freeze,
|
37
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
38
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
423
39
|
term :Location,
|
424
|
-
comment:
|
425
|
-
"owl
|
426
|
-
type: "owl
|
40
|
+
comment: "A location related to the media resource, e.g. depicted in the resource (possibly fictional) or where the resource was created (shooting location), etc.".freeze,
|
41
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#MediaResource".freeze, "http://www.w3.org/ns/ma-ont#Rating".freeze, "http://www.w3.org/ns/ma-ont#TargetAudience".freeze],
|
42
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
427
43
|
term :MediaFragment,
|
428
|
-
comment:
|
429
|
-
subClassOf: "ma
|
430
|
-
type: "owl
|
44
|
+
comment: "A media fragment (spatial, temporal, track...) composing a media resource. In other ontologies fragment is sometimes referred to as a 'part' or 'segment'.".freeze,
|
45
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
46
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
431
47
|
term :MediaResource,
|
432
|
-
comment:
|
433
|
-
"owl
|
434
|
-
type: "owl
|
48
|
+
comment: "An image or an audiovisual media resource, which can be composed of one or more fragment / track.".freeze,
|
49
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#Rating".freeze, "http://www.w3.org/ns/ma-ont#TargetAudience".freeze],
|
50
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
435
51
|
term :Organisation,
|
436
|
-
comment:
|
437
|
-
"owl
|
438
|
-
subClassOf: "ma
|
439
|
-
type: "owl
|
52
|
+
comment: "An organisation or moral agent.".freeze,
|
53
|
+
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/ma-ont#Person".freeze,
|
54
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#Agent".freeze,
|
55
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
440
56
|
term :Person,
|
441
|
-
comment:
|
442
|
-
subClassOf: "ma
|
443
|
-
type: "owl
|
57
|
+
comment: "A physical person.".freeze,
|
58
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#Agent".freeze,
|
59
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
444
60
|
term :Rating,
|
445
|
-
comment:
|
446
|
-
"owl
|
447
|
-
type: "owl
|
61
|
+
comment: "Information about the rating given to a media resource.".freeze,
|
62
|
+
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/ma-ont#TargetAudience".freeze,
|
63
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
448
64
|
term :TargetAudience,
|
449
|
-
comment:
|
450
|
-
type: "owl
|
65
|
+
comment: "Information about The target audience (target region, target audience category but also parental guidance recommendation) for which a media resource is intended.".freeze,
|
66
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
451
67
|
term :Track,
|
452
|
-
comment:
|
453
|
-
subClassOf: "ma
|
454
|
-
type: "owl
|
68
|
+
comment: "A specialisation of MediaFragment for audiovisual content.".freeze,
|
69
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#MediaFragment".freeze,
|
70
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
455
71
|
term :VideoTrack,
|
456
|
-
comment:
|
457
|
-
subClassOf: "ma
|
458
|
-
type: "owl
|
72
|
+
comment: "A specialisation of Track for Video to provide a link to specific data properties such as frameRate, etc. Signing is another possible example of video track. Specialisation is defined through object properties.".freeze,
|
73
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#Track".freeze,
|
74
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
459
75
|
|
460
76
|
# Property definitions
|
461
77
|
property :alternativeTitle,
|
462
|
-
comment:
|
463
|
-
subPropertyOf: "ma
|
464
|
-
type: "owl
|
78
|
+
comment: "Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning \"alternative\".".freeze,
|
79
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#title".freeze,
|
80
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
465
81
|
property :averageBitRate,
|
466
|
-
comment:
|
82
|
+
comment: "Corresponds to 'averageBitRate' in the Ontology for Media Resources, expressed in kilobits/second.".freeze,
|
467
83
|
domain: term(
|
468
|
-
intersectionOf: list("ma
|
469
|
-
|
470
|
-
type: "owl:Class".freeze
|
471
|
-
)),
|
472
|
-
type: "owl:Class".freeze
|
84
|
+
intersectionOf: list("http://www.w3.org/ns/ma-ont#MediaResource".freeze, "_:g9920".freeze),
|
85
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
473
86
|
),
|
474
|
-
range: "
|
475
|
-
type: "owl
|
87
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
88
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
476
89
|
property :collectionName,
|
477
|
-
comment:
|
478
|
-
domain: "ma
|
479
|
-
type: "owl
|
90
|
+
comment: "The name by which a collection (e.g. series) is known.".freeze,
|
91
|
+
domain: "http://www.w3.org/ns/ma-ont#Collection".freeze,
|
92
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
480
93
|
property :copyright,
|
481
|
-
comment:
|
482
|
-
domain: "ma
|
483
|
-
type: "owl
|
94
|
+
comment: "Corresponds to 'copyright.copyright' in the Ontology for Media Resources.".freeze,
|
95
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
96
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
484
97
|
property :createdIn,
|
485
|
-
comment:
|
486
|
-
inverseOf: "ma
|
487
|
-
subPropertyOf: "ma
|
488
|
-
type: "owl
|
98
|
+
comment: "A subproperty of 'hasRelatedLocation\" used to specify where material shooting took place.".freeze,
|
99
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isCreationLocationOf".freeze,
|
100
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedLocation".freeze,
|
101
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
489
102
|
property :creationDate,
|
490
|
-
comment:
|
491
|
-
subPropertyOf: "ma
|
492
|
-
type: "owl
|
103
|
+
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"creationDate\".".freeze,
|
104
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#date".freeze,
|
105
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
493
106
|
property :date,
|
494
|
-
comment:
|
495
|
-
domain: "ma
|
496
|
-
type: "owl
|
107
|
+
comment: "Corresponds to date.date in the ontology for Media Resources. Subproperties can be used to distinguish different values of 'date.type'. The recommended range is 'xsd:dateTime' (for compliance with OWL2-QL and OWL2-RL) but other time-related datatypes may be used (e.g. 'xsd:gYear', 'xsd:date'...).".freeze,
|
108
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
109
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
497
110
|
property :depictsFictionalLocation,
|
498
|
-
comment:
|
499
|
-
inverseOf: "ma
|
500
|
-
subPropertyOf: "ma
|
501
|
-
type: "owl
|
111
|
+
comment: "A subproperty of 'hasRelatedLocation' used to specify where the action depicted in the media is supposed to take place, as opposed to the location where shooting actually took place (see 'createdIn').".freeze,
|
112
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isFictionalLocationDepictedIn".freeze,
|
113
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedLocation".freeze,
|
114
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
502
115
|
property :description,
|
503
|
-
comment:
|
504
|
-
domain: "ma
|
505
|
-
type: "owl
|
116
|
+
comment: "Corresponds to 'description' in the Ontology for Media Resources. This can be specialised by using sub-properties e.g. 'summary' or 'script'.".freeze,
|
117
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
118
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
506
119
|
property :duration,
|
507
|
-
comment:
|
120
|
+
comment: "Corresponds to 'duration' in the Ontology for Media Resources.".freeze,
|
508
121
|
domain: term(
|
509
|
-
intersectionOf: list("ma
|
510
|
-
|
511
|
-
type: "owl:Class".freeze
|
512
|
-
)),
|
513
|
-
type: "owl:Class".freeze
|
122
|
+
intersectionOf: list("http://www.w3.org/ns/ma-ont#MediaResource".freeze, "_:g9980".freeze),
|
123
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
514
124
|
),
|
515
|
-
range: "
|
516
|
-
type: "owl
|
125
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
126
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
517
127
|
property :editDate,
|
518
|
-
comment:
|
519
|
-
subPropertyOf: "ma
|
520
|
-
type: "owl
|
128
|
+
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"editDate\".".freeze,
|
129
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#date".freeze,
|
130
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
521
131
|
property :features,
|
522
|
-
comment:
|
523
|
-
inverseOf: "ma
|
524
|
-
range: "ma
|
525
|
-
subPropertyOf: "ma
|
526
|
-
type: "owl
|
132
|
+
comment: "Corresponds to 'contributor.contributor' in the Ontology for Media Resources with a 'contributor.role' meaning \"actor\".".freeze,
|
133
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#playsIn".freeze,
|
134
|
+
range: "http://www.w3.org/ns/ma-ont#Person".freeze,
|
135
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasContributor".freeze,
|
136
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
527
137
|
property :fragmentName,
|
528
|
-
comment:
|
529
|
-
domain: "ma
|
530
|
-
type: "owl
|
138
|
+
comment: "Corresponds to 'namedFragment.label' in the Ontology for Media Resources.".freeze,
|
139
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaFragment".freeze,
|
140
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
531
141
|
property :frameHeight,
|
532
|
-
comment:
|
533
|
-
domain: "ma
|
534
|
-
range: "
|
535
|
-
type: "owl
|
142
|
+
comment: "Corresponds to 'frameSize.height' in the Ontology for Media Resources, measured in frameSizeUnit.".freeze,
|
143
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
144
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
145
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
536
146
|
property :frameRate,
|
537
|
-
comment:
|
538
|
-
domain: "ma
|
539
|
-
range: "
|
540
|
-
type: "owl
|
147
|
+
comment: "Corresponds to 'frameRate' in the Ontology for Media Resources, in frame per second.".freeze,
|
148
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
149
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
150
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
541
151
|
property :frameSizeUnit,
|
542
|
-
comment:
|
543
|
-
domain: "ma
|
544
|
-
type: "owl
|
152
|
+
comment: "Corresponds to 'frameSize.unit' in the Ontology for Media Resources.".freeze,
|
153
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
154
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
545
155
|
property :frameWidth,
|
546
|
-
comment:
|
547
|
-
domain: "ma
|
548
|
-
range: "
|
549
|
-
type: "owl
|
156
|
+
comment: "Corresponds to 'frameSize.width' in the Ontology for Media Resources measured in frameSizeUnit.".freeze,
|
157
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
158
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
159
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
550
160
|
property :hasAccessConditions,
|
551
|
-
comment:
|
552
|
-
subPropertyOf: "ma
|
553
|
-
type: "owl
|
161
|
+
comment: "Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' \"access conditions\".".freeze,
|
162
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasPolicy".freeze,
|
163
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
554
164
|
property :hasAudioDescription,
|
555
|
-
comment:
|
556
|
-
subPropertyOf: "ma
|
557
|
-
type: "owl
|
165
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"audio-description\".".freeze,
|
166
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasCaptioning".freeze,
|
167
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
558
168
|
property :hasCaptioning,
|
559
|
-
comment:
|
560
|
-
inverseOf: "ma
|
561
|
-
subPropertyOf: "ma
|
562
|
-
type: "owl
|
169
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"captioning\". This property can for example point to a spatial fragment, a VideoTrack or a DataTrack. The language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.".freeze,
|
170
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isCaptioningOf".freeze,
|
171
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment".freeze,
|
172
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
563
173
|
property :hasChapter,
|
564
|
-
comment:
|
565
|
-
inverseOf: "ma
|
566
|
-
subPropertyOf: "ma
|
567
|
-
type: "owl
|
174
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"chapter\".".freeze,
|
175
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isChapterOf".freeze,
|
176
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment".freeze,
|
177
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
568
178
|
property :hasClassification,
|
569
|
-
comment:
|
570
|
-
domain: "ma
|
571
|
-
type: "owl
|
179
|
+
comment: "Corresponds to 'targetAudience.classification' in the Ontology for Media Resources. This property is used to provide a value characterising the target audience.".freeze,
|
180
|
+
domain: "http://www.w3.org/ns/ma-ont#TargetAudience".freeze,
|
181
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
572
182
|
property :hasClassificationSystem,
|
573
|
-
comment:
|
574
|
-
domain: "ma
|
575
|
-
type: "owl
|
183
|
+
comment: "Corresponds to 'targetAudience.identifier' in the Ontology for Media Resources. This is used to identify the reference sheme against which the target audience has been characterised.".freeze,
|
184
|
+
domain: "http://www.w3.org/ns/ma-ont#TargetAudience".freeze,
|
185
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
576
186
|
property :hasCompression,
|
577
|
-
comment:
|
578
|
-
domain: "ma
|
579
|
-
type: "owl
|
187
|
+
comment: "Corresponds to 'compression' in the Ontology for Media Resources.".freeze,
|
188
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
189
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
580
190
|
property :hasContributedTo,
|
581
|
-
type: "owl
|
191
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
582
192
|
property :hasContributor,
|
583
|
-
comment:
|
584
|
-
domain: "ma
|
585
|
-
inverseOf: "ma
|
586
|
-
range: "ma
|
587
|
-
type: "owl
|
193
|
+
comment: "Corresponds to 'contributor.contributor' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'contributor.role'.".freeze,
|
194
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
195
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#hasContributedTo".freeze,
|
196
|
+
range: "http://www.w3.org/ns/ma-ont#Agent".freeze,
|
197
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
588
198
|
property :hasCopyrightOver,
|
589
|
-
type: "owl
|
199
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
590
200
|
property :hasCreated,
|
591
|
-
type: "owl
|
201
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
592
202
|
property :hasCreator,
|
593
|
-
comment:
|
594
|
-
inverseOf: "ma
|
595
|
-
subPropertyOf: "ma
|
596
|
-
type: "owl
|
203
|
+
comment: "Corresponds to 'creator.creator' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'creator.role'. Note that this property is semantically a subproperty of 'hasContributor'.".freeze,
|
204
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#hasCreated".freeze,
|
205
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasContributor".freeze,
|
206
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
597
207
|
property :hasFormat,
|
598
|
-
comment:
|
599
|
-
domain: "ma
|
600
|
-
type: "owl
|
208
|
+
comment: "Corresponds to 'format' in the Ontology for Media Resources.".freeze,
|
209
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
210
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
601
211
|
property :hasFragment,
|
602
|
-
comment:
|
603
|
-
domain: "ma
|
604
|
-
inverseOf: "ma
|
605
|
-
range: "ma
|
606
|
-
type: "owl
|
212
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'fragment.role'.".freeze,
|
213
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
214
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isFragmentOf".freeze,
|
215
|
+
range: "http://www.w3.org/ns/ma-ont#MediaFragment".freeze,
|
216
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
607
217
|
property :hasGenre,
|
608
|
-
comment:
|
609
|
-
domain: "ma
|
610
|
-
type: "owl
|
218
|
+
comment: "Corresponds to 'genre' in the Ontology for Media Resources.".freeze,
|
219
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
220
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
611
221
|
property :hasKeyword,
|
612
|
-
comment:
|
613
|
-
domain: "ma
|
614
|
-
type: "owl
|
222
|
+
comment: "Corresponds to 'keyword' in the Ontology for Media Resources.".freeze,
|
223
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
224
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
615
225
|
property :hasLanguage,
|
616
|
-
comment:
|
617
|
-
domain: "ma
|
618
|
-
type: "owl
|
226
|
+
comment: "Corresponds to 'language' in the Ontology for Media Resources. The language used in the resource. A controlled vocabulary such as defined in BCP 47 SHOULD be used. This property can also be used to identify the presence of sign language (RFC 5646). By inheritance, the hasLanguage property applies indifferently at the media resource / fragment / track levels. Best practice recommends to use to best possible level of granularity fo describe the usage of language within a media resource including at fragment and track levels.".freeze,
|
227
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
228
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
619
229
|
property :hasLocationCoordinateSystem,
|
620
|
-
comment:
|
621
|
-
domain: "ma
|
622
|
-
type: "owl
|
230
|
+
comment: "Corresponds to 'location.coordinateSystem' in the Ontology for Media Resources.".freeze,
|
231
|
+
domain: "http://www.w3.org/ns/ma-ont#Location".freeze,
|
232
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
623
233
|
property :hasMember,
|
624
|
-
type: "owl
|
234
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
625
235
|
property :hasNamedFragment,
|
626
|
-
comment:
|
627
|
-
inverseOf: "ma
|
628
|
-
subPropertyOf: "ma
|
629
|
-
type: "owl
|
236
|
+
comment: "Corresponds to 'namedFragment' in the Ontology for Media Resources.".freeze,
|
237
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isNamedFragmentOf".freeze,
|
238
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment".freeze,
|
239
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
630
240
|
property :hasPermissions,
|
631
|
-
comment:
|
632
|
-
subPropertyOf: "ma
|
633
|
-
type: "owl
|
241
|
+
comment: "Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' meaning \"permissions\".".freeze,
|
242
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasPolicy".freeze,
|
243
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
634
244
|
property :hasPolicy,
|
635
|
-
comment:
|
636
|
-
domain: "ma
|
637
|
-
type: "owl
|
245
|
+
comment: "Corresponds to 'policy' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'policy.type'.".freeze,
|
246
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
247
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
638
248
|
property :hasPublished,
|
639
|
-
type: "owl
|
249
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
640
250
|
property :hasPublisher,
|
641
|
-
comment:
|
642
|
-
inverseOf: "ma
|
643
|
-
subPropertyOf: "ma
|
644
|
-
type: "owl
|
251
|
+
comment: "Corresponds to 'publisher' in the Ontology for Media Resources.".freeze,
|
252
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#hasPublished".freeze,
|
253
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasContributor".freeze,
|
254
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
645
255
|
property :hasRating,
|
646
|
-
comment:
|
647
|
-
domain: "ma
|
648
|
-
inverseOf: "ma
|
649
|
-
range: "ma
|
650
|
-
type: "owl
|
256
|
+
comment: "Corresponds to 'rating' in the Ontology for Media Resources.".freeze,
|
257
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
258
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isRatingOf".freeze,
|
259
|
+
range: "http://www.w3.org/ns/ma-ont#Rating".freeze,
|
260
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
651
261
|
property :hasRatingSystem,
|
652
|
-
comment:
|
653
|
-
domain: "ma
|
654
|
-
type: "owl
|
262
|
+
comment: "Corresponds to 'rating.type' in the Ontology for Media Resources.".freeze,
|
263
|
+
domain: "http://www.w3.org/ns/ma-ont#Rating".freeze,
|
264
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
655
265
|
property :hasRelatedImage,
|
656
|
-
comment:
|
657
|
-
inverseOf: "ma
|
658
|
-
range: "ma
|
659
|
-
subPropertyOf: "ma
|
660
|
-
type: "owl
|
266
|
+
comment: "Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning \"related image\".".freeze,
|
267
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isImageRelatedTo".freeze,
|
268
|
+
range: "http://www.w3.org/ns/ma-ont#Image".freeze,
|
269
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedResource".freeze,
|
270
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
661
271
|
property :hasRelatedLocation,
|
662
|
-
comment:
|
663
|
-
domain: "ma
|
664
|
-
inverseOf: "ma
|
665
|
-
range: "ma
|
666
|
-
type: "owl
|
272
|
+
comment: "Corresponds to 'location' in the Ontology for Media Resources. Subproperties are provided to specify, when possible, the relation between the media resource and the location.".freeze,
|
273
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
274
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isLocationRelatedTo".freeze,
|
275
|
+
range: "http://www.w3.org/ns/ma-ont#Location".freeze,
|
276
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
667
277
|
property :hasRelatedResource,
|
668
|
-
comment:
|
669
|
-
domain: "ma
|
670
|
-
inverseOf: "ma
|
671
|
-
type: "owl
|
278
|
+
comment: "Corresponds to 'relation' and in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'relation.type'.".freeze,
|
279
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
280
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isRelatedTo".freeze,
|
281
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
672
282
|
property :hasSigning,
|
673
|
-
comment:
|
674
|
-
inverseOf: "ma
|
675
|
-
subPropertyOf: "ma
|
676
|
-
type: "owl
|
283
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"signing\". This property can for example point to a spatial fragment or a VideoTrack. The sign language of the captioning track can be expressed by attaching a 'hasLanguage' property to the specific track.".freeze,
|
284
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isSigningOf".freeze,
|
285
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment".freeze,
|
286
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
677
287
|
property :hasSource,
|
678
|
-
comment:
|
679
|
-
inverseOf: "ma
|
680
|
-
subPropertyOf: "ma
|
681
|
-
type: "owl
|
288
|
+
comment: "Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning \"source\".".freeze,
|
289
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isSourceOf".freeze,
|
290
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedResource".freeze,
|
291
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
682
292
|
property :hasSubtitling,
|
683
|
-
comment:
|
684
|
-
subPropertyOf: "ma
|
685
|
-
type: "owl
|
293
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"subtitling\".".freeze,
|
294
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasCaptioning".freeze,
|
295
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
686
296
|
property :hasTargetAudience,
|
687
|
-
comment:
|
688
|
-
domain: "ma
|
689
|
-
inverseOf: "ma
|
690
|
-
range: "ma
|
691
|
-
type: "owl
|
297
|
+
comment: "Corresponds to 'targetAudience' in the Ontology for Media Resources.".freeze,
|
298
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
299
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isTargetAudienceOf".freeze,
|
300
|
+
range: "http://www.w3.org/ns/ma-ont#TargetAudience".freeze,
|
301
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
692
302
|
property :hasTrack,
|
693
|
-
comment:
|
694
|
-
inverseOf: "ma
|
695
|
-
range: "ma
|
696
|
-
subPropertyOf: "ma
|
697
|
-
type: "owl
|
303
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"track\".".freeze,
|
304
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isTrackOf".freeze,
|
305
|
+
range: "http://www.w3.org/ns/ma-ont#Track".freeze,
|
306
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment".freeze,
|
307
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
698
308
|
property :isCaptioningOf,
|
699
|
-
type: "owl
|
309
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
700
310
|
property :isChapterOf,
|
701
|
-
type: "owl
|
311
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
702
312
|
property :isCopyrightedBy,
|
703
|
-
comment:
|
704
|
-
domain: "ma
|
705
|
-
inverseOf: "ma
|
706
|
-
range: "ma
|
707
|
-
type: "owl
|
313
|
+
comment: "Corresponds to 'copyright.identifier' in the Ontology for Media Resources.".freeze,
|
314
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
315
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#hasCopyrightOver".freeze,
|
316
|
+
range: "http://www.w3.org/ns/ma-ont#Agent".freeze,
|
317
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
708
318
|
property :isCreationLocationOf,
|
709
|
-
type: "owl
|
319
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
710
320
|
property :isFictionalLocationDepictedIn,
|
711
|
-
type: "owl
|
321
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
712
322
|
property :isFragmentOf,
|
713
|
-
type: "owl
|
323
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
714
324
|
property :isImageRelatedTo,
|
715
|
-
subPropertyOf: "ma
|
716
|
-
type: "owl
|
325
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#isRelatedTo".freeze,
|
326
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
717
327
|
property :isLocationRelatedTo,
|
718
|
-
type: "owl
|
328
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
719
329
|
property :isMemberOf,
|
720
|
-
comment:
|
721
|
-
domain: "ma
|
722
|
-
inverseOf: "ma
|
723
|
-
range: "ma
|
724
|
-
type: "owl
|
330
|
+
comment: "Corresponds to 'collection' in the Ontology for Media Resources.".freeze,
|
331
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
332
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#hasMember".freeze,
|
333
|
+
range: "http://www.w3.org/ns/ma-ont#Collection".freeze,
|
334
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
725
335
|
property :isNamedFragmentOf,
|
726
|
-
type: "owl
|
336
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
727
337
|
property :isProvidedBy,
|
728
|
-
comment:
|
729
|
-
domain: "ma
|
730
|
-
inverseOf: "ma
|
731
|
-
range: "ma
|
732
|
-
type: "owl
|
338
|
+
comment: "Corresponds to 'rating.identifier' in the Ontology for Media Resources.".freeze,
|
339
|
+
domain: "http://www.w3.org/ns/ma-ont#Rating".freeze,
|
340
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#provides".freeze,
|
341
|
+
range: "http://www.w3.org/ns/ma-ont#Agent".freeze,
|
342
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
733
343
|
property :isRatingOf,
|
734
|
-
type: "owl
|
344
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
735
345
|
property :isRelatedTo,
|
736
|
-
type: "owl
|
346
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
737
347
|
property :isSigningOf,
|
738
|
-
type: "owl
|
348
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
739
349
|
property :isSourceOf,
|
740
|
-
type: "owl
|
350
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
741
351
|
property :isTargetAudienceOf,
|
742
|
-
type: "owl
|
352
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
743
353
|
property :isTrackOf,
|
744
|
-
type: "owl
|
354
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
745
355
|
property :locationAltitude,
|
746
|
-
comment:
|
747
|
-
domain: "ma
|
748
|
-
range: "
|
749
|
-
type: "owl
|
356
|
+
comment: "Corresponds to 'location.altitude' in the Ontology for Media Resources.".freeze,
|
357
|
+
domain: "http://www.w3.org/ns/ma-ont#Location".freeze,
|
358
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
359
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
750
360
|
property :locationLatitude,
|
751
|
-
comment:
|
752
|
-
domain: "ma
|
753
|
-
range: "
|
754
|
-
type: "owl
|
361
|
+
comment: "Corresponds to 'location.latitude' in the Ontology for Media Resources.".freeze,
|
362
|
+
domain: "http://www.w3.org/ns/ma-ont#Location".freeze,
|
363
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
364
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
755
365
|
property :locationLongitude,
|
756
|
-
comment:
|
757
|
-
domain: "ma
|
758
|
-
range: "
|
759
|
-
type: "owl
|
366
|
+
comment: "Corresponds to 'location.longitude' in the Ontology for Media Resources.".freeze,
|
367
|
+
domain: "http://www.w3.org/ns/ma-ont#Location".freeze,
|
368
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
369
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
760
370
|
property :locationName,
|
761
|
-
comment:
|
762
|
-
domain: "ma
|
763
|
-
type: "owl
|
371
|
+
comment: "Corresponds to 'location.name' in the Ontology for Media Resources.".freeze,
|
372
|
+
domain: "http://www.w3.org/ns/ma-ont#Location".freeze,
|
373
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
764
374
|
property :locator,
|
765
|
-
comment:
|
766
|
-
domain: "ma
|
767
|
-
range: "
|
768
|
-
type: "owl
|
375
|
+
comment: "Corresponds to 'locator' in the Ontology for Media Resources.".freeze,
|
376
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
377
|
+
range: "http://www.w3.org/2001/XMLSchema#anyURI".freeze,
|
378
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
769
379
|
property :mainOriginalTitle,
|
770
|
-
comment:
|
771
|
-
subPropertyOf: "ma
|
772
|
-
type: "owl
|
380
|
+
comment: "Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning \"original\".".freeze,
|
381
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#title".freeze,
|
382
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
773
383
|
property :numberOfTracks,
|
774
|
-
comment:
|
775
|
-
domain: "ma
|
776
|
-
range: "
|
777
|
-
type: "owl
|
384
|
+
comment: "Corresponds to 'numTracks.number' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'numTracks.type'.".freeze,
|
385
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
386
|
+
range: "http://www.w3.org/2001/XMLSchema#integer".freeze,
|
387
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
778
388
|
property :playsIn,
|
779
|
-
type: "owl
|
389
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
780
390
|
property :provides,
|
781
|
-
type: "owl
|
391
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
782
392
|
property :ratingScaleMax,
|
783
|
-
comment:
|
784
|
-
domain: "ma
|
785
|
-
range: "
|
786
|
-
type: "owl
|
393
|
+
comment: "Corresponds to 'rating.max' in the Ontology for Media Resources.".freeze,
|
394
|
+
domain: "http://www.w3.org/ns/ma-ont#Rating".freeze,
|
395
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
396
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
787
397
|
property :ratingScaleMin,
|
788
|
-
comment:
|
789
|
-
domain: "ma
|
790
|
-
range: "
|
791
|
-
type: "owl
|
398
|
+
comment: "Corresponds to 'rating.min' in the Ontology for Media Resources.".freeze,
|
399
|
+
domain: "http://www.w3.org/ns/ma-ont#Rating".freeze,
|
400
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
401
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
792
402
|
property :ratingValue,
|
793
|
-
comment:
|
794
|
-
domain: "ma
|
795
|
-
range: "
|
796
|
-
type: "owl
|
403
|
+
comment: "Corresponds to 'rating.value' in the Ontology for Media Resources.".freeze,
|
404
|
+
domain: "http://www.w3.org/ns/ma-ont#Rating".freeze,
|
405
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
406
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
797
407
|
property :recordDate,
|
798
|
-
comment:
|
799
|
-
subPropertyOf: "ma
|
800
|
-
type: "owl
|
408
|
+
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"recordDate\".".freeze,
|
409
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#date".freeze,
|
410
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
801
411
|
property :releaseDate,
|
802
|
-
comment:
|
803
|
-
subPropertyOf: "ma
|
804
|
-
type: "owl
|
412
|
+
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"releaseDate\".".freeze,
|
413
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#date".freeze,
|
414
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
805
415
|
property :samplingRate,
|
806
|
-
comment:
|
807
|
-
domain: "ma
|
808
|
-
range: "
|
809
|
-
type: "owl
|
416
|
+
comment: "Corresponds to 'samplingRate' in the Ontology for Media Resources, in samples per second.".freeze,
|
417
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
418
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
419
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
810
420
|
property :title,
|
811
|
-
comment:
|
812
|
-
domain: "ma
|
813
|
-
type: "owl
|
421
|
+
comment: "Corresponds to 'title.title' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'title.type'.".freeze,
|
422
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource".freeze,
|
423
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
814
424
|
property :trackName,
|
815
|
-
comment:
|
816
|
-
domain: "ma
|
817
|
-
subPropertyOf: "ma
|
818
|
-
type: "owl
|
425
|
+
comment: "Corresponds to 'fragment.name' in the Ontology for Media Resources, for Track fragments.".freeze,
|
426
|
+
domain: "http://www.w3.org/ns/ma-ont#Track".freeze,
|
427
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#fragmentName".freeze,
|
428
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
819
429
|
end
|
820
430
|
end
|