This commit is contained in:
parent
b24a572466
commit
cf2ceca93a
|
@ -7,7 +7,6 @@
|
|||
@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/4E4F5B3FFFC78764FF75CAB1FA96F780>
|
||||
dc:creator "Peck, Stewart B.; Gnaspini, Pedro; Newton, Alfred F." ;
|
||||
|
@ -30,7 +29,11 @@
|
|||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Ptomaphaginina_Szymczakowski_>
|
||||
dwc:authority "Szymczakowski" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Null" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "subTribe" ;
|
||||
dwc:scientificNameAuthorship "Szymczakowski" ;
|
||||
dwc:subTribe "Ptomaphaginina" ;
|
||||
|
@ -38,8 +41,11 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Ptomaphaginina>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Null" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "subTribe" ;
|
||||
dwc:subTribe "Ptomaphaginina" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Null> ;
|
||||
|
@ -48,5 +54,28 @@
|
|||
<http://taxon-name.plazi.org/id/Animalia/Null>
|
||||
dwc:family "Null" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ptomaphaginina> ;
|
||||
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" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
Loading…
Reference in a new issue