Closed
Description
Hi,
nice work! Do you think it could be possible to manage a condition for generation of triples?
For example, adding a rr:condition (expression) to a rr:subjectMap like:
<#DateTime>
rml:logicalSource [
rml:sourceName "example.xml";
rml:iterator "/notes/note";
rml:queryLanguage ql:XPath;
];
rr:subjectMap [
rr:template "http://www.example.com/DateTime/{@year}{@month}{@day}";
rr:class ex:DateTime;
rr:condition "{@month}.trim() != '' "
];
Thanks,
FP
Metadata
Metadata
Assignees
Labels
No labels