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 4cf0ff5 commit 070709d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions OntoMetadataShape4TS.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1012,10 +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: <http://purl.org/dc/terms/issued>
Example statement: <https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/> \"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.<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/ """@en ;
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 070709d

Please sign in to comment.