Skip to content

Commit

Permalink
undefined property fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anaigmo committed May 8, 2023
1 parent 3100b92 commit 48f98e0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 34 deletions.
15 changes: 6 additions & 9 deletions ontology/documentation/ontology.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
}, {
"@id" : "http://w3id.org/rml/CSV",
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
"http://w3id.org/rml/specification" : [ {
"@id" : "http://tools.ietf.org/html/rfc4180"
} ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
"@id" : "http://w3id.org/rml/ReferenceFormulation"
} ],
Expand All @@ -69,6 +66,9 @@
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "CSV"
} ],
"http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ {
"@id" : "http://tools.ietf.org/html/rfc4180"
} ]
}, {
"@id" : "http://w3id.org/rml/Compression",
Expand Down Expand Up @@ -241,9 +241,6 @@
}, {
"@id" : "http://w3id.org/rml/XPath",
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
"http://w3id.org/rml/specification" : [ {
"@id" : "http://www.w3.org/TR/xpath20/"
} ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
"@id" : "http://w3id.org/rml/ReferenceFormulation"
} ],
Expand All @@ -256,6 +253,9 @@
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "XPath"
} ],
"http://www.w3.org/2000/01/rdf-schema#seeAlso" : [ {
"@id" : "http://www.w3.org/TR/xpath20/"
} ]
}, {
"@id" : "http://w3id.org/rml/XPathReferenceFormulation",
Expand Down Expand Up @@ -521,9 +521,6 @@
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
"@id" : "http://w3id.org/rml/Source"
} ]
}, {
"@id" : "http://w3id.org/rml/specification",
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
}, {
"@id" : "http://w3id.org/rml/target",
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
Expand Down
7 changes: 2 additions & 5 deletions ontology/documentation/ontology.nt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
# http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://w3id.org/rml/specification
<http://w3id.org/rml/specification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://www.linkedmodel.org/schema/vaem#acronym
<http://www.linkedmodel.org/schema/vaem#acronym> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
Expand Down Expand Up @@ -269,10 +266,10 @@ _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/20
# http://w3id.org/rml/CSV
<http://w3id.org/rml/CSV> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/CSV> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/ReferenceFormulation> .
<http://w3id.org/rml/CSV> <http://w3id.org/rml/specification> <http://tools.ietf.org/html/rfc4180> .
<http://w3id.org/rml/CSV> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes that the CSV file's column names are used for referring to extracts of CSV resources."@en .
<http://w3id.org/rml/CSV> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/CSV> <http://www.w3.org/2000/01/rdf-schema#label> "CSV" .
<http://w3id.org/rml/CSV> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://tools.ietf.org/html/rfc4180> .
#
# http://w3id.org/rml/JSONPath
<http://w3id.org/rml/JSONPath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
Expand Down Expand Up @@ -305,10 +302,10 @@ _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/20
# http://w3id.org/rml/XPath
<http://w3id.org/rml/XPath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/XPath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/ReferenceFormulation> .
<http://w3id.org/rml/XPath> <http://w3id.org/rml/specification> <http://www.w3.org/TR/xpath20/> .
<http://w3id.org/rml/XPath> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes the XPath reference formulation, used for referring to extracts of XML sources."@en .
<http://w3id.org/rml/XPath> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/XPath> <http://www.w3.org/2000/01/rdf-schema#label> "XPath" .
<http://w3id.org/rml/XPath> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/TR/xpath20/> .
#
# http://w3id.org/rml/gzip
<http://w3id.org/rml/gzip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
Expand Down
12 changes: 2 additions & 10 deletions ontology/documentation/ontology.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
xmlns:ns="http://creativecommons.org/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rml="http://w3id.org/rml/"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
Expand Down Expand Up @@ -114,13 +113,6 @@



<!-- http://w3id.org/rml/specification -->


<owl:AnnotationProperty rdf:about="http://w3id.org/rml/specification"/>



<!-- http://www.linkedmodel.org/schema/vaem#acronym -->


Expand Down Expand Up @@ -471,10 +463,10 @@

<owl:NamedIndividual rdf:about="http://w3id.org/rml/CSV">
<rdf:type rdf:resource="http://w3id.org/rml/ReferenceFormulation"/>
<rml:specification rdf:resource="http://tools.ietf.org/html/rfc4180"/>
<rdfs:comment xml:lang="en">Denotes that the CSV file&apos;s column names are used for referring to extracts of CSV resources.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/rml/io/"/>
<rdfs:label>CSV</rdfs:label>
<rdfs:seeAlso rdf:resource="http://tools.ietf.org/html/rfc4180"/>
</owl:NamedIndividual>


Expand Down Expand Up @@ -532,10 +524,10 @@

<owl:NamedIndividual rdf:about="http://w3id.org/rml/XPath">
<rdf:type rdf:resource="http://w3id.org/rml/ReferenceFormulation"/>
<rml:specification rdf:resource="http://www.w3.org/TR/xpath20/"/>
<rdfs:comment xml:lang="en">Denotes the XPath reference formulation, used for referring to extracts of XML sources.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://w3id.org/rml/io/"/>
<rdfs:label>XPath</rdfs:label>
<rdfs:seeAlso rdf:resource="http://www.w3.org/TR/xpath20/"/>
</owl:NamedIndividual>


Expand Down
12 changes: 4 additions & 8 deletions ontology/documentation/ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


### http://w3id.org/rml/specification
<http://w3id.org/rml/specification> rdf:type owl:AnnotationProperty .


### http://www.linkedmodel.org/schema/vaem#acronym
<http://www.linkedmodel.org/schema/vaem#acronym> rdf:type owl:AnnotationProperty .

Expand Down Expand Up @@ -282,10 +278,10 @@ rdf:Literal rdf:type owl:Class .
### http://w3id.org/rml/CSV
<http://w3id.org/rml/CSV> rdf:type owl:NamedIndividual ,
<http://w3id.org/rml/ReferenceFormulation> ;
<http://w3id.org/rml/specification> <http://tools.ietf.org/html/rfc4180> ;
rdfs:comment "Denotes that the CSV file's column names are used for referring to extracts of CSV resources."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:label "CSV" .
rdfs:label "CSV" ;
rdfs:seeAlso <http://tools.ietf.org/html/rfc4180> .


### http://w3id.org/rml/JSONPath
Expand Down Expand Up @@ -323,10 +319,10 @@ rdf:Literal rdf:type owl:Class .
### http://w3id.org/rml/XPath
<http://w3id.org/rml/XPath> rdf:type owl:NamedIndividual ,
<http://w3id.org/rml/ReferenceFormulation> ;
<http://w3id.org/rml/specification> <http://www.w3.org/TR/xpath20/> ;
rdfs:comment "Denotes the XPath reference formulation, used for referring to extracts of XML sources."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:label "XPath" .
rdfs:label "XPath" ;
rdfs:seeAlso <http://www.w3.org/TR/xpath20/> .


### http://w3id.org/rml/gzip
Expand Down
4 changes: 2 additions & 2 deletions ontology/rml-io.owl
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ foaf:name rdf:type owl:AnnotationProperty .
rdfs:label "CSV" ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:comment "Denotes that the CSV file's column names are used for referring to extracts of CSV resources."@en ;
:specification <http://tools.ietf.org/html/rfc4180>.
rdfs:seeAlso <http://tools.ietf.org/html/rfc4180>.

:JSONPath rdf:type owl:NamedIndividual , :ReferenceFormulation ;
rdfs:label "JSONPath" ;
Expand All @@ -310,7 +310,7 @@ foaf:name rdf:type owl:AnnotationProperty .
rdfs:label "XPath" ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:comment "Denotes the XPath reference formulation, used for referring to extracts of XML sources."@en ;
:specification <http://www.w3.org/TR/xpath20/> .
rdfs:seeAlso <http://www.w3.org/TR/xpath20/> .

:SQL2008 rdf:type owl:NamedIndividual , :ReferenceFormulation ;
rdfs:label "SQL 2008" ;
Expand Down

0 comments on commit 48f98e0

Please sign in to comment.