Skip to content

Commit e0b65f6

Browse files
committed
schema import
1 parent fd55036 commit e0b65f6

File tree

9 files changed

+166
-16
lines changed

9 files changed

+166
-16
lines changed

src/ontology/cto-base.owl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
xmlns:dcterms="http://purl.org/dc/terms/"
1818
xmlns:nfdicore="https://nfdi.fiz-karlsruhe.de/ontology/">
1919
<owl:Ontology rdf:about="https://nfdi4culture.de/ontology/cto/cto-base.owl">
20-
<owl:versionIRI rdf:resource="https://nfdi4culture.de/ontology/cto/releases/2025-10-14/cto-base.owl"/>
20+
<owl:versionIRI rdf:resource="https://nfdi4culture.de/ontology/cto/releases/2025-10-20/cto-base.owl"/>
2121
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
2222
<dcterms:contributor rdf:resource="https://nfdi4culture.de/id/E1873"/>
2323
<dcterms:contributor rdf:resource="https://nfdi4culture.de/id/E2381"/>
@@ -34,7 +34,7 @@ Further infomration can be found at in the detailed documentation: https://nfdi.
3434
<dcterms:title>NFDI4Culture Ontology (CTO)</dcterms:title>
3535
<bibo:status xml:lang="en">Ontology Specification</bibo:status>
3636
<vann:preferredNamespaceUri rdf:resource="https://nfdi4culture.de/ontology/"/>
37-
<owl:versionInfo>2025-10-14</owl:versionInfo>
37+
<owl:versionInfo>2025-10-20</owl:versionInfo>
3838
</owl:Ontology>
3939

4040

src/ontology/cto-base.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@base <https://nfdi4culture.de/ontology/cto/cto-base.ttl> .
1818

1919
<https://nfdi4culture.de/ontology/cto/cto-base.ttl> rdf:type owl:Ontology ;
20-
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-10-14/cto-base.ttl> ;
20+
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-10-20/cto-base.ttl> ;
2121
dc:type obo:IAO_8000001 ;
2222
dcterms:contributor n4c:E1873 ,
2323
n4c:E2381 ,
@@ -34,7 +34,7 @@ Further infomration can be found at in the detailed documentation: https://nfdi.
3434
dcterms:title "NFDI4Culture Ontology (CTO)" ;
3535
bibo:status "Ontology Specification"@en ;
3636
vann:preferredNamespaceUri <https://nfdi4culture.de/ontology/> ;
37-
owl:versionInfo "2025-10-14" .
37+
owl:versionInfo "2025-10-20" .
3838

3939
#################################################################
4040
# Annotation properties

src/ontology/cto-full.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@base <https://nfdi4culture.de/ontology/cto/cto-full.ttl> .
2525

2626
<https://nfdi4culture.de/ontology/cto/cto-full.ttl> rdf:type owl:Ontology ;
27-
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-10-14/cto-full.ttl> ;
27+
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-10-20/cto-full.ttl> ;
2828
dcterms:contributor n4c:E1873 ,
2929
n4c:E2381 ,
3030
n4c:E3715 ;
@@ -40,7 +40,7 @@ Further infomration can be found at in the detailed documentation: https://nfdi.
4040
dcterms:title "NFDI4Culture Ontology (CTO)" ;
4141
bibo:status "Ontology Specification"@en ;
4242
vann:preferredNamespaceUri <https://nfdi4culture.de/ontology/> ;
43-
owl:versionInfo "2025-10-14" .
43+
owl:versionInfo "2025-10-20" .
4444

4545
#################################################################
4646
# Annotation properties

