Skip to content

Commit ab96f6f

Browse files
jgelukclaude
andcommitted
Merge branch 'ballot/5' into develop
Lands Ballot 5: refresh outdated ontology/shapes metadata and switch to owl:versionIRI (dct:modified 2026-06-01; versionIRI .../2026-06-01/ and .../2026-06-01/shapes/), replacing the stale owl:versionInfo "Errata 2". Resolves: DPROD-64, #192 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 parents d53c62c + 8d566e4 commit ab96f6f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ontology/dprod/dprod-ontology.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dprod:
2727
"The ontology utilizes the notion of Datasets as defined from DCAT vocabulary."@en ;
2828
rdfs:comment "DPROD is an OWL ontology designed to facilitate interoperability between data product descriptors."@en ;
2929
dct:license <https://creativecommons.org/licenses/by/4.0/> ;
30-
dct:modified "2024-08-31"^^xsd:date ;
30+
dct:modified "2026-06-01"^^xsd:date ;
3131
dct:publisher <https://www.omg.org/> ;
3232
dct:contributor <https://www.linkedin.com/in/matthiasautrata> ;
3333
dct:contributor <https://www.linkedin.com/in/natasavaritimou> ;
@@ -38,7 +38,7 @@ dprod:
3838
dct:contributor <https://www.linkedin.com/in/tonyseale> ;
3939
dct:contributor <https://www.linkedin.com/in/joshuacornejo> ;
4040
owl:imports dcat: ;
41-
owl:versionInfo "OMG Request For Comments Errata 2" ;
41+
owl:versionIRI <https://www.omg.org/spec/DPROD/2026-06-01/> ;
4242
.
4343

4444
############################# DPROD Classes #########################

ontology/dprod/dprod-shapes.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dprod-shapes:
2626
dct:description "SHACL shapes for DPROD, including the DCAT classes and properties to be used."@en ;
2727
rdfs:comment
2828
"This is intended to be used with SHACL, not as an ontology: the ontology element is to provide the metadata for the set of shapes."@en ;
29-
dct:modified "2024-08-31"^^xsd:date ;
29+
dct:modified "2026-06-01"^^xsd:date ;
3030
dct:contributor <https://www.linkedin.com/in/natasavaritimou> ;
3131
dct:contributor <https://www.linkedin.com/in/peterivett> ;
3232
dct:contributor <https://www.linkedin.com/in/jgeluk> ;
@@ -36,7 +36,7 @@ dprod-shapes:
3636
owl:imports dcat: ;
3737
owl:imports sh: ;
3838
owl:imports dprod: ;
39-
owl:versionInfo "OMG Request For Comments Errata 2" ;
39+
owl:versionIRI <https://www.omg.org/spec/DPROD/2026-06-01/shapes/> ;
4040
sh:declare [
4141
sh:prefix "dprod" ;
4242
sh:namespace "https://www.omg.org/spec/DPROD/" ;

0 commit comments

Comments
 (0)