diff --git a/OntoMetadataShape4TS.ttl b/OntoMetadataShape4TS.ttl index fe2eecc..180f7f9 100644 --- a/OntoMetadataShape4TS.ttl +++ b/OntoMetadataShape4TS.ttl @@ -137,7 +137,7 @@ Recommended property: http://purl.org/vocab/vann/preferredNamespacePrefix Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> <http://purl.org/vocab/vann/preferredNamespacePrefix> "so"^^xsd:string .
+<https://www.purl.org/SomeOntology> <http://purl.org/vocab/vann/preferredNamespacePrefix> "so"^^xsd:string .
"""@en ;
@@ -364,7 +364,8 @@ Example statement 1 (text/turtle):
<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000>.
-<https://orcid.org/0000-0000-0000-0000> rdf:type foaf:Person .
+
+<https://orcid.org/0000-0000-0000-0000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
@@ -376,9 +377,9 @@ Example statement 2 (text/turtle):
<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000>.
-<https://orcid.org/0000-0000-0000-0000> rdf:type foaf:Person ;
- <http://xmlns.com/foaf/0.1/firstName> "Max" ;
- <http://xmlns.com/foaf/0.1/lastName> "Muster" .
+<https://orcid.org/0000-0000-0000-0000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> ;
+ <http://xmlns.com/foaf/0.1/firstName> "Max" ;
+ <http://xmlns.com/foaf/0.1/lastName> "Muster" .
@@ -482,7 +483,7 @@ Recommended property: http://purl.org/dc/terms/created
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> dcterms:created "2020-11-19T00:00:00"^^xsd:dateTime .
+<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/created> "2020-11-19T00:00:00"^^xsd:dateTime .
"""@en ;
@@ -528,9 +529,9 @@ Recommended property: http://purl.org/dc/terms/abstract
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> dcterms:abstract
- "SomeOntology defines a range of classes and properties which can be applied to do stuff in a particular domain."@en ,
- "SomeOntology definiert eine Reihe von Klassen und Properties, die in einer bestimmten Domäne verwendet werden können, um etwas damit zu tun."@de .
+<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/abstract>
+ "SomeOntology defines a range of classes and properties which can be applied to do stuff in a particular domain."@en ,
+ "SomeOntology definiert eine Reihe von Klassen und Properties, die in einer bestimmten Domäne verwendet werden können, um etwas damit zu tun."@de .
@@ -646,7 +647,8 @@ Example statement 1 (text/turtle):
<https:///www.purl.org/SomeOntology> <http://purl.org/dc/terms/contributor> <https://orcid.org/0000-0000-0000-0000> .
-<https://orcid.org/0000-0000-0000-0000> rdf:type foaf:Person .
+
+<https://orcid.org/0000-0000-0000-0000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
@@ -657,7 +659,8 @@ Example statement 2 (text/turtle):
<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/contributor> <https://orcid.org/0000-0000-0000-0000>.
-<https://orcid.org/0000-0000-0000-0000> rdf:type foaf:Person ;
+
+<https://orcid.org/0000-0000-0000-0000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> ;
<http://xmlns.com/foaf/0.1/firstName> "Max" ;
<http://xmlns.com/foaf/0.1/lastName> "Muster" .
@@ -686,7 +689,8 @@ Example statement 1 (text/turtle):
<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/contributor> <https://orcid.org/0000-0000-0000-0000>.
-<https://orcid.org/0000-0000-0000-0000> rdf:type foaf:Person .
+
+<https://orcid.org/0000-0000-0000-0000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
@@ -697,9 +701,10 @@ Example statement 2 (text/turtle):
<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/contributor> <https://orcid.org/0000-0000-0000-0000> .
-<https://orcid.org/0000-0000-0000-0000> rdf:type foaf:Person ;
- <http://xmlns.com/foaf/0.1/firstName> "Max" ;
- <http://xmlns.com/foaf/0.1/lastName> "Muster" .
+
+<https://orcid.org/0000-0000-0000-0000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> ;
+ <http://xmlns.com/foaf/0.1/firstName> "Max" ;
+ <http://xmlns.com/foaf/0.1/lastName> "Muster" .
"""@en ;
@@ -859,14 +864,8 @@ Recommended property: http://usefulinc.com/ns/doap#audience
Example statement (text/turtle):
-
-
- <https://www.purl.org/SomeOntology>
- <http://usefulinc.com/ns/doap#audience>
- "This ontology is intended for researchers in derivational morphology, a branch of linguistics."
- @en .
-
-
+<https://www.purl.org/SomeOntology> <http://usefulinc.com/ns/doap#audience> "This ontology is intended for researchers in derivational morphology, a branch of linguistics."@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 ;
@@ -889,7 +888,7 @@ Recommended property: http://usefulinc.com/ns/doap#audience
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> doap:audience "This ontology is intended for researchers in derivational morphology, a branch of linguistics."@en .
+<https://www.purl.org/SomeOntology> <https://usefulinc.com/ns/doap#audience> "This ontology is intended for researchers in derivational morphology, a branch of linguistics."@en .
"""@en ;
@@ -918,11 +917,11 @@ Recommended property: http://purl.org/dc/terms/subject
Example 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> .
-
-
+<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/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:name "Ontology subject(s)"@en ;
] ;
@@ -945,8 +944,7 @@ Recommended property: http://purl.org/dc/terms/subject
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> dcterms:subject
- <https://d-nb.info/gnd/4067537-3>,
+<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/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>.
@@ -981,7 +979,7 @@ Recommended property: https://schema.org/inLanguage
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> dcterms:language <http://id.loc.gov/vocabulary/iso639-2/eng>,
+<https://www.purl.org/SomeOntology> <https://schema.org/inLanguage> <http://id.loc.gov/vocabulary/iso639-2/eng>,
<http://id.loc.gov/vocabulary/iso639-2/tgl> .
@@ -1008,7 +1006,7 @@ Recommended property: https://schema.org/inLanguage
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> dcterms:language <http://id.loc.gov/vocabulary/iso639-2/eng>,
+<https://www.purl.org/SomeOntology> <https://schema.org/inLanguage> <http://id.loc.gov/vocabulary/iso639-2/eng>,
<http://id.loc.gov/vocabulary/iso639-2/tgl> .
@@ -1082,7 +1080,7 @@ Recommended property: https://w3id.org/mod#hasFormalityLevel
Example statement (text/turtle):
-
Example statement (text/turtle): <https://www.purl.org/SomeOntology> mod:hasFormalityLevel "OWL version 2, EL profile"@en .
+<https://www.purl.org/SomeOntology> <https://w3id.org/mod#hasFormalityLevel> "OWL version 2, EL profile"@en .
"""@en ;
@@ -1340,7 +1338,7 @@ Recommended property: http://purl.org/ontology/bibo/status
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> bibo:status "inactive"@en .
+<https://www.purl.org/SomeOntology> <http://purl.org/ontology/bibo/status> "inactive"@en .
"""@en ;
@@ -1369,7 +1367,7 @@ Recommended property: http://usefulinc.com/ns/doap#repository
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> doap:repository <https://github.com/SomeOrganisation/SomeOntology> .
+<https://www.purl.org/SomeOntology> <http://usefulinc.com/ns/doap#repository> <https://github.com/SomeOrganisation/SomeOntology> .
"""@en ;
@@ -1392,7 +1390,7 @@ Recommended property: http://usefulinc.com/ns/doap#repository
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> doap:repository <https://github.com/SomeOrganisation/SomeOntology> .
+<https://www.purl.org/SomeOntology> <http://usefulinc.com/ns/doap#repository> <https://github.com/SomeOrganisation/SomeOntology> .
"""@en ;
@@ -1418,10 +1416,7 @@ Recommended property: http://www.w3.org/ns/dcat#distribution
Example 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> <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> .
@@ -1452,7 +1447,7 @@ Recommended property: https://vocab.org/vann/example
Example statement (text/turtle):
-
<http://www.w3.org/ns/dcat> vann:example <https://www.w3.org/TR/vocab-dcat-2/#collection-of-examples> .
+<http://www.w3.org/ns/dcat> <https://vocab.org/vann/example> <https://www.w3.org/TR/vocab-dcat-2/#collection-of-examples> .
"""@en ;
@@ -1496,7 +1491,7 @@ Example statement (text/turtle):
## Citation suggestion
### status: developer and external review needed
sh:property [
- sh:path dcterms:bibliographicCitation ;
+ sh:path ;
sh:severity sh:Info ;
sh:minCount 1 ;
sh:message """
@@ -1513,7 +1508,7 @@ Recommended property: http://purl.org/dc/terms/bibliographicCitation
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> dcterms:bibliographicCitation "Last name, first name; last name, first name et al. (YYYY): Title. URL: https://w3id.org/SomeOntology/1.1.6"@en .
+<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/bibliographicCitation> "Last name, first name; last name, first name et al. (YYYY): Title. URL: https://w3id.org/SomeOntology/1.1.6"@en .
"""@en ;
@@ -1542,7 +1537,7 @@ Recommended property: http://purl.org/pav/derivedFrom
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> pav:derivedFrom <https://www.purl.org/SomeOtherOntology/3.1.2> .
+<https://www.purl.org/SomeOntology> <http://purl.org/pav/derivedFrom> <https://www.purl.org/SomeOtherOntology/3.1.2> .
"""@en ;
@@ -1574,11 +1569,8 @@ Recommended property: http://purl.obolibrary.org/obo/IAO_0000700
Example statement (text/turtle):
-
-
- <https://www.purl.org/SomeOntology> <http://purl.obolibrary.org/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 ;
@@ -1608,7 +1600,7 @@ Recommended property: https://schema.org/description
Example statetement (text/turtle):
-
<https://www.purl.org/SomeOntology> schema:description "Free text describing the ontology and how it came to be. Basically everything you might want to add and which does not fit into the abstract."@en .
+<https://www.purl.org/SomeOntology> <https://schema.org/description> "Free text describing the ontology and how it came to be. Basically everything you might want to add and which does not fit into the abstract."@en .
@@ -1633,9 +1625,9 @@ Recommended property: https://schema.org/description
Example statements (text/turtle):
-
<https://www.purl.org/SomeOntology> schema:description
- "Free text describing the ontology and how it came to be. Basically everything you might want to add and which does not fit into the abstract."@en,
- "Freitext, der die Ontologie und ihre Genese beschreibt. Hier können umfangreiche Hintergrundinformationen zur Ontologie gegeben werden, die über ein kurzes Abstract hinausgehen."@de .
+<https://www.purl.org/SomeOntology> <https://schema.org/description>
+ "Free text describing the ontology and how it came to be. Basically everything you might want to add and which does not fit into the abstract."@en,
+ "Freitext, der die Ontologie und ihre Genese beschreibt. Hier können umfangreiche Hintergrundinformationen zur Ontologie gegeben werden, die über ein kurzes Abstract hinausgehen."@de .
"""@en ;
@@ -1662,7 +1654,7 @@ Recommended property: http://purl.org/dc/terms/alternative
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> dcterms:alternative "My Ontology"@en .
+<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/alternative> "My Ontology"@en .
"""@en;
@@ -1688,7 +1680,7 @@ Recommended property: http://identifiers.org/idot/alternatePrefix
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> idot:alternatePrefix "mo"^^xsd:string .
+<https://www.purl.org/SomeOntology> <http://identifiers.org/idot/alternatePrefix> "mo"^^xsd:string .
"""@en ;
@@ -1720,7 +1712,7 @@ Recommended property: http://www.w3.org/2002/07/owl#priorVersion
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> owl:priorVersion <https://www.purl.org/SomeOntology/1.1.6> .
+<https://www.purl.org/SomeOntology> <http://www.w3.org/2002/07/owl#priorVersion> <https://www.purl.org/SomeOntology/1.1.6> .
"""@en ;
@@ -1749,7 +1741,7 @@ Recommended property: http://purl.org/dc/terms/hasVersion
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology/1.1.6> dcterms:isVersionOf <https://www.purl.org/SomeOntology> .
+<https://www.purl.org/SomeOntology/1.1.6> <http://purl.org/dc/terms/hasVersion> <https://www.purl.org/SomeOntology> .
"""@en ;
@@ -1778,7 +1770,7 @@ Recommended property: http://www.w3.org/2002/07/owl#backwardCompatibleWith
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology/1.1.7> owl:backwardCompatibleWith <https://www.purl.org/SomeOntology/1.1.6> .
+<https://www.purl.org/SomeOntology/1.1.7> <http://www.w3.org/2002/07/owl#backwardCompatibleWith> <https://www.purl.org/SomeOntology/1.1.6> .
"""@en ;
@@ -1807,7 +1799,7 @@ Recommended property: http://www.w3.org/2002/07/owl#incompatibleWith
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology/1.1.7> owl:incompatibleWith <https://www.purl.org/SomeOntology/1.1.6> .
+<https://www.purl.org/SomeOntology/1.1.7> <http://www.w3.org/2002/07/owl#incompatibleWith> <https://www.purl.org/SomeOntology/1.1.6> .
"""@en ;
@@ -1840,7 +1832,7 @@ Recommended property: http://purl.org/dc/terms/type
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology/1.1.7> dcterms:type <http://w3id.org/nkos/nkostype#ontology> .
+<https://www.purl.org/SomeOntology/1.1.7> <http://purl.org/dc/terms/type> <http://w3id.org/nkos/nkostype#ontology> .
"""@en ;
@@ -1883,7 +1875,7 @@ Recommended property: http://purl.org/dc/terms/type
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology/1.1.7> dcterms:type <http://w3id.org/nkos/nkostype#ontology> .
+<https://www.purl.org/SomeOntology/1.1.7> <http://purl.org/dc/terms/type> <http://w3id.org/nkos/nkostype#ontology> .
"""@en ;
@@ -1909,7 +1901,7 @@ Recommended property: http://identifiers.org/idot/exampleIdentifier
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> idot:exampleIdentifier <https://www.purl.org/SomeOntology/1234-XY> .
+<https://www.purl.org/SomeOntology> <http://identifiers.org/idot/exampleIdentifier> <https://www.purl.org/SomeOntology/1234-XY> .
"""@en ;
@@ -1936,7 +1928,7 @@ Recommended property: http://identifiers.org/idot/identifierPattern
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> idot:identifierPattern "^\\d{4}-[A-Z]{2}$"^^xsd:string .
+<https://www.purl.org/SomeOntology> <http://identifiers.org/idot/identifierPattern> "^\\d{4}-[A-Z]{2}$"^^xsd:string .
"""@en ;
@@ -1964,7 +1956,7 @@ Recommended property: http://xmlns.com/foaf/0.1/homepage
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> foaf:homepage <https://www.example.com/SomeOntologyInfo> .
+<https://www.purl.org/SomeOntology> <http://xmlns.com/foaf/0.1/homepage> <https://www.example.com/SomeOntologyInfo> .
"""@en ;
@@ -2002,7 +1994,7 @@ Recommended property: http://purl.org/dc/terms/publisher
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> dcterms:publisher <https://isni.org/isni/0000000121746694> .
+<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/publisher> dcterms:publisher <https://isni.org/isni/0000000121746694> .
"""@en ;
@@ -2028,7 +2020,7 @@ Recommended property: http://www.w3.org/2000/01/rdf-schema#comment
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> rdfs:comment "SomeOntology does not actually exist."@en .
+<https://www.purl.org/SomeOntology> <http://www.w3.org/2000/01/rdf-schema#comment> "SomeOntology does not actually exist."@en .
"""@en ;
@@ -2055,7 +2047,7 @@ Recommended property: http://rdfs.org/ns/void#exampleResource
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> void:exampleResource <https://www.purl.org/SomeClass> .
+<https://www.purl.org/SomeOntology> <http://rdfs.org/ns/void#exampleResource> <https://www.purl.org/SomeClass> .
"""@en ;
@@ -2083,7 +2075,7 @@ Recommended property: http://usefulinc.com/ns/doap#mailing-list
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> doap:mailing-list <someontology@list.de> .
+<https://www.purl.org/SomeOntology> <http://usefulinc.com/ns/doap#mailing-list> <someontology@list.de> .
"""@en ;
@@ -2109,7 +2101,7 @@ Recommended property: http://xmlns.com/foaf/0.1/logo
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> foaf:logo <https://www.example.com/MyOntoLogo.jpg> .
+<https://www.purl.org/SomeOntology> <http://xmlns.com/foaf/0.1/logo> <https://www.example.com/MyOntoLogo.jpg> .
"""@en ;
@@ -2139,7 +2131,7 @@ Recommended property: http://purl.org/dc/terms/identifier
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> dcterms:identifier <https://doi.org/10.5281/zenodo.0000000> .
+<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/identifier> <https://doi.org/10.5281/zenodo.0000000> .
"""@en ;
@@ -2171,7 +2163,7 @@ Recommended property: https://w3id.org/mod#hasEquivalencesWith
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> mod:hasEquivalencesWith <https://www.purl.org/SomeOtherOntology> .
+<https://www.purl.org/SomeOntology> <https://w3id.org/mod#hasEquivalencesWith> <https://www.purl.org/SomeOtherOntology> .
"""@en ;
@@ -2200,7 +2192,7 @@ Recommended property: https://w3id.org/mod#competencyQuestion
Example statement 1 (text/turtle):
-
<https://www.purl.org/SomeOntology> <https://w3id.org/mod#competencyQuestion> "Who developed an ontology?"@en .
+<https://www.purl.org/SomeOntology> <https://w3id.org/mod#competencyQuestion> "Who developed an ontology?"@en .
@@ -2292,7 +2284,7 @@ Recommended property: http://purl.org/dc/terms/issued
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/> "2023-11-21T00:00:00"^^xsd:dateTime .
+<https://www.purl.org/SomeOntology> <http://purl.org/dc/terms/> "2023-11-21T00:00:00"^^xsd:dateTime .
"""@en ;
@@ -2319,7 +2311,7 @@ Recommended property: http://purl.org/dc/terms/modified
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> dcterms:modified "2020-11-19T00:00:00"^^xsd:dateTime.
+<https://www.purl.org/SomeOntology> <https://purl.org/dc/terms/modified> "2020-11-19T00:00:00"^^xsd:dateTime.
"""@en ;
@@ -2352,21 +2344,21 @@ Recommended property: http://www.w3.org/2002/07/owl#versionInfo
Example statement 1 (text/turtle):
-
<https://www.purl.org/SomeOntology> owl:versionInfo "2023-01-01"^^xsd:string .
+<https://www.purl.org/SomeOntology> <http://www.w3.org/2002/07/owl#versionInfo> "2023-01-01"^^xsd:string .
Example statement 2 (text/turtle):
-
<https://www.purl.org/SomeOntology> owl:versionInfo "1.0.0"^^xsd:string.
+<https://www.purl.org/SomeOntology> <http://www.w3.org/2002/07/owl#versionInfo> "1.0.0"^^xsd:string.
Example statement 3:
-
<https://www.purl.org/SomeOntology> owl:versionInfo "Ontology version 1.0.0 of the subject classification in tabular format from Nov 2024."@en.
+<https://www.purl.org/SomeOntology> <http://www.w3.org/2002/07/owl#versionInfo> "Ontology version 1.0.0 of the subject classification in tabular format from Nov 2024."@en.
"""@en ;
@@ -2405,14 +2397,14 @@ Recommended property: http://www.w3.org/2002/07/owl#versionInfo
Example statement 1 (text/turtle):
-
<https://www.purl.org/SomeOntology> owl:versionInfo "2023-01-01"^^xsd:string .
+<https://www.purl.org/SomeOntology> <http://www.w3.org/2002/07/owl#versionInfo> "2023-01-01"^^xsd:string .
Example statement 2 (text/turtle):
-
<https://www.purl.org/SomeOntology> owl:versionInfo "1.0.0"^^xsd:string.
+<https://www.purl.org/SomeOntology> <http://www.w3.org/2002/07/owl#versionInfo> "1.0.0"^^xsd:string.
"""@en ;
@@ -2439,7 +2431,7 @@ Recommended property: http://www.w3.org/ns/adms#versionNotes
Example statement (text/turtle):
-
<https://www.purl.org/SomeOntology> adms:versionNotes "Changes from 2000-01-12: add annotation properties: familyName [...]"@en .
+<https://www.purl.org/SomeOntology> <http://www.w3.org/ns/adms#versionNotes> "Changes from 2000-01-12: add annotation properties: familyName [...]"@en .
"""@en ;