diff --git a/src/documentation.ttl b/src/documentation.ttl index af25158..251e7fb 100644 --- a/src/documentation.ttl +++ b/src/documentation.ttl @@ -41,8 +41,7 @@ _:genid1 foaf:homepage , ### http://purl.org/dc/terms/conformsTo dcterms:conformsTo rdf:type owl:AnnotationProperty ; - rbdoc:hasDocGroup rbdoc:groupGeneralInfo ; - rbdoc:isHiddenInDoc "true"^^xsd:boolean . + rbdoc:hasDocGroup rbdoc:groupGeneralInfo . ### http://purl.org/dc/terms/contributor @@ -316,6 +315,11 @@ dcat:seriesMember rbdoc:hasDocWeight "50"^^xsd:int ; rbdoc:hasDocGroup rbdoc:groupGeneralInfo . +dcat:version rbdoc:hasDocWeight "3"^^xsd:int ; + rbdoc:hasLabelOverride "Has version"@en ; + rbdoc:hasDocGroup rbdoc:groupGeneralInfo . + + foaf:homepage rbdoc:hasDocGroup rbdoc:groupGeneralInfo ; rbdoc:hasDocWeight "20"^^xsd:int . @@ -423,7 +427,8 @@ rb:hasTemporalProperty rbdoc:hasDocGroup rbdoc:groupTechnicalMetadata ; rb:hasVersion rbdoc:hasDocWeight "3"^^xsd:int ; - rbdoc:hasDocGroup rbdoc:groupGeneralInfo . + rbdoc:hasDocGroup rbdoc:groupGeneralInfo ; + rbdoc:isHiddenInDoc "true"^^xsd:boolean . rb:inCategory rbdoc:hasDocGroup rbdoc:groupGeneralInfo ; diff --git a/src/metadata.ttl b/src/metadata.ttl index 44667fb..32a76ea 100644 --- a/src/metadata.ttl +++ b/src/metadata.ttl @@ -324,6 +324,11 @@ rb:usesTask rdf:type owl:ObjectProperty ; # Data properties ################################################################# +### http://www.w3.org/ns/dcat#version +dcat:version rdf:type owl:DatatypeProperty ; + owl:equivalentProperty rb:hasVersion . + + ### https://w3id.org/riverbench/schema/metadata#conformanceProperty rb:conformanceProperty rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf owl:topDataProperty ; @@ -367,9 +372,11 @@ rb:hasStreamElementCount rdf:type owl:DatatypeProperty ; ### https://w3id.org/riverbench/schema/metadata#hasVersion rb:hasVersion rdf:type owl:DatatypeProperty ; + owl:equivalentProperty dcat:version ; rdfs:range xsd:string ; - rdfs:comment "Version tag of an artifact"@en ; - rdfs:label "Has version"@en . + rdfs:comment "Version tag of an artifact. This property is deprecated since RiverBench schema release 2.2.0 and will be removed in version 2.3.0. Use dcat:version instead."@en ; + rdfs:label "Has version (deprecated)"@en ; + owl:deprecated "true"^^xsd:boolean . ### https://w3id.org/riverbench/schema/metadata#maximum