diff --git a/OntoMetadataShape4TS.ttl b/OntoMetadataShape4TS.ttl index fd0a341..a72f222 100644 --- a/OntoMetadataShape4TS.ttl +++ b/OntoMetadataShape4TS.ttl @@ -92,11 +92,11 @@ Recommended property: http://purl.org/dc/terms/title Example statement (text/turtle):

-

<https://www.purl.org/SomeOntology> dcterms:title "Some Ontology"@en .
+
<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/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 one title per language.\nRecommended property: http://purl.org/dc/terms/title.\nExample statement (text/turtle): 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 one title per language.\nRecommended property: http://purl.org/dc/terms/title.\nExample statement (text/turtle): \"Some Ontology\"@en ."""@en ; sh:name "Ontology title - datatype"@en ; ] ; @@ -137,11 +137,11 @@ Recommended property: http://purl.org/vocab/vann/preferredNamespacePrefix Example statement (text/turtle):

-

<https://www.purl.org/SomeOntology> vann:preferredNamespacePrefix "so"^^xsd:string .
+
<https://www.purl.org/SomeOntology> <http://purl.org/vocab/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): 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): \"so\"^^xsd:string ."""@en ; sh:name "Preferred ontology prefix/ acronym - datatype"@en ; ] ; @@ -303,11 +303,11 @@ Recommended property: http://purl.org/dc/terms/license Example statement (text/turtle):

-

<https://www.purl.org/SomeOntology> dcterms:license <http://creativecommons.org/licenses/by/4.0/> .
+
<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/license> <http://creativecommons.org/licenses/by/4.0/> .
 

"""@en ; - # sh:message """The ontology license is not accepted at TIB Terminology Service since it is not an open license according to the Open Definition (https://opendefinition.org/licenses/).\nThe ontology must be provided with an open license in order to be added to TIB Terminology Service.\nThe license must be given as an IRI.\nThe following licenses are not accepted at TIB Terminology Service:\n - https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode\n - https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode\n - https://creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode\n - https://creativecommons.org/licenses/by-nd/4.0/legalcode\n - https://creativecommons.org/licenses/by-nd/3.0/de/legalcode\nRecommended property: http://purl.org/dc/terms/license\nExample statement (text/turtle): dcterms:license ."""@en ; + # sh:message """The ontology license is not accepted at TIB Terminology Service since it is not an open license according to the Open Definition (https://opendefinition.org/licenses/).\nThe ontology must be provided with an open license in order to be added to TIB Terminology Service.\nThe license must be given as an IRI.\nThe following licenses are not accepted at TIB Terminology Service:\n - https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode\n - https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode\n - https://creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode\n - https://creativecommons.org/licenses/by-nd/4.0/legalcode\n - https://creativecommons.org/licenses/by-nd/3.0/de/legalcode\nRecommended property: http://purl.org/dc/terms/license\nExample statement (text/turtle): ."""@en ; sh:name "Ontology license"@en ; ] ; @@ -868,7 +868,6 @@ Example statement (text/turtle): @en .
-

"""@en ; # sh:message """The ontology should describe its intended audience.\nThe audience description should be a short, language-tagged text.\nRecommended property: \nExample statement (text/turtle): doap:audience \"This ontology is intended for researchers in derivational morphology, a branch of linguistics.\"@en ."""@en ; @@ -1573,11 +1572,15 @@ Recommended property: http://purl.obolibrary.org/obo/IAO_0000700 Example statement (text/turtle):

-

<https://www.purl.org/SomeOntology> obo:IAO_0000700 <https://www.purl.org/SomeOntology/12345654544545> .
-
+
+    
+    <https://www.purl.org/SomeOntology> <http://purl.obolibrary.org/obo/IAO_0000700> <https://www.purl.org/SomeOntology/12345654544545> .
+    
+
+

"""@en ; - # sh:message """The ontology should explicitly declare its root classes.\nThis information can be used for tree-like visualizations of the class hierarchy in technical services, e.g. TIB Terminology Service.\nThe respective classes (if any) need to be provided via their identifier.\nRecommended property: \nExample statement (text/turtle): obo:IAO_0000700 ."""@en ; + # sh:message """The ontology should explicitly declare its root classes.\nThis information can be used for tree-like visualizations of the class hierarchy in technical services, e.g. TIB Terminology Service.\nThe respective classes (if any) need to be provided via their identifier.\nRecommended property: \nExample statement (text/turtle): ."""@en ; sh:name "Ontology root classes"@en ; ] ;