src/ontology/cto.Makefile

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,21 @@ $(MIRRORDIR)/schema.owl:
2323
#################################################################
2424
## import schema custom
2525
#################################################################
26-
$(IMPORTDIR)/schema_import.owl: $(MIRRORDIR)/schema.owl $(IMPORTDIR)/schema_terms_combined.txt
26+
$(IMPORTDIR)/schema_import.owl: $(MIRRORDIR)/schema.owl
2727
if [ $(IMP) = true ]; then $(ROBOT) query -i $< --update ../sparql/preprocess-module.ru \
28-
extract -T $(IMPORTDIR)/schema_terms_combined.txt --copy-ontology-annotations true --force true --individuals exclude --method SUBSET \
28+
extract -T $(IMPORTDIR)/schema_terms.txt --copy-ontology-annotations true --force true --individuals exclude --method SUBSET \
2929
query --update ../sparql/inject-subset-declaration.ru --update ../sparql/inject-synonymtype-declaration.ru --update ../sparql/postprocess-module.ru \
3030
$(ANNOTATE_CONVERT_FILE); fi
3131

32+
#################################################################
33+
## import schema custom
34+
#################################################################
35+
#$(IMPORTDIR)/schema_import.owl: $(MIRRORDIR)/schema.owl $(IMPORTDIR)/#schema_terms_combined.txt
36+
# if [ $(IMP) = true ]; then $(ROBOT) query -i $< --update ../sparql/preprocess-module.ru \
37+
# extract -T $(IMPORTDIR)/schema_terms_combined.txt --copy-ontology-annotations true --force true --individuals exclude --method SUBSET \
38+
# query --update ../sparql/inject-subset-declaration.ru --update ../sparql/inject-synonymtype-declaration.ru --update ../sparql/postprocess-module.ru \
39+
# $(ANNOTATE_CONVERT_FILE); fi
40+
3241
#################################################################
3342
## import skos custom
3443
#################################################################

src/ontology/cto.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@base <https://nfdi4culture.de/ontology/cto.ttl> .
2525

2626
<https://nfdi4culture.de/ontology/cto.ttl> rdf:type owl:Ontology ;
27-
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-10-14/cto.ttl> ;
27+
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-10-20/cto.ttl> ;
2828
dcterms:contributor n4c:E1873 ,
2929
n4c:E2381 ,
3030
n4c:E3715 ;
@@ -40,7 +40,7 @@ Further infomration can be found at in the detailed documentation: https://nfdi.
4040
dcterms:title "NFDI4Culture Ontology (CTO)" ;
4141
bibo:status "Ontology Specification"@en ;
4242
vann:preferredNamespaceUri <https://nfdi4culture.de/ontology/> ;
43-
owl:versionInfo "2025-10-14" .
43+
owl:versionInfo "2025-10-20" .
4444

4545
#################################################################
4646
# Annotation properties

