From cedb1d0b3fae9a553e3013d9eeaaf30a2cdcc3d8 Mon Sep 17 00:00:00 2001 From: Arndt Date: Mon, 2 Dec 2024 10:17:31 +0100 Subject: [PATCH] #6 add linebreak --- OntoMetadataShape4TS.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OntoMetadataShape4TS.ttl b/OntoMetadataShape4TS.ttl index a3a5ec7..a5156b2 100644 --- a/OntoMetadataShape4TS.ttl +++ b/OntoMetadataShape4TS.ttl @@ -60,7 +60,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. Recommended property: ."""@en ; # optimized message for current TIB TS implementation + sh:message """The ontology does not include its own title. Please provide it if known.\n Recommended property: ."""@en ; # optimized message for current TIB TS implementation sh:description "This shape checks whether the ontology has a title or label. It produces a warning message if the title is missing. The ontology title is mandatory."@en ; sh:name "Ontology title"@en ; ] ;