-
### Issue type: :bug: Bug
### Description
I'm unable to use Inverse predicates with the yarrrml-parser. The inverse predicates are not parsed and handled when transforming the `.yml` mappings to `…
-
Currently the input file can't be parameterised via cli or api. It is hardcoded into the mapping file. Eg:
```
rml:logicalSource [
rml:source "./examples/artists/Artist.csv" ;
rml:refe…
-
Hi,
I'm trying to run the following mapping on a stream.
```
@prefix rr: .
@prefix rml: .
@prefix ex: .
@prefix ql: .
@prefix carml: .
a rr:TriplesMap;
rml:logicalSource [
…
-
In a recent discussion in https://github.com/kg-construct/rml-questions/discussions/28 that it might be useful to support generation of URIs next to IRIs would be to facilitate Linked Data dereferenci…
-
Possible approaches:
- publish all queries used to create mappings in a paper (or technical report as suggested by Christophe Nicole)
- produce RML mapping file to formalize unidirectional data inst…
-
As shown in https://github.com/morph-kgc/morph-kgc/issues/132#issuecomment-1478439933 the next release of morph will resolve some issues that led to having to process ids separately in the export of r…
-
Currently, RDF data is parsed as URI and put into a DataFrame with (shortened) URIs.
Consider the N-Triples
```
.
.
```
and the mapping
```
rml:logicalSource [
rml:source "/tmp…
-
Hello,
I couldn't find this in the documentation or even after going through the source code. Following are the 2 questions I have:
1. Is there a way to execute R2RML mappings using CARML?
Wha…
-
I'm converting JSON files to turtle files with the RMLMapper. In my mapping file I have a long list of prefixes that should be used when the output data is generated. In general this works fine and t…
-
### Issue type: :bug: Bug
### Description
When using version `1.3.0` of the `yarrrml-parser` and an YARRRML mapping referring to a SPARQL endpoint as logical target, the target is not part of the …