From 0e1e1185c3196bb366b34a3027f19fd1044a1980 Mon Sep 17 00:00:00 2001 From: Ana Iglesias Date: Tue, 9 May 2023 16:35:07 +0200 Subject: [PATCH] dc prefix updated, bc w3id fixed --- ontology/documentation/ontology.jsonld | 28 ++-- ontology/documentation/ontology.nt | 180 ++++++++++++------------- ontology/documentation/ontology.rdf | 148 ++++++++++---------- ontology/documentation/ontology.ttl | 42 +++--- ontology/rml-io-bc.ttl | 20 +-- ontology/rml-io.owl | 16 +-- 6 files changed, 217 insertions(+), 217 deletions(-) diff --git a/ontology/documentation/ontology.jsonld b/ontology/documentation/ontology.jsonld index 2d986b4..1b0b77a 100644 --- a/ontology/documentation/ontology.jsonld +++ b/ontology/documentation/ontology.jsonld @@ -22,28 +22,28 @@ "@id" : "http://creativecommons.org/ns#license", "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id" : "http://purl.org/dc/elements/1.1/contributor", + "@id" : "http://purl.org/dc/terms/contributor", "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id" : "http://purl.org/dc/elements/1.1/creator", + "@id" : "http://purl.org/dc/terms/creator", "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id" : "http://purl.org/dc/elements/1.1/description", + "@id" : "http://purl.org/dc/terms/description", "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id" : "http://purl.org/dc/elements/1.1/issued", + "@id" : "http://purl.org/dc/terms/issued", "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id" : "http://purl.org/dc/elements/1.1/license", + "@id" : "http://purl.org/dc/terms/license", "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id" : "http://purl.org/dc/elements/1.1/modified", + "@id" : "http://purl.org/dc/terms/modified", "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id" : "http://purl.org/dc/elements/1.1/publisher", + "@id" : "http://purl.org/dc/terms/publisher", "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { - "@id" : "http://purl.org/dc/elements/1.1/title", + "@id" : "http://purl.org/dc/terms/title", "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ] }, { "@id" : "http://purl.org/vocab/vann/preferredNamespacePrefix", @@ -330,7 +330,7 @@ }, { "@id" : "http://w3id.org/rml/io/", "@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ], - "http://purl.org/dc/elements/1.1/contributor" : [ { + "http://purl.org/dc/terms/contributor" : [ { "@value" : "Ana Iglesias Molina" }, { "@value" : "Anastasia Dimou" @@ -339,17 +339,17 @@ }, { "@value" : "Pano Maria" } ], - "http://purl.org/dc/elements/1.1/description" : [ { + "http://purl.org/dc/terms/description" : [ { "@language" : "en", "@value" : "RML-IO enables the description of input data sources and target output data serialization " } ], - "http://purl.org/dc/elements/1.1/license" : [ { + "http://purl.org/dc/terms/license" : [ { "@id" : "http://purl.org/NET/rdflicense/cc-by4.0" } ], - "http://purl.org/dc/elements/1.1/modified" : [ { + "http://purl.org/dc/terms/modified" : [ { "@value" : "2023-04-28" } ], - "http://purl.org/dc/elements/1.1/title" : [ { + "http://purl.org/dc/terms/title" : [ { "@language" : "en", "@value" : "RML-IO: Source and Target" } ] @@ -600,4 +600,4 @@ }, { "@id" : "https://www.w3.org/ns/formats/Format", "@type" : [ "http://www.w3.org/2002/07/owl#Class" ] -} ] \ No newline at end of file +} ] diff --git a/ontology/documentation/ontology.nt b/ontology/documentation/ontology.nt index 00e735b..d6acc88 100644 --- a/ontology/documentation/ontology.nt +++ b/ontology/documentation/ontology.nt @@ -1,69 +1,69 @@ . - "Ana Iglesias Molina" . - "Anastasia Dimou" . - "Dylan Van Assche" . - "Pano Maria" . - "RML-IO enables the description of input data sources and target output data serialization "@en . - . - "2023-04-28" . - "RML-IO: Source and Target"@en . -# -# + "Ana Iglesias Molina" . + "Anastasia Dimou" . + "Dylan Van Assche" . + "Pano Maria" . + "RML-IO enables the description of input data sources and target output data serialization "@en . + . + "2023-04-28" . + "RML-IO: Source and Target"@en . +# +# # ################################################################# # # # # Annotation properties # # # ################################################################# -# -# +# +# # http://creativecommons.org/ns#license . -# -# http://purl.org/dc/elements/1.1/contributor - . -# -# http://purl.org/dc/elements/1.1/creator - . -# -# http://purl.org/dc/elements/1.1/description - . -# -# http://purl.org/dc/elements/1.1/issued - . -# -# http://purl.org/dc/elements/1.1/license - . -# -# http://purl.org/dc/elements/1.1/modified - . -# -# http://purl.org/dc/elements/1.1/publisher - . -# -# http://purl.org/dc/elements/1.1/title - . -# +# +# http://purl.org/dc/terms/contributor + . +# +# http://purl.org/dc/terms/creator + . +# +# http://purl.org/dc/terms/description + . +# +# http://purl.org/dc/terms/issued + . +# +# http://purl.org/dc/terms/license + . +# +# http://purl.org/dc/terms/modified + . +# +# http://purl.org/dc/terms/publisher + . +# +# http://purl.org/dc/terms/title + . +# # http://purl.org/vocab/vann/preferredNamespacePrefix . -# +# # http://purl.org/vocab/vann/preferredNamespaceUri . -# +# # http://www.linkedmodel.org/schema/vaem#acronym . -# +# # http://xmlns.com/foaf/0.1/name . -# -# -# +# +# +# # ################################################################# # # # # Object Properties # # # ################################################################# -# -# +# +# # http://w3id.org/rml/compression . _:genid1 . @@ -79,7 +79,7 @@ _:genid1 "Defines the compression format of a Source or Target."@en . . "compression" . -# +# # http://w3id.org/rml/encoding . _:genid4 . @@ -95,7 +95,7 @@ _:genid4 "Defines the encoding format of a Source or Target."@en . . "encoding" . -# +# # http://w3id.org/rml/iterator . . @@ -104,7 +104,7 @@ _:genid4 "An expression qualified according to the reference formulation specified for pointing to an extract of the source data. "@en . . "iterator" . -# +# # http://w3id.org/rml/namespace . . @@ -112,7 +112,7 @@ _:genid4 "A namespace for describing a XPath reference formulation."@en . . "namespace" . -# +# # http://w3id.org/rml/null . . @@ -120,7 +120,7 @@ _:genid4 "Describes which data values inside the source should be considered as NULL."@en . . "null" . -# +# # http://w3id.org/rml/query . . @@ -128,7 +128,7 @@ _:genid4 "Defines which query should be applied on the source during access"@en . . "query" . -# +# # http://w3id.org/rml/referenceFormulation . . @@ -136,7 +136,7 @@ _:genid4 "The reference formulation used to refer to extracts of the source data. "@en . . "reference formulation" . -# +# # http://w3id.org/rml/serialization . . @@ -145,7 +145,7 @@ _:genid4 "Defines the serialization to generate the target output."@en . . "serialization" . -# +# # http://w3id.org/rml/source . . @@ -153,7 +153,7 @@ _:genid4 "Defines the source that describe the input data."@en . . "source" . -# +# # http://w3id.org/rml/target . . @@ -161,16 +161,16 @@ _:genid4 "Defines the target that describe the output data."@en . . "target" . -# -# -# +# +# +# # ################################################################# # # # # Data properties # # # ################################################################# -# -# +# +# # http://w3id.org/rml/namespacePrefix . . @@ -178,91 +178,91 @@ _:genid4 "Describes the prefix of a namespace."@en . . "namespace prefix" . -# +# # http://w3id.org/rml/namespaceURL . . "Describes the URL of a namespace."@en . . "namespace URL" . -# -# -# +# +# +# # ################################################################# # # # # Classes # # # ################################################################# -# -# +# +# # http://w3id.org/rml/Compression . "Represents file compression schemes."@en . . "compression class" . -# +# # http://w3id.org/rml/Encoding . "Represents encoding formats."@en . . "Encoding class" . -# +# # http://w3id.org/rml/LogicalSource . "Denotes a logical source."@en . . "Logical Source" . -# +# # http://w3id.org/rml/LogicalTarget . "Denotes a logical target."@en . . "LogicalTarget" . -# +# # http://w3id.org/rml/Namespace . "Denotes a namespace"@en . . "Namespace" . -# +# # http://w3id.org/rml/ReferenceFormulation . "Denotes a Reference Formulation."@en . . "Reference Formulation" . -# +# # http://w3id.org/rml/Source . "Denotes a source."@en . . "Source" . -# +# # http://w3id.org/rml/Target . "Denotes a target."@en . . "Target" . -# +# # http://w3id.org/rml/XPathReferenceFormulation . . "Denotes a XPath Reference Formulation."@en . . "XPath Reference Formulation" . -# +# # http://www.w3.org/1999/02/22-rdf-syntax-ns#Literal -# +# # https://www.w3.org/ns/formats/Format -# -# -# +# +# +# # ################################################################# # # # # Individuals # # # ################################################################# -# -# +# +# # http://w3id.org/rml/CSV . . @@ -270,35 +270,35 @@ _:genid4 . "CSV" . . -# +# # http://w3id.org/rml/JSONPath . . "Denotes the JSONPath reference formulation, used for referring to extracts of JSON sources."@en . . "JSONPath" . -# +# # http://w3id.org/rml/SQL2008 . . "Denotes the Core SQL 2008."@en . . "SQL 2008" . -# +# # http://w3id.org/rml/UTF-16 . . "Represents the UFT-16 encoding."@en . . "UTF-16" . -# +# # http://w3id.org/rml/UTF-8 . . "Represents the UFT-8 encoding."@en . . "UTF-8" . -# +# # http://w3id.org/rml/XPath . . @@ -306,33 +306,33 @@ _:genid4 . "XPath" . . -# +# # http://w3id.org/rml/gzip . . "Represents GZip file compression."@en . . "GZip" . -# +# # http://w3id.org/rml/targzip . . "Represents TarGZip file compression."@en . . "TarGZip" . -# +# # http://w3id.org/rml/tarxz . . "Represents TarXz file compression."@en . . "TarXz" . -# +# # http://w3id.org/rml/zip . . "Represents Zip file compression."@en . . "Zip" . -# +# # Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/ diff --git a/ontology/documentation/ontology.rdf b/ontology/documentation/ontology.rdf index b392482..967d983 100644 --- a/ontology/documentation/ontology.rdf +++ b/ontology/documentation/ontology.rdf @@ -1,7 +1,7 @@ 2023-04-28 RML-IO: Source and Target - - - + - - + + + + + + + + - - + - - - + - + - - + - + - - - + - - + - + - - + - - - + - + - - + + + + + + - + - + - + - - - + @@ -156,7 +156,7 @@ compression - + @@ -176,7 +176,7 @@ encoding - + @@ -189,7 +189,7 @@ iterator - + @@ -202,7 +202,7 @@ namespace - + @@ -215,7 +215,7 @@ null - + @@ -228,7 +228,7 @@ query - + @@ -241,7 +241,7 @@ reference formulation - + @@ -254,7 +254,7 @@ serialization - + @@ -267,7 +267,7 @@ source - + @@ -280,10 +280,10 @@ target - - - + @@ -305,7 +305,7 @@ namespace prefix - + @@ -317,10 +317,10 @@ namespace URL - - - + @@ -340,7 +340,7 @@ compression class - + @@ -351,7 +351,7 @@ Encoding class - + @@ -362,7 +362,7 @@ Logical Source - + @@ -373,7 +373,7 @@ LogicalTarget - + @@ -384,7 +384,7 @@ Namespace - + @@ -395,7 +395,7 @@ Reference Formulation - + @@ -406,7 +406,7 @@ Source - + @@ -417,7 +417,7 @@ Target - + @@ -429,24 +429,24 @@ XPath Reference Formulation - + - + - - - + @@ -468,7 +468,7 @@ CSV - + @@ -480,7 +480,7 @@ JSONPath - + @@ -492,7 +492,7 @@ SQL 2008 - + @@ -504,7 +504,7 @@ UTF-16 - + @@ -516,7 +516,7 @@ UTF-8 - + @@ -529,7 +529,7 @@ XPath - + @@ -541,7 +541,7 @@ GZip - + @@ -553,7 +553,7 @@ TarGZip - + @@ -565,7 +565,7 @@ TarXz - + @@ -582,5 +582,3 @@ - - diff --git a/ontology/documentation/ontology.ttl b/ontology/documentation/ontology.ttl index bee6f97..b82f88a 100644 --- a/ontology/documentation/ontology.ttl +++ b/ontology/documentation/ontology.ttl @@ -7,14 +7,14 @@ @base . rdf:type owl:Ontology ; - "Ana Iglesias Molina" , + "Ana Iglesias Molina" , "Anastasia Dimou" , "Dylan Van Assche" , "Pano Maria" ; - "RML-IO enables the description of input data sources and target output data serialization "@en ; - ; - "2023-04-28" ; - "RML-IO: Source and Target"@en . + "RML-IO enables the description of input data sources and target output data serialization "@en ; + ; + "2023-04-28" ; + "RML-IO: Source and Target"@en . ################################################################# # Annotation properties @@ -24,36 +24,36 @@ rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/contributor - rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/contributor + rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/creator - rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/creator + rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/description - rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/description + rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/issued - rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/issued + rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/license - rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/license + rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/modified - rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/modified + rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/publisher - rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/publisher + rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/title - rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/title + rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespacePrefix diff --git a/ontology/rml-io-bc.ttl b/ontology/rml-io-bc.ttl index a19a71a..cf2cf74 100644 --- a/ontology/rml-io-bc.ttl +++ b/ontology/rml-io-bc.ttl @@ -15,13 +15,13 @@ @prefix vann: . @base . - rdf:type owl:Ontology ; + rdf:type owl:Ontology ; dc:description "This module specifies the relationships established by the R2RML and previous RML vocabularies to the new RML-IO specification."@en ; dc:modified "2023-05-02" ; dc:title "R2RML to RML alignment module for RML-IO"@en ; dc:creator "Ana Iglesias Molina" ; dc:license ; - vann:preferredNamespaceUri "http://w3id.org/rml/rr-rml-io-bc" . + vann:preferredNamespaceUri "http://w3id.org/rml/io/bc" . ################################################################# # Annotation properties @@ -30,32 +30,34 @@ ### http://creativecommons.org/ns#license cc:license rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/license +dc:license rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/contributor +### http://purl.org/dc/terms/contributor dc:contributor rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/creator +### http://purl.org/dc/terms/creator dc:creator rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/description +### http://purl.org/dc/terms/description dc:description rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/issued +### http://purl.org/dc/terms/issued dc:issued rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/modified +### http://purl.org/dc/terms/modified dc:modified rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/publisher +### http://purl.org/dc/terms/publisher dc:publisher rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/title +### http://purl.org/dc/terms/title dc:title rdf:type owl:AnnotationProperty . diff --git a/ontology/rml-io.owl b/ontology/rml-io.owl index f4ecaad..cda3151 100644 --- a/ontology/rml-io.owl +++ b/ontology/rml-io.owl @@ -1,6 +1,6 @@ @prefix : . @prefix cc: . -@prefix dc: . +@prefix dc: . @prefix ql: . @prefix enc: . @prefix owl: . @@ -33,31 +33,31 @@ cc:license rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/contributor +### http://purl.org/dc/terms/contributor dc:contributor rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/creator +### http://purl.org/dc/terms/creator dc:creator rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/description +### http://purl.org/dc/terms/description dc:description rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/issued +### http://purl.org/dc/terms/issued dc:issued rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/modified +### http://purl.org/dc/terms/modified dc:modified rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/publisher +### http://purl.org/dc/terms/publisher dc:publisher rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/title +### http://purl.org/dc/terms/title dc:title rdf:type owl:AnnotationProperty .