From f66958b6d509a8166ef9e1abb49e7671ce782d9e Mon Sep 17 00:00:00 2001 From: Arndt Date: Mon, 2 Dec 2024 11:31:23 +0100 Subject: [PATCH] #6 Update --- OntoMetadataShape4TS.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OntoMetadataShape4TS.ttl b/OntoMetadataShape4TS.ttl index 8f23c30..0b7e5c0 100644 --- a/OntoMetadataShape4TS.ttl +++ b/OntoMetadataShape4TS.ttl @@ -1012,7 +1012,7 @@ ontometa4ts:OntologyMetadataShape a sh:NodeShape ; sh:severity sh:Info ; sh:datatype xsd:dateTime ; sh:maxCount 1 ; - sh:message """You should provide at most one ontology issue date that conforms to xsd:dateTime.\nRecommended property: \nExample statement: \"2023-11-21T00:00:00\"^^xsd:dateTime .\nNeed help? Learn more about SHACL: https://www.w3.org/TR/2017/REC-shacl-20170720/ """^^rdf:HTML ; + sh:message """You should provide at most one ontology issue date that conforms to xsd:dateTime.
Recommended property:
Example statement: \"2023-11-21T00:00:00\"^^xsd:dateTime .
Need help? Learn more about SHACL: https://www.w3.org/TR/2017/REC-shacl-20170720/ """^^rdf:HTML ; sh:description "This shape checks whether the ontology's issue date conforms to xsd:dateTime. It produces an info message if it does not."@en ; sh:name "Ontology issue date - datatype"@en ; ] ;