Skip to content

Commit 2f309f0

Browse files
committed
release file annotations
1 parent d863640 commit 2f309f0

File tree

9 files changed

+35
-15
lines changed

9 files changed

+35
-15
lines changed

src/ontology/cto-base.owl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1010
xmlns:xml="http://www.w3.org/XML/1998/namespace"
1111
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
12+
xmlns:bibo="http://purl.org/ontology/bibo/"
1213
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
1314
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
1415
xmlns:vann="http://purl.org/vocab/vann/"
1516
xmlns:schema="http://schema.org/"
1617
xmlns:dcterms="http://purl.org/dc/terms/"
1718
xmlns:nfdicore="https://nfdi.fiz-karlsruhe.de/ontology/">
1819
<owl:Ontology rdf:about="https://nfdi4culture.de/ontology/cto/cto-base.owl">
19-
<owl:versionIRI rdf:resource="https://nfdi4culture.de/ontology/cto/releases/2025-03-30/cto-base.owl"/>
20+
<owl:versionIRI rdf:resource="https://nfdi4culture.de/ontology/cto/releases/2025-03-31/cto-base.owl"/>
2021
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
2122
<dcterms:contributor rdf:resource="https://nfdi4culture.de/id/E1873"/>
2223
<dcterms:contributor rdf:resource="https://nfdi4culture.de/id/E2381"/>
@@ -31,8 +32,9 @@ It describes and interlinks the diverse entities that exist within the community
3132
Further infomration can be found at in the detailed documentation: https://nfdi.fiz-karlsruhe.de/4culture/</dcterms:description>
3233
<dcterms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/>
3334
<dcterms:title>NFDI4Culture Ontology (CTO)</dcterms:title>
35+
<bibo:status xml:lang="en">Ontology Specification</bibo:status>
3436
<vann:preferredNamespaceUri rdf:resource="https://nfdi4culture.de/ontology/"/>
35-
<owl:versionInfo>2025-03-30</owl:versionInfo>
37+
<owl:versionInfo>2025-03-31</owl:versionInfo>
3638
</owl:Ontology>
3739

3840

@@ -90,6 +92,12 @@ Further infomration can be found at in the detailed documentation: https://nfdi.
9092

9193

9294

95+
<!-- http://purl.org/ontology/bibo/status -->
96+
97+
<owl:AnnotationProperty rdf:about="http://purl.org/ontology/bibo/status"/>
98+
99+
100+
93101
<!-- http://purl.org/vocab/vann/preferredNamespaceUri -->
94102

95103
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>

src/ontology/cto-base.ttl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
88
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
99
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10+
@prefix bibo: <http://purl.org/ontology/bibo/> .
1011
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
1112
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
1213
@prefix vann: <http://purl.org/vocab/vann/> .
@@ -16,7 +17,7 @@
1617
@base <https://nfdi4culture.de/ontology/cto/cto-base.ttl> .
1718

1819
<https://nfdi4culture.de/ontology/cto/cto-base.ttl> rdf:type owl:Ontology ;
19-
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-03-30/cto-base.ttl> ;
20+
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-03-31/cto-base.ttl> ;
2021
dc:type obo:IAO_8000001 ;
2122
dcterms:contributor n4c:E1873 ,
2223
n4c:E2381 ,
@@ -31,8 +32,9 @@ It describes and interlinks the diverse entities that exist within the community
3132
Further infomration can be found at in the detailed documentation: https://nfdi.fiz-karlsruhe.de/4culture/"""@en ;
3233
dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
3334
dcterms:title "NFDI4Culture Ontology (CTO)" ;
35+
bibo:status "Ontology Specification"@en ;
3436
vann:preferredNamespaceUri <https://nfdi4culture.de/ontology/> ;
35-
owl:versionInfo "2025-03-30" .
37+
owl:versionInfo "2025-03-31" .
3638

3739
#################################################################
3840
# Annotation properties
@@ -66,6 +68,10 @@ dcterms:license rdf:type owl:AnnotationProperty .
6668
dcterms:title rdf:type owl:AnnotationProperty .
6769

6870

71+
### http://purl.org/ontology/bibo/status
72+
bibo:status rdf:type owl:AnnotationProperty .
73+
74+
6975
### http://purl.org/vocab/vann/preferredNamespaceUri
7076
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
7177

