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 334125e commit baacba0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion OntoMetadataShape4TS.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,14 @@ ontometa4ts:OntologyMetadataShape a sh:NodeShape ;
sh:path dcterms:subject ;
sh:severity sh:Info ;
sh:minCount 1 ;
sh:message """The ontology should provide some keywords to describe its subject(s).\n\nIt is recommended to use identifiers of controlled vocabularies or ontologies to do so.\n\nYou can search for fitting terms on TIB Terminology Service (https://terminology.tib.eu).\n\nRecommended property: <http://purl.org/dc/terms/subject>\nExample statement (text/turtle): <https://www.purl.org/SomeOntology> dcterms:subject <https://d-nb.info/gnd/4067537-3>, <https://d-nb.info/gnd/4070177-3>, <http://uri.gbv.de/terminology/bk/42.15>, <https://github.com/tibonto/dfgfo/201-03>."""@en ;
# sh:message """The ontology should provide some keywords to describe its subject(s).\n\nIt is recommended to use identifiers of controlled vocabularies or ontologies to do so.\n\nYou can search for fitting terms on TIB Terminology Service (https://terminology.tib.eu).\n\nRecommended property: <http://purl.org/dc/terms/subject>\nExample statement (text/turtle): <https://www.purl.org/SomeOntology> dcterms:subject <https://d-nb.info/gnd/4067537-3>, <https://d-nb.info/gnd/4070177-3>, <http://uri.gbv.de/terminology/bk/42.15>, <https://github.com/tibonto/dfgfo/201-03>."""@en ;
sh:message """<p>The ontology should provide ontology subjects with IRIs from controlled vocabularies or ontologies.</p>
<p>You can search for fitting terms on TIB Terminology Service <a href="https://terminology.tib.eu">https://terminology.tib.eu</a>.</p>
<p>Recommended property: <a href="http://purl.org/dc/terms/subject">http://purl.org/dc/terms/subject</a></p>
<p>Example statement (text/turtle):</p>
<pre><code class="lang-Turtle">&lt;https:<span class="hljs-regexp">//</span>www.purl.org<span class="hljs-regexp">/SomeOntology&gt; dcterms:subject &lt;https:/</span><span class="hljs-regexp">/d-nb.info/g</span>nd<span class="hljs-regexp">/4067537-3&gt;, &lt;https:/</span><span class="hljs-regexp">/d-nb.info/g</span>nd<span class="hljs-regexp">/4070177-3&gt;, &lt;http:/</span><span class="hljs-regexp">/uri.gbv.de/</span>terminology<span class="hljs-regexp">/bk/</span><span class="hljs-number">42.15</span>&gt;, &lt;https:<span class="hljs-regexp">//gi</span>thub.com<span class="hljs-regexp">/tibonto/</span>dfgfo<span class="hljs-regexp">/201-03&gt; .</span>
</code></pre>
"""@en ;
sh:name "Ontology subject(s)"@en ;
] ;

Expand Down

0 comments on commit baacba0

Please sign in to comment.