This commit is contained in:
treatmentbank 2025-04-17 16:47:09 +00:00
parent 9b1884af7c
commit fe6749e8d5

View file

@ -0,0 +1,97 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03E287CEFF83FFBC56EE5F89FDB0FDD3>
dc:creator "Kirchner, Michelle; Bertone, Matthew; Blaimer, Bonnie B.; Youngsteadt, Elsa" ;
dc:title "Aphaenogaster mariae Forel 1886" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Aphaenogaster_mariae_Forel_1886> ;
trt:publishedIn <https://doi.org/10.4289/0013-8797.125.1.77> ;
a trt:Treatment .
<https://doi.org/10.4289/0013-8797.125.1.77>
bibo:endPage "88" ;
bibo:issue "1" ;
bibo:journal "Proceedings of the Entomological Society of Washington" ;
bibo:pubDate "2023-11-16" ;
bibo:startPage "77" ;
bibo:volume "125" ;
dc:creator "Kirchner, Michelle; Bertone, Matthew; Blaimer, Bonnie B.; Youngsteadt, Elsa" ;
dc:date "2023" ;
dc:title "Colony Structure and Redescription of Males in the Rarely Collected Arboreal Ant, Aphaenogaster mariae Forel (Hymenoptera: Formicidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Aphaenogaster_mariae_Forel_1886>
dwc:authority "Forel" ;
dwc:authorityName "Forel" ;
dwc:authorityYear "1886" ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Aphaenogaster" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forel, 1886" ;
dwc:species "mariae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/67KMD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Aphaenogaster_mariae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Aphaenogaster_mariae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Aphaenogaster" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mariae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphaenogaster> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphaenogaster>
dwc:genus "Aphaenogaster" ;
dwc:kingdom "Animalia" ;
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:kingdom "Animalia" ;
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:kingdom "Animalia" ;
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:kingdom "Animalia" ;
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:kingdom "Animalia" ;
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 .