Chris@0
|
1 <?xml version="1.0" encoding="utf-8"?>
|
Chris@0
|
2 <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:event="http://purl.org/NET/c4dm/event.owl#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frbr="http://purl.org/vocab/frbr/core#" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:mo="http://purl.org/ontology/mo/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:tags="http://www.holygoat.co.uk/owl/redwood/0.1/tags/" xmlns:tl="http://purl.org/NET/c4dm/timeline.owl#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns="http://purl.org/ontology/po/">
|
Chris@0
|
3 <owl:Ontology rdf:about="file:///home/moustaki/work/workspace/bbc/rdf/programmes.n3">
|
Chris@0
|
4 <rdfs:label>Programmes ontology</rdfs:label>
|
Chris@0
|
5 <rdfs:comment>
|
Chris@0
|
6 A vocabulary for programme data.
|
Chris@0
|
7 It defines concepts such as brands, series, episodes, but
|
Chris@0
|
8 also defined broadcasting events.
|
Chris@0
|
9 </rdfs:comment>
|
Chris@0
|
10 <foaf:maker rdf:resource="http://moustaki.org/foaf.rdf#moustaki"/>
|
Chris@0
|
11 <dc:date>$Date: 2007/11/19 15:25:11 $</dc:date>
|
Chris@0
|
12 </owl:Ontology>
|
Chris@0
|
13 <owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
|
Chris@0
|
14 <owl:Class rdf:about="http://purl.org/ontology/po/Programme">
|
Chris@0
|
15 <rdfs:label>programme</rdfs:label>
|
Chris@0
|
16 <rdfs:comment>
|
Chris@0
|
17 A programme, can either be a brand, a series or an episode
|
Chris@0
|
18 </rdfs:comment>
|
Chris@0
|
19 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
20 </owl:Class>
|
Chris@0
|
21 <owl:Class rdf:about="http://purl.org/ontology/po/Brand">
|
Chris@0
|
22 <rdfs:label>brand</rdfs:label>
|
Chris@0
|
23 <rdfs:comment>
|
Chris@0
|
24 A brand, eg. `Flight of the Conchords'
|
Chris@0
|
25 </rdfs:comment>
|
Chris@0
|
26 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Programme"/>
|
Chris@0
|
27 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/Episode"/>
|
Chris@0
|
28 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/Series"/>
|
Chris@0
|
29 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
30 </owl:Class>
|
Chris@0
|
31 <owl:Class rdf:about="http://purl.org/ontology/po/Episode">
|
Chris@0
|
32 <rdfs:label>episode</rdfs:label>
|
Chris@0
|
33 <rdfs:comment>
|
Chris@0
|
34 A particular episode, eg. `Flight of the Conchords, first episode of the first season'
|
Chris@0
|
35 </rdfs:comment>
|
Chris@0
|
36 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Programme"/>
|
Chris@0
|
37 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/Series"/>
|
Chris@0
|
38 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
39 </owl:Class>
|
Chris@0
|
40 <owl:Class rdf:about="http://purl.org/ontology/po/Series">
|
Chris@0
|
41 <rdfs:label>serie</rdfs:label>
|
Chris@0
|
42 <rdfs:comment>
|
Chris@0
|
43 A serie, eg. `Flight of the Conchors, first season'
|
Chris@0
|
44 </rdfs:comment>
|
Chris@0
|
45 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Programme"/>
|
Chris@0
|
46 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
47 </owl:Class>
|
Chris@0
|
48 <skos:ConceptScheme rdf:about="http://purl.org/ontology/po/Genre">
|
Chris@0
|
49 <rdfs:label>genre</rdfs:label>
|
Chris@0
|
50 <rdfs:comment>
|
Chris@0
|
51 A concept scheme for a genre taxonomy for programmes,
|
Chris@0
|
52 organised using SKOS (Simple Knowledge Organisation System).
|
Chris@0
|
53 </rdfs:comment>
|
Chris@0
|
54 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
55 </skos:ConceptScheme>
|
Chris@0
|
56 <owl:Class rdf:about="http://purl.org/ontology/po/Version">
|
Chris@0
|
57 <rdfs:label>version</rdfs:label>
|
Chris@0
|
58 <rdfs:comment>
|
Chris@0
|
59 A particular version of an episode.
|
Chris@0
|
60 Such versions include shortened ones, audio described ones
|
Chris@0
|
61 or ones that holds sign language.
|
Chris@0
|
62 </rdfs:comment>
|
Chris@0
|
63 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
64 </owl:Class>
|
Chris@0
|
65 <owl:Class rdf:about="http://purl.org/ontology/po/OriginalVersion">
|
Chris@0
|
66 <rdfs:label>original version</rdfs:label>
|
Chris@0
|
67 <rdfs:comment>
|
Chris@0
|
68 An `original' version, the legacy version of
|
Chris@0
|
69 a particular episode.
|
Chris@0
|
70 </rdfs:comment>
|
Chris@0
|
71 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Version"/>
|
Chris@0
|
72 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
73 </owl:Class>
|
Chris@0
|
74 <owl:Class rdf:about="http://purl.org/ontology/po/AudioDescribedVersion">
|
Chris@0
|
75 <rdfs:label>audio description</rdfs:label>
|
Chris@0
|
76 <rdfs:comment>
|
Chris@0
|
77 A version holding an audio description.
|
Chris@0
|
78 </rdfs:comment>
|
Chris@0
|
79 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Version"/>
|
Chris@0
|
80 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
81 </owl:Class>
|
Chris@0
|
82 <owl:Class rdf:about="http://purl.org/ontology/po/SignedVersion">
|
Chris@0
|
83 <rdfs:label>sign language</rdfs:label>
|
Chris@0
|
84 <rdfs:comment>
|
Chris@0
|
85 A version holding sign language.
|
Chris@0
|
86 </rdfs:comment>
|
Chris@0
|
87 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Version"/>
|
Chris@0
|
88 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
89 </owl:Class>
|
Chris@0
|
90 <owl:Class rdf:about="http://purl.org/ontology/po/ShortenedVersion">
|
Chris@0
|
91 <rdfs:label>shortened version</rdfs:label>
|
Chris@0
|
92 <rdfs:comment>
|
Chris@0
|
93 A shortened version.
|
Chris@0
|
94 </rdfs:comment>
|
Chris@0
|
95 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Version"/>
|
Chris@0
|
96 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/OriginalVersion"/>
|
Chris@0
|
97 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
98 </owl:Class>
|
Chris@0
|
99 <owl:Class rdf:about="http://purl.org/ontology/po/Broadcast">
|
Chris@0
|
100 <rdfs:label>broadcast</rdfs:label>
|
Chris@0
|
101 <rdfs:comment>
|
Chris@0
|
102 A broadcast event.
|
Chris@0
|
103 Subsumes the event concept defined in
|
Chris@0
|
104 the event ontology.
|
Chris@0
|
105 A broadcast is associated to a service, and to a
|
Chris@0
|
106 particular version of an episode.
|
Chris@0
|
107 </rdfs:comment>
|
Chris@0
|
108 <rdfs:subClassOf rdf:resource="http://purl.org/NET/c4dm/event.owl#Event"/>
|
Chris@0
|
109 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
110 </owl:Class>
|
Chris@0
|
111 <owl:Class rdf:about="http://purl.org/ontology/po/FirstBroadcast">
|
Chris@0
|
112 <rdfs:label>first broadcast</rdfs:label>
|
Chris@0
|
113 <rdfs:comment>
|
Chris@0
|
114 Specifies a broadcast as being the
|
Chris@0
|
115 first one of a particular version.
|
Chris@0
|
116 </rdfs:comment>
|
Chris@0
|
117 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Broadcast"/>
|
Chris@0
|
118 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/RepeatBroadcast"/>
|
Chris@0
|
119 <vs:term_status>unstable</vs:term_status>
|
Chris@0
|
120 </owl:Class>
|
Chris@0
|
121 <owl:Class rdf:about="http://purl.org/ontology/po/RepeatBroadcast">
|
Chris@0
|
122 <rdfs:label>repeat</rdfs:label>
|
Chris@0
|
123 <rdfs:comment>
|
Chris@0
|
124 Specifies a broadcast as being a
|
Chris@0
|
125 repeat.
|
Chris@0
|
126 </rdfs:comment>
|
Chris@0
|
127 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Broadcast"/>
|
Chris@0
|
128 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/FirstBroadcast"/>
|
Chris@0
|
129 <vs:term_status>unstable</vs:term_status>
|
Chris@0
|
130 </owl:Class>
|
Chris@0
|
131 <owl:Class rdf:about="http://purl.org/ontology/po/Format">
|
Chris@0
|
132 <rdfs:label>format</rdfs:label>
|
Chris@0
|
133 <rdfs:comment>
|
Chris@0
|
134 The format of a particular version (should be of the episode, btw).
|
Chris@0
|
135 Instances of this concept include documentaries, talk shows, animation, etc.
|
Chris@0
|
136 </rdfs:comment>
|
Chris@0
|
137 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
138 </owl:Class>
|
Chris@0
|
139 <owl:Class rdf:about="http://purl.org/ontology/po/Service">
|
Chris@0
|
140 <rdfs:label>service</rdfs:label>
|
Chris@0
|
141 <rdfs:comment>
|
Chris@0
|
142 A service is a particular channel on which a broadcast occurrs.
|
Chris@0
|
143 Instances of this concept include BBC Radio Wales, BBC Radio 4, BBC News, etc.
|
Chris@0
|
144 </rdfs:comment>
|
Chris@0
|
145 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
146 </owl:Class>
|
Chris@0
|
147 <owl:Class rdf:about="http://purl.org/ontology/po/Radio">
|
Chris@0
|
148 <rdfs:label>radio</rdfs:label>
|
Chris@0
|
149 <rdfs:comment>
|
Chris@0
|
150 Services that use a radio medium.
|
Chris@0
|
151 </rdfs:comment>
|
Chris@0
|
152 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Service"/>
|
Chris@0
|
153 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
154 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/TV"/>
|
Chris@0
|
155 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/Web"/>
|
Chris@0
|
156 </owl:Class>
|
Chris@0
|
157 <owl:Class rdf:about="http://purl.org/ontology/po/LocalRadio">
|
Chris@0
|
158 <rdfs:label>radio</rdfs:label>
|
Chris@0
|
159 <rdfs:comment>
|
Chris@0
|
160 Radio services aiming at a local coverage.
|
Chris@0
|
161 </rdfs:comment>
|
Chris@0
|
162 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Radio"/>
|
Chris@0
|
163 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
164 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/RegionalRadio"/>
|
Chris@0
|
165 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/NationalRadio"/>
|
Chris@0
|
166 </owl:Class>
|
Chris@0
|
167 <owl:Class rdf:about="http://purl.org/ontology/po/RegionalRadio">
|
Chris@0
|
168 <rdfs:label>regional radio</rdfs:label>
|
Chris@0
|
169 <rdfs:comment>
|
Chris@0
|
170 Radio services aiming at a regional coverage.
|
Chris@0
|
171 </rdfs:comment>
|
Chris@0
|
172 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Radio"/>
|
Chris@0
|
173 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
174 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/NationalRadio"/>
|
Chris@0
|
175 </owl:Class>
|
Chris@0
|
176 <owl:Class rdf:about="http://purl.org/ontology/po/NationalRadio">
|
Chris@0
|
177 <rdfs:label>national radio</rdfs:label>
|
Chris@0
|
178 <rdfs:comment>
|
Chris@0
|
179 Radio services aiming at a national coverage.
|
Chris@0
|
180 </rdfs:comment>
|
Chris@0
|
181 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Radio"/>
|
Chris@0
|
182 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
183 </owl:Class>
|
Chris@0
|
184 <owl:Class rdf:about="http://purl.org/ontology/po/TV">
|
Chris@0
|
185 <rdfs:label>tv</rdfs:label>
|
Chris@0
|
186 <rdfs:comment>
|
Chris@0
|
187 Services that use a television medium.
|
Chris@0
|
188 </rdfs:comment>
|
Chris@0
|
189 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Service"/>
|
Chris@0
|
190 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
191 <owl:disjointWith rdf:resource="http://purl.org/ontology/po/Web"/>
|
Chris@0
|
192 </owl:Class>
|
Chris@0
|
193 <owl:Class rdf:about="http://purl.org/ontology/po/Web">
|
Chris@0
|
194 <rdfs:label>web</rdfs:label>
|
Chris@0
|
195 <rdfs:comment>
|
Chris@0
|
196 Services that use a Web medium.
|
Chris@0
|
197 </rdfs:comment>
|
Chris@0
|
198 <rdfs:subClassOf rdf:resource="http://purl.org/ontology/po/Service"/>
|
Chris@0
|
199 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
200 </owl:Class>
|
Chris@0
|
201 <owl:Class rdf:about="http://purl.org/ontology/po/Subtitle">
|
Chris@0
|
202 <rdfs:label>subtitle</rdfs:label>
|
Chris@0
|
203 <rdfs:comment>
|
Chris@0
|
204 Subtitles associated to a particular version.
|
Chris@0
|
205 </rdfs:comment>
|
Chris@0
|
206 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
207 </owl:Class>
|
Chris@0
|
208 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/location">
|
Chris@0
|
209 <rdfs:label>location</rdfs:label>
|
Chris@0
|
210 <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/based_near"/>
|
Chris@0
|
211 <rdfs:comment>
|
Chris@0
|
212 Associates a radio service to a geographic location,
|
Chris@0
|
213 aiming at capturing what this service aims at covering.
|
Chris@0
|
214 </rdfs:comment>
|
Chris@0
|
215 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Radio"/>
|
Chris@0
|
216 <rdfs:range rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
|
Chris@0
|
217 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
218 </owl:ObjectProperty>
|
Chris@0
|
219 <owl:InverseFunctionalProperty rdf:about="http://purl.org/ontology/po/episode">
|
Chris@0
|
220 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
|
Chris@0
|
221 <rdfs:label>episode</rdfs:label>
|
Chris@0
|
222 <rdfs:comment>
|
Chris@0
|
223 Associates a brand or a series to an episode constituting it.
|
Chris@0
|
224 </rdfs:comment>
|
Chris@0
|
225 <rdfs:domain>
|
Chris@0
|
226 <owl:Class>
|
Chris@0
|
227 <owl:unionOf>
|
Chris@0
|
228 <rdf:Description>
|
Chris@0
|
229 <rdf:first rdf:resource="http://purl.org/ontology/po/Brand"/>
|
Chris@0
|
230 <rdf:rest>
|
Chris@0
|
231 <rdf:Description>
|
Chris@0
|
232 <rdf:first rdf:resource="http://purl.org/ontology/po/Serie"/>
|
Chris@0
|
233 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
|
Chris@0
|
234 </rdf:Description>
|
Chris@0
|
235 </rdf:rest>
|
Chris@0
|
236 </rdf:Description>
|
Chris@0
|
237 </owl:unionOf>
|
Chris@0
|
238 </owl:Class>
|
Chris@0
|
239 </rdfs:domain>
|
Chris@0
|
240 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
|
Chris@0
|
241 <rdfs:range rdf:resource="http://purl.org/ontology/po/Episode"/>
|
Chris@0
|
242 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
243 </owl:InverseFunctionalProperty>
|
Chris@0
|
244 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/series">
|
Chris@0
|
245 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
|
Chris@0
|
246 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
|
Chris@0
|
247 <rdfs:label>series</rdfs:label>
|
Chris@0
|
248 <rdfs:comment>
|
Chris@0
|
249 Associates a brand or a series to a series constituting it.
|
Chris@0
|
250 </rdfs:comment>
|
Chris@0
|
251 <rdfs:domain>
|
Chris@0
|
252 <owl:Class>
|
Chris@0
|
253 <owl:unionOf>
|
Chris@0
|
254 <rdf:Description>
|
Chris@0
|
255 <rdf:first rdf:resource="http://purl.org/ontology/po/Brand"/>
|
Chris@0
|
256 <rdf:rest>
|
Chris@0
|
257 <rdf:Description>
|
Chris@0
|
258 <rdf:first rdf:resource="http://purl.org/ontology/po/Serie"/>
|
Chris@0
|
259 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
|
Chris@0
|
260 </rdf:Description>
|
Chris@0
|
261 </rdf:rest>
|
Chris@0
|
262 </rdf:Description>
|
Chris@0
|
263 </owl:unionOf>
|
Chris@0
|
264 </owl:Class>
|
Chris@0
|
265 </rdfs:domain>
|
Chris@0
|
266 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
|
Chris@0
|
267 <rdfs:range rdf:resource="http://purl.org/ontology/po/Series"/>
|
Chris@0
|
268 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
269 </owl:ObjectProperty>
|
Chris@0
|
270 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/parent_series">
|
Chris@0
|
271 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
|
Chris@0
|
272 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
|
Chris@0
|
273 <rdfs:label>parent serie</rdfs:label>
|
Chris@0
|
274 <rdfs:comment>
|
Chris@0
|
275 Relates a series to a series constituting it (eg. `Waking the dead').
|
Chris@0
|
276 </rdfs:comment>
|
Chris@0
|
277 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Serie"/>
|
Chris@0
|
278 <rdfs:range rdf:resource="http://purl.org/ontology/po/Serie"/>
|
Chris@0
|
279 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
280 </owl:ObjectProperty>
|
Chris@0
|
281 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/parent_service">
|
Chris@0
|
282 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
|
Chris@0
|
283 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
|
Chris@0
|
284 <rdfs:label>parent service</rdfs:label>
|
Chris@0
|
285 <rdfs:comment>
|
Chris@0
|
286 Relates a service to another service encapsulating it (eg. `BBC One' and `BBC One South')
|
Chris@0
|
287 </rdfs:comment>
|
Chris@0
|
288 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Service"/>
|
Chris@0
|
289 <rdfs:range rdf:resource="http://purl.org/ontology/po/Service"/>
|
Chris@0
|
290 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
291 </owl:ObjectProperty>
|
Chris@0
|
292 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/service">
|
Chris@0
|
293 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
|
Chris@0
|
294 <rdfs:label>service</rdfs:label>
|
Chris@0
|
295 <rdfs:comment>
|
Chris@0
|
296 Associate a brand, series or episode to the master brand service.
|
Chris@0
|
297 </rdfs:comment>
|
Chris@0
|
298 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Programme"/>
|
Chris@0
|
299 <rdfs:range rdf:resource="http://purl.org/ontology/po/Service"/>
|
Chris@0
|
300 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
301 </owl:ObjectProperty>
|
Chris@0
|
302 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/version">
|
Chris@0
|
303 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
|
Chris@0
|
304 <rdfs:label>version</rdfs:label>
|
Chris@0
|
305 <rdfs:comment>
|
Chris@0
|
306 Associate an episode to a version of it.
|
Chris@0
|
307 Different versions of a same episode can exist (shortened version, version
|
Chris@0
|
308 designed for the hearing impaired, etc.).
|
Chris@0
|
309 </rdfs:comment>
|
Chris@0
|
310 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Episode"/>
|
Chris@0
|
311 <rdfs:range rdf:resource="http://purl.org/ontology/po/Version"/>
|
Chris@0
|
312 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
313 </owl:ObjectProperty>
|
Chris@0
|
314 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/broadcasted_on">
|
Chris@0
|
315 <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#factor"/>
|
Chris@0
|
316 <rdfs:label>broadcasted on</rdfs:label>
|
Chris@0
|
317 <rdfs:comment>
|
Chris@0
|
318 Relates a particular broadcast to the service on which it was on.
|
Chris@0
|
319 Sub-property of the event:factor one.
|
Chris@0
|
320 </rdfs:comment>
|
Chris@0
|
321 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Broadcast"/>
|
Chris@0
|
322 <rdfs:range rdf:resource="http://purl.org/ontology/po/Service"/>
|
Chris@0
|
323 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
324 </owl:ObjectProperty>
|
Chris@0
|
325 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/broadcast_of">
|
Chris@0
|
326 <rdfs:subPropertyOf rdf:resource="http://purl.org/NET/c4dm/event.owl#factor"/>
|
Chris@0
|
327 <rdfs:label>broadcast of</rdfs:label>
|
Chris@0
|
328 <rdfs:comment>
|
Chris@0
|
329 Relates a particular broadcast to the version being broadcasted.
|
Chris@0
|
330 Sub-property of the event:factor one.
|
Chris@0
|
331 </rdfs:comment>
|
Chris@0
|
332 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Broadcast"/>
|
Chris@0
|
333 <rdfs:range rdf:resource="http://purl.org/ontology/po/Version"/>
|
Chris@0
|
334 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
335 </owl:ObjectProperty>
|
Chris@0
|
336 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/genre">
|
Chris@0
|
337 <rdfs:label>genre</rdfs:label>
|
Chris@0
|
338 <rdfs:comment>
|
Chris@0
|
339 Relates an episode to a corresponding genre in a SKOS taxonomy.
|
Chris@0
|
340 </rdfs:comment>
|
Chris@0
|
341 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Programme"/>
|
Chris@0
|
342 <rdfs:range rdf:resource="http://purl.org/ontology/po/Genre"/>
|
Chris@0
|
343 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
344 </owl:ObjectProperty>
|
Chris@0
|
345 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/format">
|
Chris@0
|
346 <rdfs:label>format</rdfs:label>
|
Chris@0
|
347 <rdfs:comment>
|
Chris@0
|
348 Relates a version to a particular format (eg. `Animation', `Documentary', etc.).
|
Chris@0
|
349 </rdfs:comment>
|
Chris@0
|
350 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Version"/>
|
Chris@0
|
351 <rdfs:range rdf:resource="http://purl.org/ontology/po/Format"/>
|
Chris@0
|
352 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
353 </owl:ObjectProperty>
|
Chris@0
|
354 <owl:ObjectProperty rdf:about="http://purl.org/ontology/po/subtitle">
|
Chris@0
|
355 <rdfs:label>subtitle</rdfs:label>
|
Chris@0
|
356 <rdfs:comment>Relates a version to a subtitle</rdfs:comment>
|
Chris@0
|
357 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Version"/>
|
Chris@0
|
358 <rdfs:range rdf:resource="http://purl.org/ontology/po/Subtitle"/>
|
Chris@0
|
359 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
360 </owl:ObjectProperty>
|
Chris@0
|
361 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/pid_imi">
|
Chris@0
|
362 <rdfs:label>pid imi</rdfs:label>
|
Chris@0
|
363 <rdfs:comment>Just a BBC internal identifier - should be removed</rdfs:comment>
|
Chris@0
|
364 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Broadcast"/>
|
Chris@0
|
365 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
366 <vs:term_status>unstable</vs:term_status>
|
Chris@0
|
367 </owl:DatatypeProperty>
|
Chris@0
|
368 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/pid">
|
Chris@0
|
369 <rdfs:comment>Just a BBC internal identifier - should be removed</rdfs:comment>
|
Chris@0
|
370 <rdfs:label>pid</rdfs:label>
|
Chris@0
|
371 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Brand"/>
|
Chris@0
|
372 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
373 <vs:term_status>unstable</vs:term_status>
|
Chris@0
|
374 </owl:DatatypeProperty>
|
Chris@0
|
375 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/position">
|
Chris@0
|
376 <rdfs:label>position</rdfs:label>
|
Chris@0
|
377 <rdfs:comment>The position of a particular series or episode within its containing programme</rdfs:comment>
|
Chris@0
|
378 <rdfs:domain>
|
Chris@0
|
379 <owl:Class>
|
Chris@0
|
380 <owl:unionOf>
|
Chris@0
|
381 <rdf:Description>
|
Chris@0
|
382 <rdf:first rdf:resource="http://purl.org/ontology/po/Episode"/>
|
Chris@0
|
383 <rdf:rest>
|
Chris@0
|
384 <rdf:Description>
|
Chris@0
|
385 <rdf:first rdf:resource="http://purl.org/ontology/po/Serie"/>
|
Chris@0
|
386 <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
|
Chris@0
|
387 </rdf:Description>
|
Chris@0
|
388 </rdf:rest>
|
Chris@0
|
389 </rdf:Description>
|
Chris@0
|
390 </owl:unionOf>
|
Chris@0
|
391 </owl:Class>
|
Chris@0
|
392 </rdfs:domain>
|
Chris@0
|
393 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
|
Chris@0
|
394 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
395 </owl:DatatypeProperty>
|
Chris@0
|
396 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/subtitle_type">
|
Chris@0
|
397 <rdfs:label>subtitle type</rdfs:label>
|
Chris@0
|
398 <rdfs:comment>The type of a subtitle (open or closed)</rdfs:comment>
|
Chris@0
|
399 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Subtitle"/>
|
Chris@0
|
400 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
401 <vs:term_status>unstable</vs:term_status>
|
Chris@0
|
402 </owl:DatatypeProperty>
|
Chris@0
|
403 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/subtitle_supplemental">
|
Chris@0
|
404 <rdfs:label>subtitle supplemental</rdfs:label>
|
Chris@0
|
405 <rdfs:comment>Supplemental of a subtitle</rdfs:comment>
|
Chris@0
|
406 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Subtitle"/>
|
Chris@0
|
407 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
408 <vs:term_status>unstable</vs:term_status>
|
Chris@0
|
409 </owl:DatatypeProperty>
|
Chris@0
|
410 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/subtitle_language">
|
Chris@0
|
411 <rdfs:label>subtitle language</rdfs:label>
|
Chris@0
|
412 <rdfs:comment>Language of a subtitle</rdfs:comment>
|
Chris@0
|
413 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Subtitle"/>
|
Chris@0
|
414 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
415 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
416 </owl:DatatypeProperty>
|
Chris@0
|
417 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/aspect_ratio">
|
Chris@0
|
418 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/>
|
Chris@0
|
419 <rdfs:label>aspect ratio</rdfs:label>
|
Chris@0
|
420 <rdfs:comment>
|
Chris@0
|
421 The aspect ration of a particular version.
|
Chris@0
|
422 </rdfs:comment>
|
Chris@0
|
423 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Version"/>
|
Chris@0
|
424 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
425 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
426 </owl:DatatypeProperty>
|
Chris@0
|
427 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/sound_format">
|
Chris@0
|
428 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/format"/>
|
Chris@0
|
429 <rdfs:label>sound format</rdfs:label>
|
Chris@0
|
430 <rdfs:comment>
|
Chris@0
|
431 The sound format of a particular version.
|
Chris@0
|
432 </rdfs:comment>
|
Chris@0
|
433 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Version"/>
|
Chris@0
|
434 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
435 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
436 </owl:DatatypeProperty>
|
Chris@0
|
437 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/synopsis">
|
Chris@0
|
438 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/description"/>
|
Chris@0
|
439 <rdfs:label>synopsis</rdfs:label>
|
Chris@0
|
440 <rdfs:comment>
|
Chris@0
|
441 The synopsis of a serie, brand or episode.
|
Chris@0
|
442 This is a subproperty of dc:description.
|
Chris@0
|
443 </rdfs:comment>
|
Chris@0
|
444 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Programme"/>
|
Chris@0
|
445 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
446 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
447 </owl:DatatypeProperty>
|
Chris@0
|
448 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/short_synopsis">
|
Chris@0
|
449 <rdfs:subPropertyOf rdf:resource="http://purl.org/ontology/po/synopsis"/>
|
Chris@0
|
450 <rdfs:label>short synopsis</rdfs:label>
|
Chris@0
|
451 <rdfs:comment>
|
Chris@0
|
452 A short synopsis of a serie, brand or episode.
|
Chris@0
|
453 Sub-property of po:synopsis.
|
Chris@0
|
454 </rdfs:comment>
|
Chris@0
|
455 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
456 </owl:DatatypeProperty>
|
Chris@0
|
457 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/medium_synopsis">
|
Chris@0
|
458 <rdfs:subPropertyOf rdf:resource="http://purl.org/ontology/po/synopsis"/>
|
Chris@0
|
459 <rdfs:label>medium synopsis</rdfs:label>
|
Chris@0
|
460 <rdfs:comment>
|
Chris@0
|
461 A medium synopsis of a serie, brand or episode.
|
Chris@0
|
462 Sub-property of po:synopsis.
|
Chris@0
|
463 </rdfs:comment>
|
Chris@0
|
464 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
465 </owl:DatatypeProperty>
|
Chris@0
|
466 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/long_synopsis">
|
Chris@0
|
467 <rdfs:subPropertyOf rdf:resource="http://purl.org/ontology/po/synopsis"/>
|
Chris@0
|
468 <rdfs:label>long synopsis</rdfs:label>
|
Chris@0
|
469 <rdfs:comment>
|
Chris@0
|
470 A long synopsis of a serie, brand or episode.
|
Chris@0
|
471 Sub-property of po:synopsis.
|
Chris@0
|
472 </rdfs:comment>
|
Chris@0
|
473 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
474 </owl:DatatypeProperty>
|
Chris@0
|
475 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/sort_title">
|
Chris@0
|
476 <rdfs:label>sort title</rdfs:label>
|
Chris@0
|
477 <rdfs:comment>A literal title, aiming at being sorted on</rdfs:comment>
|
Chris@0
|
478 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/title"/>
|
Chris@0
|
479 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
480 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
481 </owl:DatatypeProperty>
|
Chris@0
|
482 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/slice_title">
|
Chris@0
|
483 <rdfs:label>A sliced literal title</rdfs:label>
|
Chris@0
|
484 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/title"/>
|
Chris@0
|
485 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
486 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
487 </owl:DatatypeProperty>
|
Chris@0
|
488 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/letter">
|
Chris@0
|
489 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
|
Chris@0
|
490 <rdfs:label>sort letter</rdfs:label>
|
Chris@0
|
491 <rdfs:comment>Just a letter, aiming at sorting a set of resources</rdfs:comment>
|
Chris@0
|
492 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
493 </owl:DatatypeProperty>
|
Chris@0
|
494 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/creation_date">
|
Chris@0
|
495 <rdfs:label>creation date</rdfs:label>
|
Chris@0
|
496 <rdfs:comment>
|
Chris@0
|
497 The creation date of a thing.
|
Chris@0
|
498 Sub-property of dc:date.
|
Chris@0
|
499 </rdfs:comment>
|
Chris@0
|
500 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
|
Chris@0
|
501 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
|
Chris@0
|
502 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
503 </owl:DatatypeProperty>
|
Chris@0
|
504 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/update_date">
|
Chris@0
|
505 <rdfs:label>update date</rdfs:label>
|
Chris@0
|
506 <rdfs:comment>
|
Chris@0
|
507 The update date of a thing (last update).
|
Chris@0
|
508 Sub-property of dc:date
|
Chris@0
|
509 </rdfs:comment>
|
Chris@0
|
510 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
|
Chris@0
|
511 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
|
Chris@0
|
512 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
513 </owl:DatatypeProperty>
|
Chris@0
|
514 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/schedule_date">
|
Chris@0
|
515 <rdfs:label>schedule date</rdfs:label>
|
Chris@0
|
516 <rdfs:comment>
|
Chris@0
|
517 The schedule date of a broadcast event.
|
Chris@0
|
518 Sub-property of dc:date.
|
Chris@0
|
519 </rdfs:comment>
|
Chris@0
|
520 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Broadcast"/>
|
Chris@0
|
521 <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/date"/>
|
Chris@0
|
522 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
|
Chris@0
|
523 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
524 </owl:DatatypeProperty>
|
Chris@0
|
525 <owl:DatatypeProperty rdf:about="http://purl.org/ontology/po/duration">
|
Chris@0
|
526 <rdfs:subPropertyOf rdf:resource="http://purl.org/ontology/mo/duration"/>
|
Chris@0
|
527 <rdfs:label>duration</rdfs:label>
|
Chris@0
|
528 <rdfs:comment>The duration, in seconds. Sub-property of mo:duration.</rdfs:comment>
|
Chris@0
|
529 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
|
Chris@0
|
530 <vs:term_status>testing</vs:term_status>
|
Chris@0
|
531 </owl:DatatypeProperty>
|
Chris@0
|
532 <owl:ObjectProperty rdf:about="http://www.holygoat.co.uk/owl/redwood/0.1/tags/tag">
|
Chris@0
|
533 <rdfs:label>tag</rdfs:label>
|
Chris@0
|
534 <rdfs:comment>Associates an episode to a particular tag</rdfs:comment>
|
Chris@0
|
535 <rdfs:domain rdf:resource="http://purl.org/ontology/po/Episode"/>
|
Chris@0
|
536 <rdfs:range rdf:resource="http://www.holygoat.co.uk/owl/redwood/0.1/tags/Tagging"/>
|
Chris@0
|
537 <vs:term_status>stable</vs:term_status>
|
Chris@0
|
538 </owl:ObjectProperty>
|
Chris@0
|
539 </rdf:RDF>
|