Skip to content

Commit 6788a5d

Browse files
committed
repair :)
1 parent c67b056 commit 6788a5d

14 files changed

+407
-17
lines changed

src/ontology/catalog-v001.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
<uri name="https://nfdi4culture.de/ontology/cto/imports/schema_import.owl" uri="imports/schema_import.owl"/>
88

9+
<uri name="https://nfdi4culture.de/ontology/cto/imports/dcterms_import.owl" uri="imports/dcterms_import.owl"/>
910

10-
11+
<uri name="https://nfdi4culture.de/ontology/cto/imports/skos_import.owl" uri="imports/skos_import.owl"/>
1112

1213

1314

src/ontology/cto-edit.owl

Lines changed: 112 additions & 4 deletions
Large diffs are not rendered by default.

src/ontology/cto-odk.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,32 @@ license: https://creativecommons.org/publicdomain/zero/1.0/
1010
import_group:
1111
products:
1212
- id: nfdicore
13-
mirror_from: https://raw.githubusercontent.com/ISE-FIZKarlsruhe/nfdicore/refs/heads/main/nfdicore.ttl
13+
mirror_from: https://raw.githubusercontent.com/ISE-FIZKarlsruhe/nfdicore/main/nfdicore.ttl
1414
module_type: mirror
15+
1516
- id: schema
1617
mirror_from: "https://raw.githubusercontent.com/schemaorg/schemaorg/refs/tags/v28.1-release/data/releases/28.1/schemaorg.owl"
1718
module_type: custom
1819
# module_type: slme
1920
# module_type_slme: SUBSET
2021
# slme_individuals: exclude
2122

23+
- id: dcterms
24+
mirror_from: "https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_terms.ttl"
25+
module_type: custom
26+
# module_type: slme
27+
# module_type_slme: SUBSET
28+
# slme_individuals: exclude
29+
30+
- id: skos
31+
mirror_from: "http://www.w3.org/TR/skos-reference/skos.rdf"
32+
# module_type: custom
33+
module_type: slme
34+
module_type_slme: SUBSET
35+
slme_individuals: exclude
36+
37+
38+
2239
release_artefacts:
2340
# - base
2441
- full

