Home
New Endpoint
Request Log
Archive
Edit endpoint: ProductCatalogue-DASLOGIS
This is where you can edit your own little (un)semantic endpoint.
Title
Choose a distinct title for your endpoint
Input format
Choose an input format for your endpoint
JSON
XML
Output format
Choose a graph output format for your endpoint
turtle
application/rdf+xml
rdf+pretty-xml
Response URL
Where should we send the semantic data after validation and transformation?
Headers
RML
RML in Turtle (ttl) format for transforming input data to semantic triples data
@prefix rml: <http://semweb.mmlab.be/ns/rml#> . @prefix ql: <http://semweb.mmlab.be/ns/ql#> . @prefix rr: <http://www.w3.org/ns/r2rml#> . [] rml:logicalSource [ rml:source "http://www.example.com/root" ; rml:referenceFormulation ql:XPath ; rml:iterator "/ProductCatalogue" ] ; rr:subjectMap [ rr:termType rr:BlankNode ; rr:class <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType> ] ; rr:predicateObjectMap [ rr:predicate <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_PriceCatalogueNumber> ; rr:objectMap [ rml:reference "PriceCatalogueNumber" ] ], [ rr:predicate <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Buyer> ; rr:objectMap [ rr:parentTriplesMap [ rml:logicalSource [ rml:source "http://www.example.com/root" ; rml:referenceFormulation ql:XPath ; rml:iterator "/ProductCatalogue/Buyer" ] ; rr:subjectMap [ rr:termType rr:BlankNode ; rr:class <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactType> ] ; rr:predicateObjectMap [ rr:predicate <http://ns.ketenstandaard.nl/sales/v005#PartyWithContactType_GLN> ; rr:objectMap [ rml:reference "GLN" ] ] ] ; rr:joinCondition [ rr:child "." ; rr:parent ".." ] ] ], [ rr:predicate <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_Currency> ; rr:objectMap [ rml:reference "Currency" ] ], [ rr:predicate <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MutationCode> ; rr:objectMap [ rml:reference "MutationCode" ] ], [ rr:predicate <http://ns.ketenstandaard.nl/sales/v005#PriceCatalogueType_MessageDate> ; rr:objectMap [ rml:reference "MessageDate" ] ] .
XSD Schema
XSD schema for validating incoming messages
JSON Schema
JSON schema for validating incoming messages