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 f66958b commit d482363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OntoMetadataShape4TS.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,8 @@ 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.<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: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/"""@en ;
sh:message """WW91IHNob3VsZCBwcm92aWRlIGF0IG1vc3Qgb25lIG9udG9sb2d5IGlzc3VlIGRhdGUgdGhhdCBjb25mb3JtcyB0byB4c2Q6ZGF0ZVRpbWUuXG5SZWNvbW1lbmRlZCBwcm9wZXJ0eTogPGh0dHA6Ly9wdXJsLm9yZy9kYy90ZXJtcy9pc3N1ZWQ+XG5FeGFtcGxlIHN0YXRlbWVudDogPGh0dHBzOi8vd3d3LnB1cmwub3JnL1NvbWVPbnRvbG9neT4gPGh0dHA6Ly9wdXJsLm9yZy9kYy90ZXJtcy8+IFwiMjAyMy0xMS0yMVQwMDowMDowMFwiXl54c2Q6ZGF0ZVRpbWUgLlxuTmVlZCBoZWxwPyBMZWFybiBtb3JlIGFib3V0IFNIQUNMOiBodHRwczovL3d3dy53My5vcmcvVFIvMjAxNy9SRUMtc2hhY2wtMjAxNzA3MjAv"""^^xsd:base64Binary ;
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 d482363

Please sign in to comment.