Skip to content

Commit 472594f

Browse files
committed
updated formats from w3c
1 parent b8dc4ed commit 472594f

File tree

14 files changed

+54
-514
lines changed

14 files changed

+54
-514
lines changed

ontology/RML-io-diagram.png

22.8 KB
Loading

ontology/documentation/index-en.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5-
<link rel="stylesheet" href="resources/primer.css" media="screen" /> <link rel="stylesheet" href="resources/rec.css" media="screen" /> <link rel="stylesheet" href="resources/extra.css" media="screen" /> <link rel="stylesheet" href="resources/owl.css" media="screen" /> <title>RML Source and Target</title>
5+
<link rel="stylesheet" href="resources/primer.css" media="screen" /> <link rel="stylesheet" href="resources/rec.css" media="screen" /> <link rel="stylesheet" href="resources/extra.css" media="screen" /> <link rel="stylesheet" href="resources/owl.css" media="screen" /> <title>RML-IO: Source and Target</title>
66

77

88
<!-- SCHEMA.ORG METADATA -->
9-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"http://w3id.org/rml/io/","image":"http://vowl.visualdataweb.org/webvowl/#iri=http://w3id.org/rml/io/","name":"RML Source and Target", "headline":"RML-IO enables the description of in put data sources and target output data serialization", "datePublished":"Fri Apr 28 11:56:00 UTC 2023", "contributor":[{"@type":"Person","name":"Ana Iglesias Molina"},{"@type":"Person","name":"Anastasia Dimou"},{"@type":"Person","name":"Dylan Van Assche"},{"@type":"Person","name":"Pano Maria"}]}</script>
9+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"http://w3id.org/rml/io/","image":"http://vowl.visualdataweb.org/webvowl/#iri=http://w3id.org/rml/io/","name":"RML-IO: Source and Target", "headline":"RML-IO enables the description of input data sources and target output data serialization", "datePublished":"Fri Apr 28 14:43:47 UTC 2023", "contributor":[{"@type":"Person","name":"Ana Iglesias Molina"},{"@type":"Person","name":"Anastasia Dimou"},{"@type":"Person","name":"Dylan Van Assche"},{"@type":"Person","name":"Pano Maria"}]}</script>
1010

1111
<script src="resources/jquery.js"></script>
1212
<script src="resources/marked.min.js"></script>
@@ -59,7 +59,7 @@
5959
<div class="container">
6060
<div class="head">
6161
<div style="float:right">language <a href="index-en.html"><b>en</b></a> </div>
62-
<h1>RML Source and Target</h1>
62+
<h1>RML-IO: Source and Target</h1>
6363

6464

6565
<dl>
@@ -68,7 +68,7 @@ <h1>RML Source and Target</h1>
6868

6969
<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://insertlicenseURIhere.org" target="_blank"><img src="https://img.shields.io/badge/License-license%20name%20goes%20here-blue.svg" alt="http://insertlicenseURIhere.org" /></a>
7070
</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>
71-
<dd> RML Source and Target.</dd>
71+
<dd> RML-IO: Source and Target.</dd>
7272
</dl>
7373

7474
<a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a><hr/>

ontology/documentation/ontology.jsonld

