timrdf / csv2rdf4lod-automation

Shell script automation to support csv2rdf4lod converter
https://github.com/timrdf/csv2rdf4lod-automation/wiki
Apache License 2.0
109 stars 36 forks source link

taxonomic linked data gen and parsing cells #364

Open apseyed opened 10 years ago

apseyed commented 10 years ago

[8/22/13 12:11:50 AM] apseyed: my example was like this (see last column) :

TAXON_ORDER CATEGORY    SPECIES_CODE    SCI_NAME    PRIMARY_COM_NAME    ORDER1  FAMILY
1,  species,    ostric1,    Struthio camelus,   Ostrich,    Struthioniformes, Struthionidae (Ostrich)

(below is tab delimited) [8/22/13 12:12:59 AM] apseyed: and the example that is more "resource" (no pun intended) intensive is this:

Taxon Name, class
Achnanthidium sp. 1 ?,  Diatoms (Bacillariophyta)
Actinastrum hantzschii Lagerheim,   Green Algae (Chlorophyta)
Actinella punctata F.W. Lewis,  Diatoms (Bacillariophyta)
Actinella punctata Lewis, Diatoms (Bacillariophyta)
Amphora sp.,    Diatoms (Bacillariophyta)

[8/22/13 12:13:21 AM] apseyed: the first is ebird clements and the latter is darrin freshwater [8/22/13 12:13:53 AM] apseyed: in the first we have () covering another label and in the second we have in () an additional taxon we need obj properties for

timrdf commented 10 years ago

what RDF are you looking to create?

apseyed commented 10 years ago

:Actinastrum_hantzschii_Lagerheim :col2 :Green_Algae. :Green_Algae :some_relation :Chlorophyta .

https://github.com/apseyed/SemantGeo/blob/master/data/source/aeap_nys/dfw_lake_samples/version/2013-April-24/source/phyto-class.csv

apseyed commented 10 years ago

:Struthio_camelus :label "Ostrich"; :some_rel :Struthioniformes . :Struthioniformes :some_rel2 :Struthionidae . :Struthionidae :altlabel "Ostrich" .