rdf-vocab 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -7
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4719 -4347
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +501 -227
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +563 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9464 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14900 -14698
- data/lib/rdf/vocab/schemas.rb +14900 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +63 -142
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +23 -6
data/lib/rdf/vocab/ma.rb
CHANGED
@@ -3,434 +3,436 @@
|
|
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
|
+
# Vocabulary for <http://www.w3.org/ns/ma-ont#>
|
7
|
+
# @!visibility private
|
6
8
|
MA = Class.new(RDF::Vocabulary("http://www.w3.org/ns/ma-ont#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.w3.org/ns/ma-ont#",
|
10
|
-
comment: ["Created by Tobias Buerger, Jean Pierre Evain and Pierre-Antoine Champin with the RDFS Taskforce within the W3C Media Annotation Working Group."
|
11
|
-
"http://purl.org/dc/elements/1.1/date": "2013-03-20"
|
12
|
-
"http://www.w3.org/2002/07/owl#imports": "http://dublincore.org/2008/01/14/dcelements.rdf"
|
13
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "R36"
|
14
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
comment: ["Created by Tobias Buerger, Jean Pierre Evain and Pierre-Antoine Champin with the RDFS Taskforce within the W3C Media Annotation Working Group.", "THE CONTENT OF THIS MA-ONT.RDF AND DERIVED MA-ONT.TTL FILES PREVAIL OVER THE SPECIFICATION."],
|
13
|
+
"http://purl.org/dc/elements/1.1/date": "2013-03-20",
|
14
|
+
"http://www.w3.org/2002/07/owl#imports": "http://dublincore.org/2008/01/14/dcelements.rdf",
|
15
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "R36",
|
16
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
15
17
|
|
16
18
|
# Class definitions
|
17
19
|
term :Agent,
|
18
|
-
comment: "A person or organisation contributing to the media resource."
|
19
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#Collection"
|
20
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
20
|
+
comment: "A person or organisation contributing to the media resource.",
|
21
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#Collection", "http://www.w3.org/ns/ma-ont#Location", "http://www.w3.org/ns/ma-ont#MediaResource", "http://www.w3.org/ns/ma-ont#Rating", "http://www.w3.org/ns/ma-ont#TargetAudience"],
|
22
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
21
23
|
term :AudioTrack,
|
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."
|
23
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#DataTrack"
|
24
|
-
subClassOf: "http://www.w3.org/ns/ma-ont#Track"
|
25
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
24
|
+
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.",
|
25
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#DataTrack", "http://www.w3.org/ns/ma-ont#VideoTrack"],
|
26
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#Track",
|
27
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
26
28
|
term :Collection,
|
27
|
-
comment: "Any group of media resource e.g. a series."
|
28
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#Location"
|
29
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
29
|
+
comment: "Any group of media resource e.g. a series.",
|
30
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#Location", "http://www.w3.org/ns/ma-ont#MediaResource", "http://www.w3.org/ns/ma-ont#Rating", "http://www.w3.org/ns/ma-ont#TargetAudience"],
|
31
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
30
32
|
term :DataTrack,
|
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."
|
32
|
-
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/ma-ont#VideoTrack"
|
33
|
-
subClassOf: "http://www.w3.org/ns/ma-ont#Track"
|
34
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
33
|
+
comment: "Ancillary data track e.g. captioning in addition to video and audio tracks. Specialisation is made through the use of appropriate object properties.",
|
34
|
+
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/ma-ont#VideoTrack",
|
35
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#Track",
|
36
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
35
37
|
term :Image,
|
36
|
-
comment: "A still image / thumbnail / key frame related to the media resource or being the media resource itself."
|
37
|
-
subClassOf: "http://www.w3.org/ns/ma-ont#MediaResource"
|
38
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
38
|
+
comment: "A still image / thumbnail / key frame related to the media resource or being the media resource itself.",
|
39
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#MediaResource",
|
40
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
39
41
|
term :Location,
|
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."
|
41
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#MediaResource"
|
42
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
42
|
+
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.",
|
43
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#MediaResource", "http://www.w3.org/ns/ma-ont#Rating", "http://www.w3.org/ns/ma-ont#TargetAudience"],
|
44
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
43
45
|
term :MediaFragment,
|
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'."
|
45
|
-
subClassOf: "http://www.w3.org/ns/ma-ont#MediaResource"
|
46
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
46
|
+
comment: "A media fragment (spatial, temporal, track...) composing a media resource. In other ontologies fragment is sometimes referred to as a 'part' or 'segment'.",
|
47
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#MediaResource",
|
48
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
47
49
|
term :MediaResource,
|
48
|
-
comment: "An image or an audiovisual media resource, which can be composed of one or more fragment / track."
|
49
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#Rating"
|
50
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
50
|
+
comment: "An image or an audiovisual media resource, which can be composed of one or more fragment / track.",
|
51
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/ns/ma-ont#Rating", "http://www.w3.org/ns/ma-ont#TargetAudience"],
|
52
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
51
53
|
term :Organisation,
|
52
|
-
comment: "An organisation or moral agent."
|
53
|
-
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/ma-ont#Person"
|
54
|
-
subClassOf: "http://www.w3.org/ns/ma-ont#Agent"
|
55
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
54
|
+
comment: "An organisation or moral agent.",
|
55
|
+
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/ma-ont#Person",
|
56
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#Agent",
|
57
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
56
58
|
term :Person,
|
57
|
-
comment: "A physical person."
|
58
|
-
subClassOf: "http://www.w3.org/ns/ma-ont#Agent"
|
59
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
59
|
+
comment: "A physical person.",
|
60
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#Agent",
|
61
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
60
62
|
term :Rating,
|
61
|
-
comment: "Information about the rating given to a media resource."
|
62
|
-
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/ma-ont#TargetAudience"
|
63
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
63
|
+
comment: "Information about the rating given to a media resource.",
|
64
|
+
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/ns/ma-ont#TargetAudience",
|
65
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
64
66
|
term :TargetAudience,
|
65
|
-
comment: "Information about The target audience (target region, target audience category but also parental guidance recommendation) for which a media resource is intended."
|
66
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
67
|
+
comment: "Information about The target audience (target region, target audience category but also parental guidance recommendation) for which a media resource is intended.",
|
68
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
67
69
|
term :Track,
|
68
|
-
comment: "A specialisation of MediaFragment for audiovisual content."
|
69
|
-
subClassOf: "http://www.w3.org/ns/ma-ont#MediaFragment"
|
70
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
70
|
+
comment: "A specialisation of MediaFragment for audiovisual content.",
|
71
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#MediaFragment",
|
72
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
71
73
|
term :VideoTrack,
|
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."
|
73
|
-
subClassOf: "http://www.w3.org/ns/ma-ont#Track"
|
74
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
74
|
+
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.",
|
75
|
+
subClassOf: "http://www.w3.org/ns/ma-ont#Track",
|
76
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
75
77
|
|
76
78
|
# Property definitions
|
77
79
|
property :alternativeTitle,
|
78
|
-
comment: "Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning \"alternative\"."
|
79
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#title"
|
80
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
80
|
+
comment: "Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning \"alternative\".",
|
81
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#title",
|
82
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
81
83
|
property :averageBitRate,
|
82
|
-
comment: "Corresponds to 'averageBitRate' in the Ontology for Media Resources, expressed in kilobits/second."
|
84
|
+
comment: "Corresponds to 'averageBitRate' in the Ontology for Media Resources, expressed in kilobits/second.",
|
83
85
|
domain: term(
|
84
|
-
intersectionOf: list("http://www.w3.org/ns/ma-ont#MediaResource"
|
85
|
-
"http://www.w3.org/2002/07/owl#complementOf": "http://www.w3.org/ns/ma-ont#Image"
|
86
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
86
|
+
intersectionOf: list("http://www.w3.org/ns/ma-ont#MediaResource", term(
|
87
|
+
"http://www.w3.org/2002/07/owl#complementOf": "http://www.w3.org/ns/ma-ont#Image",
|
88
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
87
89
|
)),
|
88
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
90
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
89
91
|
),
|
90
|
-
range: "http://www.w3.org/2001/XMLSchema#decimal"
|
91
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
92
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal",
|
93
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
92
94
|
property :collectionName,
|
93
|
-
comment: "The name by which a collection (e.g. series) is known."
|
94
|
-
domain: "http://www.w3.org/ns/ma-ont#Collection"
|
95
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
95
|
+
comment: "The name by which a collection (e.g. series) is known.",
|
96
|
+
domain: "http://www.w3.org/ns/ma-ont#Collection",
|
97
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
96
98
|
property :copyright,
|
97
|
-
comment: "Corresponds to 'copyright.copyright' in the Ontology for Media Resources."
|
98
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
99
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
99
|
+
comment: "Corresponds to 'copyright.copyright' in the Ontology for Media Resources.",
|
100
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
101
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
100
102
|
property :createdIn,
|
101
|
-
comment: "A subproperty of 'hasRelatedLocation\" used to specify where material shooting took place."
|
102
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isCreationLocationOf"
|
103
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedLocation"
|
104
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
103
|
+
comment: "A subproperty of 'hasRelatedLocation\" used to specify where material shooting took place.",
|
104
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isCreationLocationOf",
|
105
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedLocation",
|
106
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
105
107
|
property :creationDate,
|
106
|
-
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"creationDate\"."
|
107
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#date"
|
108
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
108
|
+
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"creationDate\".",
|
109
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#date",
|
110
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
109
111
|
property :date,
|
110
|
-
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'...)."
|
111
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
112
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
112
|
+
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'...).",
|
113
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
114
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
113
115
|
property :depictsFictionalLocation,
|
114
|
-
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')."
|
115
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isFictionalLocationDepictedIn"
|
116
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedLocation"
|
117
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
116
|
+
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').",
|
117
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isFictionalLocationDepictedIn",
|
118
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedLocation",
|
119
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
118
120
|
property :description,
|
119
|
-
comment: "Corresponds to 'description' in the Ontology for Media Resources. This can be specialised by using sub-properties e.g. 'summary' or 'script'."
|
120
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
121
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
121
|
+
comment: "Corresponds to 'description' in the Ontology for Media Resources. This can be specialised by using sub-properties e.g. 'summary' or 'script'.",
|
122
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
123
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
122
124
|
property :duration,
|
123
|
-
comment: "Corresponds to 'duration' in the Ontology for Media Resources."
|
125
|
+
comment: "Corresponds to 'duration' in the Ontology for Media Resources.",
|
124
126
|
domain: term(
|
125
|
-
intersectionOf: list("http://www.w3.org/ns/ma-ont#MediaResource"
|
126
|
-
"http://www.w3.org/2002/07/owl#complementOf": "http://www.w3.org/ns/ma-ont#Image"
|
127
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
127
|
+
intersectionOf: list("http://www.w3.org/ns/ma-ont#MediaResource", term(
|
128
|
+
"http://www.w3.org/2002/07/owl#complementOf": "http://www.w3.org/ns/ma-ont#Image",
|
129
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
128
130
|
)),
|
129
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
131
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
130
132
|
),
|
131
|
-
range: "http://www.w3.org/2001/XMLSchema#decimal"
|
132
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
133
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal",
|
134
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
133
135
|
property :editDate,
|
134
|
-
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"editDate\"."
|
135
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#date"
|
136
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
136
|
+
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"editDate\".",
|
137
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#date",
|
138
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
137
139
|
property :features,
|
138
|
-
comment: "Corresponds to 'contributor.contributor' in the Ontology for Media Resources with a 'contributor.role' meaning \"actor\"."
|
139
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#playsIn"
|
140
|
-
range: "http://www.w3.org/ns/ma-ont#Person"
|
141
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasContributor"
|
142
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
140
|
+
comment: "Corresponds to 'contributor.contributor' in the Ontology for Media Resources with a 'contributor.role' meaning \"actor\".",
|
141
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#playsIn",
|
142
|
+
range: "http://www.w3.org/ns/ma-ont#Person",
|
143
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasContributor",
|
144
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
143
145
|
property :fragmentName,
|
144
|
-
comment: "Corresponds to 'namedFragment.label' in the Ontology for Media Resources."
|
145
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaFragment"
|
146
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
146
|
+
comment: "Corresponds to 'namedFragment.label' in the Ontology for Media Resources.",
|
147
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaFragment",
|
148
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
147
149
|
property :frameHeight,
|
148
|
-
comment: "Corresponds to 'frameSize.height' in the Ontology for Media Resources, measured in frameSizeUnit."
|
149
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
150
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
151
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
150
|
+
comment: "Corresponds to 'frameSize.height' in the Ontology for Media Resources, measured in frameSizeUnit.",
|
151
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
152
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
153
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
152
154
|
property :frameRate,
|
153
|
-
comment: "Corresponds to 'frameRate' in the Ontology for Media Resources, in frame per second."
|
154
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
155
|
-
range: "http://www.w3.org/2001/XMLSchema#decimal"
|
156
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
155
|
+
comment: "Corresponds to 'frameRate' in the Ontology for Media Resources, in frame per second.",
|
156
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
157
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal",
|
158
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
157
159
|
property :frameSizeUnit,
|
158
|
-
comment: "Corresponds to 'frameSize.unit' in the Ontology for Media Resources."
|
159
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
160
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
160
|
+
comment: "Corresponds to 'frameSize.unit' in the Ontology for Media Resources.",
|
161
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
162
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
161
163
|
property :frameWidth,
|
162
|
-
comment: "Corresponds to 'frameSize.width' in the Ontology for Media Resources measured in frameSizeUnit."
|
163
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
164
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
165
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
164
|
+
comment: "Corresponds to 'frameSize.width' in the Ontology for Media Resources measured in frameSizeUnit.",
|
165
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
166
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
167
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
166
168
|
property :hasAccessConditions,
|
167
|
-
comment: "Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' \"access conditions\"."
|
168
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasPolicy"
|
169
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
169
|
+
comment: "Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' \"access conditions\".",
|
170
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasPolicy",
|
171
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
170
172
|
property :hasAudioDescription,
|
171
|
-
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"audio-description\"."
|
172
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasCaptioning"
|
173
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
173
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"audio-description\".",
|
174
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasCaptioning",
|
175
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
174
176
|
property :hasCaptioning,
|
175
|
-
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."
|
176
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isCaptioningOf"
|
177
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment"
|
178
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
177
|
+
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.",
|
178
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isCaptioningOf",
|
179
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment",
|
180
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
179
181
|
property :hasChapter,
|
180
|
-
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"chapter\"."
|
181
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isChapterOf"
|
182
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment"
|
183
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
182
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"chapter\".",
|
183
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isChapterOf",
|
184
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment",
|
185
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
184
186
|
property :hasClassification,
|
185
|
-
comment: "Corresponds to 'targetAudience.classification' in the Ontology for Media Resources. This property is used to provide a value characterising the target audience."
|
186
|
-
domain: "http://www.w3.org/ns/ma-ont#TargetAudience"
|
187
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
187
|
+
comment: "Corresponds to 'targetAudience.classification' in the Ontology for Media Resources. This property is used to provide a value characterising the target audience.",
|
188
|
+
domain: "http://www.w3.org/ns/ma-ont#TargetAudience",
|
189
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
188
190
|
property :hasClassificationSystem,
|
189
|
-
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."
|
190
|
-
domain: "http://www.w3.org/ns/ma-ont#TargetAudience"
|
191
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
191
|
+
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.",
|
192
|
+
domain: "http://www.w3.org/ns/ma-ont#TargetAudience",
|
193
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
192
194
|
property :hasCompression,
|
193
|
-
comment: "Corresponds to 'compression' in the Ontology for Media Resources."
|
194
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
195
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
195
|
+
comment: "Corresponds to 'compression' in the Ontology for Media Resources.",
|
196
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
197
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
196
198
|
property :hasContributedTo,
|
197
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
199
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
198
200
|
property :hasContributor,
|
199
|
-
comment: "Corresponds to 'contributor.contributor' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'contributor.role'."
|
200
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
201
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#hasContributedTo"
|
202
|
-
range: "http://www.w3.org/ns/ma-ont#Agent"
|
203
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
201
|
+
comment: "Corresponds to 'contributor.contributor' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'contributor.role'.",
|
202
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
203
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#hasContributedTo",
|
204
|
+
range: "http://www.w3.org/ns/ma-ont#Agent",
|
205
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
204
206
|
property :hasCopyrightOver,
|
205
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
207
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
206
208
|
property :hasCreated,
|
207
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
209
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
208
210
|
property :hasCreator,
|
209
|
-
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'."
|
210
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#hasCreated"
|
211
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasContributor"
|
212
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
211
|
+
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'.",
|
212
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#hasCreated",
|
213
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasContributor",
|
214
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
213
215
|
property :hasFormat,
|
214
|
-
comment: "Corresponds to 'format' in the Ontology for Media Resources."
|
215
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
216
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
216
|
+
comment: "Corresponds to 'format' in the Ontology for Media Resources.",
|
217
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
218
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
217
219
|
property :hasFragment,
|
218
|
-
comment: "Corresponds to 'fragment' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'fragment.role'."
|
219
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
220
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isFragmentOf"
|
221
|
-
range: "http://www.w3.org/ns/ma-ont#MediaFragment"
|
222
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
220
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'fragment.role'.",
|
221
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
222
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isFragmentOf",
|
223
|
+
range: "http://www.w3.org/ns/ma-ont#MediaFragment",
|
224
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
223
225
|
property :hasGenre,
|
224
|
-
comment: "Corresponds to 'genre' in the Ontology for Media Resources."
|
225
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
226
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
226
|
+
comment: "Corresponds to 'genre' in the Ontology for Media Resources.",
|
227
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
228
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
227
229
|
property :hasKeyword,
|
228
|
-
comment: "Corresponds to 'keyword' in the Ontology for Media Resources."
|
229
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
230
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
230
|
+
comment: "Corresponds to 'keyword' in the Ontology for Media Resources.",
|
231
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
232
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
231
233
|
property :hasLanguage,
|
232
|
-
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."
|
233
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
234
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
234
|
+
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.",
|
235
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
236
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
235
237
|
property :hasLocationCoordinateSystem,
|
236
|
-
comment: "Corresponds to 'location.coordinateSystem' in the Ontology for Media Resources."
|
237
|
-
domain: "http://www.w3.org/ns/ma-ont#Location"
|
238
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
238
|
+
comment: "Corresponds to 'location.coordinateSystem' in the Ontology for Media Resources.",
|
239
|
+
domain: "http://www.w3.org/ns/ma-ont#Location",
|
240
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
239
241
|
property :hasMember,
|
240
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
242
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
241
243
|
property :hasNamedFragment,
|
242
|
-
comment: "Corresponds to 'namedFragment' in the Ontology for Media Resources."
|
243
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isNamedFragmentOf"
|
244
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment"
|
245
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
244
|
+
comment: "Corresponds to 'namedFragment' in the Ontology for Media Resources.",
|
245
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isNamedFragmentOf",
|
246
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment",
|
247
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
246
248
|
property :hasPermissions,
|
247
|
-
comment: "Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' meaning \"permissions\"."
|
248
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasPolicy"
|
249
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
249
|
+
comment: "Corresponds to 'policy' in the Ontology for Media Resources with a 'policy.type' meaning \"permissions\".",
|
250
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasPolicy",
|
251
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
250
252
|
property :hasPolicy,
|
251
|
-
comment: "Corresponds to 'policy' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'policy.type'."
|
252
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
253
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
253
|
+
comment: "Corresponds to 'policy' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'policy.type'.",
|
254
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
255
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
254
256
|
property :hasPublished,
|
255
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
257
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
256
258
|
property :hasPublisher,
|
257
|
-
comment: "Corresponds to 'publisher' in the Ontology for Media Resources."
|
258
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#hasPublished"
|
259
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasContributor"
|
260
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
259
|
+
comment: "Corresponds to 'publisher' in the Ontology for Media Resources.",
|
260
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#hasPublished",
|
261
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasContributor",
|
262
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
261
263
|
property :hasRating,
|
262
|
-
comment: "Corresponds to 'rating' in the Ontology for Media Resources."
|
263
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
264
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isRatingOf"
|
265
|
-
range: "http://www.w3.org/ns/ma-ont#Rating"
|
266
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
264
|
+
comment: "Corresponds to 'rating' in the Ontology for Media Resources.",
|
265
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
266
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isRatingOf",
|
267
|
+
range: "http://www.w3.org/ns/ma-ont#Rating",
|
268
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
267
269
|
property :hasRatingSystem,
|
268
|
-
comment: "Corresponds to 'rating.type' in the Ontology for Media Resources."
|
269
|
-
domain: "http://www.w3.org/ns/ma-ont#Rating"
|
270
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
270
|
+
comment: "Corresponds to 'rating.type' in the Ontology for Media Resources.",
|
271
|
+
domain: "http://www.w3.org/ns/ma-ont#Rating",
|
272
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
271
273
|
property :hasRelatedImage,
|
272
|
-
comment: "Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning \"related image\"."
|
273
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isImageRelatedTo"
|
274
|
-
range: "http://www.w3.org/ns/ma-ont#Image"
|
275
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedResource"
|
276
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
274
|
+
comment: "Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning \"related image\".",
|
275
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isImageRelatedTo",
|
276
|
+
range: "http://www.w3.org/ns/ma-ont#Image",
|
277
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedResource",
|
278
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
277
279
|
property :hasRelatedLocation,
|
278
|
-
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."
|
279
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
280
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isLocationRelatedTo"
|
281
|
-
range: "http://www.w3.org/ns/ma-ont#Location"
|
282
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
280
|
+
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.",
|
281
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
282
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isLocationRelatedTo",
|
283
|
+
range: "http://www.w3.org/ns/ma-ont#Location",
|
284
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
283
285
|
property :hasRelatedResource,
|
284
|
-
comment: "Corresponds to 'relation' and in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'relation.type'."
|
285
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
286
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isRelatedTo"
|
287
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
286
|
+
comment: "Corresponds to 'relation' and in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'relation.type'.",
|
287
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
288
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isRelatedTo",
|
289
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
288
290
|
property :hasSigning,
|
289
|
-
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."
|
290
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isSigningOf"
|
291
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment"
|
292
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
291
|
+
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.",
|
292
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isSigningOf",
|
293
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment",
|
294
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
293
295
|
property :hasSource,
|
294
|
-
comment: "Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning \"source\"."
|
295
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isSourceOf"
|
296
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedResource"
|
297
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
296
|
+
comment: "Corresponds to 'relation' and in the Ontology for Media Resources with a 'relation.type' meaning \"source\".",
|
297
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isSourceOf",
|
298
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasRelatedResource",
|
299
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
298
300
|
property :hasSubtitling,
|
299
|
-
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"subtitling\"."
|
300
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasCaptioning"
|
301
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
301
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"subtitling\".",
|
302
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasCaptioning",
|
303
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
302
304
|
property :hasTargetAudience,
|
303
|
-
comment: "Corresponds to 'targetAudience' in the Ontology for Media Resources."
|
304
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
305
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isTargetAudienceOf"
|
306
|
-
range: "http://www.w3.org/ns/ma-ont#TargetAudience"
|
307
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
305
|
+
comment: "Corresponds to 'targetAudience' in the Ontology for Media Resources.",
|
306
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
307
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isTargetAudienceOf",
|
308
|
+
range: "http://www.w3.org/ns/ma-ont#TargetAudience",
|
309
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
308
310
|
property :hasTrack,
|
309
|
-
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"track\"."
|
310
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#isTrackOf"
|
311
|
-
range: "http://www.w3.org/ns/ma-ont#Track"
|
312
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment"
|
313
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
311
|
+
comment: "Corresponds to 'fragment' in the Ontology for Media Resources with a 'fragment.role' meaning \"track\".",
|
312
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#isTrackOf",
|
313
|
+
range: "http://www.w3.org/ns/ma-ont#Track",
|
314
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#hasFragment",
|
315
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
314
316
|
property :isCaptioningOf,
|
315
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
317
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
316
318
|
property :isChapterOf,
|
317
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
319
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
318
320
|
property :isCopyrightedBy,
|
319
|
-
comment: "Corresponds to 'copyright.identifier' in the Ontology for Media Resources."
|
320
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
321
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#hasCopyrightOver"
|
322
|
-
range: "http://www.w3.org/ns/ma-ont#Agent"
|
323
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
321
|
+
comment: "Corresponds to 'copyright.identifier' in the Ontology for Media Resources.",
|
322
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
323
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#hasCopyrightOver",
|
324
|
+
range: "http://www.w3.org/ns/ma-ont#Agent",
|
325
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
324
326
|
property :isCreationLocationOf,
|
325
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
327
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
326
328
|
property :isFictionalLocationDepictedIn,
|
327
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
329
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
328
330
|
property :isFragmentOf,
|
329
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
331
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
330
332
|
property :isImageRelatedTo,
|
331
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#isRelatedTo"
|
332
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
333
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#isRelatedTo",
|
334
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
333
335
|
property :isLocationRelatedTo,
|
334
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
336
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
335
337
|
property :isMemberOf,
|
336
|
-
comment: "Corresponds to 'collection' in the Ontology for Media Resources."
|
337
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
338
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#hasMember"
|
339
|
-
range: "http://www.w3.org/ns/ma-ont#Collection"
|
340
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
338
|
+
comment: "Corresponds to 'collection' in the Ontology for Media Resources.",
|
339
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
340
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#hasMember",
|
341
|
+
range: "http://www.w3.org/ns/ma-ont#Collection",
|
342
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
341
343
|
property :isNamedFragmentOf,
|
342
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
344
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
343
345
|
property :isProvidedBy,
|
344
|
-
comment: "Corresponds to 'rating.identifier' in the Ontology for Media Resources."
|
345
|
-
domain: "http://www.w3.org/ns/ma-ont#Rating"
|
346
|
-
inverseOf: "http://www.w3.org/ns/ma-ont#provides"
|
347
|
-
range: "http://www.w3.org/ns/ma-ont#Agent"
|
348
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
346
|
+
comment: "Corresponds to 'rating.identifier' in the Ontology for Media Resources.",
|
347
|
+
domain: "http://www.w3.org/ns/ma-ont#Rating",
|
348
|
+
inverseOf: "http://www.w3.org/ns/ma-ont#provides",
|
349
|
+
range: "http://www.w3.org/ns/ma-ont#Agent",
|
350
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
349
351
|
property :isRatingOf,
|
350
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
352
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
351
353
|
property :isRelatedTo,
|
352
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
354
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
353
355
|
property :isSigningOf,
|
354
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
356
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
355
357
|
property :isSourceOf,
|
356
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
358
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
357
359
|
property :isTargetAudienceOf,
|
358
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
360
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
359
361
|
property :isTrackOf,
|
360
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
362
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
361
363
|
property :locationAltitude,
|
362
|
-
comment: "Corresponds to 'location.altitude' in the Ontology for Media Resources."
|
363
|
-
domain: "http://www.w3.org/ns/ma-ont#Location"
|
364
|
-
range: "http://www.w3.org/2001/XMLSchema#decimal"
|
365
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
364
|
+
comment: "Corresponds to 'location.altitude' in the Ontology for Media Resources.",
|
365
|
+
domain: "http://www.w3.org/ns/ma-ont#Location",
|
366
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal",
|
367
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
366
368
|
property :locationLatitude,
|
367
|
-
comment: "Corresponds to 'location.latitude' in the Ontology for Media Resources."
|
368
|
-
domain: "http://www.w3.org/ns/ma-ont#Location"
|
369
|
-
range: "http://www.w3.org/2001/XMLSchema#decimal"
|
370
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
369
|
+
comment: "Corresponds to 'location.latitude' in the Ontology for Media Resources.",
|
370
|
+
domain: "http://www.w3.org/ns/ma-ont#Location",
|
371
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal",
|
372
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
371
373
|
property :locationLongitude,
|
372
|
-
comment: "Corresponds to 'location.longitude' in the Ontology for Media Resources."
|
373
|
-
domain: "http://www.w3.org/ns/ma-ont#Location"
|
374
|
-
range: "http://www.w3.org/2001/XMLSchema#decimal"
|
375
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
374
|
+
comment: "Corresponds to 'location.longitude' in the Ontology for Media Resources.",
|
375
|
+
domain: "http://www.w3.org/ns/ma-ont#Location",
|
376
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal",
|
377
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
376
378
|
property :locationName,
|
377
|
-
comment: "Corresponds to 'location.name' in the Ontology for Media Resources."
|
378
|
-
domain: "http://www.w3.org/ns/ma-ont#Location"
|
379
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
379
|
+
comment: "Corresponds to 'location.name' in the Ontology for Media Resources.",
|
380
|
+
domain: "http://www.w3.org/ns/ma-ont#Location",
|
381
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
380
382
|
property :locator,
|
381
|
-
comment: "Corresponds to 'locator' in the Ontology for Media Resources."
|
382
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
383
|
-
range: "http://www.w3.org/2001/XMLSchema#anyURI"
|
384
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
383
|
+
comment: "Corresponds to 'locator' in the Ontology for Media Resources.",
|
384
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
385
|
+
range: "http://www.w3.org/2001/XMLSchema#anyURI",
|
386
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
385
387
|
property :mainOriginalTitle,
|
386
|
-
comment: "Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning \"original\"."
|
387
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#title"
|
388
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
388
|
+
comment: "Corresponds to 'title.title' in the Ontology for Media Resources with a 'title.type' meaning \"original\".",
|
389
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#title",
|
390
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
389
391
|
property :numberOfTracks,
|
390
|
-
comment: "Corresponds to 'numTracks.number' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'numTracks.type'."
|
391
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
392
|
-
range: "http://www.w3.org/2001/XMLSchema#integer"
|
393
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
392
|
+
comment: "Corresponds to 'numTracks.number' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'numTracks.type'.",
|
393
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
394
|
+
range: "http://www.w3.org/2001/XMLSchema#integer",
|
395
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
394
396
|
property :playsIn,
|
395
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
397
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
396
398
|
property :provides,
|
397
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
399
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
398
400
|
property :ratingScaleMax,
|
399
|
-
comment: "Corresponds to 'rating.max' in the Ontology for Media Resources."
|
400
|
-
domain: "http://www.w3.org/ns/ma-ont#Rating"
|
401
|
-
range: "http://www.w3.org/2001/XMLSchema#decimal"
|
402
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
401
|
+
comment: "Corresponds to 'rating.max' in the Ontology for Media Resources.",
|
402
|
+
domain: "http://www.w3.org/ns/ma-ont#Rating",
|
403
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal",
|
404
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
403
405
|
property :ratingScaleMin,
|
404
|
-
comment: "Corresponds to 'rating.min' in the Ontology for Media Resources."
|
405
|
-
domain: "http://www.w3.org/ns/ma-ont#Rating"
|
406
|
-
range: "http://www.w3.org/2001/XMLSchema#decimal"
|
407
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
406
|
+
comment: "Corresponds to 'rating.min' in the Ontology for Media Resources.",
|
407
|
+
domain: "http://www.w3.org/ns/ma-ont#Rating",
|
408
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal",
|
409
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
408
410
|
property :ratingValue,
|
409
|
-
comment: "Corresponds to 'rating.value' in the Ontology for Media Resources."
|
410
|
-
domain: "http://www.w3.org/ns/ma-ont#Rating"
|
411
|
-
range: "http://www.w3.org/2001/XMLSchema#decimal"
|
412
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
411
|
+
comment: "Corresponds to 'rating.value' in the Ontology for Media Resources.",
|
412
|
+
domain: "http://www.w3.org/ns/ma-ont#Rating",
|
413
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal",
|
414
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
413
415
|
property :recordDate,
|
414
|
-
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"recordDate\"."
|
415
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#date"
|
416
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
416
|
+
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"recordDate\".",
|
417
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#date",
|
418
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
417
419
|
property :releaseDate,
|
418
|
-
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"releaseDate\"."
|
419
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#date"
|
420
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
420
|
+
comment: "Corresponds to 'date.date' in the Ontology for Media Resources with a 'date.type' meaning \"releaseDate\".",
|
421
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#date",
|
422
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
421
423
|
property :samplingRate,
|
422
|
-
comment: "Corresponds to 'samplingRate' in the Ontology for Media Resources, in samples per second."
|
423
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
424
|
-
range: "http://www.w3.org/2001/XMLSchema#decimal"
|
425
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
424
|
+
comment: "Corresponds to 'samplingRate' in the Ontology for Media Resources, in samples per second.",
|
425
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
426
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal",
|
427
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
426
428
|
property :title,
|
427
|
-
comment: "Corresponds to 'title.title' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'title.type'."
|
428
|
-
domain: "http://www.w3.org/ns/ma-ont#MediaResource"
|
429
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
429
|
+
comment: "Corresponds to 'title.title' in the Ontology for Media Resources. Subproperties can be used to distinguish different values of 'title.type'.",
|
430
|
+
domain: "http://www.w3.org/ns/ma-ont#MediaResource",
|
431
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
430
432
|
property :trackName,
|
431
|
-
comment: "Corresponds to 'fragment.name' in the Ontology for Media Resources, for Track fragments."
|
432
|
-
domain: "http://www.w3.org/ns/ma-ont#Track"
|
433
|
-
subPropertyOf: "http://www.w3.org/ns/ma-ont#fragmentName"
|
434
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
433
|
+
comment: "Corresponds to 'fragment.name' in the Ontology for Media Resources, for Track fragments.",
|
434
|
+
domain: "http://www.w3.org/ns/ma-ont#Track",
|
435
|
+
subPropertyOf: "http://www.w3.org/ns/ma-ont#fragmentName",
|
436
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
435
437
|
end
|
436
438
|
end
|