This commit is contained in:
treatmentbank 2024-12-01 12:29:55 +00:00
parent 54d8803297
commit e446a45e87
2410 changed files with 15530 additions and 4909 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/D1017CCFFC93E7BA0D6D974AD194A329>
dc:creator "Lapeva-Gjonova, Albena; Antonova, Vera; Radchenko, Alexander G.; Atanasova, Maria" ;
@ -29,25 +30,17 @@
dwc:authority "Emery, 1870" ;
dwc:authorityName "Emery" ;
dwc:authorityYear "1870" ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Temnothorax" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Emery, 1870" ;
dwc:species "melanocephalus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/32HM5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Temnothorax_melanocephalus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Temnothorax_melanocephalus>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
# Warning: Could not determine parent name ;
dwc:genus "Temnothorax" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "melanocephalus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Temnothorax> ;
@ -56,34 +49,5 @@
<http://taxon-name.plazi.org/id/Animalia/Temnothorax>
dwc:genus "Temnothorax" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:family "Formicidae" ;
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/Temnothorax_melanocephalus> ;
a dwcFP:TaxonName .