zazuko / xrm

A friendly language for mappings to RDF
MIT License
1 stars 0 forks source link

Support source of type "other" #123

Open mchlrch opened 1 year ago

mchlrch commented 1 year ago

Quoting from the RML introduction:

The following reference formulations are predefined but not limited: ql:CSV, ql:CSS3, ql:JSONPath, rr:SQL2008 and ql:XPath.

Add support for source type other.

logical-source people {
    type other
    source "People.foo"
    iterator "bar"

    referenceables
        ...
}

other source is compatible with the following mapping outputs: rml, carml

No reference formulation in the generated (CA)RML mapping file. The respective triples are patched in outside XRM.

See also: https://rml.io/docs/rml/introduction/