|
29 | 29 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . |
30 | 30 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
31 | 31 |
|
32 | | -<http://schema.org/RMLIOLogicalSourceShape> a sh:NodeShape ; |
| 32 | +<http://w3id.org/rml/shapes/RMLLogicalSourceShape> a sh:NodeShape ; |
33 | 33 | sh:description """ |
34 | 34 | A logical source is any source that is mapped to RDF triples. |
35 | 35 | """ ; |
36 | 36 | sh:message """ |
37 | | - RMLIO Logical Source requires one rml:source and depending on the source |
| 37 | + RML Logical Source requires one rml:source and depending on the source |
38 | 38 | type: one rml:query, one rml:referenceFormulation and/or |
39 | 39 | one rml:iterator. |
40 | 40 | """ ; |
41 | | - sh:name "RMLIO Logical Source" ; |
| 41 | + sh:name "RML Logical Source" ; |
42 | 42 | sh:property [ sh:description """ |
43 | 43 | The source (rml:source) locates the input data source. It is a URI |
44 | 44 | that represents the data source where the data source is. |
|
50 | 50 | """ ; |
51 | 51 | sh:minCount 1 ; |
52 | 52 | sh:name "rml:source" ; |
53 | | - sh:node <http://schema.org/RMLIOSourceShape> ; |
| 53 | + sh:node <http://w3id.org/rml/shapes/RMLSourceShape> ; |
54 | 54 | sh:nodeKind sh:BlankNodeOrIRI ; |
55 | 55 | sh:path rml:source ], |
56 | 56 | [ sh:datatype xsd:string ; |
|
84 | 84 | sh:targetClass rml:LogicalSource ; |
85 | 85 | sh:targetObjectsOf rml:logicalSource . |
86 | 86 |
|
87 | | -<http://schema.org/RMLIOLogicalTargetShape> a sh:NodeShape ; |
| 87 | +<http://w3id.org/rml/shapes/RMLLogicalTargetShape> a sh:NodeShape ; |
88 | 88 | sh:description """ |
89 | 89 | A logical target is any target to where generated RDF triples are exported |
90 | 90 | to. |
91 | 91 | """ ; |
92 | 92 | sh:message """ |
93 | | - RMLIO Logical Target requires one rml:target. |
| 93 | + RML Logical Target requires one rml:target. |
94 | 94 | """ ; |
95 | | - sh:name "RMLIO Logical Target" ; |
| 95 | + sh:name "RML Logical Target" ; |
96 | 96 | sh:property [ sh:description """ |
97 | 97 | The target (rml:target) locates the output target. It is a URI |
98 | 98 | that represents the target where it must export generated RDF triples |
|
105 | 105 | """ ; |
106 | 106 | sh:minCount 1 ; |
107 | 107 | sh:name "rml:target" ; |
108 | | - sh:node <http://schema.org/RMLIOTargetShape> ; |
| 108 | + sh:node <http://w3id.org/rml/shapes/RMLTargetShape> ; |
109 | 109 | sh:nodeKind sh:BlankNodeOrIRI ; |
110 | 110 | sh:path rml:target ] ; |
111 | 111 | sh:targetClass rml:LogicalTarget ; |
112 | 112 | sh:targetObjectsOf rml:logicalTarget . |
113 | 113 |
|
114 | | -<http://schema.org/RMLIOSourceShape> a sh:NodeShape ; |
| 114 | +<http://w3id.org/rml/shapes/RMLSourceShape> a sh:NodeShape ; |
115 | 115 | sh:description """ |
116 | 116 | A source describes access to a data source. Any data access description |
117 | 117 | is allowed, but rml:Source provides additional properties to complete |
118 | 118 | such descriptions. |
119 | 119 | """ ; |
120 | 120 | sh:message """ |
121 | | - RMLIO Source accepts one or multiple rml:null, one rml:query, |
| 121 | + RML Source accepts one or multiple rml:null, one rml:query, |
122 | 122 | one rml:compression, and one rml:encoding. All of them are optional. |
123 | 123 | """ ; |
124 | | - sh:name "RMLIO Source" ; |
| 124 | + sh:name "RML Source" ; |
125 | 125 | sh:property [ sh:datatype xsd:string ; |
126 | 126 | sh:description """ |
127 | 127 | rml:null specifies how NULL or empty values are exposed by the data |
|
186 | 186 | sh:targetClass rml:Source ; |
187 | 187 | sh:targetObjectsOf rml:source . |
188 | 188 |
|
189 | | -<http://schema.org/RMLIOTargetShape> a sh:NodeShape ; |
| 189 | +<http://w3id.org/rml/shapes/RMLTargetShape> a sh:NodeShape ; |
190 | 190 | sh:description """ |
191 | 191 | A target describes access to a data target. Any data access description |
192 | 192 | is allowed, but rml:Target provides additional properties to complete |
193 | 193 | such descriptions. |
194 | 194 | """ ; |
195 | 195 | sh:message """ |
196 | | - RMLIO Target accepts one rml:compression, and one rml:encoding. |
| 196 | + RML Target accepts one rml:compression, and one rml:encoding. |
197 | 197 | All of them are optional. |
198 | 198 | """ ; |
199 | | - sh:name "RMLIO Target" ; |
| 199 | + sh:name "RML Target" ; |
200 | 200 | sh:property [ sh:description """ |
201 | 201 | rml:compression specifies the compression algorithm to use when |
202 | 202 | accessing the data target. By default, no compression is applied. |
|
0 commit comments