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 99b327a commit 30c39b3
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 @@ -61,7 +61,7 @@ ontometa4ts:OntologyMetadataShape a sh:NodeShape ;
sh:path [sh:alternativePath (rdfs:label skos:prefLabel dc:title dcterms:title schema:name schema:headline) ] ;
sh:severity sh:Warning ;
sh:minCount 1 ;
sh:message """The ontology does not include its own title. Please provide it if known.\nRecommended property: \"http://purl.org/dc/terms/title\"."""@en ;
sh:message """The ontology does not include its own title. Please provide it if known.\nRecommended property: http://purl.org/dc/terms/title"""@en ;
sh:name "Ontology title"@en ;
] ;

Expand All @@ -70,7 +70,7 @@ ontometa4ts:OntologyMetadataShape a sh:NodeShape ;
sh:severity sh:Info ;
sh:datatype rdf:langString ;
sh:uniqueLang true ;
sh:message """The ontology title should be an rdf:langString, i.e. it should have a language tag.\nThere may be only title per language.\nRecommended property: \"http://purl.org/dc/terms/title\".\nExample statement (text/turtle): <https://www.purl.org/SomeOntology> dcterms:title \"Some Ontology\"@en ."""@en ;
sh:message """The ontology title should be an rdf:langString, i.e. it should have a language tag.\nThere may be only title per language.\nRecommended property: http://purl.org/dc/terms/title.\nExample statement (text/turtle): <https://www.purl.org/SomeOntology> dcterms:title \"Some Ontology\"@en ."""@en ;
sh:name "Ontology title - datatype"@en ;
] ;

Expand Down

0 comments on commit 30c39b3

Please sign in to comment.