This commit is contained in:
parent
910adf1a47
commit
52d4074846
44 changed files with 469 additions and 992 deletions
|
@ -7,12 +7,14 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
||||
|
||||
<http://treatment.plazi.org/id/AC4BC943AE1BF69DB379D7E5763EB1C0>
|
||||
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudocelia>' due to issues with rank ;
|
||||
dc:creator "Hieke, Fritz; Kavanaugh, David H.; Liang, Hongbin" ;
|
||||
dc:title "Pseudocelia collivaga Hieke 1997" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudocelia_collivaga_Hieke_1997> ;
|
||||
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Amara_collivaga>, <http://taxon-name.plazi.org/id/Animalia/Pseudocelia> ;
|
||||
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Amara_collivaga> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.254.4223> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -31,12 +33,7 @@
|
|||
dwc:authority "Hieke, 1997" ;
|
||||
dwc:authorityName "Hieke" ;
|
||||
dwc:authorityYear "1997" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Carabidae" ;
|
||||
dwc:genus "Pseudocelia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Hieke, 1997" ;
|
||||
dwc:species "collivaga" ;
|
||||
|
@ -44,53 +41,15 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pseudocelia_collivaga>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Carabidae" ;
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:genus "Pseudocelia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "collivaga" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudocelia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pseudocelia>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Carabidae" ;
|
||||
dwc:genus "Pseudocelia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Carabidae>
|
||||
dwc:family "Carabidae" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudocelia_collivaga> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue