-
Notifications
You must be signed in to change notification settings - Fork 36
conversion:null
timrdf edited this page Oct 16, 2014
·
10 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)
Occurrences of conversion:null
within enhancement parameters means that no triple should be asserted in the conversion results.
Used as a value for the predicates conversion:interpretation and conversion:source_identifier.
conversion:null
should only appear as values in enhancement parameters; occurrence of conversion:null
in conversion results is nonsensical.
ov:csvCol is asserted, e.g.:
vivo2doi:thing_2 ov:csvRow "2"^^xsd:integer .
This can be omitted by specifying the following:
conversion:enhance [
ov:csvRow conversion:null;
];
Similar for:
conversion:enhance [
dcterms:isReferencedBy conversion:null;
];
conversion:enhance [
void:inDataset conversion:null;
];
conversion:enhance [
dcterms:isReferencedBy conversion:null;
];
conversion:enhance [
void:inDataset conversion:null;
];