Skip to content

Commit

Permalink
update dc prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
anaigmo committed May 9, 2023
1 parent 358ae25 commit 4f60a16
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 165 deletions.
28 changes: 14 additions & 14 deletions ontology/documentation/ontology.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -52,28 +52,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",
Expand Down Expand Up @@ -157,24 +157,24 @@
}, {
"@id" : "http://w3id.org/rml/cc/",
"@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" : "Christophe Debruyne"
}, {
"@value" : "Franck Michel"
} ],
"http://purl.org/dc/elements/1.1/description" : [ {
"http://purl.org/dc/terms/description" : [ {
"@language" : "en",
"@value" : "RML module to generate RDF collections and containers"
} ],
"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-19"
} ],
"http://purl.org/dc/elements/1.1/title" : [ {
"http://purl.org/dc/terms/title" : [ {
"@language" : "en",
"@value" : "RML-Containers"
} ],
Expand Down Expand Up @@ -234,4 +234,4 @@
}, {
"@id" : "http://xmlns.com/foaf/0.1/name",
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
} ]
} ]
136 changes: 68 additions & 68 deletions ontology/documentation/ontology.nt
Original file line number Diff line number Diff line change
@@ -1,76 +1,76 @@
<http://w3id.org/rml/cc/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://w3id.org/rml/cc/> <http://purl.org/dc/elements/1.1/contributor> "Ana Iglesias Molina" .
<http://w3id.org/rml/cc/> <http://purl.org/dc/elements/1.1/contributor> "Christophe Debruyne" .
<http://w3id.org/rml/cc/> <http://purl.org/dc/elements/1.1/contributor> "Franck Michel" .
<http://w3id.org/rml/cc/> <http://purl.org/dc/elements/1.1/description> "RML module to generate RDF collections and containers"@en .
<http://w3id.org/rml/cc/> <http://purl.org/dc/elements/1.1/license> <http://purl.org/NET/rdflicense/cc-by4.0> .
<http://w3id.org/rml/cc/> <http://purl.org/dc/elements/1.1/modified> "2023-04-19" .
<http://w3id.org/rml/cc/> <http://purl.org/dc/elements/1.1/title> "RML-Containers"@en .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/contributor> "Ana Iglesias Molina" .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/contributor> "Christophe Debruyne" .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/contributor> "Franck Michel" .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/description> "RML module to generate RDF collections and containers"@en .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/license> <http://purl.org/NET/rdflicense/cc-by4.0> .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/modified> "2023-04-19" .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/title> "RML-Containers"@en .
<http://w3id.org/rml/cc/> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://w3id.org/rml/cc/" .
#
#
#
#
# #################################################################
# #
# # Annotation properties
# #
# #################################################################
#
#
#
#
# http://creativecommons.org/ns#license
<http://creativecommons.org/ns#license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/elements/1.1/contributor
<http://purl.org/dc/elements/1.1/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/elements/1.1/issued
<http://purl.org/dc/elements/1.1/issued> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/elements/1.1/license
<http://purl.org/dc/elements/1.1/license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/elements/1.1/modified
<http://purl.org/dc/elements/1.1/modified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/elements/1.1/publisher
<http://purl.org/dc/elements/1.1/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
#
# http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/terms/issued
<http://purl.org/dc/terms/issued> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/terms/publisher
<http://purl.org/dc/terms/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
# http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
#
# 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://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> .
#
#
# http://xmlns.com/foaf/0.1/name
<http://xmlns.com/foaf/0.1/name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
#
#
#
#
#
#
# #################################################################
# #
# # Object Properties
# #
# #################################################################
#
#
#
#
# http://w3id.org/rml/gather
<http://w3id.org/rml/gather> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/gather> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/GatherMap> .
<http://w3id.org/rml/gather> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies where the terms of a collection or container come from."@en .
<http://w3id.org/rml/gather> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/gather> <http://www.w3.org/2000/01/rdf-schema#label> "gather" .
#
#
# http://w3id.org/rml/gatherAs
<http://w3id.org/rml/gatherAs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/gatherAs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/GatherMap> .
Expand All @@ -96,75 +96,75 @@ _:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/20
<http://w3id.org/rml/gatherAs> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates a GatherMap with the desired result type of collection or container."@en .
<http://w3id.org/rml/gatherAs> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/gatherAs> <http://www.w3.org/2000/01/rdf-schema#label> "gather as" .
#
#
#
#
#
#
# #################################################################
# #
# # Data properties
# #
# #################################################################
#
#
#
#
# http://w3id.org/rml/allowEmptyListAndContainer
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/GatherMap> .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the behavior of a GatherMap in case rml:gather does not yield any element"@en .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/2000/01/rdf-schema#label> "allow empty list and container" .
#
#
#
#
#
#
# #################################################################
# #
# # Classes
# #
# #################################################################
#
#
#
#
# http://w3id.org/rml/GatherMap
<http://w3id.org/rml/GatherMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/GatherMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/TermMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/GatherMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a term map that generates a collection (rdf:List) or container (rdf:Bag, rdf:Seq, rdf:Alt)."@en .
<http://w3id.org/rml/GatherMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/GatherMap> <http://www.w3.org/2000/01/rdf-schema#label> "Gather Map" .
#
#
# http://w3id.org/rml/Strategy
<http://w3id.org/rml/Strategy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
#
#
# http://w3id.org/rml/TermMap
#
#
# http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
#
#
# http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
#
#
# http://www.w3.org/1999/02/22-rdf-syntax-ns#List
#
#
# http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
#
#
#
#
#
#
# #################################################################
# #
# # Individuals
# #
# #################################################################
#
#
#
#
# http://w3id.org/rml/append
<http://w3id.org/rml/append> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/append> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Strategy> .
<http://w3id.org/rml/append> <http://www.w3.org/2000/01/rdf-schema#comment> "Informs that the sets of RDF terms generated by each TermMap of the GatherMap are to be appended within the collection or container."@en .
<http://w3id.org/rml/append> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/append> <http://www.w3.org/2000/01/rdf-schema#label> "Append" .
#
#
# http://w3id.org/rml/cartessianProduct
<http://w3id.org/rml/cartessianProduct> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/cartessianProduct> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Strategy> .
<http://w3id.org/rml/cartessianProduct> <http://www.w3.org/2000/01/rdf-schema#comment> "Informs that the RDF terms generated by each TermMap of the GatherMap are to be grouped (in the constructed collection or container) by doing a cartesian product of these terms."@en .
<http://w3id.org/rml/cartessianProduct> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/cartessianProduct> <http://www.w3.org/2000/01/rdf-schema#label> "Cartessian Product" .
#
#
# Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
Loading

0 comments on commit 4f60a16

Please sign in to comment.