Skip to content

yarrrml-parser + rmlmapper-java in a Docker container.

License

Notifications You must be signed in to change notification settings

ejp-rd-vp/yarrrml-rmlmapper-docker-ejp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version: "3"
services:


  yarrml-rdfizer: 
    image: markw/yarrrml-rml-ejp:0.1.1
    environment:
      - SERIALIZATION=nquads
    ports:
      - "4567:4567"
    volumes:
      - ./data:/mnt/data

Put your data and your yarrrml files in the ./data folder, following these naming conventions:

CARE.csv CARE_yarrrml.yaml

In your YAML file, the "access" clause should point to /mnt/data (/mnt/data/CARE.csv for example)

sources:
  policy:
    access: /mnt/data/CARE.csv
    referenceFormulation: csv
    iterator: "$"

About

yarrrml-parser + rmlmapper-java in a Docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.6%
  • Ruby 22.2%
  • Dockerfile 7.2%