Skip to content

Commit

Permalink
documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anaigmo committed Jul 8, 2024
1 parent 6e9d1b4 commit 955578b
Show file tree
Hide file tree
Showing 8 changed files with 1,725 additions and 1,699 deletions.
4 changes: 2 additions & 2 deletions ontology/documentation/index-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ <h1>RML-Core: Generic Mapping Language for RDF</h1>
<dt>Revision:</dt>
<dd>0.1.0</dd>
<dt>Contributors:</dt>
<dd>Anastasia Dimou</dd><dd>Pano Maria</dd><dd>Ben de Meester</dd><dd>Christophe Debruyne</dd><dd>Ana Iglesias Molina</dd><dd>David Chaves Fraga</dd><dd>Dylan Van Assche</dd><dd>Franck Michel</dd><dd>Julián Arenas Guerrero</dd><dd>Samaneh Jozashoori</dd>
<dd>Anastasia Dimou</dd><dd>Pano Maria</dd><dd>Ben de Meester</dd><dd>Christophe Debruyne</dd><dd>Ana Iglesias Molina</dd><dd>David Chaves Fraga</dd><dd>Dylan Van Assche</dd><dd>Franck Michel</dd><dd>Samaneh Jozashoori</dd>

<dt>Publisher:</dt>
<dd><a href="https://www.w3.org/community/kg-construct/">https://www.w3.org/community/kg-construct/</a></dd>
<dt>Download serialization:</dt><dd><span><a href="ontology.jsonld" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="ontology.rdf" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL" /></a> </span></dd><dt>License:</dt><dd><a href="http://purl.org/NET/rdflicense/cc-by4.0" target="_blank"><img src="https://img.shields.io/badge/License-http://purl.org/NET/rdflicense/cc_by4.0-blue.svg" alt="http://purl.org/NET/rdflicense/cc-by4.0" /></a>
</dd><!-- <dt>Evaluation:</dt><dd><a href="OOPSEvaluation/oopsEval.html#" target="_blank"><img src="https://img.shields.io/badge/Evaluate_with-OOPS! (OntOlogy Pitfall Scanner!)-blue.svg" alt="Evaluate with OOPS!" /></a></dd> --><dt>Cite as:</dt>
<dd> Anastasia Dimou, Pano Maria, Ben de Meester, Christophe Debruyne, Ana Iglesias-Molina, David Chaves Fraga, Dylan Van Assche, Franck Michel, Julián Arenas Guerrero, Samaneh Jozashoori. RML-core: Generic Mapping Language for RDF. URL: <a href="http://w3id.org/rml/core/">http://w3id.org/rml/core/</a></dd>
<dd> Anastasia Dimou, Pano Maria, Ben de Meester, Christophe Debruyne, Ana Iglesias-Molina, David Chaves Fraga, Dylan Van Assche, Franck Michel, Samaneh Jozashoori. RML-core: Generic Mapping Language for RDF. URL: <a href="http://w3id.org/rml/core/">http://w3id.org/rml/core/</a></dd>
</dl>

