-
Notifications
You must be signed in to change notification settings - Fork 36
Enhancement pattern: dcterms:temporal
Timothy Lebo edited this page Feb 14, 2012
·
2 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)
conversion:enhance [
ov:csvCol 3;
ov:csvHeader "Collection Date";
conversion:label "Collection Date";
conversion:comment "";
conversion:range xsd:date;
conversion:eg "02/14/2008";
conversion:date_pattern "MM/dd/yyyy";
conversion:interpret [
conversion:symbol "- N/A -";
conversion:interpretation conversion:null;
];
conversion:subproperty_of dcterms:temporal;
];