This commit is contained in:
parent
6e4a81ee24
commit
f1b7d12be5
|
@ -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/CD9179F748F7D5A52665CC1F79EABBBB>
|
||||
dc:creator "Lopes-Andrade, Cristiano; Webster, Reginald P.; Webster, Vincent L.; Alderson, Chantelle A.; Hughes, Cory C.; Sweeney, Jon D." ;
|
||||
|
@ -27,12 +28,7 @@
|
|||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Hadreule_elongatula_Gyllenhal_1827>
|
||||
dwc:authority "(Gyllenhal, 1827) †" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Ciidae" ;
|
||||
dwc:genus "Hadreule" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Gyllenhal, 1827)" ;
|
||||
dwc:species "elongatula" ;
|
||||
|
@ -40,12 +36,8 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hadreule_elongatula>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Ciidae" ;
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:genus "Hadreule" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "elongatula" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hadreule> ;
|
||||
|
@ -54,34 +46,5 @@
|
|||
<http://taxon-name.plazi.org/id/Animalia/Hadreule>
|
||||
dwc:genus "Hadreule" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ciidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Ciidae>
|
||||
dwc:family "Ciidae" ;
|
||||
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/Hadreule_elongatula> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
Loading…
Reference in a new issue