src/ontology/cto.Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,23 @@ $(IMPORTDIR)/schema_import.owl: $(MIRRORDIR)/schema.owl $(IMPORTDIR)/schema_term
1818
extract -T $(IMPORTDIR)/schema_terms_combined.txt --copy-ontology-annotations true --force true --individuals exclude --method SUBSET \
1919
query --update ../sparql/inject-subset-declaration.ru --update ../sparql/inject-synonymtype-declaration.ru --update ../sparql/postprocess-module.ru \
2020
$(ANNOTATE_CONVERT_FILE); fi
21+
22+
#################################################################
23+
## import dcterms custom
24+
#################################################################
25+
26+
$(IMPORTDIR)/dcterms_import.owl: $(MIRRORDIR)/dcterms.owl $(IMPORTDIR)/dcterms_terms_combined.txt
27+
if [ $(IMP) = true ]; then $(ROBOT) query -i $< --update ../sparql/preprocess-module.ru \
28+
extract -T $(IMPORTDIR)/dcterms_terms_combined.txt --copy-ontology-annotations true --force true --individuals exclude --method SUBSET \
29+
query --update ../sparql/inject-subset-declaration.ru --update ../sparql/inject-synonymtype-declaration.ru --update ../sparql/postprocess-module.ru \
30+
$(ANNOTATE_CONVERT_FILE); fi
31+
32+
#################################################################
33+
## import skos custom
34+
#################################################################
35+
36+
$(IMPORTDIR)/skos_import.owl: $(MIRRORDIR)/skos.owl $(IMPORTDIR)/skos_terms_combined.txt
37+
if [ $(IMP) = true ]; then $(ROBOT) query -i $< --update ../sparql/preprocess-module.ru \
38+
extract -T $(IMPORTDIR)/skos_terms_combined.txt --copy-ontology-annotations true --force true --individuals exclude --method SUBSET \
39+
query --update ../sparql/inject-subset-declaration.ru --update ../sparql/inject-synonymtype-declaration.ru --update ../sparql/postprocess-module.ru \
40+
$(ANNOTATE_CONVERT_FILE); fi
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Prefix(:=<https://nfdi4culture.de/ontology/cto/imports/dcterms_import.owl#>)
2+
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
3+
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
4+
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
5+
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
6+
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
7+
8+
9+
Ontology(<https://nfdi4culture.de/ontology/cto/imports/dcterms_import.owl>
10+
<https://nfdi4culture.de/ontology/cto/releases/2025-03-28/imports/dcterms_import.owl>
11+
Annotation(owl:versionInfo "2025-03-28")
12+
13+
14+
15+
)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http://purl.org/dc/terms/subject
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
http://purl.obolibrary.org/obo/BFO_0000176
2+
http://purl.obolibrary.org/obo/BFO_0000178
3+
http://purl.obolibrary.org/obo/CTO_0000000
4+
http://purl.obolibrary.org/obo/IAO_0000030
5+
http://purl.obolibrary.org/obo/IAO_0000136
6+
http://purl.obolibrary.org/obo/IAO_0000219
7+
http://purl.obolibrary.org/obo/IAO_0000235
8+
http://purl.obolibrary.org/obo/IAO_0000300
9+
http://purl.org/dc/terms/description
10+
http://purl.org/dc/terms/license
11+
http://purl.org/dc/terms/subject
12+
http://purl.org/dc/terms/title
13+
http://www.w3.org/2000/01/rdf-schema#Literal
14+
http://www.w3.org/2004/02/skos/core#Concept
15+
http://www.w3.org/2004/02/skos/core#editorialNote
16+
http://www.w3.org/2004/02/skos/core#example
17+
https://creativecommons.org/publicdomain/zero/1.0/
18+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000001
19+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000003
20+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004
21+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000005
22+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000015
23+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000131
24+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000226
25+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001008
26+
https://nfdi4culture.de/ontology/CTO_0001000
27+
https://nfdi4culture.de/ontology/CTO_0001001
28+
https://nfdi4culture.de/ontology/CTO_0001002
29+
https://nfdi4culture.de/ontology/CTO_0001003
30+
https://nfdi4culture.de/ontology/CTO_0001004
31+
https://nfdi4culture.de/ontology/CTO_0001005
32+
https://nfdi4culture.de/ontology/CTO_0001006
33+
https://nfdi4culture.de/ontology/CTO_0001007
34+
https://nfdi4culture.de/ontology/CTO_0001008
35+
https://nfdi4culture.de/ontology/CTO_0001009
36+
https://nfdi4culture.de/ontology/CTO_0001010
37+
https://nfdi4culture.de/ontology/CTO_0001011
38+
https://nfdi4culture.de/ontology/CTO_0001012
39+
https://nfdi4culture.de/ontology/CTO_0001013
40+
https://nfdi4culture.de/ontology/CTO_0001014
41+
https://nfdi4culture.de/ontology/CTO_0001015
42+
https://nfdi4culture.de/ontology/CTO_0001016
43+
https://nfdi4culture.de/ontology/CTO_0001017
44+
https://nfdi4culture.de/ontology/CTO_0001018
45+
https://nfdi4culture.de/ontology/CTO_0001019
46+
https://nfdi4culture.de/ontology/CTO_0001020
47+
https://nfdi4culture.de/ontology/CTO_0001021
48+
https://nfdi4culture.de/ontology/CTO_0001022
49+
https://nfdi4culture.de/ontology/CTO_0001023
50+
https://nfdi4culture.de/ontology/CTO_0001024
51+
https://nfdi4culture.de/ontology/CTO_0001025
52+
https://nfdi4culture.de/ontology/CTO_0001026
53+
https://nfdi4culture.de/ontology/CTO_0001027
54+
https://nfdi4culture.de/ontology/CTO_0001028
55+
https://nfdi4culture.de/ontology/CTO_0001029
56+
https://nfdi4culture.de/ontology/CTO_0001030
57+
https://nfdi4culture.de/ontology/CTO_0001031
58+
https://nfdi4culture.de/ontology/CTO_0001034
59+
https://nfdi4culture.de/ontology/cto-edit.owl
60+
https://schema.org/AudioObject
61+
https://schema.org/DataFeed
62+
https://schema.org/DataFeedItem
63+
https://schema.org/ImageObject
64+
https://schema.org/MediaObject
65+
https://schema.org/associatedMedia
66+
https://schema.org/dataFeedElement
67+
https://schema.org/item
68+
https://schema.org/license
69+
term

src/ontology/imports/nfdicore_import.owl

Lines changed: 6 additions & 7 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-27/imports/nfdicore_import.owl>
10+
<https://nfdi4culture.de/ontology/cto/releases/2025-03-28/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-27")
12+
Annotation(owl:versionInfo "2025-03-28")
1313

1414
Declaration(Class(<http://edamontology.org/format_2197>))
1515
Declaration(Class(<http://edamontology.org/format_2376>))
@@ -2845,9 +2845,8 @@ AnnotationAssertion(rdfs:comment <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_00
28452845
AnnotationAssertion(rdfs:label <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000003> "organization"@en)
28462846
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#editorialNote> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000003> "An organization of some kind, e.g. research organization or business organization"@en)
28472847
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#example> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000003> "University Library in Leipzig, Museums of City Cologne")
2848-
EquivalentClasses(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000003> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/BFO_0000141> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000196> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>)))
2849-
SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000003> <http://purl.obolibrary.org/obo/BFO_0000141>)
28502848
SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000003> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000102>)
2849+
SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000003> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/BFO_0000141> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000196> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>)))
28512850

28522851
# Class: <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004> (person)
28532852

@@ -3213,7 +3212,7 @@ SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000190> <https://nfdi.f
32133212

