2024-07-04 13:20:14 +02:00
@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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/430787C0A80CFFD3FF10FACEFBCC0B0B>
dc: creator " LeCroy, Mary " ;
dc: title " Myospiza aurifrons subsp. zamorae Chapman " ;
dwc: basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FFEFFA08FF570F70> , <http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FD0EFF00FC07083F> , <http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FC40FEC5FB9B0858> , <http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FBD4FEF8FBE00867> , <http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FBF9FEBCFBF90881> , <http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FBC1FE53FCF308A2> , <http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FCCEFE76FBD00B0B> ;
2024-09-27 11:53:22 +02:00
trt: augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Myospiza_aurifrons_zamorae_Chapman_> ;
2024-07-04 13:20:14 +02:00
trt: deprecates <http://taxon-concept.plazi.org/id/Animalia/Myospiza_aurifrons_zamorae_Chapman_1925> , <http://taxon-concept.plazi.org/id/Animalia/Ammodramus_aurifrons_aurifrons_Spix_1825> ;
trt: publishedIn <http://dx.doi.org/10.1206/775.1> ;
a trt: Treatment .
<http://dx.doi.org/10.1206/775.1>
bibo: endPage " 125 " ;
bibo: issue " 368 " ;
bibo: journal " Bulletin of the American Museum of Natural History " ;
bibo: pubDate " 2012-06-21 " ;
bibo: startPage " 1 " ;
bibo: volume " 2012 " ;
dc: creator " LeCroy, Mary " ;
dc: date " 2012 " ;
dc: title " Type Specimens Of Birds In The American Museum Of Natural History Part 10. Passeriformes: Emberizidae: Emberizinae, Catamblyrhynchinae, Cardinalinae, Thraupinae, And Tersininae " ;
a fabio: JournalArticle .
2024-09-27 11:53:22 +02:00
<http://taxon-concept.plazi.org/id/Animalia/Myospiza_aurifrons_zamorae_Chapman_>
dwc: authority " Chapman " ;
dwc: authorityName " Chapman " ;
dwc: class " Aves " ;
dwc: family " Emberizidae " ;
dwc: genus " Myospiza " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " subSpecies " ;
dwc: scientificNameAuthorship " Chapman " ;
dwc: species " aurifrons " ;
dwc: subSpecies " zamorae " ;
trt: hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Myospiza_aurifrons_zamorae> ;
a dwcFP: TaxonConcept .
2024-07-04 13:20:14 +02:00
<http://taxon-concept.plazi.org/id/Animalia/Myospiza_aurifrons_zamorae_Chapman_1925>
dwc: authority " Chapman, 1925 a: 2 " ;
dwc: authorityName " Chapman " ;
dwc: authorityPageNumber " 2 " ;
dwc: authorityYear " 1925 " ;
dwc: class " Aves " ;
dwc: family " Emberizidae " ;
dwc: genus " Myospiza " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " subSpecies " ;
dwc: scientificNameAuthorship " Chapman, 1925 " ;
dwc: species " aurifrons " ;
dwc: subSpecies " zamorae " ;
trt: hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Myospiza_aurifrons_zamorae> ;
a dwcFP: TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Ammodramus_aurifrons_aurifrons_Spix_1825>
2024-09-27 11:53:22 +02:00
# Warning: Removing "(Spix" from authority ;
2024-07-04 13:20:14 +02:00
dwc: authority " aurifrons (Spix, 1825) " ;
dwc: authorityName " aurifrons (Spix " ;
dwc: authorityYear " 1825 " ;
dwc: baseAuthorityName " Spix " ;
dwc: baseAuthorityYear " 1825 " ;
dwc: class " Aves " ;
dwc: family " Emberizidae " ;
dwc: genus " Ammodramus " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " subSpecies " ;
2024-09-13 13:09:05 +02:00
dwc: scientificNameAuthorship " (Spix, 1825) " ;
2024-07-04 13:20:14 +02:00
dwc: species " aurifrons " ;
dwc: subSpecies " aurifrons " ;
trt: hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ammodramus_aurifrons_aurifrons> ;
a dwcFP: TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Myospiza_aurifrons_zamorae>
dwc: class " Aves " ;
dwc: family " Emberizidae " ;
dwc: genus " Myospiza " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " subSpecies " ;
dwc: species " aurifrons " ;
dwc: subSpecies " zamorae " ;
trt: hasParentName <http://taxon-name.plazi.org/id/Animalia/Myospiza_aurifrons> ;
a dwcFP: TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Myospiza_aurifrons>
dwc: class " Aves " ;
dwc: family " Emberizidae " ;
dwc: genus " Myospiza " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " species " ;
dwc: species " aurifrons " ;
trt: hasParentName <http://taxon-name.plazi.org/id/Animalia/Myospiza> ;
a dwcFP: TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Myospiza>
dwc: class " Aves " ;
dwc: family " Emberizidae " ;
dwc: genus " Myospiza " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " genus " ;
trt: hasParentName <http://taxon-name.plazi.org/id/Animalia/Emberizidae> ;
a dwcFP: TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Emberizidae>
dwc: class " Aves " ;
dwc: family " Emberizidae " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " family " ;
trt: hasParentName <http://taxon-name.plazi.org/id/Animalia/Passeriformes> ;
a dwcFP: TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Passeriformes>
dwc: class " Aves " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " order " ;
trt: hasParentName <http://taxon-name.plazi.org/id/Animalia/Aves> ;
a dwcFP: TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aves>
dwc: class " Aves " ;
dwc: kingdom " Animalia " ;
dwc: phylum " Chordata " ;
dwc: rank " class " ;
trt: hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP: TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc: kingdom " Animalia " ;
dwc: phylum " Chordata " ;
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 .
<http://taxon-name.plazi.org/id/Animalia/Ammodramus_aurifrons_aurifrons>
dwc: class " Aves " ;
dwc: family " Emberizidae " ;
dwc: genus " Ammodramus " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " subSpecies " ;
dwc: species " aurifrons " ;
dwc: subSpecies " aurifrons " ;
trt: hasParentName <http://taxon-name.plazi.org/id/Animalia/Ammodramus_aurifrons> ;
a dwcFP: TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ammodramus_aurifrons>
dwc: class " Aves " ;
dwc: family " Emberizidae " ;
dwc: genus " Ammodramus " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " species " ;
dwc: species " aurifrons " ;
trt: hasParentName <http://taxon-name.plazi.org/id/Animalia/Ammodramus> ;
a dwcFP: TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ammodramus>
dwc: class " Aves " ;
dwc: family " Emberizidae " ;
dwc: genus " Ammodramus " ;
dwc: kingdom " Animalia " ;
dwc: order " Passeriformes " ;
dwc: phylum " Chordata " ;
dwc: rank " genus " ;
trt: hasParentName <http://taxon-name.plazi.org/id/Animalia/Emberizidae> ;
a dwcFP: TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FFEFFA08FF570F70>
dwc: catalogNumber " AMNH 168146 " ;
dwc: collectionCode " AMNH " ;
dwc: eventDate " 1920-11-26 " ;
dwc: locality " Zamora " ;
dwc: recordedBy " George K. Cherrie " ;
dwc: typeStatus " holotype " ;
dwc: verbatimLatitude " -4.04 " ;
dwc: verbatimLongitude " -78.58 " ;
trt: httpUri <https://treatment.plazi.org/id/430787C0A80CFFD3FF10FACEFBCC0B0B#7BC63C8BA80CFFD3FFEFFA08FF570F70> ;
a dwc: MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FD0EFF00FC07083F>
dwc: catalogNumber " AMNH 117097-117101 " ;
dwc: collectionCode " AMNH " ;
dwc: locality " Of " ;
dwc: recordedBy " La Morelia " ;
dwc: typeStatus " holotype " ;
trt: httpUri <https://treatment.plazi.org/id/430787C0A80CFFD3FF10FACEFBCC0B0B#7BC63C8BA80CFFD3FD0EFF00FC07083F> ;
a dwc: MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FC40FEC5FB9B0858>
dwc: catalogNumber " AMNH 117103, 117104, 117169-117171 " ;
dwc: collectionCode " AMNH " ;
dwc: locality " Florencia " ;
dwc: typeStatus " holotype " ;
trt: httpUri <https://treatment.plazi.org/id/430787C0A80CFFD3FF10FACEFBCC0B0B#7BC63C8BA80CFFD3FC40FEC5FB9B0858> ;
a dwc: MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FBD4FEF8FBE00867>
dwc: catalogNumber " AMNH 130284-130287, AMNH 168143-168145, AMNH 168147-168151 " ;
dwc: collectionCode " AMNH " ;
dwc: locality " Zamora " ;
dwc: typeStatus " holotype " ;
trt: httpUri <https://treatment.plazi.org/id/430787C0A80CFFD3FF10FACEFBCC0B0B#7BC63C8BA80CFFD3FBD4FEF8FBE00867> ;
a dwc: MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FBF9FEBCFBF90881>
dwc: catalogNumber " AMNH 169334, 169335 " ;
dwc: collectionCode " AMNH " ;
dwc: locality " La Merced " ;
dwc: typeStatus " holotype " ;
trt: httpUri <https://treatment.plazi.org/id/430787C0A80CFFD3FF10FACEFBCC0B0B#7BC63C8BA80CFFD3FBF9FEBCFBF90881> ;
a dwc: MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FBC1FE53FCF308A2>
dwc: catalogNumber " AMNH 169336 " ;
dwc: collectionCode " AMNH " ;
dwc: locality " Perene' " ;
dwc: typeStatus " holotype " ;
trt: httpUri <https://treatment.plazi.org/id/430787C0A80CFFD3FF10FACEFBCC0B0B#7BC63C8BA80CFFD3FBC1FE53FCF308A2> ;
a dwc: MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/430787C0A80CFFD3FF10FACEFBCC0B0B.mc.7BC63C8BA80CFFD3FCCEFE76FBD00B0B>
dwc: catalogNumber " AMNH 182233, AMNH 168150 " ;
dwc: collectionCode " MCZ " ;
dwc: locality " Perico " ;
dwc: recordedBy " Monte Allegre " ;
dwc: typeStatus " holotype " ;
trt: httpUri <https://treatment.plazi.org/id/430787C0A80CFFD3FF10FACEFBCC0B0B#7BC63C8BA80CFFD3FCCEFE76FBD00B0B> ;
a dwc: MaterialCitation .