Skip to content

Commit

Permalink
#6 formatting for ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SArndt-TIB committed Dec 10, 2024
1 parent a23863e commit 7d06aec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions OntoMetadataShape4TS.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1410,13 +1410,14 @@ Recommended property: http://www.w3.org/ns/dcat#distribution
Example statement (text/turtle):
</p>
<p>
<pre><code class="lang-Turtle">&lt;<span class="hljs-string">https:</span><span class="hljs-comment">//www.purl.org/SomeOntology&gt; dcat:distribution &lt;https://www.purl.org/SomeOntology.owl&gt;, </span>
<pre><code class="lang-Turtle">&lt;<span class="hljs-string">https:</span><span class="hljs-comment">//www.purl.org/SomeOntology&gt; &lt;http://www.w3.org/ns/dcat#distribution&gt; </span>
&lt;<span class="hljs-string">https:</span><span class="hljs-comment">//www.purl.org/SomeOntology.owl&gt;, </span>
&lt;<span class="hljs-string">https:</span><span class="hljs-comment">//www.purl.org/SomeOntology.json&gt;, </span>
&lt;<span class="hljs-string">https:</span><span class="hljs-comment">//www.purl.org/SomeOntology.ttl&gt; .</span>
</code></pre>
</p>
"""@en ;
# sh:message """The ontology should provide IRIs to its available alternative serializations or distributions.\nRecommended property: <http://www.w3.org/ns/dcat#distribution>\nExample statement (text/turtle): <https://www.purl.org/SomeOntology> dcat:distribution <https://www.purl.org/SomeOntology.owl>, <https://www.purl.org/SomeOntology.json>, <https://www.purl.org/SomeOntology.ttl> ."""@en ;
# sh:message """The ontology should provide IRIs to its available alternative serializations or distributions.\nRecommended property: <http://www.w3.org/ns/dcat#distribution>\nExample statement (text/turtle): <https://www.purl.org/SomeOntology> <http://www.w3.org/ns/dcat#distribution> <https://www.purl.org/SomeOntology.owl>, <https://www.purl.org/SomeOntology.json>, <https://www.purl.org/SomeOntology.ttl> ."""@en ;
sh:name "Ontology distributions/ products"@en ;
] ;

Expand Down

0 comments on commit 7d06aec

Please sign in to comment.