src/ontology/cto-edit.owl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ It describes and interlinks the diverse entities that exist within the community
2929
Further infomration can be found at in the detailed documentation: https://nfdi.fiz-karlsruhe.de/4culture/"@en)
3030
Annotation(dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>)
3131
Annotation(dcterms:title "NFDI4Culture Ontology (CTO)")
32+
Annotation(<http://purl.org/ontology/bibo/status> "Ontology Specification"@en)
3233
Annotation(<http://purl.org/vocab/vann/preferredNamespaceUri> <https://nfdi4culture.de/ontology/>)
3334

35+
Declaration(AnnotationProperty(<http://purl.org/ontology/bibo/status>))
36+
37+
3438
Declaration(Class(<https://nfdi4culture.de/ontology/CTO_0001002>))
3539
Declaration(Class(<https://nfdi4culture.de/ontology/CTO_0001005>))
3640
Declaration(Class(<https://nfdi4culture.de/ontology/CTO_0001024>))

src/ontology/cto-full.ttl

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

2525
<https://nfdi4culture.de/ontology/cto/cto-full.ttl> rdf:type owl:Ontology ;
26-
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-03-30/cto-full.ttl> ;
26+
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-03-31/cto-full.ttl> ;
2727
dcterms:contributor n4c:E1873 ,
2828
n4c:E2381 ,
2929
n4c:E3715 ;
@@ -37,8 +37,9 @@ It describes and interlinks the diverse entities that exist within the community
3737
Further infomration can be found at in the detailed documentation: https://nfdi.fiz-karlsruhe.de/4culture/"""@en ;
3838
dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
3939
dcterms:title "NFDI4Culture Ontology (CTO)" ;
40+
bibo:status "Ontology Specification"@en ;
4041
vann:preferredNamespaceUri <https://nfdi4culture.de/ontology/> ;
41-
owl:versionInfo "2025-03-30" .
42+
owl:versionInfo "2025-03-31" .
4243

4344
#################################################################
4445
# Annotation properties

src/ontology/cto.ttl

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

2525
<https://nfdi4culture.de/ontology/cto.ttl> rdf:type owl:Ontology ;
26-
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-03-30/cto.ttl> ;
26+
owl:versionIRI <https://nfdi4culture.de/ontology/cto/releases/2025-03-31/cto.ttl> ;
2727
dcterms:contributor n4c:E1873 ,
2828
n4c:E2381 ,
2929
n4c:E3715 ;
@@ -37,8 +37,9 @@ It describes and interlinks the diverse entities that exist within the community
3737
Further infomration can be found at in the detailed documentation: https://nfdi.fiz-karlsruhe.de/4culture/"""@en ;
3838
dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
3939
dcterms:title "NFDI4Culture Ontology (CTO)" ;
40+
bibo:status "Ontology Specification"@en ;
4041
vann:preferredNamespaceUri <https://nfdi4culture.de/ontology/> ;
41-
owl:versionInfo "2025-03-30" .
42+
owl:versionInfo "2025-03-31" .
4243

4344
#################################################################
4445
# Annotation properties

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-30/imports/nfdicore_import.owl>
10+
<https://nfdi4culture.de/ontology/cto/releases/2025-03-31/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-30")
12+
Annotation(owl:versionInfo "2025-03-31")
1313

1414
Declaration(Class(<http://edamontology.org/format_2197>))
1515
Declaration(Class(<http://edamontology.org/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-03-30/imports/schema_import.owl>
11-
Annotation(owl:versionInfo "2025-03-30")
10+
<https://nfdi4culture.de/ontology/cto/releases/2025-03-31/imports/schema_import.owl>
11+
Annotation(owl:versionInfo "2025-03-31")
1212

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

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

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

src/ontology/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
VERSION=3.0.0
4-
PRIOR_VERSION=2.0.0
4+
PRIOR_VERSION=2.2.0
55
ONTBASE=https://nfdi4culture.de/ontology
66
ANNOTATE_ONTOLOGY_VERSION="annotate -V $ONTBASE/$VERSION/\$@ --annotation owl:versionInfo $VERSION"
77

0 commit comments

Comments
 (0)