8000 [RMLTC0029*-JSON] use old rml and rr URIs · Issue #216 · kg-construct/rml-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[RMLTC0029*-JSON] use old rml and rr URIs #216
Open
@s-minoo

Description

@s-minoo

Problem

All the input RML document RMLTC0029*-JSON (a,b,c) have prefixes rml and rr using outdated URIs http://semweb.mmlab.be/ns/rml# and http://www.w3.org/ns/r2rml#.

These need to be updated with the latest rml URI http://w3id.org/rml/.

Current input RML document for [RMLTC0029a-JSON]

The following RML document is using the old prefixes rml and rr

@prefix rml: <http://semweb.mmlab.be/ns/rml#> .
@prefix rr: <http://www.w3.org/ns/r2rml#> .
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .

 [
    a rr:TriplesMap;
    rml:logicalSource [
      rml:source "data.json" ;
      rml:referenceFormulation ql:JSONPath ;
      rml:iterator "$[*]";
    ];
    rr:subjectMap [
      rr:template "https://example.org/instances/{id}";
    ];
    rr:predicateObjectMap [
      rr:predicate <http://example.org/ns/p> ;
      rr:object true ; # datatype is boolean
    ];
  ] .

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0