From bd52649cfbb76052e1d5d37107f61c1fff534231 Mon Sep 17 00:00:00 2001 From: Arndt Date: Mon, 2 Dec 2024 11:30:07 +0100 Subject: [PATCH] #6 Update --- OntoMetadataShape4TS.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OntoMetadataShape4TS.ttl b/OntoMetadataShape4TS.ttl index bc2382e..8f23c30 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.

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/ """@en ; + 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: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 ; ] ;