This commit is contained in:
treatmentbank 2024-11-29 22:21:31 +00:00
parent 144fbca208
commit e6e0830316
58 changed files with 166 additions and 1140 deletions

View file

@ -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/F066DF77C22FBE93DAB46C1A48716C33>
dc:creator "Hong, Chun-dan; van Achterberg, Cornelis; Xu, Zai-fu" ;
@ -31,12 +32,7 @@
dwc:authority "Hong, van Achterberg & Xu, 2011" ;
dwc:authorityName "Hong, van Achterberg & Xu" ;
dwc:authorityYear "2011" ;
dwc:class "Insecta" ;
dwc:family "Stephanidae" ;
dwc:genus "Foenatopus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hong, van Achterberg & Xu, 2011" ;
dwc:species "yangi" ;
@ -44,12 +40,8 @@
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Foenatopus_yangi>
dwc:class "Insecta" ;
dwc:family "Stephanidae" ;
# Warning: Could not determine parent name ;
dwc:genus "Foenatopus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "yangi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Foenatopus> ;
@ -58,34 +50,5 @@
<http://taxon-name.plazi.org/id/Animalia/Foenatopus>
dwc:genus "Foenatopus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stephanidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stephanidae>
dwc:family "Stephanidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:order "Hymenoptera" ;
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/Foenatopus_yangi> ;
a dwcFP:TaxonName .

View file

@ -41,6 +41,7 @@
dwc:rank "species" ;
dwc:scientificNameAuthorship "Li, 2020" ;
dwc:species "galle" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/98ZNV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Merizocera_galle> ;
a dwcFP:TaxonConcept .