Skip to content

Commit 3999118

Browse files
committed
fixed DL profile error
1 parent 8fcfb67 commit 3999118

22 files changed

+491
-370
lines changed

src/ontology/cto-edit.owl

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Declaration(ObjectProperty(<https://nfdi4culture.de/ontology/CTO_0001018>))
3939
Declaration(ObjectProperty(<https://nfdi4culture.de/ontology/CTO_0001019>))
4040
Declaration(ObjectProperty(<https://nfdi4culture.de/ontology/CTO_0001020>))
4141
Declaration(DataProperty(<https://nfdi4culture.de/ontology/CTO_0001007>))
42-
Declaration(DataProperty(<https://schema.org/contentUrl>))
42+
Declaration(DataProperty(<https://nfdi4culture.de/ontology/CTO_0001021>))
4343
Declaration(AnnotationProperty(dcterms:description))
4444
Declaration(AnnotationProperty(dcterms:license))
4545
Declaration(AnnotationProperty(dcterms:title))
@@ -160,18 +160,18 @@ ObjectPropertyRange(<https://nfdi4culture.de/ontology/CTO_0001019> <http://purl.
160160
AnnotationAssertion(rdfs:label <https://nfdi4culture.de/ontology/CTO_0001020> "is related item of"@en)
161161
SubObjectPropertyOf(<https://nfdi4culture.de/ontology/CTO_0001020> <https://nfdi4culture.de/ontology/CTO_0001014>)
162162

163-
# Object Property: <https://schema.org/associatedMedia> (associatedMedia)
163+
# Object Property: <https://schema.org/associatedMedia> (has associated media)
164164

165165
AnnotationAssertion(rdfs:label <https://schema.org/associatedMedia> "has associated media"@en)
166166
ObjectPropertyRange(<https://schema.org/associatedMedia> <https://schema.org/MediaObject>)
167167

168-
# Object Property: <https://schema.org/dataFeedElement> (dataFeedElement)
168+
# Object Property: <https://schema.org/dataFeedElement> (has data feed element)
169169

170170
AnnotationAssertion(rdfs:label <https://schema.org/dataFeedElement> "has data feed element"@en)
171171
SubObjectPropertyOf(<https://schema.org/dataFeedElement> <http://purl.obolibrary.org/obo/BFO_0000178>)
172172
ObjectPropertyRange(<https://schema.org/dataFeedElement> <https://schema.org/DataFeedItem>)
173173

174-
# Object Property: <https://schema.org/item> (item)
174+
# Object Property: <https://schema.org/item> (has item)
175175

176176
AnnotationAssertion(rdfs:label <https://schema.org/item> "has item"@en)
177177
SubObjectPropertyOf(<https://schema.org/item> <http://purl.obolibrary.org/obo/IAO_0000136>)
@@ -195,13 +195,12 @@ ObjectPropertyDomain(<https://schema.org/license> <http://purl.obolibrary.org/ob
195195
AnnotationAssertion(rdfs:comment <https://nfdi4culture.de/ontology/CTO_0001007> "A natural language text description of a license. This applies to media objects connected to source items in the NFDI4Culture research data graph."@en)
196196
AnnotationAssertion(rdfs:label <https://nfdi4culture.de/ontology/CTO_0001007> "has license statement"@en)
197197

198-
# Data Property: <https://schema.org/contentUrl> (contentUrl)
198+
# Data Property: <https://nfdi4culture.de/ontology/CTO_0001021> (has content url)
199199

200-
AnnotationAssertion(rdfs:comment <https://schema.org/contentUrl> "Actual bytes of the media object, for example the image file or video file."@en)
201-
AnnotationAssertion(rdfs:label <https://schema.org/contentUrl> "contentURL"@en)
202-
SubDataPropertyOf(<https://schema.org/contentUrl> nfdicore:NFDI_0001008)
203-
DataPropertyDomain(<https://schema.org/contentUrl> <https://schema.org/MediaObject>)
204-
DataPropertyRange(<https://schema.org/contentUrl> xsd:anyURI)
200+
AnnotationAssertion(rdfs:comment <https://nfdi4culture.de/ontology/CTO_0001021> "The location of a media object that is associated with a cto:source item."@en)
201+
AnnotationAssertion(rdfs:label <https://nfdi4culture.de/ontology/CTO_0001021> "has content url"@en)
202+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#example> <https://nfdi4culture.de/ontology/CTO_0001021> "cto:source item <https://slod.fiz-karlsruhe.de/labw-2-2599048> has an image with the location <https://slod.fiz-karlsruhe.de/images/slod/2-2599048-4.jpg>"@en)
203+
SubDataPropertyOf(<https://nfdi4culture.de/ontology/CTO_0001021> nfdicore:NFDI_0001008)
205204

206205

207206

@@ -237,19 +236,19 @@ AnnotationAssertion(rdfs:label <https://schema.org/DataFeed> "DataFeed"@en)
237236
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#example> <https://schema.org/DataFeed> "In NFDI4Culture <https://nfdi4culture.de/id/E4229> is the DataFeed for Corpus Vitrearum and <https://nfdi4culture.de/id/E3590> is the DataFeed for Linked Stage Graph."@en)
238237
SubClassOf(<https://schema.org/DataFeed> <http://purl.obolibrary.org/obo/IAO_0000030>)
239238

240-
# Class: <https://schema.org/DataFeedItem> (DataFeedItem)
239+
# Class: <https://schema.org/DataFeedItem> (Data Feed Item)
241240

242241
AnnotationAssertion(rdfs:comment <https://schema.org/DataFeedItem> "A DataFeedItem is an information content entity that represents a discrete unit of information within a data feed. It does not embody the entity itself but refers to or describes it, enabling the aggregation or distribution of content in a feed-based system. In NFDI4Culture instances of DataFeedItem are permanent ARK-IDs, created on the foundation of the DataFeed it is a part of."@en)
243242
AnnotationAssertion(rdfs:label <https://schema.org/DataFeedItem> "Data Feed Item"@en)
244243
SubClassOf(<https://schema.org/DataFeedItem> <http://purl.obolibrary.org/obo/IAO_0000030>)
245244

246-
# Class: <https://schema.org/ImageObject> (ImageObject)
245+
# Class: <https://schema.org/ImageObject> (Image Object)
247246

248247
AnnotationAssertion(rdfs:comment <https://schema.org/ImageObject> "In the context of the Culture Ontology (CTO), an image object is an information content entity and connected to a cto:SourceItem. It can have a license statement (string) and an image location."@en)
249248
AnnotationAssertion(rdfs:label <https://schema.org/ImageObject> "Image Object"@en)
250249
SubClassOf(<https://schema.org/ImageObject> <https://schema.org/MediaObject>)
251250

252-
# Class: <https://schema.org/MediaObject> (MediaObject)
251+
# Class: <https://schema.org/MediaObject> (Media Object)
253252

254253
AnnotationAssertion(rdfs:comment <https://schema.org/MediaObject> "In the context of the Culture Ontology (CTO), a media object is an information content entity and connected to a cto:SourceItem. It can have a license statement (string) and a file location. In the NFDI4Culture Research Data Graph, a instance of a media object is usually an ARK-ID."@en)
255254
AnnotationAssertion(rdfs:label <https://schema.org/MediaObject> "Media Object"@en)

src/ontology/cto-full.owl

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
2424
xmlns:edamontology="http://edamontology.org/">
2525
<owl:Ontology rdf:about="https://nfdi4culture.de/ontology/cto/cto-full.owl">
26-
<owl:versionIRI rdf:resource="https://nfdi4culture.de/ontology/cto/releases/2025-03-26/cto-full.owl"/>
26+
<owl:versionIRI rdf:resource="https://nfdi4culture.de/ontology/cto/releases/2025-03-27/cto-full.owl"/>
2727
<dcterms:description>The CTO ontology models cultural heritage research data and builds upon the NFDIcore ontology.</dcterms:description>
2828
<dcterms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
2929
<dcterms:title>NFDI4Culture Ontology (CTO)</dcterms:title>
30-
<owl:versionInfo>2025-03-26</owl:versionInfo>
30+
<owl:versionInfo>2025-03-27</owl:versionInfo>
3131
</owl:Ontology>
3232

3333

@@ -2445,14 +2445,6 @@ every c that is a concretization of g specifically denotes r</obo:IAO_0000116>
24452445

24462446

24472447

2448-
<!-- https://schema.org/contentUrl -->
2449-
2450-
<owl:ObjectProperty rdf:about="https://schema.org/contentUrl">
2451-
<rdfs:domain rdf:resource="https://schema.org/MediaObject"/>
2452-
</owl:ObjectProperty>
2453-
2454-
2455-
24562448
<!-- https://schema.org/dataFeedElement -->
24572449

24582450
<owl:ObjectProperty rdf:about="https://schema.org/dataFeedElement">
@@ -2598,12 +2590,13 @@ every c that is a concretization of g specifically denotes r</obo:IAO_0000116>
25982590

25992591

26002592

2601-
<!-- https://schema.org/contentUrl -->
2593+
<!-- https://nfdi4culture.de/ontology/CTO_0001021 -->
26022594

2603-
<owl:DatatypeProperty rdf:about="https://schema.org/contentUrl">
2595+
<owl:DatatypeProperty rdf:about="https://nfdi4culture.de/ontology/CTO_0001021">
26042596
<rdfs:subPropertyOf rdf:resource="https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001008"/>
2605-
<rdfs:domain rdf:resource="https://schema.org/MediaObject"/>
2606-
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
2597+
<rdfs:comment xml:lang="en">The location of a media object that is associated with a cto:source item.</rdfs:comment>
2598+
<rdfs:label xml:lang="en">has content url</rdfs:label>
2599+
<skos:example xml:lang="en">cto:source item &lt;https://slod.fiz-karlsruhe.de/labw-2-2599048&gt; has an image with the location &lt;https://slod.fiz-karlsruhe.de/images/slod/2-2599048-4.jpg&gt;</skos:example>
26072600
</owl:DatatypeProperty>
26082601

26092602

@@ -7401,12 +7394,6 @@ This class is useful in nfdicore to provide a unified and structured representat
74017394
<rdf:Description rdf:about="https://orcid.org/0000-0002-3092-0532">
74027395
<rdfs:label>Hossein Beygi Nasrabadi</rdfs:label>
74037396
</rdf:Description>
7404-
<rdf:Description rdf:about="https://schema.org/contentUrl">
7405-
<rdfs:comment xml:lang="en">Actual bytes of the media object, for example the image file or video file.</rdfs:comment>
7406-
<rdfs:isDefinedBy rdf:resource="https://schema.org/contentUrl"/>
7407-
<rdfs:label xml:lang="en">contentURL</rdfs:label>
7408-
<rdfs:label xml:lang="en">contentUrl</rdfs:label>
7409-
</rdf:Description>
74107397

74117398

74127399

src/ontology/cto.owl

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
2424
xmlns:edamontology="http://edamontology.org/">
2525
<owl:Ontology rdf:about="https://nfdi4culture.de/ontology/cto.owl">
26-
<owl:versionIRI rdf:resource="https://nfdi4culture.de/ontology/cto/releases/2025-03-26/cto.owl"/>
26+
<owl:versionIRI rdf:resource="https://nfdi4culture.de/ontology/cto/releases/2025-03-27/cto.owl"/>
2727
<dcterms:description>The CTO ontology models cultural heritage research data and builds upon the NFDIcore ontology.</dcterms:description>
2828
<dcterms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
2929
<dcterms:title>NFDI4Culture Ontology (CTO)</dcterms:title>
30-
<owl:versionInfo>2025-03-26</owl:versionInfo>
30+
<owl:versionInfo>2025-03-27</owl:versionInfo>
3131
</owl:Ontology>
3232

3333

@@ -2445,14 +2445,6 @@ every c that is a concretization of g specifically denotes r</obo:IAO_0000116>
24452445

24462446

24472447

2448-
<!-- https://schema.org/contentUrl -->
2449-
2450-
<owl:ObjectProperty rdf:about="https://schema.org/contentUrl">
2451-
<rdfs:domain rdf:resource="https://schema.org/MediaObject"/>
2452-
</owl:ObjectProperty>
2453-
2454-
2455-
24562448
<!-- https://schema.org/dataFeedElement -->
24572449

24582450
<owl:ObjectProperty rdf:about="https://schema.org/dataFeedElement">
@@ -2598,11 +2590,13 @@ every c that is a concretization of g specifically denotes r</obo:IAO_0000116>
25982590

25992591

26002592

2601-
<!-- https://schema.org/contentUrl -->
2593+
<!-- https://nfdi4culture.de/ontology/CTO_0001021 -->
26022594

2603-
<owl:DatatypeProperty rdf:about="https://schema.org/contentUrl">
2595+
<owl:DatatypeProperty rdf:about="https://nfdi4culture.de/ontology/CTO_0001021">
26042596
<rdfs:subPropertyOf rdf:resource="https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001008"/>
2605-
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
2597+
<rdfs:comment xml:lang="en">The location of a media object that is associated with a cto:source item.</rdfs:comment>
2598+
<rdfs:label xml:lang="en">has content url</rdfs:label>
2599+
<skos:example xml:lang="en">cto:source item &lt;https://slod.fiz-karlsruhe.de/labw-2-2599048&gt; has an image with the location &lt;https://slod.fiz-karlsruhe.de/images/slod/2-2599048-4.jpg&gt;</skos:example>
26062600
</owl:DatatypeProperty>
26072601

26082602

@@ -7400,12 +7394,6 @@ This class is useful in nfdicore to provide a unified and structured representat
74007394
<rdf:Description rdf:about="https://orcid.org/0000-0002-3092-0532">
74017395
<rdfs:label>Hossein Beygi Nasrabadi</rdfs:label>
74027396
</rdf:Description>
7403-
<rdf:Description rdf:about="https://schema.org/contentUrl">
7404-
<rdfs:comment xml:lang="en">Actual bytes of the media object, for example the image file or video file.</rdfs:comment>
7405-
<rdfs:isDefinedBy rdf:resource="https://schema.org/contentUrl"/>
7406-
<rdfs:label xml:lang="en">contentURL</rdfs:label>
7407-
<rdfs:label xml:lang="en">contentUrl</rdfs:label>
7408-
</rdf:Description>
74097397

74107398

74117399

src/ontology/imports/nfdicore_import.owl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
77

88

99
Ontology(<https://nfdi4culture.de/ontology/cto/imports/nfdicore_import.owl>
10-
<https://nfdi4culture.de/ontology/cto/releases/2025-03-26/imports/nfdicore_import.owl>
10+
<https://nfdi4culture.de/ontology/cto/releases/2025-03-27/imports/nfdicore_import.owl>
1111
Annotation(<http://purl.org/dc/elements/1.1/source> <https://nfdi.fiz-karlsruhe.de/ontology/3.0.1>)
12-
Annotation(owl:versionInfo "2025-03-26")
12+
Annotation(owl:versionInfo "2025-03-27")
1313

1414
Declaration(Class(<http://edamontology.org/format_2197>))
1515
Declaration(Class(<http://edamontology.org/format_2376>))

src/ontology/imports/nfdicore_terms_combined.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ http://purl.obolibrary.org/obo/IAO_0000300
99
http://purl.org/dc/terms/description
1010
http://purl.org/dc/terms/license
1111
http://purl.org/dc/terms/title
12-
http://www.w3.org/2001/XMLSchema#anyURI
1312
http://www.w3.org/2004/02/skos/core#example
1413
https://creativecommons.org/publicdomain/zero/1.0/
1514
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000001
@@ -39,14 +38,14 @@ https://nfdi4culture.de/ontology/CTO_0001017
3938
https://nfdi4culture.de/ontology/CTO_0001018
4039
https://nfdi4culture.de/ontology/CTO_0001019
4140
https://nfdi4culture.de/ontology/CTO_0001020
41+
https://nfdi4culture.de/ontology/CTO_0001021
4242
https://nfdi4culture.de/ontology/cto-edit.owl
4343
https://schema.org/AudioObject
4444
https://schema.org/DataFeed
4545
https://schema.org/DataFeedItem
4646
https://schema.org/ImageObject
4747
https://schema.org/MediaObject
4848
https://schema.org/associatedMedia
49-
https://schema.org/contentUrl
5049
https://schema.org/dataFeedElement
5150
https://schema.org/item
5251
https://schema.org/license

src/ontology/imports/schema_import.owl

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
77

88

99
Ontology(<https://nfdi4culture.de/ontology/cto/imports/schema_import.owl>
10-
<https://nfdi4culture.de/ontology/cto/releases/2025-03-26/imports/schema_import.owl>
11-
Annotation(owl:versionInfo "2025-03-26")
10+
<https://nfdi4culture.de/ontology/cto/releases/2025-03-27/imports/schema_import.owl>
11+
Annotation(owl:versionInfo "2025-03-27")
1212

1313
Declaration(Class(<https://schema.org/AudioObject>))
1414
Declaration(Class(<https://schema.org/DataFeed>))
1515
Declaration(Class(<https://schema.org/DataFeedItem>))
1616
Declaration(Class(<https://schema.org/ImageObject>))
1717
Declaration(Class(<https://schema.org/MediaObject>))
1818
Declaration(ObjectProperty(<https://schema.org/associatedMedia>))
19-
Declaration(ObjectProperty(<https://schema.org/contentUrl>))
2019
Declaration(ObjectProperty(<https://schema.org/dataFeedElement>))
2120
Declaration(ObjectProperty(<https://schema.org/item>))
2221
Declaration(ObjectProperty(<https://schema.org/license>))
@@ -33,13 +32,6 @@ AnnotationAssertion(rdfs:comment <https://schema.org/associatedMedia> "A media o
3332
AnnotationAssertion(rdfs:isDefinedBy <https://schema.org/associatedMedia> <https://schema.org/associatedMedia>)
3433
AnnotationAssertion(rdfs:label <https://schema.org/associatedMedia> "associatedMedia"@en)
3534

36-
# Object Property: <https://schema.org/contentUrl> (contentUrl)
37-
38-
AnnotationAssertion(rdfs:comment <https://schema.org/contentUrl> "Actual bytes of the media object, for example the image file or video file."@en)
39-
AnnotationAssertion(rdfs:isDefinedBy <https://schema.org/contentUrl> <https://schema.org/contentUrl>)
40-
AnnotationAssertion(rdfs:label <https://schema.org/contentUrl> "contentUrl"@en)
41-
ObjectPropertyDomain(<https://schema.org/contentUrl> <https://schema.org/MediaObject>)
42-
4335
# Object Property: <https://schema.org/dataFeedElement> (dataFeedElement)
4436

4537
AnnotationAssertion(rdfs:comment <https://schema.org/dataFeedElement> "An item within a data feed. Data feeds may have many elements."@en)

src/ontology/imports/schema_terms.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ https://schema.org/AudioObject
88
https://schema.org/license
99
https://schema.org/dateCreated
1010
https://schema.org/dateModified
11-
https://schema.org/contentUrl
1211
https://schema.org/associatedMedia

src/ontology/imports/schema_terms_combined.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ http://purl.obolibrary.org/obo/IAO_0000300
88
http://purl.org/dc/terms/description
99
http://purl.org/dc/terms/license
1010
http://purl.org/dc/terms/title
11-
http://www.w3.org/2001/XMLSchema#anyURI
1211
http://www.w3.org/2004/02/skos/core#example
1312
https://creativecommons.org/publicdomain/zero/1.0/
1413
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000001
@@ -38,6 +37,7 @@ https://nfdi4culture.de/ontology/CTO_0001017
3837
https://nfdi4culture.de/ontology/CTO_0001018
3938
https://nfdi4culture.de/ontology/CTO_0001019
4039
https://nfdi4culture.de/ontology/CTO_0001020
40+
https://nfdi4culture.de/ontology/CTO_0001021
4141
https://nfdi4culture.de/ontology/cto-edit.owl
4242
https://schema.org/AudioObject
4343
https://schema.org/AudioObject
@@ -51,8 +51,6 @@ https://schema.org/MediaObject
5151
https://schema.org/MediaObject
5252
https://schema.org/associatedMedia
5353
https://schema.org/associatedMedia
54-
https://schema.org/contentUrl
55-
https://schema.org/contentUrl
5654
https://schema.org/dataFeedElement
5755
https://schema.org/dataFeedElement
5856
https://schema.org/dateCreated

0 commit comments

Comments
 (0)