-
All SPARQL query validation queries fail, because ` epo:PublicationProvision` is not instantiated, because the SubjectMap triples are not provided in the "main" mappings, only the related PorpoertyObj…
-
note that i am not concerned about using correct properties yet. i am just concerned with structure.
characters.json:
```
{
"characters": [
{
"id": "0",
"firstname": "Ash"…
-
Hi, im trying to convert RML to RDF. But when im trying to execute it, it gaves me this error:
Exception in thread "main" java.util.NoSuchElementException: None.get
at scala.None$.get(Option…
-
For post-processing data I often create some shell-pipe-hacks where I post-process data mapped from ugly CSV files. This is not very portable as its outside the RML mapping language.
Christophe Debru…
-
### Description of the problem
There doesn't seem to be a method for getting and setting value of the Text on text node created using document.createTextNode.
### Reproduction steps
```js
const do…
Yiin updated
8 months ago
-
### 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 …
-
In the current implementation, conditions, which need to be fulfilled such that triples are created, are not covered. This also allows user-defined functions which return Booleans. These conditions ar…
-
An important case in GeoSPARQL is to capture fragments of the input XML (GML) or JSON (GeoJSON) as literals with custom datatypes: `geo:gmlLiteral, geo:geoJSONLiteral`.
This happens when converting e…
-
# Absolutely positioned `div`
```
* {
box-sizing: border-box;
font-family: Play;
}
.block1 {
display: block;
border: 1px red;
width…
-
There are libraries that validate RML mappings with shapes. We may integrate one of those in rmldoc to make sure the mapping to validate is compliant with a valid specification before generating the d…