src/ontology/imports/nfdicore_import.owl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Prefix(edamontology:=<http://edamontology.org/>)
2121

2222

2323
Ontology(<https://nfdi4culture.de/ontology/cto/imports/nfdicore_import.owl>
24-
<https://nfdi4culture.de/ontology/cto/releases/2025-10-14/imports/nfdicore_import.owl>
24+
<https://nfdi4culture.de/ontology/cto/releases/2025-10-20/imports/nfdicore_import.owl>
2525
Annotation(dce:source <https://nfdi.fiz-karlsruhe.de/ontology/3.0.2>)
26-
Annotation(owl:versionInfo "2025-10-14")
26+
Annotation(owl:versionInfo "2025-10-20")
2727

2828
Declaration(Class(edamontology:format_2197))
2929
Declaration(Class(edamontology:format_2376))

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-10-14/imports/schema_import.owl>
11-
Annotation(owl:versionInfo "2025-10-14")
10+
<https://nfdi4culture.de/ontology/cto/releases/2025-10-20/imports/schema_import.owl>
11+
Annotation(owl:versionInfo "2025-10-20")
1212

1313
Declaration(Class(<https://schema.org/AudioObject>))
1414
Declaration(Class(<https://schema.org/Book>))
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
http://purl.obolibrary.org/obo/BFO_0000030
2+
http://purl.obolibrary.org/obo/BFO_0000176
3+
http://purl.obolibrary.org/obo/BFO_0000178
4+
http://purl.obolibrary.org/obo/IAO_0000030
5+
http://purl.obolibrary.org/obo/IAO_0000118
6+
http://purl.obolibrary.org/obo/IAO_0000136
7+
http://purl.obolibrary.org/obo/IAO_0000219
8+
http://purl.obolibrary.org/obo/IAO_0000235
9+
http://purl.obolibrary.org/obo/IAO_0000300
10+
http://purl.org/dc/terms/contributor
11+
http://purl.org/dc/terms/creator
12+
http://purl.org/dc/terms/description
13+
http://purl.org/dc/terms/license
14+
http://purl.org/dc/terms/title
15+
http://purl.org/ontology/bibo/status
16+
http://purl.org/vocab/vann/preferredNamespaceUri
17+
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
18+
http://www.w3.org/2000/01/rdf-schema#Literal
19+
http://www.w3.org/2001/XMLSchema#dateTime
20+
http://www.w3.org/2004/02/skos/core#Concept
21+
http://www.w3.org/2004/02/skos/core#editorialNote
22+
http://www.w3.org/2004/02/skos/core#example
23+
https://creativecommons.org/publicdomain/zero/1.0/
24+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000003
25+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004
26+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000005
27+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000015
28+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000131
29+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000226
30+
https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001008
31+
https://nfdi4culture.de/id/E1873
32+
https://nfdi4culture.de/id/E1925
33+
https://nfdi4culture.de/id/E2381
34+
https://nfdi4culture.de/id/E2415
35+
https://nfdi4culture.de/id/E2416
36+
https://nfdi4culture.de/id/E3095
37+
https://nfdi4culture.de/id/E3715
38+
https://nfdi4culture.de/ontology/
39+
https://nfdi4culture.de/ontology/CTO_0001000
40+
https://nfdi4culture.de/ontology/CTO_0001002
41+
https://nfdi4culture.de/ontology/CTO_0001003
42+
https://nfdi4culture.de/ontology/CTO_0001004
43+
https://nfdi4culture.de/ontology/CTO_0001005
44+
https://nfdi4culture.de/ontology/CTO_0001006
45+
https://nfdi4culture.de/ontology/CTO_0001007
46+
https://nfdi4culture.de/ontology/CTO_0001008
47+
https://nfdi4culture.de/ontology/CTO_0001009
48+
https://nfdi4culture.de/ontology/CTO_0001010
49+
https://nfdi4culture.de/ontology/CTO_0001011
50+
https://nfdi4culture.de/ontology/CTO_0001012
51+
https://nfdi4culture.de/ontology/CTO_0001013
52+
https://nfdi4culture.de/ontology/CTO_0001014
53+
https://nfdi4culture.de/ontology/CTO_0001015
54+
https://nfdi4culture.de/ontology/CTO_0001016
55+
https://nfdi4culture.de/ontology/CTO_0001017
56+
https://nfdi4culture.de/ontology/CTO_0001018
57+
https://nfdi4culture.de/ontology/CTO_0001019
58+
https://nfdi4culture.de/ontology/CTO_0001020
59+
https://nfdi4culture.de/ontology/CTO_0001021
60+
https://nfdi4culture.de/ontology/CTO_0001022
61+
https://nfdi4culture.de/ontology/CTO_0001023
62+
https://nfdi4culture.de/ontology/CTO_0001024
63+
https://nfdi4culture.de/ontology/CTO_0001025
64+
https://nfdi4culture.de/ontology/CTO_0001026
65+
https://nfdi4culture.de/ontology/CTO_0001027
66+
https://nfdi4culture.de/ontology/CTO_0001028
67+
https://nfdi4culture.de/ontology/CTO_0001029
68+
https://nfdi4culture.de/ontology/CTO_0001030
69+
https://nfdi4culture.de/ontology/CTO_0001031
70+
https://nfdi4culture.de/ontology/CTO_0001034
71+
https://nfdi4culture.de/ontology/CTO_0001043
72+
https://nfdi4culture.de/ontology/CTO_0001044
73+
https://nfdi4culture.de/ontology/CTO_0001045
74+
https://nfdi4culture.de/ontology/CTO_0001046
75+
https://nfdi4culture.de/ontology/CTO_0001047
76+
https://nfdi4culture.de/ontology/CTO_0001048
77+
https://nfdi4culture.de/ontology/CTO_0001049
78+
https://nfdi4culture.de/ontology/CTO_0001050
79+
https://nfdi4culture.de/ontology/CTO_0001051
80+
https://nfdi4culture.de/ontology/CTO_0001052
81+
https://nfdi4culture.de/ontology/CTO_0001053
82+
https://nfdi4culture.de/ontology/CTO_0001054
83+
https://nfdi4culture.de/ontology/CTO_0001055
84+
https://nfdi4culture.de/ontology/CTO_0001056
85+
https://nfdi4culture.de/ontology/CTO_0001057
86+
https://nfdi4culture.de/ontology/CTO_0001058
87+
https://nfdi4culture.de/ontology/CTO_0001059
88+
https://nfdi4culture.de/ontology/CTO_0001060
89+
https://nfdi4culture.de/ontology/CTO_0001061
90+
https://nfdi4culture.de/ontology/CTO_0001062
91+
https://nfdi4culture.de/ontology/CTO_0001063
92+
https://nfdi4culture.de/ontology/CTO_0001064
93+
https://nfdi4culture.de/ontology/CTO_0001065
94+
https://nfdi4culture.de/ontology/CTO_0001066
95+
https://nfdi4culture.de/ontology/CTO_0001067
96+
https://nfdi4culture.de/ontology/CTO_0001068
97+
https://nfdi4culture.de/ontology/CTO_0001069
98+
https://nfdi4culture.de/ontology/CTO_0001070
99+
https://nfdi4culture.de/ontology/CTO_0001071
100+
https://nfdi4culture.de/ontology/CTO_0001072
101+
https://nfdi4culture.de/ontology/CTO_0001073
102+
https://nfdi4culture.de/ontology/CTO_0001074
103+
https://nfdi4culture.de/ontology/CTO_0001075
104+
https://nfdi4culture.de/ontology/CTO_0001077
105+
https://nfdi4culture.de/ontology/CTO_0001078
106+
https://nfdi4culture.de/ontology/CTO_0001079
107+
https://nfdi4culture.de/ontology/CTO_0001080
108+
https://nfdi4culture.de/ontology/CTO_0001081
109+
https://nfdi4culture.de/ontology/cto-edit.owl
110+
https://orcid.org/0000-0001-7192-7143
111+
https://schema.org/AudioObject
112+
https://schema.org/AudioObject
113+
https://schema.org/Book
114+
https://schema.org/Book
115+
https://schema.org/DataFeed
116+
https://schema.org/DataFeed
117+
https://schema.org/DataFeedItem
118+
https://schema.org/DataFeedItem
119+
https://schema.org/ImageObject
120+
https://schema.org/ImageObject
121+
https://schema.org/LandmarksOrHistoricalBuildings
122+
https://schema.org/LandmarksOrHistoricalBuildings
123+
https://schema.org/MediaObject
124+
https://schema.org/MediaObject
125+
https://schema.org/Sculpture
126+
https://schema.org/Sculpture
127+
https://schema.org/SheetMusic
128+
https://schema.org/SheetMusic
129+
https://schema.org/TheaterEvent
130+
https://schema.org/TheaterEvent
131+
https://schema.org/associatedMedia
132+
https://schema.org/associatedMedia
133+
https://schema.org/dataFeedElement
134+
https://schema.org/dataFeedElement
135+
https://schema.org/dateCreated
136+
https://schema.org/dateModified
137+
https://schema.org/item
138+
https://schema.org/item
139+
https://schema.org/license
140+
https://schema.org/license
141+
term

src/ontology/imports/skos_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/skos_import.owl>
10-
<https://nfdi4culture.de/ontology/cto/releases/2025-10-14/imports/skos_import.owl>
11-
Annotation(owl:versionInfo "2025-10-14")
10+
<https://nfdi4culture.de/ontology/cto/releases/2025-10-20/imports/skos_import.owl>
11+
Annotation(owl:versionInfo "2025-10-20")
1212

1313
Declaration(Class(<http://www.w3.org/2004/02/skos/core#Concept>))
1414
Declaration(AnnotationProperty(<http://purl.org/dc/terms/contributor>))

0 commit comments

Comments
 (0)