You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/schema.ttl
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1780,7 +1780,7 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
1780
1780
1781
1781
:MediaObject a rdfs:Class ;
1782
1782
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)." ;
1784
1784
rdfs:subClassOf :CreativeWork .
1785
1785
1786
1786
:MediaSubscription a rdfs:Class ;
@@ -3004,6 +3004,12 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
3004
3004
rdfs:comment "A file composed primarily of text." ;
3005
3005
rdfs:subClassOf :DigitalDocument .
3006
3006
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." ;
0 commit comments