Skip to content

Commit

Permalink
dc prefix updated, bc w3id fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
anaigmo committed May 9, 2023
1 parent 48f98e0 commit 0e1e118
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 217 deletions.
28 changes: 14 additions & 14 deletions ontology/documentation/ontology.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand All @@ -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"
} ]
Expand Down Expand Up @@ -600,4 +600,4 @@
}, {
"@id" : "https://www.w3.org/ns/formats/Format",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
} ]
} ]
Loading

0 comments on commit 0e1e118

Please sign in to comment.