Skip to content

Commit 357d48e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents b5530af + a789c41 commit 357d48e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

data/schema.ttl

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
17801780
17811781
:MediaObject a rdfs:Class ;
17821782
rdfs:label "MediaObject" ;
1783-
rdfs:comment "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset, i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 [[AudioObject]]s)." ;
1783+
rdfs:comment "A media object, such as an image, video, audio, or text object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." ;
17841784
rdfs:subClassOf :CreativeWork .
17851785
17861786
:MediaSubscription a rdfs:Class ;
@@ -3004,6 +3004,12 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
30043004
rdfs:comment "A file composed primarily of text." ;
30053005
rdfs:subClassOf :DigitalDocument .
30063006
3007+
:TextObject a rdfs:Class ;
3008+
rdfs:label "TextObject" ;
3009+
rdfs:comment "A text file. The text can be unformatted or contain markup, html, etc." ;
3010+
rdfs:subClassOf :MediaObject ;
3011+
owl:equivalentClass <http://purl.org/dc/dcmitype/Text> .
3012+
30073013
:TheaterEvent a rdfs:Class ;
30083014
rdfs:label "TheaterEvent" ;
30093015
rdfs:comment "Event type: Theater performance." ;
@@ -9693,7 +9699,8 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
96939699
:description a rdf:Property ;
96949700
rdfs:label "description" ;
96959701
:domainIncludes :Thing ;
9696-
:rangeIncludes :Text ;
9702+
:rangeIncludes :Text,
9703+
:TextObject ;
96979704
rdfs:comment "A description of the item." ;
96989705
owl:equivalentProperty dc:description .
96999706

0 commit comments

Comments
 (0)