1- Prefix(:=<https: //nfdi4culture.de/ontology/imports/schema_import.owl#>)
1+ Prefix(:=<https: //nfdi4culture.de/ontology/cto/ imports/schema_import.owl#>)
22Prefix(owl:=<http: //www.w3.org/2002/07/owl#>)
33Prefix(rdf:=<http: //www.w3.org/1999/02/22-rdf-syntax-ns#>)
44Prefix(xml:=<http: //www.w3.org/XML/1998/namespace>)
55Prefix(xsd:=<http: //www.w3.org/2001/XMLSchema#>)
66Prefix(rdfs:=<http: //www.w3.org/2000/01/rdf-schema#>)
77
88
9- Ontology(<https: //nfdi4culture.de/ontology/imports/schema_import.owl>
10- <https: //nfdi4culture.de/ontology/3.0.0 /imports/schema_import.owl>
11- Annotation(owl:versionInfo "3.0.0 ")
9+ Ontology(<https: //nfdi4culture.de/ontology/cto/ imports/schema_import.owl>
10+ <https: //nfdi4culture.de/ontology/cto/releases/2025-03-28 /imports/schema_import.owl>
11+ Annotation(owl:versionInfo "2025-03-28 ")
1212
1313Declaration(Class(<https: //schema.org/AudioObject>))
14+ Declaration(Class(<https: //schema.org/Book>))
1415Declaration(Class(<https: //schema.org/DataFeed>))
1516Declaration(Class(<https: //schema.org/DataFeedItem>))
1617Declaration(Class(<https: //schema.org/ImageObject>))
18+ Declaration(Class(<https: //schema.org/LandmarksOrHistoricalBuildings>))
1719Declaration(Class(<https: //schema.org/MediaObject>))
20+ Declaration(Class(<https: //schema.org/Sculpture>))
21+ Declaration(Class(<https: //schema.org/SheetMusic>))
22+ Declaration(Class(<https: //schema.org/TheaterEvent>))
1823Declaration(ObjectProperty(<https: //schema.org/associatedMedia>))
1924Declaration(ObjectProperty(<https: //schema.org/dataFeedElement>))
2025Declaration(ObjectProperty(<https: //schema.org/item>))
@@ -64,6 +69,12 @@ AnnotationAssertion(rdfs:isDefinedBy <https://schema.org/AudioObject> <https://s
6469AnnotationAssertion(rdfs:label <https: //schema.org/AudioObject> "AudioObject"@en)
6570SubClassOf(<https: //schema.org/AudioObject> <https: //schema.org/MediaObject>)
6671
72+ # Class: <https: //schema.org/Book> (Book)
73+
74+ AnnotationAssertion(rdfs:comment <https: //schema.org/Book> "A book."@en)
75+ AnnotationAssertion(rdfs:isDefinedBy <https: //schema.org/Book> <https: //schema.org/Book>)
76+ AnnotationAssertion(rdfs:label <https: //schema.org/Book> "Book"@en)
77+
6778# Class: <https: //schema.org/DataFeed> (DataFeed)
6879
6980AnnotationAssertion(rdfs:comment <https: //schema.org/DataFeed> "A single feed providing structured information about one or more entities or topics."@en)
@@ -83,11 +94,35 @@ AnnotationAssertion(rdfs:isDefinedBy <https://schema.org/ImageObject> <https://s
8394AnnotationAssertion(rdfs:label <https: //schema.org/ImageObject> "ImageObject"@en)
8495SubClassOf(<https: //schema.org/ImageObject> <https: //schema.org/MediaObject>)
8596
97+ # Class: <https: //schema.org/LandmarksOrHistoricalBuildings> (LandmarksOrHistoricalBuildings)
98+
99+ AnnotationAssertion(rdfs:comment <https: //schema.org/LandmarksOrHistoricalBuildings> "An historical landmark or building."@en)
100+ AnnotationAssertion(rdfs:isDefinedBy <https: //schema.org/LandmarksOrHistoricalBuildings> <https: //schema.org/LandmarksOrHistoricalBuildings>)
101+ AnnotationAssertion(rdfs:label <https: //schema.org/LandmarksOrHistoricalBuildings> "LandmarksOrHistoricalBuildings"@en)
102+
86103# Class: <https: //schema.org/MediaObject> (MediaObject)
87104
88105AnnotationAssertion(rdfs:comment <https: //schema.org/MediaObject> "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)."@en)
89106AnnotationAssertion(rdfs:isDefinedBy <https: //schema.org/MediaObject> <https: //schema.org/MediaObject>)
90107AnnotationAssertion(rdfs:label <https: //schema.org/MediaObject> "MediaObject"@en)
91108
109+ # Class: <https: //schema.org/Sculpture> (Sculpture)
110+
111+ AnnotationAssertion(rdfs:comment <https: //schema.org/Sculpture> "A piece of sculpture."@en)
112+ AnnotationAssertion(rdfs:isDefinedBy <https: //schema.org/Sculpture> <https: //schema.org/Sculpture>)
113+ AnnotationAssertion(rdfs:label <https: //schema.org/Sculpture> "Sculpture"@en)
114+
115+ # Class: <https: //schema.org/SheetMusic> (SheetMusic)
116+
117+ AnnotationAssertion(rdfs:comment <https: //schema.org/SheetMusic> "Printed music, as opposed to performed or recorded music."@en)
118+ AnnotationAssertion(rdfs:isDefinedBy <https: //schema.org/SheetMusic> <https: //pending.schema.org/SheetMusic>)
119+ AnnotationAssertion(rdfs:label <https: //schema.org/SheetMusic> "SheetMusic"@en)
120+
121+ # Class: <https: //schema.org/TheaterEvent> (TheaterEvent)
122+
123+ AnnotationAssertion(rdfs:comment <https: //schema.org/TheaterEvent> "Event type: Theater performance."@en)
124+ AnnotationAssertion(rdfs:isDefinedBy <https: //schema.org/TheaterEvent> <https: //schema.org/TheaterEvent>)
125+ AnnotationAssertion(rdfs:label <https: //schema.org/TheaterEvent> "TheaterEvent"@en)
126+
92127
93128)
0 commit comments