forked from dcmi/schemaorg_2012
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmappings.html
777 lines (761 loc) · 60.2 KB
/
mappings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd" >
<html lang="en"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:schema="http://schema.org/"
>
<head>
<title>DC -- Schema.org Mappings</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<a id="top"></a>
<h1 id="firstHeading" class="firstHeading">DC - Schema.org Mappings</h1>
<p>You can get an RDF version of the mappings by using an RDFa parser, for example the <a href="http://www.w3.org/2012/pyRdfa/">W3C RDFa Distiller</a>.
You can also directly use
<SCRIPT LANGUAGE="JavaScript">
<!--
{
document.write("<a href=\"http://www.w3.org/2012/pyRdfa/extract?uri="+location.href+"&format=turtle&rdfagraph=output&vocab_expansion=false&rdfa_lite=false&embedded_rdf=true&space_preserve=true&vocab_cache=true&vocab_cache_report=false&vocab_cache_refresh=false\">this URL</a>");
}
// -->
</SCRIPT>
.
</p>
<table id="toc" class="toc">
<tbody><tr><td><div id="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Classes"><span class="tocnumber">1</span> <span class="toctext">Classes</span></a>
<ul>
<li class="toclevel-2 tocsection-2"><a href="#schema:Organization_rdfs:subClassOf_dct:Agent"><span class="tocnumber">1.1</span> <span class="toctext">schema:Organization rdfs:subClassOf dct:Agent</span></a></li>
<li class="toclevel-2 tocsection-3"><a href="#schema:Person_rdfs:subClassOf_dct:Agent"><span class="tocnumber">1.2</span> <span class="toctext">schema:Person rdfs:subClassOf dct:Agent</span></a></li>
<li class="toclevel-2 tocsection-4"><a href="#schema:Place_owl:equivalentClass_dct:Location"><span class="tocnumber">1.3</span> <span class="toctext">schema:Place owl:equivalentClass dct:Location</span></a></li>
<li class="toclevel-2 tocsection-5"><a href="#schema:Event_owl:equivalentClass_dctype:Event"><span class="tocnumber">1.4</span> <span class="toctext">schema:Event owl:equivalentClass dctype:Event</span></a></li>
<li class="toclevel-2 tocsection-6"><a href="#schema:Language_rdfs:subClassOf_dct:LinguisticSystem"><span class="tocnumber">1.5</span> <span class="toctext">schema:Language rdfs:subClassOf dct:LinguisticSystem</span></a></li>
<li class="toclevel-2 tocsection-7"><a href="#dct:BibliographicResource_rdfs:subClassOf_schema:CreativeWork"><span class="tocnumber">1.6</span> <span class="toctext">dct:BibliographicResource rdfs:subClassOf schema:CreativeWork</span></a></li>
</ul>
</li>
<li class="toclevel-1 tocsection-8"><a href="#Properties"><span class="tocnumber">2</span> <span class="toctext">Properties</span></a>
<ul>
<li class="toclevel-2 tocsection-9"><a href="#dct:title_rdfs:subPropertyOf_schema:name"><span class="tocnumber">2.1</span> <span class="toctext">dct:title rdfs:subPropertyOf schema:name</span></a></li>
<li class="toclevel-2 tocsection-10"><a href="#schema:description_owl:equivalentProperty_dct:description"><span class="tocnumber">2.2</span> <span class="toctext">schema:description owl:equivalentProperty dct:description</span></a></li>
<li class="toclevel-2 tocsection-11"><a href="#schema:caption_rdfs:subPropertyOf_dct:description"><span class="tocnumber">2.3</span> <span class="toctext">schema:caption rdfs:subPropertyOf dct:description</span></a></li>
<li class="toclevel-2 tocsection-12"><a href="#schema:author_rdfs:subPropertyOf_dct:creator"><span class="tocnumber">2.4</span> <span class="toctext">schema:author rdfs:subPropertyOf dct:creator</span></a></li>
<li class="toclevel-2 tocsection-13"><a href="#schema:about_owl:equivalentProperty_dct:subject"><span class="tocnumber">2.5</span> <span class="toctext">schema:about owl:equivalentProperty dct:subject</span></a></li>
<li class="toclevel-2 tocsection-14"><a href="#schema:publisher_owl:equivalentProperty_dct:publisher"><span class="tocnumber">2.6</span> <span class="toctext">schema:publisher owl:equivalentProperty dct:publisher</span></a></li>
<li class="toclevel-2 tocsection-15"><a href="#schema:datePublished_owl:equivalentProperty_dct:issued"><span class="tocnumber">2.7</span> <span class="toctext">schema:datePublished owl:equivalentProperty dct:issued</span></a></li>
<li class="toclevel-2 tocsection-16"><a href="#schema:inLanguage_owl:equivalentProperty_dc:language"><span class="tocnumber">2.8</span> <span class="toctext">schema:inLanguage owl:equivalentProperty dc:language</span></a></li>
<li class="toclevel-2 tocsection-17"><a href="#schema:encodings_rdfs:subPropertyOf_dct:format"><span class="tocnumber">2.9</span> <span class="toctext">schema:encodings rdfs:subPropertyOf dct:format</span></a></li>
<li class="toclevel-2 tocsection-18"><a href="#schema:duration_rdfs:subPropertyOf_dct:extent"><span class="tocnumber">2.10</span> <span class="toctext">schema:duration rdfs:subPropertyOf dct:extent</span></a></li>
<li class="toclevel-2 tocsection-19"><a href="#schema:keywords_rdfs:subPropertyOf_dc:subject"><span class="tocnumber">2.11</span> <span class="toctext">schema:keywords rdfs:subPropertyOf dc:subject</span></a></li>
<li class="toclevel-2 tocsection-20"><a href="#schema:url_rdfs:subPropertyOf_dct:identifier"><span class="tocnumber">2.12</span> <span class="toctext">schema:url rdfs:subPropertyOf dct:identifier</span></a></li>
<li class="toclevel-2 tocsection-21"><a href="#schema:contentLocation_rdfs:subPropertyOf_dct:coverage"><span class="tocnumber">2.13</span> <span class="toctext">schema:contentLocation rdfs:subPropertyOf dct:coverage</span></a></li>
<li class="toclevel-2 tocsection-22"><a href="#schema:subEvents_rdfs:subPropertyOf_dct:hasPart"><span class="tocnumber">2.14</span> <span class="toctext">schema:subEvents rdfs:subPropertyOf dct:hasPart</span></a></li>
<li class="toclevel-2 tocsection-23"><a href="#schema:superEvent_rdfs:subPropertyOf_dct:isPartOf"><span class="tocnumber">2.15</span> <span class="toctext">schema:superEvent rdfs:subPropertyOf dct:isPartOf</span></a></li>
<li class="toclevel-2 tocsection-24"><a href="#schema:contributor_rdfs:subPropertyOf_dct:contributor"><span class="tocnumber">2.16</span> <span class="toctext">schema:contributor rdfs:subPropertyOf dct:contributor</span></a></li>
<li class="toclevel-2 tocsection-25"><a href="#schema:illustrator_rdfs:subPropertyOf_dct:contributor"><span class="tocnumber">2.17</span> <span class="toctext">schema:illustrator rdfs:subPropertyOf dct:contributor</span></a></li>
<li class="toclevel-2 tocsection-26"><a href="#schema:actors_rdfs:subPropertyOf_dct:contributor"><span class="tocnumber">2.18</span> <span class="toctext">schema:actors rdfs:subPropertyOf dct:contributor</span></a></li>
<li class="toclevel-2 tocsection-27"><a href="#schema:director_rdfs:subPropertyOf_dct:contributor"><span class="tocnumber">2.19</span> <span class="toctext">schema:director rdfs:subPropertyOf dct:contributor</span></a></li>
<li class="toclevel-2 tocsection-28"><a href="#schema:musicBy_rdfs:subPropertyOf_dct:contributor"><span class="tocnumber">2.20</span> <span class="toctext">schema:musicBy rdfs:subPropertyOf dct:contributor</span></a></li>
<li class="toclevel-2 tocsection-29"><a href="#schema:producer_rdfs:subPropertyOf_dct:creator"><span class="tocnumber">2.21</span> <span class="toctext">schema:producer rdfs:subPropertyOf dct:creator</span></a></li>
<li class="toclevel-2 tocsection-30"><a href="#schema:productionCompany_rdfs:subPropertyOf_dct:creator"><span class="tocnumber">2.22</span> <span class="toctext">schema:productionCompany rdfs:subPropertyOf dct:creator</span></a></li>
<li class="toclevel-2 tocsection-31"><a href="#schema:productId_rdfs:subPropertyOf_dct:identifier"><span class="tocnumber">2.23</span> <span class="toctext">schema:productId rdfs:subPropertyOf dct:identifier</span></a></li>
<li class="toclevel-2 tocsection-32"><a href="#schema:commentTime_rdfs:subPropertyOf_dct:date"><span class="tocnumber">2.24</span> <span class="toctext">schema:commentTime rdfs:subPropertyOf dct:date</span></a></li>
<li class="toclevel-2 tocsection-33"><a href="#schema:birthDate_rdfs:subPropertyOf_dct:date"><span class="tocnumber">2.25</span> <span class="toctext">schema:birthDate rdfs:subPropertyOf dct:date</span></a></li>
<li class="toclevel-2 tocsection-34"><a href="#schema:dateModified_rdfs:subPropertyOf_dct:modified"><span class="tocnumber">2.26</span> <span class="toctext">schema:dateModified rdfs:subPropertyOf dct:modified</span></a></li>
<li class="toclevel-2 tocsection-35"><a href="#schema:mentions_rdfs:subPropertyOf_dct:related"><span class="tocnumber">2.27</span> <span class="toctext">schema:mentions rdfs:subPropertyOf dct:related</span></a></li>
</ul>
</li>
</ul>
</td></tr></tbody>
</table>
<h2> <span class="mw-headline" id="Classes"> Classes </span></h2>
<h3 class="mw-headline" id="schema:Organization_rdfs:subClassOf_dct:Agent" about="http://schema.org/Organization">schema:Organization rdfs:subClassOf <span rel="rdfs:subClassOf" resource="http://purl.org/dc/terms/Agent">dct:Agent</span></h3>
<ul>
<li>Status: [proposed | in discussion | approved]
<li>Issues on Github: Completely unrelated <a href="https://github.com/dcmi/schema.org/issues/1">Issue 1</a>, <a href="https://github.com/dcmi/schema.org/issues/2">Issue 2</a> is more relevant for the next mapping. One can even cite Github issue comments here, like <a href="https://github.com/dcmi/schema.org/issues/1#issuecomment-4996567">this one</a>.</li>
<li>Discussion on mailing list: <a href="https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind1204&L=dc-architecture&F=&S=&P=2541">this thread</a> has nothing to do with the mapping. And linking to emails through the Github issue tracker may be preferable, as done <a href="https://github.com/dcmi/schema.org/issues/1">here</a>!</li>
<li>Definitions:</li>
</ul>
<a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
<pre>dct:Agent rdfs:label "Agent"@en-us .
dct:Agent rdfs:comment "A resource that acts or has the power to act."@en-us .
dct:Agent dct:description "Examples of Agent include person, organization, and software agent."@en-us .
dct:Agent rdf:type rdfs:Class .
dct:Agent rdf:type dct:AgentClass .
</pre>
<a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
<pre>schema:Organization rdf:type rdfs:Class .
schema:Organization rdfs:label "Organization"@en .
schema:Organization rdfs:comment "An organization such as a school, NGO, corporation, club, etc."@en .
schema:Organization rdfs:subClassOf schema:Thing .
</pre>
<h3 class="mw-headline" id="schema:Person_rdfs:subClassOf_dct:Agent" about="http://schema.org/Person">schema:Person rdfs:subClassOf <span rel="rdfs:subClassOf" resource="http://purl.org/dc/terms/Agent">dct:Agent</span></h3>
<ul>
<li>Status: [proposed | in discussion | approved]
<li>Issues on Github: .</li>
<li>Discussion on mailing list. Linking to emails through the Github issue tracker may be preferable, as done <a href="https://github.com/dcmi/schema.org/issues/1">here</a>!</li>
<li>Definitions:</li>
</ul>
<a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
<pre>dct:Agent rdfs:label "Agent"@en-us .
dct:Agent rdfs:comment "A resource that acts or has the power to act."@en-us .
dct:Agent dct:description "Examples of Agent include person, organization, and software agent."@en-us .
dct:Agent rdf:type rdfs:Class .
dct:Agent rdf:type dct:AgentClass .
</pre>
<a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
<pre>schema:Person rdf:type rdfs:Class .
schema:Person rdfs:label "Person"@en .
schema:Person rdfs:comment "A person (alive, dead, undead, or fictional)."@en .
schema:Person rdfs:subClassOf schema:Thing .
</pre>
<h3 class="mw-headline" id="schema:Place_owl:equivalentClass_dct:Location" about="http://schema.org/Place">schema:Place rdfs:subClassOf <span rel="rdfs:subClassOf" resource="http://purl.org/dc/terms/Location">dct:Location</span></h3>
<ul>
<li>Status: [proposed | in discussion | approved]
<li>Issues on Github: .</li>
<li>Discussion on mailing list. Linking to emails through the Github issue tracker may be preferable, as done <a href="https://github.com/dcmi/schema.org/issues/1">here</a>!</li>
<li>Definitions:</li>
</ul>
<a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
<pre>dct:Location rdfs:label "Location"@en-us .
dct:Location rdfs:comment "A spatial region or named place."@en-us .
dct:Location rdf:type rdfs:Class .
dct:Location rdfs:subClassOf dct:LocationPeriodOrJurisdiction .
</pre>
<a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
<pre>schema:Place rdf:type rdfs:Class .
schema:Place rdfs:label "Place"@en .
schema:Place rdfs:comment "Entities that have a somewhat fixed, physical extension."@en .
schema:Place rdfs:subClassOf schema:Thing .
</pre>
<h3 class="mw-headline" id="schema:Event_owl:equivalentClass_dct:Event" about="http://schema.org/Event">schema:Event rdfs:subClassOf <span rel="rdfs:subClassOf" resource="http://purl.org/dc/terms/Event">dct:Event</span></h3>
<ul>
<li>Status: [proposed | in discussion | approved]
<li>Issues on Github: .</li>
<li>Discussion on mailing list. Linking to emails through the Github issue tracker may be preferable, as done <a href="https://github.com/dcmi/schema.org/issues/1">here</a>!</li>
<li>Definitions:</li>
</ul>
<a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
<pre>dctype:Event rdfs:label "Event"@en-us .
dctype:Event rdfs:comment "A non-persistent, time-based occurrence."@en-us .
dctype:Event dct:description "Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration."@en-us .
dctype:Event rdf:type rdfs:Class .
dctype:Event <a href="http://purl.org/dc/dcam/memberOf" class="external free" rel="nofollow">http://purl.org/dc/dcam/memberOf</a> dct:DCMIType .
</pre>
<a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
<pre>schema:Event rdf:type rdfs:Class .
schema:Event rdfs:label "Event"@en .
schema:Event rdfs:comment "An event happening at a certain time at a certain location."@en .
schema:Event rdfs:subClassOf schema:Thing .
</pre>
<h3 class="mw-headline" id="schema:Language_rdfs:subClassOf_dct:LinguisticSystem" about="http://schema.org/Language">schema:Language rdfs:subClassOf <span rel="rdfs:subClassOf" resource="http://purl.org/dc/terms/LinguisticSystem">dct:LinguisticSystem</span></h3>
<ul>
<li>Status: [proposed | in discussion | approved]
<li>Issues on Github: .</li>
<li>Discussion on mailing list. Linking to emails through the Github issue tracker may be preferable, as done <a href="https://github.com/dcmi/schema.org/issues/1">here</a>!</li>
<li>Definitions:</li>
</ul>
<a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
<pre>dct:LinguisticSystem rdfs:label "Linguistic System"@en-us .
dct:LinguisticSystem rdfs:comment "A system of signs, symbols, sounds, gestures, or rules used in communication."@en-us .
dct:LinguisticSystem dct:description "Examples include written, spoken, sign, and computer languages."@en-us .
dct:LinguisticSystem rdf:type rdfs:Class .
</pre>
<a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
<pre>schema:Language rdf:type rdfs:Class .
schema:Language rdfs:label "Language"@en .
schema:Language rdfs:comment "Natural languages such as Spanish, Tamil, Hindi, English, etc. and programming languages such as Scheme and Lisp."@en .
schema:Language rdfs:subClassOf schema:Intangible .
</pre>
<h3 class="mw-headline" id="dct:BibliographicResource_rdfs:subClassOf_schema:CreativeWork" about="http://purl.org/dc/terms/BibliographicResource">dct:BibliographicResource rdfs:subClassOf <span rel="rdfs:subClassOf" resource="http://schema.org/CreativeWork">schema:CreativeWork</span></h3>
<ul>
<li>Status: [proposed | in discussion | approved]
<li>Issues on Github: .</li>
<li>Discussion on mailing list. Linking to emails through the Github issue tracker may be preferable, as done <a href="https://github.com/dcmi/schema.org/issues/1">here</a>!</li>
<li>Definitions:</li>
</ul>
<a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
<pre>dct:BibliographicResource rdfs:label "Bibliographic Resource"@en-us .
dct:BibliographicResource rdfs:comment "A book, article, or other documentary resource."@en-us .
dct:BibliographicResource rdf:type rdfs:Class .
</pre>
<a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
<pre>schema:CreativeWork rdf:type rdfs:Class .
schema:CreativeWork rdfs:label "Creative Work"@en .
schema:CreativeWork rdfs:comment "The most generic kind of creative work, including books, movies, photographs, software programs, etc."@en .
schema:CreativeWork rdfs:subClassOf schema:Thing .
</pre>
<h2> <span class="mw-headline" id="Properties"> Properties </span></h2>
<!-- UNCOMMENT AND ADAPT TO RDFA
<h3> <span class="mw-headline" id="dct:title_rdfs:subPropertyOf_schema:name"> dct:title rdfs:subPropertyOf schema:name </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:title rdfs:label "Title"@en-us .
dct:title rdfs:comment "A name given to the resource."@en-us .
dct:title rdf:type rdf:Property .
dct:title rdfs:range rdfs:Literal .
dct:title rdfs:subPropertyOf dc:title .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:name rdf:type rdf:Property .
schema:name rdfs:label "Name"@en .
schema:name rdfs:comment "The name of the item."@en .
schema:name rdfs:domain schema:Thing .
schema:name rdfs:range <a href="http://www.w3.org/2001/XMLSchema#string" class="external free" rel="nofollow">http://www.w3.org/2001/XMLSchema#string</a> .
</pre>
<h3> <span class="mw-headline" id="schema:description_owl:equivalentProperty_dct:description"> schema:description owl:equivalentProperty dct:description </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:description rdfs:label "Description"@en-us .
dct:description rdfs:comment "An account of the resource."@en-us .
dct:description dct:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en-us .
dct:description rdf:type rdf:Property .
dct:description rdfs:subPropertyOf dc:description .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:description rdf:type rdf:Property .
schema:description rdfs:label "Description"@en .
schema:description rdfs:comment "A short description of the item."@en .
schema:description rdfs:domain schema:Thing .
schema:description rdfs:range <a href="http://www.w3.org/2001/XMLSchema#string" class="external free" rel="nofollow">http://www.w3.org/2001/XMLSchema#string</a> .
</pre>
<h3> <span class="mw-headline" id="schema:caption_rdfs:subPropertyOf_dct:description"> schema:caption rdfs:subPropertyOf dct:description </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:description rdfs:label "Description"@en-us .
dct:description rdfs:comment "An account of the resource."@en-us .
dct:description dct:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en-us .
dct:description rdf:type rdf:Property .
dct:description rdfs:subPropertyOf dc:description .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:caption rdf:type rdf:Property .
schema:caption rdfs:label "Caption"@en .
schema:caption rdfs:comment "The caption for this object."@en .
_:node16ggigt2ex34 rdf:type owl:Class .
_:node16ggigt2ex35 rdf:first schema:VideoObject .
_:node16ggigt2ex35 rdf:rest _:node16ggigt2ex36 .
_:node16ggigt2ex36 rdf:first schema:ImageObject .
_:node16ggigt2ex36 rdf:rest rdf:nil .
_:node16ggigt2ex34 owl:unionOf _:node16ggigt2ex35 .
schema:caption rdfs:domain _:node16ggigt2ex34 .
schema:caption rdfs:range <a href="http://www.w3.org/2001/XMLSchema#string" class="external free" rel="nofollow">http://www.w3.org/2001/XMLSchema#string</a> .
</pre>
<h3> <span class="mw-headline" id="schema:author_rdfs:subPropertyOf_dct:creator"> schema:author rdfs:subPropertyOf dct:creator </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:creator rdfs:label "Creator"@en-us .
dct:creator rdfs:comment "An entity primarily responsible for making the resource."@en-us .
dct:creator dct:description "Examples of a Creator include a person, an organization, or a service."@en-us .
dct:creator <a href="http://www.w3.org/2002/07/owl#equivalentProperty" class="external free" rel="nofollow">http://www.w3.org/2002/07/owl#equivalentProperty</a> <a href="http://xmlns.com/foaf/0.1/maker" class="external free" rel="nofollow">http://xmlns.com/foaf/0.1/maker</a> .
dct:creator rdf:type rdf:Property .
dct:creator rdfs:range dct:Agent .
dct:creator rdfs:subPropertyOf dc:creator .
dct:creator rdfs:subPropertyOf dct:contributor .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:author rdf:type rdf:Property .
schema:author rdfs:label "Author"@en .
schema:author rdfs:comment "The author of this content. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangabely."@en .
schema:author rdfs:domain schema:CreativeWork .
_:node16ggigt2ex22 rdf:type owl:Class .
_:node16ggigt2ex23 rdf:first schema:Person .
_:node16ggigt2ex23 rdf:rest _:node16ggigt2ex24 .
_:node16ggigt2ex24 rdf:first schema:Organization .
_:node16ggigt2ex24 rdf:rest rdf:nil .
_:node16ggigt2ex22 owl:unionOf _:node16ggigt2ex23 .
schema:author rdfs:range _:node16ggigt2ex22 .
</pre>
<h3> <span class="mw-headline" id="schema:about_owl:equivalentProperty_dct:subject"> schema:about owl:equivalentProperty dct:subject </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:subject rdfs:label "Subject"@en-us .
dct:subject rdfs:comment "The topic of the resource."@en-us .
dct:subject dct:description "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element."@en-us .
dct:subject rdf:type rdf:Property .
dct:subject skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (<a href="http://dublincore.org/documents/abstract-model/" class="external free" rel="nofollow">http://dublincore.org/documents/abstract-model/</a>). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
dct:subject rdfs:subPropertyOf dc:subject .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:about rdf:type rdf:Property .
schema:about rdfs:label "About"@en .
schema:about rdfs:comment "The subject matter of the content."@en .
schema:about rdfs:domain schema:CreativeWork .
schema:about rdfs:range schema:Thing .
</pre>
<h3> <span class="mw-headline" id="schema:publisher_owl:equivalentProperty_dct:publisher"> schema:publisher owl:equivalentProperty dct:publisher </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:publisher rdfs:label "Publisher"@en-us .
dct:publisher rdfs:comment "An entity responsible for making the resource available."@en-us .
dct:publisher dct:description "Examples of a Publisher include a person, an organization, or a service."@en-us .
dct:publisher rdf:type rdf:Property .
dct:publisher rdfs:range dct:Agent .
dct:publisher rdfs:subPropertyOf dc:publisher .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:publisher rdf:type rdf:Property .
schema:publisher rdfs:label "Publisher"@en .
schema:publisher rdfs:comment "The publisher of the creative work."@en .
schema:publisher rdfs:domain schema:CreativeWork .
schema:publisher rdfs:range schema:Organization .
</pre>
<h3> <span class="mw-headline" id="schema:datePublished_owl:equivalentProperty_dct:issued"> schema:datePublished owl:equivalentProperty dct:issued </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:issued rdfs:label "Date Issued"@en-us .
dct:issued rdfs:comment "Date of formal issuance (e.g., publication) of the resource."@en-us .
dct:issued rdf:type rdf:Property .
dct:issued rdfs:range rdfs:Literal .
dct:issued rdfs:subPropertyOf dc:date .
dct:issued rdfs:subPropertyOf dct:date .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:datePublished rdf:type rdf:Property .
schema:datePublished rdfs:label "Date Published"@en .
schema:datePublished rdfs:comment "Date of first broadcast/publication."@en .
schema:datePublished rdfs:domain schema:CreativeWork .
schema:datePublished rdfs:range <a href="http://www.w3.org/2001/XMLSchema#date" class="external free" rel="nofollow">http://www.w3.org/2001/XMLSchema#date</a> .
</pre>
<h3> <span class="mw-headline" id="schema:inLanguage_owl:equivalentProperty_dc:language"> schema:inLanguage owl:equivalentProperty dc:language </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcelements.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcelements.rdf#</a>
</li></ul>
<pre>dc:language rdf:type rdf:Property .
dc:language rdfs:label "Language"@en-us .
dc:language rdfs:comment "A language of the resource."@en-us .
dc:language dct:description "Recommended best practice is to use a controlled vocabulary such as <a href="http://tools.ietf.org/html/rfc4646" class="external mw-magiclink-rfc">RFC 4646</a> [RFC4646]."@en-us .
dc:language rdf:type rdf:Property .
dc:language rdfs:seeAlso <a href="http://www.ietf.org/rfc/rfc4646.txt" class="external free" rel="nofollow">http://www.ietf.org/rfc/rfc4646.txt</a> .
dc:language skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (dct:). See the Introduction to the document \"DCMI Metadata Terms\" (<a href="http://dublincore.org/documents/dcmi-terms/" class="external free" rel="nofollow">http://dublincore.org/documents/dcmi-terms/</a>) for an explanation."@en-us .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:inLanguage rdf:type rdf:Property .
schema:inLanguage rdfs:label "In Language"@en .
schema:inLanguage rdfs:comment "The language of the content. please use one of the language codes from the IETF BCP 47 standard."@en .
schema:inLanguage rdfs:domain schema:CreativeWork .
schema:inLanguage rdfs:range <a href="http://www.w3.org/2001/XMLSchema#string" class="external free" rel="nofollow">http://www.w3.org/2001/XMLSchema#string</a> .
</pre>
<h3> <span class="mw-headline" id="schema:encodings_rdfs:subPropertyOf_dct:format"> schema:encodings rdfs:subPropertyOf dct:format </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:format rdfs:label "Format"@en-us .
dct:format rdfs:comment "The file format, physical medium, or dimensions of the resource."@en-us .
dct:format dct:description "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME]."@en-us .
dct:format rdf:type rdf:Property .
dct:format rdfs:range dct:MediaTypeOrExtent .
dct:format rdfs:subPropertyOf dc:format .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:encodings rdf:type rdf:Property .
schema:encodings rdfs:label "Encodings"@en .
schema:encodings rdfs:comment "The media objects that encode this creative work"@en .
schema:encodings rdfs:domain schema:CreativeWork .
schema:encodings rdfs:range schema:MediaObject .
</pre>
<h3> <span class="mw-headline" id="schema:duration_rdfs:subPropertyOf_dct:extent"> schema:duration rdfs:subPropertyOf dct:extent </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:extent rdfs:label "Extent"@en-us .
dct:extent rdfs:comment "The size or duration of the resource."@en-us .
dct:extent rdf:type rdf:Property .
dct:extent rdfs:range dct:SizeOrDuration .
dct:extent rdfs:subPropertyOf dc:format .
dct:extent rdfs:subPropertyOf dct:format .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:duration rdf:type rdf:Property .
schema:duration rdfs:label "Duration"@en .
schema:duration rdfs:comment "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format."@en .
_:node16ggigt2ex56 rdf:type owl:Class .
_:node16ggigt2ex57 rdf:first schema:Movie .
_:node16ggigt2ex57 rdf:rest _:node16ggigt2ex58 .
_:node16ggigt2ex58 rdf:first schema:MediaObject .
_:node16ggigt2ex58 rdf:rest _:node16ggigt2ex59 .
_:node16ggigt2ex59 rdf:first schema:MusicRecording .
_:node16ggigt2ex59 rdf:rest _:node16ggigt2ex60 .
_:node16ggigt2ex60 rdf:first schema:Event .
_:node16ggigt2ex60 rdf:rest rdf:nil .
_:node16ggigt2ex56 owl:unionOf _:node16ggigt2ex57 .
schema:duration rdfs:domain _:node16ggigt2ex56 .
schema:duration rdfs:range schema:Duration .
</pre>
<h3> <span class="mw-headline" id="schema:keywords_rdfs:subPropertyOf_dc:subject"> schema:keywords rdfs:subPropertyOf dc:subject </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcelements.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcelements.rdf#</a>
</li></ul>
<pre>dc:subject rdf:type rdf:Property .
dc:subject rdfs:label "Subject"@en-us .
dc:subject rdfs:comment "The topic of the resource."@en-us .
dc:subject dct:description "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element."@en-us .
dc:subject rdf:type rdf:Property .
dc:subject skos:note "A second property with the same name as this property has been declared in the dcterms: namespace (dct:). See the Introduction to the document \"DCMI Metadata Terms\" (<a href="http://dublincore.org/documents/dcmi-terms/" class="external free" rel="nofollow">http://dublincore.org/documents/dcmi-terms/</a>) for an explanation."@en-us .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:keywords rdf:type rdf:Property .
schema:keywords rdfs:label "Keywords"@en .
schema:keywords rdfs:comment "The keywords/tags used to describe this content."@en .
schema:keywords rdfs:domain schema:CreativeWork .
schema:keywords rdfs:range <a href="http://www.w3.org/2001/XMLSchema#string" class="external free" rel="nofollow">http://www.w3.org/2001/XMLSchema#string</a> .
</pre>
<h3> <span class="mw-headline" id="schema:url_rdfs:subPropertyOf_dct:identifier"> schema:url rdfs:subPropertyOf dct:identifier </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:identifier rdfs:label "Identifier"@en-us .
dct:identifier rdfs:comment "An unambiguous reference to the resource within a given context."@en-us .
dct:identifier dct:description "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. "@en-us .
dct:identifier rdf:type rdf:Property .
dct:identifier rdfs:range rdfs:Literal .
dct:identifier rdfs:subPropertyOf dc:identifier .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:url rdf:type rdf:Property .
schema:url rdfs:label "URL"@en .
schema:url rdfs:comment "URL of the item."@en .
schema:url rdfs:domain schema:Thing .
schema:url rdfs:range rdfs:Resource .
</pre>
<h3> <span class="mw-headline" id="schema:contentLocation_rdfs:subPropertyOf_dct:coverage"> schema:contentLocation rdfs:subPropertyOf dct:coverage </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:coverage rdfs:label "Coverage"@en-us .
dct:coverage rdfs:comment "The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant."@en-us .
dct:coverage dct:description "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges."@en-us .
dct:coverage rdf:type rdf:Property .
dct:coverage rdfs:range dct:LocationPeriodOrJurisdiction .
dct:coverage rdfs:subPropertyOf dc:coverage .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:contentLocation rdf:type rdf:Property .
schema:contentLocation rdfs:label "Content Location"@en .
schema:contentLocation rdfs:comment "The location of the content."@en .
schema:contentLocation rdfs:domain schema:CreativeWork .
schema:contentLocation rdfs:range schema:Place .
</pre>
<h3> <span class="mw-headline" id="schema:subEvents_rdfs:subPropertyOf_dct:hasPart"> schema:subEvents rdfs:subPropertyOf dct:hasPart </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:hasPart rdfs:label "Has Part"@en-us .
dct:hasPart rdfs:comment "A related resource that is included either physically or logically in the described resource."@en-us .
dct:hasPart rdf:type rdf:Property .
dct:hasPart skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (<a href="http://dublincore.org/documents/abstract-model/" class="external free" rel="nofollow">http://dublincore.org/documents/abstract-model/</a>). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
dct:hasPart rdfs:subPropertyOf dc:relation .
dct:hasPart rdfs:subPropertyOf dct:relation .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:subEvents rdf:type rdf:Property .
schema:subEvents rdfs:label "Sub Events"@en .
schema:subEvents rdfs:comment "Events that are a part of this event. For example, a conference event includes many presentations, each are subEvents of the conference."@en .
schema:subEvents rdfs:domain schema:Event .
schema:subEvents rdfs:range schema:Event .
</pre>
<h3> <span class="mw-headline" id="schema:superEvent_rdfs:subPropertyOf_dct:isPartOf"> schema:superEvent rdfs:subPropertyOf dct:isPartOf </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:isPartOf rdfs:label "Is Part Of"@en-us .
dct:isPartOf rdfs:comment "A related resource in which the described resource is physically or logically included."@en-us .
dct:isPartOf rdf:type rdf:Property .
dct:isPartOf skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (<a href="http://dublincore.org/documents/abstract-model/" class="external free" rel="nofollow">http://dublincore.org/documents/abstract-model/</a>). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
dct:isPartOf rdfs:subPropertyOf dc:relation .
dct:isPartOf rdfs:subPropertyOf dct:relation .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:superEvent rdf:type rdf:Property .
schema:superEvent rdfs:label "Super Event"@en .
schema:superEvent rdfs:comment "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent."@en .
schema:superEvent rdfs:domain schema:Event .
schema:superEvent rdfs:range schema:Event .
</pre>
<h3> <span class="mw-headline" id="schema:contributor_rdfs:subPropertyOf_dct:contributor"> schema:contributor rdfs:subPropertyOf dct:contributor </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:contributor rdfs:label "Contributor"@en-us .
dct:contributor rdfs:comment "An entity responsible for making contributions to the resource."@en-us .
dct:contributor dct:description "Examples of a Contributor include a person, an organization, or a service."@en-us .
dct:contributor rdf:type rdf:Property .
dct:contributor rdfs:range dct:Agent .
dct:contributor rdfs:subPropertyOf dc:contributor .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:contributor rdf:type rdf:Property .
schema:contributor rdfs:label "Contributor"@en .
schema:contributor rdfs:comment "A secondary contributor to the CreativeWork."@en .
schema:contributor rdfs:domain schema:CreativeWork .
_:node16ggigt2ex40 rdf:type owl:Class .
_:node16ggigt2ex41 rdf:first schema:Person .
_:node16ggigt2ex41 rdf:rest _:node16ggigt2ex42 .
_:node16ggigt2ex42 rdf:first schema:Organization .
_:node16ggigt2ex42 rdf:rest rdf:nil .
_:node16ggigt2ex40 owl:unionOf _:node16ggigt2ex41 .
schema:contributor rdfs:range _:node16ggigt2ex40 .
</pre>
<h3> <span class="mw-headline" id="schema:illustrator_rdfs:subPropertyOf_dct:contributor"> schema:illustrator rdfs:subPropertyOf dct:contributor </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:contributor rdfs:label "Contributor"@en-us .
dct:contributor rdfs:comment "An entity responsible for making contributions to the resource."@en-us .
dct:contributor dct:description "Examples of a Contributor include a person, an organization, or a service."@en-us .
dct:contributor rdf:type rdf:Property .
dct:contributor rdfs:range dct:Agent .
dct:contributor rdfs:subPropertyOf dc:contributor .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:illustrator rdf:type rdf:Property .
schema:illustrator rdfs:label "Illustrator"@en .
schema:illustrator rdfs:comment "The illustrator of the book."@en .
schema:illustrator rdfs:domain schema:Book .
schema:illustrator rdfs:range schema:Person .
</pre>
<h3> <span class="mw-headline" id="schema:actors_rdfs:subPropertyOf_dct:contributor"> schema:actors rdfs:subPropertyOf dct:contributor </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:contributor rdfs:label "Contributor"@en-us .
dct:contributor rdfs:comment "An entity responsible for making contributions to the resource."@en-us .
dct:contributor dct:description "Examples of a Contributor include a person, an organization, or a service."@en-us .
dct:contributor rdf:type rdf:Property .
dct:contributor rdfs:range dct:Agent .
dct:contributor rdfs:subPropertyOf dc:contributor .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:actors rdf:type rdf:Property .
schema:actors rdfs:label "Actors"@en .
schema:actors rdfs:comment "A cast member of the movie, TV series, season, or episode, or video."@en .
_:node16ggigt2ex5 rdf:type owl:Class .
_:node16ggigt2ex6 rdf:first schema:TVEpisode .
_:node16ggigt2ex6 rdf:rest _:node16ggigt2ex7 .
_:node16ggigt2ex7 rdf:first schema:Movie .
_:node16ggigt2ex7 rdf:rest _:node16ggigt2ex8 .
_:node16ggigt2ex8 rdf:first schema:TVSeries .
_:node16ggigt2ex8 rdf:rest rdf:nil .
_:node16ggigt2ex5 owl:unionOf _:node16ggigt2ex6 .
schema:actors rdfs:domain _:node16ggigt2ex5 .
schema:actors rdfs:range schema:Person .
</pre>
<h3> <span class="mw-headline" id="schema:director_rdfs:subPropertyOf_dct:contributor"> schema:director rdfs:subPropertyOf dct:contributor </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:contributor rdfs:label "Contributor"@en-us .
dct:contributor rdfs:comment "An entity responsible for making contributions to the resource."@en-us .
dct:contributor dct:description "Examples of a Contributor include a person, an organization, or a service."@en-us .
dct:contributor rdf:type rdf:Property .
dct:contributor rdfs:range dct:Agent .
dct:contributor rdfs:subPropertyOf dc:contributor .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:director rdf:type rdf:Property .
schema:director rdfs:label "Director"@en .
schema:director rdfs:comment "The director of the movie, TV episode, or series."@en .
_:node16ggigt2ex52 rdf:type owl:Class .
_:node16ggigt2ex53 rdf:first schema:TVEpisode .
_:node16ggigt2ex53 rdf:rest _:node16ggigt2ex54 .
_:node16ggigt2ex54 rdf:first schema:Movie .
_:node16ggigt2ex54 rdf:rest _:node16ggigt2ex55 .
_:node16ggigt2ex55 rdf:first schema:TVSeries .
_:node16ggigt2ex55 rdf:rest rdf:nil .
_:node16ggigt2ex52 owl:unionOf _:node16ggigt2ex53 .
schema:director rdfs:domain _:node16ggigt2ex52 .
schema:director rdfs:range schema:Person .
</pre>
<h3> <span class="mw-headline" id="schema:musicBy_rdfs:subPropertyOf_dct:contributor"> schema:musicBy rdfs:subPropertyOf dct:contributor </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:contributor rdfs:label "Contributor"@en-us .
dct:contributor rdfs:comment "An entity responsible for making contributions to the resource."@en-us .
dct:contributor dct:description "Examples of a Contributor include a person, an organization, or a service."@en-us .
dct:contributor rdf:type rdf:Property .
dct:contributor rdfs:range dct:Agent .
dct:contributor rdfs:subPropertyOf dc:contributor .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:musicBy rdf:type rdf:Property .
schema:musicBy rdfs:label "Music by"@en .
schema:musicBy rdfs:comment "The composer of the movie or TV soundtrack."@en .
_:node16ggigt2ex124 rdf:type owl:Class .
_:node16ggigt2ex125 rdf:first schema:TVEpisode .
_:node16ggigt2ex125 rdf:rest _:node16ggigt2ex126 .
_:node16ggigt2ex126 rdf:first schema:Movie .
_:node16ggigt2ex126 rdf:rest _:node16ggigt2ex127 .
_:node16ggigt2ex127 rdf:first schema:TVSeries .
_:node16ggigt2ex127 rdf:rest rdf:nil .
_:node16ggigt2ex124 owl:unionOf _:node16ggigt2ex125 .
schema:musicBy rdfs:domain _:node16ggigt2ex124 .
_:node16ggigt2ex128 rdf:type owl:Class .
_:node16ggigt2ex129 rdf:first schema:Person .
_:node16ggigt2ex129 rdf:rest _:node16ggigt2ex130 .
_:node16ggigt2ex130 rdf:first schema:MusicGroup .
_:node16ggigt2ex130 rdf:rest rdf:nil .
_:node16ggigt2ex128 owl:unionOf _:node16ggigt2ex129 .
schema:musicBy rdfs:range _:node16ggigt2ex128 .
</pre>
<h3> <span class="mw-headline" id="schema:producer_rdfs:subPropertyOf_dct:creator"> schema:producer rdfs:subPropertyOf dct:creator </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:creator rdfs:label "Creator"@en-us .
dct:creator rdfs:comment "An entity primarily responsible for making the resource."@en-us .
dct:creator dct:description "Examples of a Creator include a person, an organization, or a service."@en-us .
dct:creator <a href="http://www.w3.org/2002/07/owl#equivalentProperty" class="external free" rel="nofollow">http://www.w3.org/2002/07/owl#equivalentProperty</a> <a href="http://xmlns.com/foaf/0.1/maker" class="external free" rel="nofollow">http://xmlns.com/foaf/0.1/maker</a> .
dct:creator rdf:type rdf:Property .
dct:creator rdfs:range dct:Agent .
dct:creator rdfs:subPropertyOf dc:creator .
dct:creator rdfs:subPropertyOf dct:contributor .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:producer rdf:type rdf:Property .
schema:producer rdfs:label "Producer"@en .
schema:producer rdfs:comment "The producer of the movie, TV series, season, or episode, or video."@en .
_:node16ggigt2ex153 rdf:type owl:Class .
_:node16ggigt2ex154 rdf:first schema:TVEpisode .
_:node16ggigt2ex154 rdf:rest _:node16ggigt2ex155 .
_:node16ggigt2ex155 rdf:first schema:Movie .
_:node16ggigt2ex155 rdf:rest _:node16ggigt2ex156 .
_:node16ggigt2ex156 rdf:first schema:TVSeries .
_:node16ggigt2ex156 rdf:rest rdf:nil .
_:node16ggigt2ex153 owl:unionOf _:node16ggigt2ex154 .
schema:producer rdfs:domain _:node16ggigt2ex153 .
schema:producer rdfs:range schema:Person .
</pre>
<h3> <span class="mw-headline" id="schema:productionCompany_rdfs:subPropertyOf_dct:creator"> schema:productionCompany rdfs:subPropertyOf dct:creator </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:creator rdfs:label "Creator"@en-us .
dct:creator rdfs:comment "An entity primarily responsible for making the resource."@en-us .
dct:creator dct:description "Examples of a Creator include a person, an organization, or a service."@en-us .
dct:creator <a href="http://www.w3.org/2002/07/owl#equivalentProperty" class="external free" rel="nofollow">http://www.w3.org/2002/07/owl#equivalentProperty</a> <a href="http://xmlns.com/foaf/0.1/maker" class="external free" rel="nofollow">http://xmlns.com/foaf/0.1/maker</a> .
dct:creator rdf:type rdf:Property .
dct:creator rdfs:range dct:Agent .
dct:creator rdfs:subPropertyOf dc:creator .
dct:creator rdfs:subPropertyOf dct:contributor .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:productionCompany rdf:type rdf:Property .
schema:productionCompany rdfs:label "Production Company"@en .
schema:productionCompany rdfs:comment "The production company or studio that made the movie, TV series, season, or episode, or video."@en .
_:node16ggigt2ex157 rdf:type owl:Class .
_:node16ggigt2ex158 rdf:first schema:TVEpisode .
_:node16ggigt2ex158 rdf:rest _:node16ggigt2ex159 .
_:node16ggigt2ex159 rdf:first schema:Movie .
_:node16ggigt2ex159 rdf:rest _:node16ggigt2ex160 .
_:node16ggigt2ex160 rdf:first schema:VideoObject .
_:node16ggigt2ex160 rdf:rest _:node16ggigt2ex161 .
_:node16ggigt2ex161 rdf:first schema:TVSeries .
_:node16ggigt2ex161 rdf:rest rdf:nil .
_:node16ggigt2ex157 owl:unionOf _:node16ggigt2ex158 .
schema:productionCompany rdfs:domain _:node16ggigt2ex157 .
schema:productionCompany rdfs:range schema:Organization .
</pre>
<h3> <span class="mw-headline" id="schema:productId_rdfs:subPropertyOf_dct:identifier"> schema:productId rdfs:subPropertyOf dct:identifier </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:identifier rdfs:label "Identifier"@en-us .
dct:identifier rdfs:comment "An unambiguous reference to the resource within a given context."@en-us .
dct:identifier dct:description "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. "@en-us .
dct:identifier rdf:type rdf:Property .
dct:identifier rdfs:range rdfs:Literal .
dct:identifier rdfs:subPropertyOf dc:identifier .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:productID rdf:type rdf:Property .
schema:productID rdfs:label "Product ID"@en .
schema:productID rdfs:comment "The product identifier, such as ISBN. For example: meta itemprop='productID' content='isbn:123-456-789'/."@en .
schema:productID rdfs:domain schema:Product .
schema:productID rdfs:range <a href="http://www.w3.org/2001/XMLSchema#string" class="external free" rel="nofollow">http://www.w3.org/2001/XMLSchema#string</a> .
</pre>
<h3> <span class="mw-headline" id="schema:commentTime_rdfs:subPropertyOf_dct:date"> schema:commentTime rdfs:subPropertyOf dct:date </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:date rdfs:label "Date"@en-us .
dct:date rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en-us .
dct:date dct:description "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en-us .
dct:date rdf:type rdf:Property .
dct:date rdfs:range rdfs:Literal .
dct:date rdfs:subPropertyOf dc:date .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:commentTime rdf:type rdf:Property .
schema:commentTime rdfs:label "Comment Time"@en .
schema:commentTime rdfs:comment "The time at which the UserComment was made."@en .
schema:commentTime rdfs:domain schema:UserComments .
schema:commentTime rdfs:range <a href="http://www.w3.org/2001/XMLSchema#date" class="external free" rel="nofollow">http://www.w3.org/2001/XMLSchema#date</a> .
</pre>
<h3> <span class="mw-headline" id="schema:birthDate_rdfs:subPropertyOf_dct:date"> schema:birthDate rdfs:subPropertyOf dct:date </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:date rdfs:label "Date"@en-us .
dct:date rdfs:comment "A point or period of time associated with an event in the lifecycle of the resource."@en-us .
dct:date dct:description "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF]."@en-us .
dct:date rdf:type rdf:Property .
dct:date rdfs:range rdfs:Literal .
dct:date rdfs:subPropertyOf dc:date .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:birthDate rdf:type rdf:Property .
schema:birthDate rdfs:label "Birth Date"@en .
schema:birthDate rdfs:comment "Date of birth."@en .
schema:birthDate rdfs:domain schema:Person .
schema:birthDate rdfs:range <a href="http://www.w3.org/2001/XMLSchema#date" class="external free" rel="nofollow">http://www.w3.org/2001/XMLSchema#date</a> .
</pre>
<h3> <span class="mw-headline" id="schema:dateModified_rdfs:subPropertyOf_dct:modified"> schema:dateModified rdfs:subPropertyOf dct:modified </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:modified rdfs:label "Date Modified"@en-us .
dct:modified rdfs:comment "Date on which the resource was changed."@en-us .
dct:modified rdf:type rdf:Property .
dct:modified rdfs:range rdfs:Literal .
dct:modified rdfs:subPropertyOf dc:date .
dct:modified rdfs:subPropertyOf dct:date .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:dateModified rdf:type rdf:Property .
schema:dateModified rdfs:label "Date Modified"@en .
schema:dateModified rdfs:comment "The date on which the CreativeWork was most recently modified."@en .
schema:dateModified rdfs:domain schema:CreativeWork .
schema:dateModified rdfs:range <a href="http://www.w3.org/2001/XMLSchema#date" class="external free" rel="nofollow">http://www.w3.org/2001/XMLSchema#date</a> .
</pre>
<h3> <span class="mw-headline" id="schema:mentions_rdfs:subPropertyOf_dct:related"> schema:mentions rdfs:subPropertyOf dct:related </span></h3>
<ul><li> <a href="http://dublincore.org/2010/10/11/dcterms.rdf#" class="external free" rel="nofollow">http://dublincore.org/2010/10/11/dcterms.rdf#</a>
</li></ul>
<pre>dct:relation rdfs:label "Relation"@en-us .
dct:relation rdfs:comment "A related resource."@en-us .
dct:relation dct:description "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. "@en-us .
dct:relation rdf:type rdf:Property .
dct:relation dct:hasVersion <a href="http://dublincore.org/usage/terms/history/#relationT-001" class="external free" rel="nofollow">http://dublincore.org/usage/terms/history/#relationT-001</a> .
dct:relation skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (<a href="http://dublincore.org/documents/abstract-model/" class="external free" rel="nofollow">http://dublincore.org/documents/abstract-model/</a>). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en-us .
dct:relation rdfs:subPropertyOf dc:relation .
</pre>
<ul><li> <a href="http://schema.rdfs.org/all.nt" class="external free" rel="nofollow">http://schema.rdfs.org/all.nt</a> (based on <a href="http://schema.org/docs/schemaorg.owl" class="external free" rel="nofollow">http://schema.org/docs/schemaorg.owl</a>)
</li></ul>
<pre>schema:mentions rdf:type rdf:Property .
schema:mentions rdfs:label "Mentions"@en .
schema:mentions rdfs:comment "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept."@en .
schema:mentions rdfs:domain schema:CreativeWork .
schema:mentions rdfs:range schema:Thing .
</pre>
</body>
</html>