I am trying the sample example from the specfications in section 3.3 (3.3 Example: Mapping a JSON data source) but it is outputting an empty turtle file,
where venue.rml.ttl is sample mapping file given in section 3.3 of the specification. I am using exactly the same example as given in section 3.3 without changing anything,
Hello
I am trying the sample example from the specfications in section 3.3 (3.3 Example: Mapping a JSON data source) but it is outputting an empty turtle file,
the commands i am using is:
java -jar /home/apps/RML-Mapper/RML-Processor/target/RML-Processor-0.2.jar -m venue.json.rml.ttl -o venue.ttl -f turtle,
where venue.rml.ttl is sample mapping file given in section 3.3 of the specification. I am using exactly the same example as given in section 3.3 without changing anything,
Is there any problem with the command ?