LINNAE-project / SFB-Annotator

This web app is intended for demo purposes only!
https://www.research-software.nl/software/sfb-annotator
Apache License 2.0
1 stars 0 forks source link

Incorrect ns prefix for scientificName* and taxonRank #62

Closed arnikz closed 3 years ago

arnikz commented 3 years ago

nhc -> dwc

https://github.com/LINNAE-project/SFB-Annotator/blob/670a543addd5de9ca945bcd8281f584bd81776ea/data/rdf/local/example_1_1.ttl#L29

https://github.com/LINNAE-project/SFB-Annotator/blob/670a543addd5de9ca945bcd8281f584bd81776ea/data/rdf/local/example_1_2.ttl#L31

https://github.com/LINNAE-project/SFB-Annotator/blob/670a543addd5de9ca945bcd8281f584bd81776ea/data/rdf/local/example_2_2.ttl#L41

@lisestork: these dwc terms refer to properties (predicates); in the first two triples used incorrectly as objects. Instead, we could use terms from the TAXRANK vocabulary. For example, https://identifiers.org/taxonomy:9397 refers to the order of Chiroptera.

lisestork commented 3 years ago

@lisestork: these dwc terms refer to properties (predicates); in the first two triples used incorrectly as objects. Instead, we could use terms from the TAXRANK vocabulary. For example, https://identifiers.org/taxonomy:9397 refers to the order of Chiroptera.

That's perfect. In some cases there was a somewhat distinct classification around 1820, but I think it is fair to say that these concepts have not changed significantly and can be used for our purpose.

arnikz commented 3 years ago

Also, the subject in the <nc:taxon1>... the last triple requires fixing.

arnikz commented 3 years ago

Replace dwc:scientificName with TAXRANK:0000006 (species).