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 10, 2024
1 parent 30c39b3 commit 2e51988
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 @@ -81,15 +81,15 @@ ontometa4ts:OntologyMetadataShape a sh:NodeShape ;
sh:severity sh:Warning;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:message """The ontology does not declare its preferred prefix. Please provide it if known.\nIt must not contain hyphens or other special characters and should be written in lowercase.\nRecommended property: \"http://purl.org/vocab/vann/preferredNamespacePrefix\""""@en ;
sh:message """The ontology does not declare its preferred prefix. Please provide it if known.\nIt must not contain hyphens or other special characters and should be written in lowercase.\nRecommended property: http://purl.org/vocab/vann/preferredNamespacePrefix"""@en ;
sh:name "Preferred ontology prefix/ acronym"@en ;
] ;

sh:property [
sh:path [sh:alternativePath (<http://purl.org/vocab/vann/preferredNamespacePrefix> <https://w3id.org/mod#acronym>)];
sh:severity sh:Info ;
sh:datatype xsd:string ;
sh:message """The ontology should declare its preferred namespace prefix or acronym as an xsd:string.\nRecommended property: \"http://purl.org/vocab/vann/preferredNamespacePrefix\"\nExample statement (text/turtle): <https://www.purl.org/SomeOntology> vann:preferredNamespacePrefix \"so\"^^xsd:string ."""@en ;
sh:message """The ontology should declare its preferred namespace prefix or acronym as an xsd:string.\nRecommended property: http://purl.org/vocab/vann/preferredNamespacePrefix\nExample statement (text/turtle): <https://www.purl.org/SomeOntology> vann:preferredNamespacePrefix \"so\"^^xsd:string ."""@en ;
sh:name "Preferred ontology prefix/ acronym - datatype"@en ;
] ;

Expand Down

0 comments on commit 2e51988

Please sign in to comment.