Lines changed: 7 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -96,35 +96,6 @@
9696
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
9797
"@value" : "Encoding class"
9898
} ]
99-
}, {
100-
"@id" : "http://w3id.org/rml/Format",
101-
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
102-
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
103-
"@language" : "en",
104-
"@value" : "Represents serialization formats."
105-
} ],
106-
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
107-
"@id" : "http://w3id.org/rml/io/"
108-
} ],
109-
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
110-
"@value" : "Format"
111-
} ]
112-
}, {
113-
"@id" : "http://w3id.org/rml/JSON-LD",
114-
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
115-
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
116-
"@id" : "http://w3id.org/rml/Format"
117-
} ],
118-
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
119-
"@language" : "en",
120-
"@value" : "Represents the JSON-LD serialization."
121-
} ],
122-
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
123-
"@id" : "http://w3id.org/rml/io/"
124-
} ],
125-
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
126-
"@value" : "JSON-LD"
127-
} ]
12899
}, {
129100
"@id" : "http://w3id.org/rml/JSONPath",
130101
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
@@ -167,38 +138,6 @@
167138
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
168139
"@value" : "LogicalTarget"
169140
} ]
170-
}, {
171-
"@id" : "http://w3id.org/rml/N-Quads",
172-
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
173-
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
174-
"@id" : "http://w3id.org/rml/Format"
175-
} ],
176-
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
177-
"@language" : "en",
178-
"@value" : "Represents the N-Quads serialization."
179-
} ],
180-
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
181-
"@id" : "http://w3id.org/rml/io/"
182-
} ],
183-
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
184-
"@value" : "N-Quads"
185-
} ]
186-
}, {
187-
"@id" : "http://w3id.org/rml/N-Triples",
188-
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
189-
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
190-
"@id" : "http://w3id.org/rml/Format"
191-
} ],
192-
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
193-
"@language" : "en",
194-
"@value" : "Represents the N-Triples serialization."
195-
} ],
196-
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
197-
"@id" : "http://w3id.org/rml/io/"
198-
} ],
199-
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
200-
"@value" : "N-Triples"
201-
} ]
202141
}, {
203142
"@id" : "http://w3id.org/rml/Namespace",
204143
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
@@ -225,22 +164,6 @@
225164
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
226165
"@value" : "Reference Formulation"
227166
} ]
228-
}, {
229-
"@id" : "http://w3id.org/rml/SPARQL_Results_CSV",
230-
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
231-
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
232-
"@id" : "http://w3id.org/rml/Format"
233-
} ],
234-
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
235-
"@language" : "en",
236-
"@value" : "Represents the SPARQL results CSV serialization."
237-
} ],
238-
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
239-
"@id" : "http://w3id.org/rml/io/"
240-
} ],
241-
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
242-
"@value" : "SPARQL results CSV"
243-
} ]
244167
}, {
245168
"@id" : "http://w3id.org/rml/SQL2008",
246169
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
@@ -283,22 +206,6 @@
283206
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
284207
"@value" : "Target"
285208
} ]
286-
}, {
287-
"@id" : "http://w3id.org/rml/Turtle",
288-
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
289-
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
290-
"@id" : "http://w3id.org/rml/Format"
291-
} ],
292-
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
293-
"@language" : "en",
294-
"@value" : "Represents the Turtle serialization."
295-
} ],
296-
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
297-
"@id" : "http://w3id.org/rml/io/"
298-
} ],
299-
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
300-
"@value" : "Turtle"
301-
} ]
302209
}, {
303210
"@id" : "http://w3id.org/rml/UTF-16",
304211
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
@@ -434,20 +341,17 @@
434341
} ],
435342
"http://purl.org/dc/elements/1.1/description" : [ {
436343
"@language" : "en",
437-
"@value" : "RML-IO enables the description of in put data sources and target output data serialization "
344+
"@value" : "RML-IO enables the description of input data sources and target output data serialization "
438345
} ],
439346
"http://purl.org/dc/elements/1.1/license" : [ {
440347
"@id" : "http://purl.org/NET/rdflicense/cc-by4.0"
441348
} ],
442349
"http://purl.org/dc/elements/1.1/modified" : [ {
443-
"@value" : "2023-04-19"
350+
"@value" : "2023-04-28"
444351
} ],
445352
"http://purl.org/dc/elements/1.1/title" : [ {
446353
"@language" : "en",
447-
"@value" : "RML Source and Target"
448-
} ],
449-
"http://purl.org/vocab/vann/preferredNamespaceUri" : [ {
450-
"@value" : "http://w3id.org/rml/io/"
354+
"@value" : "RML-IO: Source and Target"
451355
} ]
452356
}, {
453357
"@id" : "http://w3id.org/rml/iterator",
@@ -596,7 +500,7 @@
596500
"@value" : "serialization"
597501
} ],
598502
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
599-
"@id" : "http://w3id.org/rml/Format"
503+
"@id" : "https://www.w3.org/ns/formats/Format"
600504
} ]
601505
}, {
602506
"@id" : "http://w3id.org/rml/source",
@@ -696,4 +600,7 @@
696600
}, {
697601
"@id" : "http://xmlns.com/foaf/0.1/name",
698602
"@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
603+
}, {
604+
"@id" : "https://www.w3.org/ns/formats/Format",
605+
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
699606
} ]

