Skip to content

Commit

Permalink
Merge pull request #622 from dgarijo/develop
Browse files Browse the repository at this point in the history
error in doc
  • Loading branch information
dgarijo authored Aug 26, 2023
2 parents 0575334 + 0f105f0 commit 346a14f
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 38 deletions.
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

0 comments on commit 346a14f

Please sign in to comment.