Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New terminology #52

Merged
merged 33 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
7bd85e0
replacing rml:JoinCondition by rml:Join
elsdvlee Dec 5, 2024
89ef23f
Merge branch 'main' of https://github.com/kg-construct/rml-lv
elsdvlee Dec 5, 2024
6cd6b7a
Merge branch 'main' of https://github.com/kg-construct/rml-lv
elsdvlee Dec 9, 2024
95fb941
Merge branch 'main' of https://github.com/kg-construct/rml-lv
elsdvlee Dec 9, 2024
2aae6eb
introduction of new terminology: rml:AbstractLogicalSource, rml:Itera…
elsdvlee Jan 8, 2025
333eb6d
update diagrams
elsdvlee Jan 8, 2025
9f90fa6
update diagrams
elsdvlee Jan 8, 2025
61c184f
correction ontology diagrams
elsdvlee Jan 9, 2025
1f27bc3
correction test cases
elsdvlee Jan 9, 2025
081ca7d
correction test cases
elsdvlee Jan 9, 2025
b22067f
added requirements
elsdvlee Jan 10, 2025
43c99aa
Updated shapes: an iterable field must have one or more rml:field pro…
elsdvlee Jan 10, 2025
ddce197
added second version of requirements
elsdvlee Jan 10, 2025
215984a
Update test-cases/RMLLVTC0004/mapping.ttl
elsdvlee Jan 10, 2025
917bdd2
Update test-cases/RMLLVTC0004/mapping.ttl
elsdvlee Jan 10, 2025
5a1d9ff
Update test-cases/RMLLVTC0004/mapping.ttl
elsdvlee Jan 10, 2025
3e18f74
Update spec/section/joins.md
elsdvlee Jan 10, 2025
bfb2100
Update spec/section/joins.md
elsdvlee Jan 10, 2025
4af268b
Update shapes/lv.ttl
elsdvlee Jan 10, 2025
7439138
reset the htaccess file
elsdvlee Jan 10, 2025
54a17da
reset the htaccess file
elsdvlee Jan 10, 2025
2f8cb70
Update ontology/ontology.owl
elsdvlee Jan 10, 2025
14df7c8
Update shapes/lv.ttl
elsdvlee Jan 10, 2025
1a74101
Update spec/section/fields.md
elsdvlee Jan 10, 2025
61030dd
Update spec/section/fields.md
elsdvlee Jan 10, 2025
ae37d6e
Update spec/section/fields.md
elsdvlee Jan 10, 2025
869db2e
Update spec/section/fields.md
elsdvlee Jan 10, 2025
2ea6212
Update spec/section/fields.md
elsdvlee Jan 10, 2025
6bfa7ec
update shape rml:IterableField
elsdvlee Jan 10, 2025
ba8dfd4
add expression field shape and expression or iterable field shape
pmaria Jan 10, 2025
aa8f24d
Update ontology/ontology.owl
elsdvlee Jan 10, 2025
2602323
Update ontology/ontology.owl
elsdvlee Jan 10, 2025
af82c67
use correct expression map shape IRI
pmaria Jan 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ontology/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AddType application/ld+json .jsonld
# Rewrite engine setup
RewriteEngine On
#Change the path to the folder here
RewriteBase /rml-lv
RewriteBase /rml-lv

# Rewrite rule to serve JSON-LD content from the vocabulary URI if requested
# Placed before HTML to support serving JSON-LD from a browser (e.g., JSON Playground)
Expand Down Expand Up @@ -53,18 +53,18 @@ RewriteRule ^def/(.+)$ doc/ontology.nt [R=303,NE,L]
# Rewrite rule to serve TTL content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
RewriteCond %{HTTP_ACCEPT} \*/turtle
RewriteCond %{HTTP_ACCEPT} \*/turtle
RewriteRule ^def$ doc/ontology.ttl [R=303,L]