32143213
AnnotationAssertion(rdfs:comment <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000193> "A role inherent in an agent that is realized when the bearer participates in the publishing of the document."@en)
32153214
AnnotationAssertion(rdfs:label <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000193> "publisher role"@en)
3216-
SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000193> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>)
3215+
SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000193> ObjectIntersectionOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000054> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000014>)))
32173216

32183217
# Class: <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> (software)
32193218

@@ -3691,7 +3690,7 @@ SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001057> <https://nfdi.f
36913690

36923691
AnnotationAssertion(rdfs:comment <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001058> "A role inherent in an agent that is realized when shareing the role of representing an organization, group, or initiative, typically communicating its views, policies, or findings to the public.")
36933692
AnnotationAssertion(rdfs:label <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001058> "co spokesperson role"@en)
3694-
SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001058> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>)
3693+
SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001058> ObjectIntersectionOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000197> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004>)))
36953694

36963695
# Class: <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001059> (collaboration partner role)
36973696

@@ -3718,7 +3717,7 @@ SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001061> <https://nfdi.f
37183717
AnnotationAssertion(rdfs:comment <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001062> "A role inherent in an agent that is realized when delivers presentations, lectures, or speeches at events, conferences, or public gatherings.")
37193718
AnnotationAssertion(rdfs:label <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001062> "speaker role"@en)
37203719
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#example> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001062> "invited speakers at scientific symposiums, keynote presenters at technology expos, and guest lecturers at universities")
3721-
SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001062> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>)
3720+
SubClassOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001062> ObjectIntersectionOf(<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000197> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004>)))
37223721

37233722
# Class: <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001063> (artificial intelligence)
37243723

src/ontology/imports/nfdicore_terms_combined.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11

2-
http://purl.obolibrary.org/obo/BFO_0000001
32
http://purl.obolibrary.org/obo/BFO_0000176
43
http://purl.obolibrary.org/obo/BFO_0000178
54
http://purl.obolibrary.org/obo/CTO_0000000
65
http://purl.obolibrary.org/obo/IAO_0000030
76
http://purl.obolibrary.org/obo/IAO_0000136
7+
http://purl.obolibrary.org/obo/IAO_0000219
8+
http://purl.obolibrary.org/obo/IAO_0000235
89
http://purl.obolibrary.org/obo/IAO_0000300
910
http://purl.org/dc/terms/description
1011
http://purl.org/dc/terms/license
1112
http://purl.org/dc/terms/title
13+
http://www.w3.org/2000/01/rdf-schema#Literal
14+
http://www.w3.org/2004/02/skos/core#Concept
15+
http://www.w3.org/2004/02/skos/core#editorialNote
1216
http://www.w3.org/2004/02/skos/core#example
1317
https://creativecommons.org/publicdomain/zero/1.0/
1418
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000001
1519
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000003
1620
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004
1721
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000005
22+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000015
1823
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000131
1924
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000226
2025
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001008
26+
https://nfdi4culture.de/ontology/CTO_0001000
2127
https://nfdi4culture.de/ontology/CTO_0001001
2228
https://nfdi4culture.de/ontology/CTO_0001002
2329
https://nfdi4culture.de/ontology/CTO_0001003
@@ -39,6 +45,17 @@ https://nfdi4culture.de/ontology/CTO_0001018
3945
https://nfdi4culture.de/ontology/CTO_0001019
4046
https://nfdi4culture.de/ontology/CTO_0001020
4147
https://nfdi4culture.de/ontology/CTO_0001021
48+
https://nfdi4culture.de/ontology/CTO_0001022
49+
https://nfdi4culture.de/ontology/CTO_0001023
50+
https://nfdi4culture.de/ontology/CTO_0001024
51+
https://nfdi4culture.de/ontology/CTO_0001025
52+
https://nfdi4culture.de/ontology/CTO_0001026
53+
https://nfdi4culture.de/ontology/CTO_0001027
54+
https://nfdi4culture.de/ontology/CTO_0001028
55+
https://nfdi4culture.de/ontology/CTO_0001029
56+
https://nfdi4culture.de/ontology/CTO_0001030
57+
https://nfdi4culture.de/ontology/CTO_0001031
58+
https://nfdi4culture.de/ontology/CTO_0001034
4259
https://nfdi4culture.de/ontology/cto-edit.owl
4360
https://schema.org/AudioObject
4461
https://schema.org/DataFeed

src/ontology/imports/schema_import.owl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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-27/imports/schema_import.owl>
11-
Annotation(owl:versionInfo "2025-03-27")
10+
<https://nfdi4culture.de/ontology/cto/releases/2025-03-28/imports/schema_import.owl>
11+
Annotation(owl:versionInfo "2025-03-28")
1212

1313
Declaration(Class(<https://schema.org/AudioObject>))
1414
Declaration(Class(<https://schema.org/DataFeed>))

0 commit comments

Comments
 (0)