Skip to content

Matey does not show mapper output as soon as a graphs key is added to the YARRRML input #6

Description

@mvanbrab
  • If the graphs key is ommitted in the test input below, the output consists of RDF output and RML rules.
  • If the graphs key is added, the output consists of RML rules only.
prefixes:
  ex: http://www.example.com/
  e: http://myontology.com/
  dbo: http://dbpedia.org/ontology/
  grel: http://users.ugent.be/~bjdmeest/function/grel.ttl#
  schema: http://schema.org/
  
mappings:
  people:
    sources:
      - ['people.csv~csv']
    s: ex:$(id)
    # next key is the problem
    graphs: ex:Characters
    po:
      - [a, schema:Person]
      - [schema:givenName, $(firstname)]
      - [schema:familyName, $(lastname)]

people.csv:

id,firstname,lastname,debut episode,hair color
0,Natsu,Dragneel,1,pink
1,Gray,Fullbuster,2,dark blue
2,Gajeel,Redfox,21,black
3,Lucy,Heartfilia,1,blonde
4,Erza,Scarlet,4,scarlet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions