Skip to content

Commit

Permalink
#6 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SArndt-TIB committed Dec 2, 2024
1 parent bd52649 commit f66958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OntoMetadataShape4TS.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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: <http://purl.org/dc/terms/issued>\nExample statement: <https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/> \"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.<br>Recommended property: <http://purl.org/dc/terms/issued><br>Example statement: <https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/> \"2023-11-21T00:00:00\"^^xsd:dateTime .<br>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 ;
] ;
Expand Down

0 comments on commit f66958b

Please sign in to comment.