<a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a><hr/>
Expand Down
124 changes: 83 additions & 41 deletions ontology/documentation/ontology.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@
"@id" : "http://w3id.org/rml/SubjectMap"
} ]
} ]
}, {
"@id" : "_:genid11",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
"http://www.w3.org/2002/07/owl#unionOf" : [ {
"@list" : [ {
"@id" : "http://w3id.org/rml/BlankNode"
}, {
"@id" : "http://w3id.org/rml/IRI"
}, {
"@id" : "http://w3id.org/rml/Literal"
}, {
"@id" : "http://w3id.org/rml/URI"
}, {
"@id" : "http://w3id.org/rml/UnsafeIRI"
}, {
"@id" : "http://w3id.org/rml/UnsafeURI"
} ]
} ]
}, {
"@id" : "_:genid4",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
Expand All @@ -23,11 +41,11 @@
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
"http://www.w3.org/2002/07/owl#unionOf" : [ {
"@list" : [ {
"@id" : "http://w3id.org/rml/BlankNode"
"@id" : "http://w3id.org/rml/DatatypeMap"
}, {
"@id" : "http://w3id.org/rml/IRI"
"@id" : "http://w3id.org/rml/LanguageMap"
}, {
"@id" : "http://w3id.org/rml/Literal"
"@id" : "http://w3id.org/rml/TermMap"
} ]
} ]
}, {
Expand Down Expand Up @@ -112,7 +130,7 @@
"@value" : "Datatype Map"
} ],
"http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
"@id" : "http://w3id.org/rml/ExpressionMap"
"@id" : "http://w3id.org/rml/TermMap"
} ]
}, {
"@id" : "http://w3id.org/rml/ExpressionMap",
Expand Down Expand Up @@ -148,7 +166,7 @@
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "Denotes an IRI, used with termpType."
"@value" : "Denotes an IRI, used with termType."
} ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
"@id" : "http://w3id.org/rml/core/"
Expand Down Expand Up @@ -277,19 +295,6 @@
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "Reference Object Map"
} ]
}, {
"@id" : "http://w3id.org/rml/Strategy",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "Denotes a strategy to perform a action (e.g. gather for collections and containers, joins)."
} ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
"@id" : "http://w3id.org/rml/core/"
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "Strategy"
} ]
}, {
"@id" : "http://w3id.org/rml/SubjectMap",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
Expand Down Expand Up @@ -336,6 +341,61 @@
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "Triples Map"
} ]
}, {
"@id" : "http://w3id.org/rml/URI",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "Denotes an URI, used with termType."
} ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
"@id" : "http://w3id.org/rml/core/"
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "URI"
} ]
}, {
"@id" : "http://w3id.org/rml/UnsafeIRI",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "Denotes an unsafe IRI, used with termType."
} ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
"@id" : "http://w3id.org/rml/core/"
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "Unsafe IRI"
} ]
}, {
"@id" : "http://w3id.org/rml/UnsafeURI",
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "Denotes an unsafe URI, used with termType."
} ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
"@id" : "http://w3id.org/rml/core/"
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "Unsafe URI"
} ]
}, {
"@id" : "http://w3id.org/rml/baseIRI",
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "Indicates the base IRI of the RDF graph to be created."
} ],
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
"@id" : "http://w3id.org/rml/TriplesMap"
} ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
"@id" : "http://w3id.org/rml/core/"
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "base IRI"
} ]
}, {
"@id" : "http://w3id.org/rml/child",
"@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
Expand Down Expand Up @@ -410,7 +470,7 @@
"@value" : "constant"
} ]
}, {
"@id" : "http://w3id.org/rml/core",
"@id" : "http://w3id.org/rml/core/",
"@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ],
"http://purl.org/dc/terms/contributor" : [ {
"@value" : "Ana Iglesias Molina"
Expand All @@ -426,8 +486,6 @@
"@value" : "Dylan Van Assche"
}, {
"@value" : "Franck Michel"
}, {
"@value" : "Julián Arenas Guerrero"
}, {
"@value" : "Pano Maria"
}, {
Expand Down Expand Up @@ -463,7 +521,7 @@
"@value" : "http://w3id.org/rml/"
} ],
"http://www.w3.org/2002/07/owl#versionIRI" : [ {
"@id" : "http://w3id.org/rml/core"
"@id" : "http://w3id.org/rml/core/"
} ],
"http://www.w3.org/2002/07/owl#versionInfo" : [ {
"@value" : "0.1.0"
Expand Down Expand Up @@ -618,7 +676,7 @@
"@value" : "Represents the logical target to where triples are exported to."
} ],
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
"@id" : "http://w3id.org/rml/TermMap"
"@id" : "_:genid7"
} ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
"@id" : "http://w3id.org/rml/core/"
Expand Down Expand Up @@ -793,22 +851,6 @@
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
"@id" : "http://www.w3.org/2001/XMLSchema#string"
} ]
}, {
"@id" : "http://w3id.org/rml/strategy",
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "A Strategy element to indicate how to perform an action (e.g. gather for collections and containers, join)."
} ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
"@id" : "http://w3id.org/rml/core/"
} ],
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
"@value" : "strategy"
} ],
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
"@id" : "http://w3id.org/rml/Strategy"
} ]
}, {
"@id" : "http://w3id.org/rml/subject",
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
Expand Down Expand Up @@ -868,7 +910,7 @@
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
"@language" : "en",
"@value" : "A string indicating whether subject or object generated using the value from a source record name specified should be an IRI reference, blank node, or a literal."
"@value" : "A string indicating whether subject or object generated using the value from a source record name specified should be an IRI/URI (safe or unsafe) reference, blank node, or a literal."
} ],
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
"@id" : "http://w3id.org/rml/TermMap"
Expand All @@ -880,7 +922,7 @@
"@value" : "term type"
} ],
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
"@id" : "_:genid7"
"@id" : "_:genid11"
} ]
}, {
"@id" : "http://www.linkedmodel.org/schema/vaem#acronym",
Expand Down
Loading

0 comments on commit 955578b

Please sign in to comment.