Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in doc #622

Merged
merged 1 commit into from
Aug 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/vocabulary/1.0.0/ontology.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@language" : "en",
"@value" : "JSON_LD serialization"
} ],
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
"@id" : "http://www.w3.org/2001/XMLSchema#anyURI"
} ]
}, {
"@id" : "https://w3id.org/widoco/vocab#ntSerialization",
Expand All @@ -142,6 +145,9 @@
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@language" : "en",
"@value" : "NT serialization"
} ],
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
"@id" : "http://www.w3.org/2001/XMLSchema#anyURI"
} ]
}, {
"@id" : "https://w3id.org/widoco/vocab#rdfxmlSerialization",
Expand Down
2 changes: 2 additions & 0 deletions doc/vocabulary/1.0.0/ontology.nt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,13 @@
<https://w3id.org/widoco/vocab#jsonldSerialization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<https://w3id.org/widoco/vocab#jsonldSerialization> <http://www.w3.org/2000/01/rdf-schema#comment> "Property to indicate the URL corresponding to the JSON-LD serialization of an ontology"@en .
<https://w3id.org/widoco/vocab#jsonldSerialization> <http://www.w3.org/2000/01/rdf-schema#label> "JSON_LD serialization"@en .
<https://w3id.org/widoco/vocab#jsonldSerialization> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
#
# https://w3id.org/widoco/vocab#ntSerialization
<https://w3id.org/widoco/vocab#ntSerialization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<https://w3id.org/widoco/vocab#ntSerialization> <http://www.w3.org/2000/01/rdf-schema#comment> "Property to indicate the URL corresponding to the N-Triples serialization of an ontology"@en .
<https://w3id.org/widoco/vocab#ntSerialization> <http://www.w3.org/2000/01/rdf-schema#label> "NT serialization"@en .
<https://w3id.org/widoco/vocab#ntSerialization> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
#
# https://w3id.org/widoco/vocab#rdfxmlSerialization
<https://w3id.org/widoco/vocab#rdfxmlSerialization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
Expand Down
2 changes: 2 additions & 0 deletions doc/vocabulary/1.0.0/ontology.owl
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
<owl:AnnotationProperty rdf:about="https://w3id.org/widoco/vocab#jsonldSerialization">
<rdfs:comment xml:lang="en">Property to indicate the URL corresponding to the JSON-LD serialization of an ontology</rdfs:comment>
<rdfs:label xml:lang="en">JSON_LD serialization</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:AnnotationProperty>


Expand All @@ -186,6 +187,7 @@
<owl:AnnotationProperty rdf:about="https://w3id.org/widoco/vocab#ntSerialization">
<rdfs:comment xml:lang="en">Property to indicate the URL corresponding to the N-Triples serialization of an ontology</rdfs:comment>
<rdfs:label xml:lang="en">NT serialization</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:AnnotationProperty>


Expand Down
6 changes: 4 additions & 2 deletions doc/vocabulary/1.0.0/ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,15 @@
### https://w3id.org/widoco/vocab#jsonldSerialization
:jsonldSerialization rdf:type owl:AnnotationProperty ;
rdfs:comment "Property to indicate the URL corresponding to the JSON-LD serialization of an ontology"@en ;
rdfs:label "JSON_LD serialization"@en .
rdfs:label "JSON_LD serialization"@en ;
rdfs:range xsd:anyURI .


### https://w3id.org/widoco/vocab#ntSerialization
:ntSerialization rdf:type owl:AnnotationProperty ;
rdfs:comment "Property to indicate the URL corresponding to the N-Triples serialization of an ontology"@en ;
rdfs:label "NT serialization"@en .
rdfs:label "NT serialization"@en ;
rdfs:range xsd:anyURI .


### https://w3id.org/widoco/vocab#rdfxmlSerialization
Expand Down
34 changes: 0 additions & 34 deletions doc/vocabulary/1.0.0/readme.md

This file was deleted.

20 changes: 20 additions & 0 deletions doc/vocabulary/1.0.0/sections/crossref-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,16 @@ <h3>JSON_LD serialization<sup class="type-ap" title="annotation property">ap</su
<div class="comment">
<span class="markdown">Property to indicate the URL corresponding to the JSON-LD serialization of an ontology</span>
</div>
<div class="description">
<dl>
<dt>has range</dt>
<dd>
<a href="http://www.w3.org/2001/XMLSchema#anyURI"
target="_blank"
title="http://www.w3.org/2001/XMLSchema#anyURI">anyURI</a>
</dd>
</dl>
</div>
</div>

<div class="entity" id="ntSerialization">
Expand All @@ -166,6 +176,16 @@ <h3>NT serialization<sup class="type-ap" title="annotation property">ap</sup>
<div class="comment">
<span class="markdown">Property to indicate the URL corresponding to the N-Triples serialization of an ontology</span>
</div>
<div class="description">
<dl>
<dt>has range</dt>
<dd>
<a href="http://www.w3.org/2001/XMLSchema#anyURI"
target="_blank"
title="http://www.w3.org/2001/XMLSchema#anyURI">anyURI</a>
</dd>
</dl>
</div>
</div>

<div class="entity" id="rdfxmlSerialization">
Expand Down
6 changes: 4 additions & 2 deletions doc/vocabulary/development/vocab.owl
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,15 @@
### https://w3id.org/widoco/vocab#jsonldSerialization
:jsonldSerialization rdf:type owl:AnnotationProperty ;
rdfs:comment "Property to indicate the URL corresponding to the JSON-LD serialization of an ontology"@en ;
rdfs:label "JSON_LD serialization"@en .
rdfs:label "JSON_LD serialization"@en ;
rdfs:range xsd:anyURI .


### https://w3id.org/widoco/vocab#ntSerialization
:ntSerialization rdf:type owl:AnnotationProperty ;
rdfs:comment "Property to indicate the URL corresponding to the N-Triples serialization of an ontology"@en ;
rdfs:label "NT serialization"@en .
rdfs:label "NT serialization"@en ;
rdfs:range xsd:anyURI .


### https://w3id.org/widoco/vocab#rdfxmlSerialization
Expand Down
Loading