This commit is contained in:
parent
8bad88bd4c
commit
2fd63c304e
54 changed files with 949 additions and 439 deletions
|
|
@ -7,6 +7,7 @@
|
|||
@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/6DBD47C8CDA7C0B39B995525DCA0FF07>
|
||||
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian; Bouchard, Patrice; Bousquet, Yves" ;
|
||||
|
|
@ -28,12 +29,7 @@
|
|||
<http://taxon-concept.plazi.org/id/Animalia/Xylopinus_aenescens_LeConte_1866>
|
||||
dwc:LSID "http://species-id.net/wiki/Xylopinus_aenescens" ;
|
||||
dwc:authority "LeConte, 1866 **" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Tenebrionidae" ;
|
||||
dwc:genus "Xylopinus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "LeConte, 1866" ;
|
||||
dwc:species "aenescens" ;
|
||||
|
|
@ -41,12 +37,8 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Xylopinus_aenescens>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Tenebrionidae" ;
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:genus "Xylopinus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "aenescens" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Xylopinus> ;
|
||||
|
|
@ -55,34 +47,5 @@
|
|||
<http://taxon-name.plazi.org/id/Animalia/Xylopinus>
|
||||
dwc:genus "Xylopinus" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tenebrionidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Tenebrionidae>
|
||||
dwc:family "Tenebrionidae" ;
|
||||
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/Xylopinus_aenescens> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue