prefixes:
  mail: "http://example.com/mail#"
  ex: "http://www.example.com/"
  myrdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#"

sources:
  source1:
    access: src/test/resources/example1/example1.xml
    referenceFormulation: xpath #~xpath or xquery
    iterator: /notes/note

mappings:
  example:
    sources: source1
    subjects: "http://www.example.com/note/$(@id)" #~iri (default, only option actually); if no subject is given, we are dealing with a blank node
    predicateobjects:
      - [myrdf:type, mail:Note]