ontology/documentation/ontology.nt

Lines changed: 7 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
<http://w3id.org/rml/io/> <http://purl.org/dc/elements/1.1/contributor> "Anastasia Dimou" .
44
<http://w3id.org/rml/io/> <http://purl.org/dc/elements/1.1/contributor> "Dylan Van Assche" .
55
<http://w3id.org/rml/io/> <http://purl.org/dc/elements/1.1/contributor> "Pano Maria" .
6-
<http://w3id.org/rml/io/> <http://purl.org/dc/elements/1.1/description> "RML-IO enables the description of in put data sources and target output data serialization "@en .
6+
<http://w3id.org/rml/io/> <http://purl.org/dc/elements/1.1/description> "RML-IO enables the description of input data sources and target output data serialization "@en .
77
<http://w3id.org/rml/io/> <http://purl.org/dc/elements/1.1/license> <http://purl.org/NET/rdflicense/cc-by4.0> .
8-
<http://w3id.org/rml/io/> <http://purl.org/dc/elements/1.1/modified> "2023-04-19" .
9-
<http://w3id.org/rml/io/> <http://purl.org/dc/elements/1.1/title> "RML Source and Target"@en .
10-
<http://w3id.org/rml/io/> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://w3id.org/rml/io/" .
8+
<http://w3id.org/rml/io/> <http://purl.org/dc/elements/1.1/modified> "2023-04-28" .
9+
<http://w3id.org/rml/io/> <http://purl.org/dc/elements/1.1/title> "RML-IO: Source and Target"@en .
1110
#
1211
#
1312
# #################################################################
@@ -144,7 +143,8 @@ _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/20
144143
# http://w3id.org/rml/serialization
145144
<http://w3id.org/rml/serialization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
146145
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/LogicalTarget> .
147-
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/Format> .
146+
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#range> <https://www.w3.org/ns/formats/Format> .
147+
<https://www.w3.org/ns/formats/Format> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
148148
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines the serialization to generate the target output."@en .
149149
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
150150
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#label> "serialization" .
@@ -210,12 +210,6 @@ _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/20
210210
<http://w3id.org/rml/Encoding> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
211211
<http://w3id.org/rml/Encoding> <http://www.w3.org/2000/01/rdf-schema#label> "Encoding class" .
212212
#
213-
# http://w3id.org/rml/Format
214-
<http://w3id.org/rml/Format> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
215-
<http://w3id.org/rml/Format> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents serialization formats."@en .
216-
<http://w3id.org/rml/Format> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
217-
<http://w3id.org/rml/Format> <http://www.w3.org/2000/01/rdf-schema#label> "Format" .
218-
#
219213
# http://w3id.org/rml/LogicalSource
220214
<http://w3id.org/rml/LogicalSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
221215
<http://w3id.org/rml/LogicalSource> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a logical source."@en .
@@ -261,6 +255,8 @@ _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/20
261255
#
262256
# http://www.w3.org/1999/02/22-rdf-syntax-ns#Literal
263257
#
258+
# https://www.w3.org/ns/formats/Format
259+
#
264260
#
265261
#
266262
# #################################################################
@@ -278,55 +274,20 @@ _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/20
278274
<http://w3id.org/rml/CSV> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
279275
<http://w3id.org/rml/CSV> <http://www.w3.org/2000/01/rdf-schema#label> "CSV" .
280276
#
281-
# http://w3id.org/rml/JSON-LD
282-
<http://w3id.org/rml/JSON-LD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
283-
<http://w3id.org/rml/JSON-LD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Format> .
284-
<http://w3id.org/rml/JSON-LD> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the JSON-LD serialization."@en .
285-
<http://w3id.org/rml/JSON-LD> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
286-
<http://w3id.org/rml/JSON-LD> <http://www.w3.org/2000/01/rdf-schema#label> "JSON-LD" .
287-
#
288277
# http://w3id.org/rml/JSONPath
289278
<http://w3id.org/rml/JSONPath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
290279
<http://w3id.org/rml/JSONPath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/ReferenceFormulation> .
291280
<http://w3id.org/rml/JSONPath> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes the JSONPath reference formulation, used for referring to extracts of JSON sources."@en .
292281
<http://w3id.org/rml/JSONPath> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
293282
<http://w3id.org/rml/JSONPath> <http://www.w3.org/2000/01/rdf-schema#label> "JSONPath" .
294283
#
295-
# http://w3id.org/rml/N-Quads
296-
<http://w3id.org/rml/N-Quads> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
297-
<http://w3id.org/rml/N-Quads> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Format> .
298-
<http://w3id.org/rml/N-Quads> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the N-Quads serialization."@en .
299-
<http://w3id.org/rml/N-Quads> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
300-
<http://w3id.org/rml/N-Quads> <http://www.w3.org/2000/01/rdf-schema#label> "N-Quads" .
301-
#
302-
# http://w3id.org/rml/N-Triples
303-
<http://w3id.org/rml/N-Triples> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
304-
<http://w3id.org/rml/N-Triples> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Format> .
305-
<http://w3id.org/rml/N-Triples> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the N-Triples serialization."@en .
306-
<http://w3id.org/rml/N-Triples> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
307-
<http://w3id.org/rml/N-Triples> <http://www.w3.org/2000/01/rdf-schema#label> "N-Triples" .
308-
#
309-
# http://w3id.org/rml/SPARQL_Results_CSV
310-
<http://w3id.org/rml/SPARQL_Results_CSV> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
311-
<http://w3id.org/rml/SPARQL_Results_CSV> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Format> .
312-
<http://w3id.org/rml/SPARQL_Results_CSV> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the SPARQL results CSV serialization."@en .
313-
<http://w3id.org/rml/SPARQL_Results_CSV> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
314-
<http://w3id.org/rml/SPARQL_Results_CSV> <http://www.w3.org/2000/01/rdf-schema#label> "SPARQL results CSV" .
315-
#
316284
# http://w3id.org/rml/SQL2008
317285
<http://w3id.org/rml/SQL2008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
318286
<http://w3id.org/rml/SQL2008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/ReferenceFormulation> .
319287
<http://w3id.org/rml/SQL2008> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes the Core SQL 2008."@en .
320288
<http://w3id.org/rml/SQL2008> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
321289
<http://w3id.org/rml/SQL2008> <http://www.w3.org/2000/01/rdf-schema#label> "SQL 2008" .
322290
#
323-
# http://w3id.org/rml/Turtle
324-
<http://w3id.org/rml/Turtle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
325-
<http://w3id.org/rml/Turtle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Format> .
326-
<http://w3id.org/rml/Turtle> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the Turtle serialization."@en .
327-
<http://w3id.org/rml/Turtle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
328-
<http://w3id.org/rml/Turtle> <http://www.w3.org/2000/01/rdf-schema#label> "Turtle" .
329-
#
330291
# http://w3id.org/rml/UTF-16
331292
<http://w3id.org/rml/UTF-16> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
332293
<http://w3id.org/rml/UTF-16> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Encoding> .

0 commit comments

Comments
 (0)