# Rewrite rule to serve TTL content from the vocabulary URI if requested
RewriteCond %{HTTP_ACCEPT} text/turtle [OR]
RewriteCond %{HTTP_ACCEPT} text/\* [OR]
RewriteCond %{HTTP_ACCEPT} \*/turtle
RewriteCond %{HTTP_ACCEPT} \*/turtle
RewriteRule ^def/(.+)$ doc/ontology.ttl [R=303,NE,L]

RewriteCond %{HTTP_ACCEPT} .+
RewriteRule ^def$ doc/406.html [R=406,L]
# Default response
# ---------------------------
# Rewrite rule to serve the RDF/XML content from the vocabulary URI by default
RewriteRule ^def$ doc/ontology.owl [R=303,L]
RewriteRule ^def$ doc/ontology.owl [R=303,L]
10 changes: 5 additions & 5 deletions ontology/documentation/OOPSevaluation/oopsEval.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ <h4 class="panel-title">
</div>
<div id="collapse0" class="panel-collapse collapse">
<div class="panel-body">
<p>Ontology elements (classes, object properties and datatype properties) are created isolated, with no relation to the rest of the ontology. </p><p>This pitfall affects to the following ontology elements: </p><ul><li><a href=""http://w3id.org/rml/LogicalIterable"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/LogicalIterable"^^xsd:anyURI</a></li></ul></div>
<p>Ontology elements (classes, object properties and datatype properties) are created isolated, with no relation to the rest of the ontology. </p><p>This pitfall affects to the following ontology elements: </p><ul><li><a href=""http://w3id.org/rml/Iterable"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/Iterable"^^xsd:anyURI</a></li></ul></div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapse1">
P08. Missing annotations<span style="float: right;">2 cases detected. <span class="label label-minor">Minor</span></span></a>
P08. Missing annotations<span style="float: right;">3 cases detected. <span class="label label-minor">Minor</span></span></a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse">
<div class="panel-body">
<p>This pitfall consists in creating an ontology element and failing to provide human readable annotations attached to it. Consequently, ontology elements lack annotation properties that label them (e.g. rdfs:label, lemon:LexicalEntry, skos:prefLabel or skos:altLabel) or that define them (e.g. rdfs:comment or dc:description). This pitfall is related to the guidelines provided in [5]. </p><p>This pitfall affects to the following ontology elements: </p><ul><li><a href=""http://w3id.org/rml/LogicalIterable"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/LogicalIterable"^^xsd:anyURI</a></li><li><a href=""http://www.w3.org/ns/formats/Format"^^xsd:anyURI" target="_blank">"http://www.w3.org/ns/formats/Format"^^xsd:anyURI</a></li></ul></div>
<p>This pitfall consists in creating an ontology element and failing to provide human readable annotations attached to it. Consequently, ontology elements lack annotation properties that label them (e.g. rdfs:label, lemon:LexicalEntry, skos:prefLabel or skos:altLabel) or that define them (e.g. rdfs:comment or dc:description). This pitfall is related to the guidelines provided in [5]. </p><p>This pitfall affects to the following ontology elements: </p><ul><li><a href=""http://w3id.org/rml/Iterable"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/Iterable"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/AbstractLogicalSource"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/AbstractLogicalSource"^^xsd:anyURI</a></li><li><a href=""http://www.w3.org/ns/formats/Format"^^xsd:anyURI" target="_blank">"http://www.w3.org/ns/formats/Format"^^xsd:anyURI</a></li></ul></div>
</div>
</div>
<div class="panel panel-default">
Expand All @@ -103,7 +103,7 @@ <h4 class="panel-title">
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">
<p>Object and/or datatype properties without domain or range (or none of them) are included in the ontology. </p><p>This pitfall affects to the following ontology elements: </p><ul><li><a href=""http://w3id.org/rml/subject"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/subject"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/joinCondition"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/joinCondition"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/baseIRI"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/baseIRI"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/predicate"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/predicate"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/datatype"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/datatype"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/namespaceURL"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/namespaceURL"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/objectMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/objectMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/graph"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/graph"^^xsd:anyURI</a></li></ul></div>
<p>Object and/or datatype properties without domain or range (or none of them) are included in the ontology. </p><p>This pitfall affects to the following ontology elements: </p><ul><li><a href=""http://w3id.org/rml/datatype"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/datatype"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/predicate"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/predicate"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/namespaceURL"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/namespaceURL"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/joinCondition"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/joinCondition"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/subject"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/subject"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/baseIRI"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/baseIRI"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/graph"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/graph"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/objectMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/objectMap"^^xsd:anyURI</a></li></ul></div>
</div>
</div>
<div class="panel panel-default">
Expand All @@ -115,7 +115,7 @@ <h4 class="panel-title">
</div>
<div id="collapse4" class="panel-collapse collapse">
<div class="panel-body">
<p>This pitfall appears when any relationship (except for those that are defined as symmetric properties using owl:SymmetricProperty) does not have an inverse relationship (owl:inverseOf) defined within the ontology. </p><p>This pitfall affects to the following ontology elements: </p><ul><li><a href=""http://w3id.org/rml/logicalTarget"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/logicalTarget"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/graph"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/graph"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/parentTriplesMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/parentTriplesMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/namespace"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/namespace"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/predicateObjectMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/predicateObjectMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/parentMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/parentMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/onFields"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/onFields"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/childMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/childMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/subject"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/subject"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/object"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/object"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/termType"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/termType"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/encoding"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/encoding"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/joinCondition"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/joinCondition"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/source"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/source"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/referenceFormulation"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/referenceFormulation"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/languageMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/languageMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/class"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/class"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/viewOn"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/viewOn"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/datatypeMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/datatypeMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/subjectMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/subjectMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/graphMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/graphMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/target"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/target"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/targetView"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/targetView"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/predicateMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/predicateMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/structuralAnnotation"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/structuralAnnotation"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/predicate"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/predicate"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/root"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/root"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/serialization"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/serialization"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/datatype"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/datatype"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/compression"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/compression"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/logicalSource"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/logicalSource"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/field"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/field"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/objectMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/objectMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/targetFields"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/targetFields"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/baseIRI"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/baseIRI"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/innerJoin"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/innerJoin"^^xsd:anyURI</a></li></ul></div>
<p>This pitfall appears when any relationship (except for those that are defined as symmetric properties using owl:SymmetricProperty) does not have an inverse relationship (owl:inverseOf) defined within the ontology. </p><p>This pitfall affects to the following ontology elements: </p><ul><li><a href=""http://w3id.org/rml/root"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/root"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/encoding"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/encoding"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/logicalSource"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/logicalSource"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/datatypeMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/datatypeMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/logicalTarget"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/logicalTarget"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/predicateMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/predicateMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/datatype"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/datatype"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/compression"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/compression"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/predicate"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/predicate"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/structuralAnnotation"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/structuralAnnotation"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/object"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/object"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/predicateObjectMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/predicateObjectMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/referenceFormulation"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/referenceFormulation"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/viewOn"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/viewOn"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/objectMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/objectMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/target"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/target"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/termType"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/termType"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/parentTriplesMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/parentTriplesMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/languageMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/languageMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/targetFields"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/targetFields"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/graph"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/graph"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/parentMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/parentMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/subjectMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/subjectMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/subject"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/subject"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/source"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/source"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/targetView"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/targetView"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/field"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/field"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/onFields"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/onFields"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/serialization"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/serialization"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/class"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/class"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/joinCondition"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/joinCondition"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/graphMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/graphMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/baseIRI"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/baseIRI"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/childMap"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/childMap"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/namespace"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/namespace"^^xsd:anyURI</a></li><li><a href=""http://w3id.org/rml/innerJoin"^^xsd:anyURI" target="_blank">"http://w3id.org/rml/innerJoin"^^xsd:anyURI</a></li></ul></div>
</div>
</div>
</div>
Expand Down
Loading
Loading