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 e92478a commit 8a3ed01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OntoMetadataShape4TS.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ ontometa4ts:OntologyMetadataShape a sh:NodeShape ;
sh:path [sh:alternativePath (dcterms:abstract <https://schema.org/abstract>)] ;
sh:severity sh:Warning ;
sh:minCount 1 ;
sh:message """The ontology does not contain an abstract. Please provide it, if knwon. The ontology should not be longer than 500 characters.\nRecommended property: <http://purl.org/dc/terms/abstract>"""@en ; # optimized message for current TIB TS
sh:message """The ontology does not contain an abstract. Please provide it, if knwon. The ontology abstract should not be longer than 500 characters.\nRecommended property: <http://purl.org/dc/terms/abstract>"""@en ; # optimized message for current TIB TS
sh:description "This shape checks whether the ontology provides an abstract. It produces an info message if not."@en ;
sh:name "Ontology abstract"@en ;
] ;
Expand Down 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/ """@en ;
sh:message """You should provide at most one ontology issue date that conforms to xsd:dateTime.\n\nRecommended property: <http://purl.org/dc/terms/issued>\n\nExample statement: <https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/> \"2023-11-21T00:00:00\"^^xsd:dateTime .\n\nNeed 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 8a3ed01

Please sign in to comment.