This commit is contained in:
treatmentbank 2024-11-18 17:55:33 +00:00
parent 1ba2b86ad3
commit 9792458eeb
30 changed files with 2519 additions and 313 deletions

View file

@ -105,10 +105,11 @@
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03B6353BBF052D6CA0D93B19FB50791C.mc.3B778E70BF052D6FA11E3BA9FECB7C01>
dwc:catalogNumber "HNUSEL- 5368" ;
dwc:collectionCode "HNU" ;
dwc:eventDate "1977-08-08" ;
dwc:locality "Mt. Seolag" ;
dwc:recordedBy "Mt. Seolag, GW & H Kuroko" ;
dwc:recordedBy "H Kuroko" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "3861199305" ;
trt:httpUri <https://treatment.plazi.org/id/03B6353BBF052D6CA0D93B19FB50791C#3B778E70BF052D6FA11E3BA9FECB7C01> ;

View file

@ -1,83 +0,0 @@
@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/03B6353BBF052D6FA0D93A59FA037F27>
dc:creator "Kim, Da-Som; Byun, Bong-Kyu" ;
dc:title "Eteoryctis Kumata & Kuroko 1988" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Eteoryctis_Kumata_1988> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5120.3.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5120.3.6>
bibo:endPage "408" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2022-03-28" ;
bibo:startPage "402" ;
bibo:volume "5120" ;
dc:creator "Kim, Da-Som; Byun, Bong-Kyu" ;
dc:date "2022" ;
dc:title "Genus Eteoryctis Kumata & Kuroko, 1988 (Lepidoptera: Gracillariidae) in Korea with description of a new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Eteoryctis_Kumata_1988>
dwc:authorityName "Kumata & Kuroko" ;
dwc:authorityYear "1988" ;
dwc:class "Insecta" ;
dwc:family "Gracillariidae" ;
dwc:genus "Eteoryctis" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Kumata & Kuroko, 1988" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8V5QL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eteoryctis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Eteoryctis>
dwc:class "Insecta" ;
dwc:family "Gracillariidae" ;
dwc:genus "Eteoryctis" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gracillariidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gracillariidae>
dwc:family "Gracillariidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidoptera>
dwc:order "Lepidoptera" ;
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 .

View file

@ -8,7 +8,7 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03B6353BBF052D6FA0D93D2AFBF979E6>
<http://treatment.plazi.org/id/03B6353BBF052D6FA0D93D2AFA037F27>
dc:creator "Kim, Da-Som; Byun, Bong-Kyu" ;
dc:title "Eteoryctis Kumata & Kuroko 1988" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Eteoryctis_Kumata_1988> ;

View file

@ -0,0 +1,225 @@
@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/03F187D3FFC7FFEFD2E8BB4C5B4D671B>
dc:creator "Andrino, Caroline Oliveira; Costa, Fabiane Nepomuceno; Sauthier, Luana Jacinta; Sano, Paulo Takeo" ;
dc:title "Paepalanthus petraeus Kornicke 1863" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD432BBA0586566D0>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD421BB845E0766D0>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD242BB845ED866D3>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD2ADBB845FAD66D3>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD6F1BBF85BA866F4>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD7FDBBF8583066F4>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD475BBF858B966F4>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD48CBBF8594D66F7>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD518BBF859DE66F7>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD5ABBBF85EA566F7>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD2E0BBF85FAD66F4>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD6F1BBDC5B4D671B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Paepalanthus_petraeus_Kornicke_1863> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.509.1.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.509.1.8>
bibo:endPage "130" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-06-25" ;
bibo:startPage "129" ;
bibo:volume "509" ;
dc:creator "Andrino, Caroline Oliveira; Costa, Fabiane Nepomuceno; Sauthier, Luana Jacinta; Sano, Paulo Takeo" ;
dc:date "2021" ;
dc:title "Paepalanthus uai (Eriocaulaceae), a new name for the later homonym Paepalanthus petraeus Echtern. & Trovó" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Paepalanthus_petraeus_Kornicke_1863>
dwc:authority "Korn." ;
dwc:authorityName "Kornicke" ;
dwc:authorityYear "1863" ;
dwc:class "Liliopsida" ;
dwc:family "Eriocaulaceae" ;
dwc:genus "Paepalanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kornicke, 1863" ;
dwc:species "petraeus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4BYWF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Paepalanthus_petraeus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Paepalanthus_petraeus>
dwc:class "Liliopsida" ;
dwc:family "Eriocaulaceae" ;
dwc:genus "Paepalanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "petraeus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Paepalanthus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Paepalanthus>
dwc:genus "Paepalanthus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Eriocaulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Eriocaulaceae>
dwc:family "Eriocaulaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:order "Poales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD432BBA0586566D0>
dwc:catalogNumber "LE00001201" ;
dwc:collectionCode "LE" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD432BBA0586566D0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD421BB845E0766D0>
dwc:catalogNumber "B_10_0243904" ;
dwc:collectionCode "B" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD421BB845E0766D0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD242BB845ED866D3>
dwc:catalogNumber "BR0000008600158" ;
dwc:collectionCode "BR" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD242BB845ED866D3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD2ADBB845FAD66D3>
dwc:catalogNumber "BR0000008600165" ;
dwc:collectionCode "BR" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD2ADBB845FAD66D3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD6F1BBF85BA866F4>
dwc:catalogNumber "F0045799F" ;
dwc:collectionCode "F" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD6F1BBF85BA866F4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD7FDBBF8583066F4>
dwc:catalogNumber "G00099080" ;
dwc:collectionCode "G" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD7FDBBF8583066F4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD475BBF858B966F4>
dwc:catalogNumber "G00099081" ;
dwc:collectionCode "G" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD475BBF858B966F4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD48CBBF8594D66F7>
dwc:catalogNumber "K000640098" ;
dwc:collectionCode "K" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD48CBBF8594D66F7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD518BBF859DE66F7>
dwc:catalogNumber "K000640099" ;
dwc:collectionCode "K" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD518BBF859DE66F7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD5ABBBF85EA566F7>
dwc:catalogNumber "MA-01-00626076" ;
dwc:collectionCode "MA" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD5ABBBF85EA566F7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD2E0BBF85FAD66F4>
dwc:catalogNumber "NY00102922, US00088384" ;
dwc:collectionCode "NY, US" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD2E0BBF85FAD66F4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD2E8BB4C5B4D671B.mc.3B303C98FFC7FFEFD6F1BBDC5B4D671B>
dwc:catalogNumber "US00088384" ;
dwc:collectionCode "US" ;
dwc:eventDate "1843-03" ;
dwc:locality "Bogota" ;
dwc:recordedBy "J. Linden" ;
dwc:typeStatus "isolectotype" ;
dwc:verbatimElevation "1380" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD2E8BB4C5B4D671B#3B303C98FFC7FFEFD6F1BBDC5B4D671B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,120 @@
@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/03F187D3FFC7FFEFD6C4B8D05E9F6668>
dc:creator "Andrino, Caroline Oliveira; Costa, Fabiane Nepomuceno; Sauthier, Luana Jacinta; Sano, Paulo Takeo" ;
dc:title "Paepalanthus uai Andrino, F. N. Costa & Sano 2021, nom. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD6C4B8D05E9F6668.mc.3B303C98FFC7FFEFD550B8D059536644>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD6C4B8D05E9F6668.mc.3B303C98FFC7FFEFD514BB6859F96644>, <http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD6C4B8D05E9F6668.mc.3B303C98FFC7FFEFD24CBB685E336647> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Paepalanthus_uai_Andrino_2021> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.509.1.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.509.1.8>
bibo:endPage "130" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-06-25" ;
bibo:startPage "129" ;
bibo:volume "509" ;
dc:creator "Andrino, Caroline Oliveira; Costa, Fabiane Nepomuceno; Sauthier, Luana Jacinta; Sano, Paulo Takeo" ;
dc:date "2021" ;
dc:title "Paepalanthus uai (Eriocaulaceae), a new name for the later homonym Paepalanthus petraeus Echtern. & Trovó" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Paepalanthus_uai_Andrino_2021>
dwc:authority "Andrino, F. N. Costa & Sano" ;
dwc:authorityName "Andrino, F. N. Costa & Sano" ;
dwc:authorityYear "2021" ;
dwc:class "Liliopsida" ;
dwc:family "Eriocaulaceae" ;
dwc:genus "Paepalanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Andrino, Costa & Sano, 2021" ;
dwc:species "uai" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9V39C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Paepalanthus_uai> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Paepalanthus_uai>
dwc:class "Liliopsida" ;
dwc:family "Eriocaulaceae" ;
dwc:genus "Paepalanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "uai" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Paepalanthus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Paepalanthus>
dwc:genus "Paepalanthus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Eriocaulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Eriocaulaceae>
dwc:family "Eriocaulaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poales>
dwc:order "Poales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD6C4B8D05E9F6668.mc.3B303C98FFC7FFEFD550B8D059536644>
dwc:collectionCode "HUFU" ;
dwc:eventDate "1994-12-09" ;
dwc:locality "Parque Nacional da Serra da Canastra" ;
dwc:recordedBy "J. N. Nakajima & R. Romero" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD6C4B8D05E9F6668#3B303C98FFC7FFEFD550B8D059536644> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD6C4B8D05E9F6668.mc.3B303C98FFC7FFEFD514BB6859F96644>
dwc:collectionCode "OUPR" ;
dwc:eventDate "1994-12-09" ;
dwc:locality "Parque Nacional da Serra da Canastra" ;
dwc:recordedBy "J. N. Nakajima & R. Romero" ;
dwc:typeStatus "isotypes" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD6C4B8D05E9F6668#3B303C98FFC7FFEFD514BB6859F96644> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F187D3FFC7FFEFD6C4B8D05E9F6668.mc.3B303C98FFC7FFEFD24CBB685E336647>
dwc:collectionCode "SPF" ;
dwc:eventDate "1994-12-09" ;
dwc:locality "Parque Nacional da Serra da Canastra" ;
dwc:recordedBy "J. N. Nakajima & R. Romero" ;
dwc:typeStatus "isotypes" ;
trt:httpUri <https://treatment.plazi.org/id/03F187D3FFC7FFEFD6C4B8D05E9F6668#3B303C98FFC7FFEFD24CBB685E336647> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,107 @@
@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/03F48794FF94FFE7C345FA4D7DC8FA08>
dc:creator "Alzahrani, Ali Mohammed; Brehm, Joana Magos; Ghazanfar, Shahina A.; Maxted, Nigel" ;
dc:title "Rhabdotosperma saudiarabicum A. Alzahrani" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03F48794FF94FFE7C345FA4D7DC8FA08.mc.3B353CDFFF94FFE7C486FA4D7CBDFA78>, <http://tb.plazi.org/GgServer/dwcaRecords/03F48794FF94FFE7C345FA4D7DC8FA08.mc.3B353CDFFF94FFE7C537FA557CE5FA10>, <http://tb.plazi.org/GgServer/dwcaRecords/03F48794FF94FFE7C345FA4D7DC8FA08.mc.3B353CDFFF94FFE7C509FA7D7DC8FA08> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhabdotosperma_saudiarabicum_Alzahrani_> ;
trt:publishedIn <http://dx.doi.org/10.1002/tax.13156> ;
a trt:Treatment .
<http://dx.doi.org/10.1002/tax.13156>
bibo:endPage "555" ;
bibo:issue "2" ;
bibo:journal "TAXON" ;
bibo:pubDate "2024-04-30" ;
bibo:startPage "547" ;
bibo:volume "73" ;
dc:creator "Alzahrani, Ali Mohammed; Brehm, Joana Magos; Ghazanfar, Shahina A.; Maxted, Nigel" ;
dc:date "2024" ;
dc:title "DNA barcoding of the genus Verbascum (Scrophulariaceae) in the Arabian Peninsula" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Rhabdotosperma_saudiarabicum_Alzahrani_>
dwc:authority "A. Alzahrani" ;
dwc:authorityName "A. Alzahrani" ;
dwc:class "Magnoliopsida" ;
dwc:family "Scrophulariaceae" ;
dwc:genus "Rhabdotosperma" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Alzahrani" ;
dwc:species "saudiarabicum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/C86DZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhabdotosperma_saudiarabicum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Rhabdotosperma_saudiarabicum>
dwc:class "Magnoliopsida" ;
dwc:family "Scrophulariaceae" ;
dwc:genus "Rhabdotosperma" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "saudiarabicum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhabdotosperma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhabdotosperma>
dwc:genus "Rhabdotosperma" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Scrophulariaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Scrophulariaceae>
dwc:family "Scrophulariaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:order "Lamiales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03F48794FF94FFE7C345FA4D7DC8FA08.mc.3B353CDFFF94FFE7C486FA4D7CBDFA78>
trt:gbifOccurrenceId "4979313321" ;
trt:httpUri <https://treatment.plazi.org/id/03F48794FF94FFE7C345FA4D7DC8FA08#3B353CDFFF94FFE7C486FA4D7CBDFA78> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F48794FF94FFE7C345FA4D7DC8FA08.mc.3B353CDFFF94FFE7C537FA557CE5FA10>
trt:gbifOccurrenceId "4979313358" ;
trt:httpUri <https://treatment.plazi.org/id/03F48794FF94FFE7C345FA4D7DC8FA08#3B353CDFFF94FFE7C537FA557CE5FA10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03F48794FF94FFE7C345FA4D7DC8FA08.mc.3B353CDFFF94FFE7C509FA7D7DC8FA08>
trt:gbifOccurrenceId "4979313307" ;
trt:httpUri <https://treatment.plazi.org/id/03F48794FF94FFE7C345FA4D7DC8FA08#3B353CDFFF94FFE7C509FA7D7DC8FA08> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,122 @@
@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/0910057EEA8250BF9DCB88734F417512>
cito:cites <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure7>, <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure8> ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:title "Peltigera polydactylon subsp. udeghe Magain, Miadl. & Serus." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/0910057EEA8250BF9DCB88734F417512.mc.4AC64A88DB5C9CF4615B98818F1990B3> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Peltigera_polydactylon_udeghe_Magain_> ;
trt:publishedIn <http://dx.doi.org/10.3897/italianbotanist.18.133246> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/italianbotanist.18.133246>
bibo:endPage "96" ;
bibo:journal "Italian Botanist" ;
bibo:pubDate "2024-11-18" ;
bibo:startPage "75" ;
bibo:volume "18" ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:date "2024" ;
dc:title "A systematic study of some lichenized fungi from Pakistan using nrITS marker" ;
fabio:hasPart <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure7>, <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure8> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Peltigera_polydactylon_udeghe_Magain_>
dwc:authority "Magain, Miadl. & Serus." ;
dwc:authorityName "Magain, Miadl. & Serus." ;
dwc:class "Lecanoromycetes" ;
dwc:family "Peltigeraceae" ;
dwc:genus "Peltigera" ;
dwc:kingdom "Animalia" ;
dwc:order "Peltigerales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "Magain, Miadl. & Serus." ;
dwc:species "polydactylon" ;
dwc:subSpecies "udeghe" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Peltigera_polydactylon_udeghe> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Peltigera_polydactylon_udeghe>
dwc:class "Lecanoromycetes" ;
dwc:family "Peltigeraceae" ;
dwc:genus "Peltigera" ;
dwc:kingdom "Animalia" ;
dwc:order "Peltigerales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "subSpecies" ;
dwc:species "polydactylon" ;
dwc:subSpecies "udeghe" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Peltigera_polydactylon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Peltigera_polydactylon>
dwc:genus "Peltigera" ;
dwc:rank "species" ;
dwc:species "polydactylon" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Peltigera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Peltigera>
dwc:genus "Peltigera" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Peltigeraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Peltigeraceae>
dwc:family "Peltigeraceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Peltigerales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Peltigerales>
dwc:order "Peltigerales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascomycota>
dwc:phylum "Ascomycota" ;
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://dx.doi.org/10.3897/italianbotanist.18.133246.figure7>
dc:description "Figure 7. Peltigera polydactylon A thallus B apothecia C cross-section of apothecia D cross-section of thallus E ascospores F asci containing ascospores." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176879> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/italianbotanist.18.133246.figure8>
dc:description "Figure 8. Molecular phylogenetic analysis of Peltigera spp. by maximum likelihood (ML) method based on nrITS sequences. Bootstrap values > 50 % based on 1000 replicates for ML are shown above the branches and novel sequences generated during this study are in bold." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176880> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/0910057EEA8250BF9DCB88734F417512.mc.4AC64A88DB5C9CF4615B98818F1990B3>
dwc:collectionCode "R" ;
dwc:eventDate "2023-08-05" ;
dwc:locality "Gilgit-Baltistan" ;
dwc:recordedBy "N. S. Afshan & Niazi & GenBank" ;
dwc:verbatimElevation "3300" ;
dwc:verbatimLatitude "35.386856" ;
dwc:verbatimLongitude "74.58416" ;
trt:httpUri <https://treatment.plazi.org/id/0910057EEA8250BF9DCB88734F417512#4AC64A88DB5C9CF4615B98818F1990B3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,108 @@
@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/0966B92EEBD9544E9E41CD459F72533F>
cito:cites <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure11> ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:title "Peltigera praetextata Zopf, Ann. Chemie" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/0966B92EEBD9544E9E41CD459F72533F.mc.C41170ABCCAC1C4A28D9E3F50F49A405> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Peltigera_praetextata_Sommerf_> ;
trt:publishedIn <http://dx.doi.org/10.3897/italianbotanist.18.133246> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/italianbotanist.18.133246>
bibo:endPage "96" ;
bibo:journal "Italian Botanist" ;
bibo:pubDate "2024-11-18" ;
bibo:startPage "75" ;
bibo:volume "18" ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:date "2024" ;
dc:title "A systematic study of some lichenized fungi from Pakistan using nrITS marker" ;
fabio:hasPart <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure11> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Peltigera_praetextata_Sommerf_>
dwc:authority "(Florke ex Sommerf.) Zopf, Ann. Chemie" ;
dwc:authorityName "Zopf, Ann. Chemie" ;
dwc:baseAuthorityName "Sommerf." ;
dwc:class "Lecanoromycetes" ;
dwc:family "Peltigeraceae" ;
dwc:genus "Peltigera" ;
dwc:kingdom "Animalia" ;
dwc:order "Peltigerales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Sommerf.)" ;
dwc:species "praetextata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Peltigera_praetextata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Peltigera_praetextata>
dwc:class "Lecanoromycetes" ;
dwc:family "Peltigeraceae" ;
dwc:genus "Peltigera" ;
dwc:kingdom "Animalia" ;
dwc:order "Peltigerales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "praetextata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Peltigera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Peltigera>
dwc:genus "Peltigera" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Peltigeraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Peltigeraceae>
dwc:family "Peltigeraceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Peltigerales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Peltigerales>
dwc:order "Peltigerales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascomycota>
dwc:phylum "Ascomycota" ;
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://dx.doi.org/10.3897/italianbotanist.18.133246.figure11>
dc:description "Figure 11. Thalli of selected lichen species showing distinct morphological characteristics: A Lecanora horiza B Lecanora hybocarpa C Peltigera praetextata." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176883> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/0966B92EEBD9544E9E41CD459F72533F.mc.C41170ABCCAC1C4A28D9E3F50F49A405>
dwc:eventDate "2023-09-23" ;
dwc:locality "Kumrat Valley" ;
dwc:recordedBy "M. Usman & A. N. Khalid & GenBank" ;
dwc:verbatimElevation "2500" ;
dwc:verbatimLatitude "35.56" ;
dwc:verbatimLongitude "72.206665" ;
trt:httpUri <https://treatment.plazi.org/id/0966B92EEBD9544E9E41CD459F72533F#C41170ABCCAC1C4A28D9E3F50F49A405> ;
a dwc:MaterialCitation .

View file

@ -12,7 +12,7 @@
dc:creator "Singh, Navneet; Joshi, Rahul; Kirti, Jagbir Singh; Bisht, Santosh Singh; Param, Harsimranjeet Singh" ;
dc:title "Amata lucina" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Amata_lucina_Butler_1876> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Amata_assamica_Rothschild_1912>, <http://taxon-concept.plazi.org/id/Animalia/Amata_khasiana_Rothschild_1910>, <http://taxon-concept.plazi.org/id/Animalia/Syntomis_khasiana_Butler_1876> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Amata_assamica_Rothschild_1912>, <http://taxon-concept.plazi.org/id/Animalia/Amata_khasiana_Rothschild_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5058.1.1> ;
a trt:Treatment .
@ -45,7 +45,7 @@
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Amata_khasiana_Rothschild_1910>
dwc:authority "Rothschild, 1910", "Rothschild, 1910: 435" ;
dwc:authority "Rothschild, 1910: 435" ;
dwc:authorityName "Rothschild" ;
dwc:authorityPageNumber "435" ;
dwc:authorityYear "1910" ;
@ -61,22 +61,6 @@
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Amata_khasiana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Syntomis_khasiana_Butler_1876>
dwc:authority "Butler, 1876" ;
dwc:authorityName "Butler" ;
dwc:authorityYear "1876" ;
dwc:class "Insecta" ;
dwc:family "Erebidae" ;
dwc:genus "Syntomis" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Butler, 1876" ;
dwc:species "khasiana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Syntomis_khasiana> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Amata_assamica_Rothschild_1912>
dwc:authority "Rothschild, 1912: 375" ;
dwc:authorityName "Rothschild" ;
@ -153,30 +137,6 @@
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syntomis_khasiana>
dwc:class "Insecta" ;
dwc:family "Erebidae" ;
dwc:genus "Syntomis" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "khasiana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syntomis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syntomis>
dwc:genus "Syntomis" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Erebidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Erebidae>
dwc:family "Erebidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amata_assamica>
dwc:class "Insecta" ;
dwc:family "Arctiidae" ;

View file

@ -0,0 +1,108 @@
@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/1B66ADDA63425A29B3162D8B46A0FC94>
cito:cites <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure11> ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:title "Lecanora horiza Nyl." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1B66ADDA63425A29B3162D8B46A0FC94.mc.4716C6C948FE8AE7EA8456C8A863C159> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lecanora_horiza_Ach_> ;
trt:publishedIn <http://dx.doi.org/10.3897/italianbotanist.18.133246> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/italianbotanist.18.133246>
bibo:endPage "96" ;
bibo:journal "Italian Botanist" ;
bibo:pubDate "2024-11-18" ;
bibo:startPage "75" ;
bibo:volume "18" ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:date "2024" ;
dc:title "A systematic study of some lichenized fungi from Pakistan using nrITS marker" ;
fabio:hasPart <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure11> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lecanora_horiza_Ach_>
dwc:authority "(Ach.) Nyl." ;
dwc:authorityName "Nyl." ;
dwc:baseAuthorityName "Ach." ;
dwc:class "Lecanoromycetes" ;
dwc:family "Lecanoraceae" ;
dwc:genus "Lecanora" ;
dwc:kingdom "Animalia" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Ach.)" ;
dwc:species "horiza" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lecanora_horiza> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lecanora_horiza>
dwc:class "Lecanoromycetes" ;
dwc:family "Lecanoraceae" ;
dwc:genus "Lecanora" ;
dwc:kingdom "Animalia" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "horiza" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanora>
dwc:genus "Lecanora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanoraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanoraceae>
dwc:family "Lecanoraceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanorales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanorales>
dwc:order "Lecanorales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascomycota>
dwc:phylum "Ascomycota" ;
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://dx.doi.org/10.3897/italianbotanist.18.133246.figure11>
dc:description "Figure 11. Thalli of selected lichen species showing distinct morphological characteristics: A Lecanora horiza B Lecanora hybocarpa C Peltigera praetextata." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176883> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1B66ADDA63425A29B3162D8B46A0FC94.mc.4716C6C948FE8AE7EA8456C8A863C159>
dwc:eventDate "2020-09-12" ;
dwc:locality "Dassu" ;
dwc:recordedBy "K. Habib & A. N. Khalid & GenBank" ;
dwc:verbatimElevation "841" ;
dwc:verbatimLatitude "35.583332" ;
dwc:verbatimLongitude "73.61667" ;
trt:httpUri <https://treatment.plazi.org/id/1B66ADDA63425A29B3162D8B46A0FC94#4716C6C948FE8AE7EA8456C8A863C159> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,149 @@
@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/1E0C87BC7154FF871EEE00E59F38634F>
dc:creator "Deshmukh, Umakant Bhoopati; Shende, Mukund Bapurao" ;
dc:title "Hydrangea fistulosa U. B. Deshmukh & M. B. Shende 2021, comb.nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1E0C87BC7154FF871EEE00E59F38634F.mc.26CD3CF77154FF871EBC00B89CD4634F>, <http://tb.plazi.org/GgServer/dwcaRecords/1E0C87BC7154FF871EEE00E59F38634F.mc.26CD3CF77154FF871FC001549F3C634F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Hydrangea_fistulosa_Huang_2021> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Dichroa_fistulosa_Huang_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.512.2.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.512.2.6>
bibo:endPage "126" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-07-22" ;
bibo:startPage "125" ;
bibo:volume "512" ;
dc:creator "Deshmukh, Umakant Bhoopati; Shende, Mukund Bapurao" ;
dc:date "2021" ;
dc:title "One new combination in the genus Hydrangea (Hydrangeaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Hydrangea_fistulosa_Huang_2021>
dwc:authority "(G. H. Huang & G. Hao) U. B. Deshmukh & M. B. Shende" ;
dwc:authorityName "U. B. Deshmukh & M. B. Shende" ;
dwc:authorityYear "2021" ;
dwc:baseAuthorityName "G. H. Huang & G. Hao" ;
dwc:class "Magnoliopsida" ;
dwc:family "Hydrangeaceae" ;
dwc:genus "Hydrangea" ;
dwc:kingdom "Plantae" ;
dwc:order "Cornales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Huang & Hao) Deshmukh & Shende, 2021" ;
dwc:species "fistulosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6MJ7J> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hydrangea_fistulosa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Dichroa_fistulosa_Huang_2018>
dwc:authority "G. H. Huang & G. Hao" ;
dwc:authorityName "G. H. Huang & G. Hao" ;
dwc:authorityYear "2018" ;
dwc:class "Magnoliopsida" ;
dwc:family "Hydrangeaceae" ;
dwc:genus "Dichroa" ;
dwc:kingdom "Plantae" ;
dwc:order "Cornales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Huang & Hao, 2018" ;
dwc:species "fistulosa" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Dichroa_fistulosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Hydrangea_fistulosa>
dwc:class "Magnoliopsida" ;
dwc:family "Hydrangeaceae" ;
dwc:genus "Hydrangea" ;
dwc:kingdom "Plantae" ;
dwc:order "Cornales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "fistulosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hydrangea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hydrangea>
dwc:genus "Hydrangea" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hydrangeaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Hydrangeaceae>
dwc:family "Hydrangeaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cornales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cornales>
dwc:order "Cornales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Dichroa_fistulosa>
dwc:class "Magnoliopsida" ;
dwc:family "Hydrangeaceae" ;
dwc:genus "Dichroa" ;
dwc:kingdom "Plantae" ;
dwc:order "Cornales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "fistulosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dichroa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Dichroa>
dwc:genus "Dichroa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hydrangeaceae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/1E0C87BC7154FF871EEE00E59F38634F.mc.26CD3CF77154FF871EBC00B89CD4634F>
dwc:collectionCode "IBSC" ;
dwc:eventDate "2016-06-14" ;
dwc:locality "Ehuangzhang Nature Reserve" ;
dwc:recordedBy "G. H. Huang" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "609" ;
trt:httpUri <https://treatment.plazi.org/id/1E0C87BC7154FF871EEE00E59F38634F#26CD3CF77154FF871EBC00B89CD4634F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1E0C87BC7154FF871EEE00E59F38634F.mc.26CD3CF77154FF871FC001549F3C634F>
dwc:collectionCode "CANT" ;
dwc:eventDate "2016-06-14" ;
dwc:locality "Ehuangzhang Nature Reserve" ;
dwc:recordedBy "G. H. Huang" ;
dwc:typeStatus "isotype" ;
dwc:verbatimElevation "609" ;
trt:httpUri <https://treatment.plazi.org/id/1E0C87BC7154FF871EEE00E59F38634F#26CD3CF77154FF871FC001549F3C634F> ;
a dwc:MaterialCitation .

View file

@ -12,7 +12,7 @@
cito:cites <http://dx.doi.org/10.5281/zenodo.6378621>, <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_poecilopterus_Valenciennes_1847> ;
dc:creator "Shakhovskoy, Ilia B.; Parin, Nikolay V." ;
dc:title "Cypselurus poecilopterus subsp. crassus Shakhovskoy & Parin 2022, subsp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0902FF9EE1C8FF069319FD44.mc.678CCC570902FF91E1C8FBCF943EFA69>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0902FF9EE1C8FF069319FD44.mc.678CCC570902FF91E198FA7B9445F98C> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0902FF9EE1C8FF069319FD44.mc.678CCC570902FF91E1C8FBCF90DEFB15>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0902FF9EE1C8FF069319FD44.mc.678CCC570902FF91E198FA7B9445F98C> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_poecilopterus_crassus_Shakhovskoy_2022> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_oligolepis_Bleeker_1865>, <http://taxon-concept.plazi.org/id/Animalia/Cypsilurus_poecilopterus_Valenciennes_1847>, <http://taxon-concept.plazi.org/id/Animalia/Exocoetus_poecilopterus_Valenciennes_1847> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5117.1.1> ;
@ -225,15 +225,17 @@
fabio:hasRepresentation <https://zenodo.org/record/6378621/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0902FF9EE1C8FF069319FD44.mc.678CCC570902FF91E1C8FBCF943EFA69>
dwc:catalogNumber "HD 13.7" ;
dwc:collectionCode "ZMMU, R, V" ;
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0902FF9EE1C8FF069319FD44.mc.678CCC570902FF91E1C8FBCF90DEFB15>
dwc:catalogNumber "P-24450" ;
dwc:collectionCode "ZMMU" ;
dwc:eventDate "1969-08-20" ;
dwc:locality "Cruise 46" ;
dwc:samplingProtocol "dip-net" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "37.466667" ;
dwc:verbatimLongitude "146.6" ;
trt:gbifOccurrenceId "3861812553" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0902FF9EE1C8FF069319FD44#678CCC570902FF91E1C8FBCF943EFA69> ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0902FF9EE1C8FF069319FD44#678CCC570902FF91E1C8FBCF90DEFB15> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0902FF9EE1C8FF069319FD44.mc.678CCC570902FF91E198FA7B9445F98C>

View file

@ -30,6 +30,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cypselurus_oligolepis_Bleeker_1865>
dwc:authority "(Bleeker, 1865)" ;
dwc:baseAuthorityName "Bleeker" ;
dwc:baseAuthorityYear "1865" ;
dwc:class "Actinopterygii" ;

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,337 @@
@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/5F4D771C090DFF9FE1C8FC8F90D2FD0D>
dc:creator "Shakhovskoy, Ilia B.; Parin, Nikolay V." ;
dc:title "Cypselurus simus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_simus_Valenciennes_1847> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cypselurus_undefined-1>, <http://taxon-name.plazi.org/id/Animalia/Exocoetus_ogilbyi> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Cheilopogon_simus_Valenciennes_1847>, <http://taxon-concept.plazi.org/id/Animalia/Cheilopogon_unicolor_Valenciennes_1847>, <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_pitcairnensis_Nichols_1935>, <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_poecilopterus_Valenciennes_1847>, <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_spilopterus_Valenciennes_1847>, <http://taxon-concept.plazi.org/id/Animalia/Cypsilurus_poecilopterus_Valenciennes_1847>, <http://taxon-concept.plazi.org/id/Animalia/Cypsilurus_simus_Valenciennes_1847>, <http://taxon-concept.plazi.org/id/Animalia/Exocoetus_simus_Valenciennes_1847> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5117.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5117.1.1>
bibo:endPage "109" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2022-03-23" ;
bibo:startPage "1" ;
bibo:volume "5117" ;
dc:creator "Shakhovskoy, Ilia B.; Parin, Nikolay V." ;
dc:date "2022" ;
dc:title "A review of the flying fish genus Cypselurus (Beloniformes: Exocoetidae). Part 2. Revision of the subgenus Poecilocypselurus Bruun, 1935 with descriptions of three new species and five new subspecies and reinstatement of Exocoetus apus Valenciennes and E. neglectus Bleeker" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cypselurus_simus_Valenciennes_1847>
dwc:authority "(Valenciennes, 1847)" ;
dwc:baseAuthorityName "Valenciennes" ;
dwc:baseAuthorityYear "1847" ;
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypselurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Valenciennes, 1847)" ;
dwc:species "simus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/33JD4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cypselurus_simus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Exocoetus_simus_Valenciennes_1847>
dwc:authority "Valenciennes" ;
dwc:authorityName "Valenciennes" ;
dwc:authorityYear "1847" ;
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Exocoetus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Valenciennes, 1847" ;
dwc:species "simus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3DN9T> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Exocoetus_simus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cypsilurus_simus_Valenciennes_1847>
dwc:baseAuthorityName "Valenciennes in Cuvier & Valenciennes" ;
dwc:baseAuthorityYear "1847" ;
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypsilurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Valenciennes, 1847)" ;
dwc:species "simus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cypsilurus_simus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cypsilurus_poecilopterus_Valenciennes_1847>
dwc:baseAuthorityName "Valenciennes" ;
dwc:baseAuthorityYear "1847" ;
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypsilurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Valenciennes, 1847)" ;
dwc:species "poecilopterus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/33JDT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cypsilurus_poecilopterus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cypselurus_spilopterus_Valenciennes_1847>
dwc:baseAuthorityName "Valenciennes" ;
dwc:baseAuthorityYear "1847" ;
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypselurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Valenciennes, 1847)" ;
dwc:species "spilopterus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/33JD8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cypselurus_spilopterus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cypselurus_poecilopterus_Valenciennes_1847>
dwc:baseAuthorityName "Valenciennes" ;
dwc:baseAuthorityYear "1847" ;
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypselurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Valenciennes, 1847)" ;
dwc:species "poecilopterus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/33JCW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cypselurus_poecilopterus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cypselurus_pitcairnensis_Nichols_1935>
dwc:authorityName "Nichols & Breder" ;
dwc:authorityYear "1935" ;
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypselurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Nichols & Breder, 1935" ;
dwc:species "pitcairnensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6BWHW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cypselurus_pitcairnensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cheilopogon_simus_Valenciennes_1847>
dwc:baseAuthorityName "Valenciennes" ;
dwc:baseAuthorityYear "1847" ;
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cheilopogon" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Valenciennes, 1847)" ;
dwc:species "simus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/TSF3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cheilopogon_simus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cheilopogon_unicolor_Valenciennes_1847>
dwc:authority "(Valenciennes)" ;
dwc:baseAuthorityName "Valenciennes" ;
dwc:baseAuthorityYear "1847" ;
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cheilopogon" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Valenciennes, 1847)" ;
dwc:species "unicolor" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/TSF9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cheilopogon_unicolor> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cypselurus_simus>
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypselurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "simus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cypselurus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cypselurus>
dwc:genus "Cypselurus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exocoetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Exocoetidae>
dwc:family "Exocoetidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Beloniformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Beloniformes>
dwc:order "Beloniformes" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Actinopterygii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Actinopterygii>
dwc:class "Actinopterygii" ;
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: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/Exocoetus_simus>
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Exocoetus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "simus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exocoetus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Exocoetus>
dwc:genus "Exocoetus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exocoetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cypsilurus_simus>
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypsilurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "simus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cypsilurus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cypsilurus>
dwc:genus "Cypsilurus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exocoetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cypsilurus_poecilopterus>
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypsilurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "poecilopterus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cypsilurus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cypselurus_spilopterus>
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypselurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "spilopterus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cypselurus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cypselurus_poecilopterus>
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypselurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "poecilopterus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cypselurus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cypselurus_pitcairnensis>
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypselurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "pitcairnensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cypselurus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cheilopogon_simus>
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cheilopogon" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "simus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cheilopogon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cheilopogon>
dwc:genus "Cheilopogon" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exocoetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cheilopogon_unicolor>
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cheilopogon" ;
dwc:kingdom "Animalia" ;
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "unicolor" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cheilopogon> ;
a dwcFP:TaxonName .

View file

@ -12,7 +12,7 @@
cito:cites <http://dx.doi.org/10.5281/zenodo.6378623>, <http://dx.doi.org/10.5281/zenodo.6819531> ;
dc:creator "Shakhovskoy, Ilia B.; Parin, Nikolay V." ;
dc:title "Cypselurus starksi Abe 1953" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE0A3FBB09436FBB2>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE417FBB093BCFBD6>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE3E5FBD49541FBD7>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE508FBD491D2FB0B>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE1B8FBF8937BFB0B>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE3DFFBF895D4FB0B>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE5BEFBF893B7FB2E>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE570FB20909FFB66>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE0C1FB44943BFB67>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE41DFB44925CFA9A>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE203FB689066FABE>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE029FA8C9537FABE>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE51AFA8C9318FAD2>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE37FFAD095B8FAD2>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE59FFAD0934CFAF6>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE315FAF4951BFAF7>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE57DFAF490F6FA2B>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE012FA64923FF9BA> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE0A3FBB09436FBB2>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE417FBB093BCFBD6>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE3E5FBD49541FBD7>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE508FBD491D2FB0B>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE1B8FBF8937BFB0B>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE3DFFBF895D4FB0B>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE5BEFBF893B7FB2E>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE346FB20952AFB43>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE570FB20909FFB66>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE0C1FB44943BFB67>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE41DFB44925CFA9A>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE203FB689066FABE>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE029FA8C9537FABE>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE51AFA8C9318FAD2>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE37FFAD095B8FAD2>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE59FFAD0934CFAF6>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE315FAF4951BFAF7>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE57DFAF490F6FA2B>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE198FA3C92AFFA63>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE012FA64923FF9BA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_starksi_Abe_1953> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_poecilopterus_Valenciennes_1847>, <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_spilonotopterus_Bleeker_1865>, <http://taxon-concept.plazi.org/id/Animalia/Cypsilurus_agoo_Jordan_1903> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5117.1.1> ;
@ -253,6 +253,15 @@
trt:httpUri <https://treatment.plazi.org/id/5F4D771C090FFF9AE1C8FF0690A4FC2C#678CCC57090FFF9CE5BEFBF893B7FB2E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE346FB20952AFB43>
dwc:catalogNumber "CAS 107329" ;
dwc:collectionCode "CAS" ;
dwc:locality "Tokyo Bay" ;
dwc:recordedBy "Honshu I." ;
trt:gbifOccurrenceId "3861812425" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C090FFF9AE1C8FF0690A4FC2C#678CCC57090FFF9CE346FB20952AFB43> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE570FB20909FFB66>
dwc:catalogNumber "CAS 107329" ;
dwc:collectionCode "CAS" ;
@ -346,6 +355,10 @@
trt:httpUri <https://treatment.plazi.org/id/5F4D771C090FFF9AE1C8FF0690A4FC2C#678CCC57090FFF9CE57DFAF490F6FA2B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE198FA3C92AFFA63>
trt:httpUri <https://treatment.plazi.org/id/5F4D771C090FFF9AE1C8FF0690A4FC2C#678CCC57090FFF9CE198FA3C92AFFA63> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C090FFF9AE1C8FF0690A4FC2C.mc.678CCC57090FFF9CE012FA64923FF9BA>
dwc:catalogNumber "CAS 107892" ;
dwc:collectionCode "CAS" ;

View file

@ -12,7 +12,7 @@
cito:cites <http://dx.doi.org/10.5281/zenodo.6378643>, <http://dx.doi.org/10.5281/zenodo.6378635>, <http://dx.doi.org/10.5281/zenodo.6819531>, <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_oligolepis_Bleeker_1865> ;
dc:creator "Shakhovskoy, Ilia B.; Parin, Nikolay V." ;
dc:title "Cypselurus oligolepis subsp. persicus Shakhovskoy & Parin 2022, subsp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570919FF8AE0B1F96C909DF8B5>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570919FF8AE0C4F8B09544F8B2>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570919FF8AE34EF8D49428F8E9>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570919FF8AE470F8D79293F80D>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570919FF8AE2F7F8FB9490F80A>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570918FF8BE198FDD6942FFDE8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570918FF8BE02CF9829371F9D8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC57091AFF89E071FF0695BAFEC8> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570919FF8AE0B1F96C909DF8B5>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570919FF8AE0C4F8B09544F8B2>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570919FF8AE34EF8D49428F8E9>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570919FF8AE470F8D79293F80D>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570919FF8AE2F7F8FB9490F80A>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570918FF8BE198FDD6942FFDE8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC570918FF8BE02CF9829371F9D8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_oligolepis_persicus_Shakhovskoy_2022> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_neglectus_Bleeker_1865> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5117.1.1> ;
@ -229,13 +229,3 @@
trt:gbifOccurrenceId "3861812546" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0919FF89E1C8FAAB92EEFE58#678CCC570918FF8BE02CF9829371F9D8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0919FF89E1C8FAAB92EEFE58.mc.678CCC57091AFF89E071FF0695BAFEC8>
dwc:catalogNumber "USNM 147840, USNM 147817" ;
dwc:collectionCode "MTUF" ;
dwc:eventDate "1948-05-18" ;
dwc:locality "Ras Tanura" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "3861812362" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0919FF89E1C8FAAB92EEFE58#678CCC57091AFF89E071FF0695BAFEC8> ;
a dwc:MaterialCitation .

View file

@ -12,7 +12,7 @@
cito:cites <http://dx.doi.org/10.5281/zenodo.6378659>, <http://dx.doi.org/10.5281/zenodo.6378661>, <http://dx.doi.org/10.5281/zenodo.6378635>, <http://dx.doi.org/10.5281/zenodo.6378663>, <http://dx.doi.org/10.5281/zenodo.6378667>, <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_oligolepis_Bleeker_1865> ;
dc:creator "Shakhovskoy, Ilia B.; Parin, Nikolay V." ;
dc:title "Cypselurus oligolepis subsp. apus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570920FFB3E198F823949FF847>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570920FFB3E198F8469495F87B>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E1C8FF069537FF38>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E518FF06937EFF5C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E323FF2A95D8FF5C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E198FF4F9308FE94>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E353FE9395CBFE94>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E590FE9293B8FEC8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E3E6FEB69044FEEC>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E351FEFE9432FE00>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E417FEFE93C2FE24>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E384FE029495FE24>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E1C8FE26927FFE58>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E323FE4A95E3FE7C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E5A5FE4A9398FD90>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E3C2FE6E95DCFD90>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E584FE6E93CFFDB4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E353FDD6944EFDE8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E414FDD69223FD0C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E265FDFA90BCFD20>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E0E4FD1E9440FD20>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E3D1FD2295E4FD44>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E5AFFD229307FD78>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E34BFD4695EAFD78>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E5AFFD46938FFC9C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E3D2FD6A942AFC9C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E34FFC8E9495FCB0>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E1C8FCD29520FCD4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E56AFCD290B6FC08>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E098FCF69007FC2C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E198FB5E937FFA48>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE071FEFE921FFE27>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE244FE0295CBFE24>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE58FFE0290E9FE58>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE0B1FE2691E7FE7C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE1ADFE4A9510FE7C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE57CFE4A944BFE7C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE411FE4A927EFD90>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE227FE6E9268FDB4> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570920FFB3E198F823949FF847>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570920FFB3E198F8469495F87B>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E1C8FF069537FF38>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E518FF06937EFF5C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E323FF2A95D8FF5C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E198FF4F9308FE94>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E353FE9395CBFE94>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E590FE9293B8FEC8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E3E6FEB69044FEEC>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E351FEFE9432FE00>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E417FEFE93C2FE24>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E384FE029495FE24>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E1C8FE26927FFE58>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E323FE4A95E3FE7C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E5A5FE4A9398FD90>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E3C2FE6E95DCFD90>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E584FE6E93CFFDB4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E353FDD6944EFDE8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E414FDD69223FD0C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E265FDFA90BCFD20>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E0E4FD1E9440FD20>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E3D1FD2295E4FD44>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E5AFFD229307FD78>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E34BFD4695EAFD78>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E5AFFD46938FFC9C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E3D2FD6A942AFC9C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E34FFC8E9495FCB0>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E1C8FCD29520FCD4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E56AFCD290B6FC08>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E098FCF69007FC2C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570923FFB0E198FB5E937FFA48> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_oligolepis_apus_Valenciennes_1847> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Cypsilurus_oligolepis_Bleeker_>, <http://taxon-concept.plazi.org/id/Animalia/Exocoetus_apus_Valenciennes_1847>, <http://taxon-concept.plazi.org/id/Animalia/Exocoetus_brachysoma_Bleeker_1865>, <http://taxon-concept.plazi.org/id/Animalia/Exocoetus_nigripennis_Valenciennes_1847> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5117.1.1> ;
@ -554,80 +554,3 @@
trt:gbifOccurrenceId "3861812521" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0920FFBAE1C8FAA9935EFCB3#678CCC570923FFB0E198FB5E937FFA48> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE071FEFE921FFE27>
dwc:catalogNumber "IORAS 04006" ;
dwc:collectionCode "SOSC, AMS" ;
dwc:locality "Sek Harbour in September" ;
dwc:verbatimLatitude "-0.85" ;
dwc:verbatimLongitude "135.58333" ;
trt:gbifOccurrenceId "3861812318" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0920FFBAE1C8FAA9935EFCB3#678CCC570929FFBAE071FEFE921FFE27> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE244FE0295CBFE24>
dwc:catalogNumber "USNM 135803" ;
dwc:collectionCode "SOSC, AMS" ;
dwc:locality "Sek Harbour in September" ;
dwc:verbatimLatitude "-0.85" ;
dwc:verbatimLongitude "135.58333" ;
trt:gbifOccurrenceId "3861812513" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0920FFBAE1C8FAA9935EFCB3#678CCC570929FFBAE244FE0295CBFE24> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE58FFE0290E9FE58>
dwc:catalogNumber "IORAS 04006, USNM 135803, CAS 128237" ;
dwc:collectionCode "SOSC, AMS" ;
dwc:locality "Sek Harbour in September" ;
dwc:verbatimLatitude "-0.85" ;
dwc:verbatimLongitude "135.58333" ;
trt:gbifOccurrenceId "3861812327" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0920FFBAE1C8FAA9935EFCB3#678CCC570929FFBAE58FFE0290E9FE58> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE0B1FE2691E7FE7C>
dwc:catalogNumber "IORAS 04006, USNM 135803, CAS 128237" ;
dwc:collectionCode "SOSC, AMS" ;
dwc:locality "Sek Harbour in September" ;
dwc:verbatimLatitude "-0.85" ;
dwc:verbatimLongitude "135.58333" ;
trt:gbifOccurrenceId "3861812335" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0920FFBAE1C8FAA9935EFCB3#678CCC570929FFBAE0B1FE2691E7FE7C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE1ADFE4A9510FE7C>
dwc:catalogNumber "CAS 128237" ;
dwc:collectionCode "SOSC, AMS" ;
dwc:locality "Sek Harbour in September" ;
dwc:verbatimLatitude "-0.85" ;
dwc:verbatimLongitude "135.58333" ;
trt:gbifOccurrenceId "3861812370" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0920FFBAE1C8FAA9935EFCB3#678CCC570929FFBAE1ADFE4A9510FE7C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE57CFE4A944BFE7C>
dwc:collectionCode "SOSC, AMS" ;
dwc:locality "Sek Harbour in September" ;
dwc:verbatimLatitude "-0.85" ;
dwc:verbatimLongitude "135.58333" ;
trt:gbifOccurrenceId "3861812324" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0920FFBAE1C8FAA9935EFCB3#678CCC570929FFBAE57CFE4A944BFE7C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE411FE4A927EFD90>
dwc:collectionCode "SOSC, AMS" ;
dwc:locality "Sek Harbour in September" ;
dwc:verbatimLatitude "-0.85" ;
dwc:verbatimLongitude "135.58333" ;
trt:gbifOccurrenceId "3861812320" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0920FFBAE1C8FAA9935EFCB3#678CCC570929FFBAE411FE4A927EFD90> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C0920FFBAE1C8FAA9935EFCB3.mc.678CCC570929FFBAE227FE6E9268FDB4>
dwc:collectionCode "SOSC, AMS" ;
dwc:locality "Sek Harbour in September" ;
dwc:verbatimLatitude "-0.85" ;
dwc:verbatimLongitude "135.58333" ;
trt:gbifOccurrenceId "3861812451" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C0920FFBAE1C8FAA9935EFCB3#678CCC570929FFBAE227FE6E9268FDB4> ;
a dwc:MaterialCitation .

View file

@ -30,6 +30,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cypselurus_oligolepis_Bleeker_1865>
dwc:authority "(Bleeker, 1865)" ;
dwc:baseAuthorityName "Bleeker" ;
dwc:baseAuthorityYear "1865" ;
dwc:class "Actinopterygii" ;

View file

@ -12,7 +12,7 @@
cito:cites <http://dx.doi.org/10.5281/zenodo.6378671>, <http://dx.doi.org/10.5281/zenodo.6378673>, <http://dx.doi.org/10.5281/zenodo.6378635>, <http://dx.doi.org/10.5281/zenodo.6378675>, <http://dx.doi.org/10.5281/zenodo.6378667> ;
dc:creator "Shakhovskoy, Ilia B.; Parin, Nikolay V." ;
dc:title "Cypselurus clariangulatus Shakhovskoy & Parin 2022, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E0ACFC0E9466FC30>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E42AFC0E9221FC54>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E267FC52902EFB88>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E073FC769574FB88>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E5DDFC769317FBAC>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E378FB9A95E9FBAC>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E5AFFB9A93B9FBC0>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E3E0FBBE9495FBC0>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E1C8FBC29580FBE4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E5C8FBC293D6FB18>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E3B9FBE69014FB3C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E07CFB0A92CBFB3C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E345FB2E95DEFB50>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E580FB2E9376FB74>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E3D8FB729432FB74>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E414FB72923FFAA8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E198F8D6952EF8E8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E571F8D690A5F80C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC570935FFA6E0FFF9CA9038F968>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC570935FFA6E02DF97A943DF8A0>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57093AFFA9E06FFF0695E0FF70>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57093AFFA9E5ACFF4E9302FEC8> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E0ACFC0E9466FC30>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E42AFC0E9221FC54>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E267FC52902EFB88>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E073FC769574FB88>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E5DDFC769317FBAC>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E378FB9A95E9FBAC>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E5AFFB9A93B9FBC0>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E3E0FBBE9495FBC0>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E1C8FBC29580FBE4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E5C8FBC293D6FB18>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E3B9FBE69014FB3C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E07CFB0A92CBFB3C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E345FB2E95DEFB50>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E580FB2E9376FB74>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E3D8FB729432FB74>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E414FB72923FFAA8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E198F8D6952EF8E8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57092BFFB8E571F8D690A5F80C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57093AFFA9E06FFF0695E0FF70>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57093AFFA9E5ACFF4E9302FEC8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_clariangulatus_Shakhovskoy_2022> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_oligolepis_Bleeker_1865> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5117.1.1> ;
@ -327,23 +327,6 @@
trt:httpUri <https://treatment.plazi.org/id/5F4D771C092BFFA9E1C8FD239371FE58#678CCC57092BFFB8E571F8D690A5F80C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC570935FFA6E0FFF9CA9038F968>
dwc:catalogNumber "IORAS 04002" ;
dwc:collectionCode "IORAS" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "3861812482" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C092BFFA9E1C8FD239371FE58#678CCC570935FFA6E0FFF9CA9038F968> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC570935FFA6E02DF97A943DF8A0>
dwc:collectionCode "SOSC" ;
dwc:recordedBy "Ref. No." ;
dwc:verbatimLatitude "6.5" ;
dwc:verbatimLongitude "118.75" ;
trt:gbifOccurrenceId "3861812355" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C092BFFA9E1C8FD239371FE58#678CCC570935FFA6E02DF97A943DF8A0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C092BFFA9E1C8FD239371FE58.mc.678CCC57093AFFA9E06FFF0695E0FF70>
dwc:catalogNumber "IORAS 03999" ;
dwc:collectionCode "CAS" ;

View file

@ -12,7 +12,7 @@
cito:cites <http://dx.doi.org/10.5281/zenodo.6378677>, <http://dx.doi.org/10.5281/zenodo.6378679> ;
dc:creator "Shakhovskoy, Ilia B.; Parin, Nikolay V." ;
dc:title "Cypselurus neglectus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E375FAB1904CFADF>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E045FA749509F9C1>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E198F9C3923BF8A9>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E198F8B89580F85A> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E375FAB1904CFADF>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E045FA749010F9C1>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E198F9C395D3F9E5>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E198F8B895B9F8CD>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E198F84C95B9F871> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_neglectus_Bleeker_1865> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Cheilopogon_katoptron_Bleeker_1865>, <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_neglectus_shcherbachevi_Shakhovskoy_2022>, <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_oligolepis_Bleeker_1865>, <http://taxon-concept.plazi.org/id/Animalia/Cypsilurus_oligolepis_Bleeker_1865>, <http://taxon-concept.plazi.org/id/Animalia/Exocoetus_neglectus_Bleeker_1865> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5117.1.1> ;
@ -272,26 +272,33 @@
trt:httpUri <https://treatment.plazi.org/id/5F4D771C093AFFD4E1C8FDB39024FA48#678CCC57093AFFA9E375FAB1904CFADF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E045FA749509F9C1>
dwc:catalogNumber "BMNH 1866.5" ;
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E045FA749010F9C1>
dwc:catalogNumber "BMNH 1866.5.2.34" ;
dwc:collectionCode "RMNH" ;
dwc:typeStatus "syntype" ;
trt:gbifOccurrenceId "3861812471" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C093AFFD4E1C8FDB39024FA48#678CCC57093AFFA9E045FA749509F9C1> ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C093AFFD4E1C8FDB39024FA48#678CCC57093AFFA9E045FA749010F9C1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E198F9C3923BF8A9>
dwc:catalogNumber "BMNH 1866.5, HD 11.9" ;
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E198F9C395D3F9E5>
dwc:catalogNumber "BMNH 1866.5.2.34" ;
dwc:collectionCode "BMNH, HD" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "3861812539" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C093AFFD4E1C8FDB39024FA48#678CCC57093AFFA9E198F9C3923BF8A9> ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C093AFFD4E1C8FDB39024FA48#678CCC57093AFFA9E198F9C395D3F9E5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E198F8B89580F85A>
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E198F8B895B9F8CD>
dwc:catalogNumber "RMNH 6975" ;
dwc:collectionCode "HD" ;
dwc:typeStatus "paralectotype" ;
trt:gbifOccurrenceId "3861812377" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C093AFFD4E1C8FDB39024FA48#678CCC57093AFFA9E198F8B89580F85A> ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C093AFFD4E1C8FDB39024FA48#678CCC57093AFFA9E198F8B895B9F8CD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C093AFFD4E1C8FDB39024FA48.mc.678CCC57093AFFA9E198F84C95B9F871>
dwc:catalogNumber "RMNH 6975" ;
dwc:collectionCode "RMNH" ;
dwc:typeStatus "paralectotype" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C093AFFD4E1C8FDB39024FA48#678CCC57093AFFA9E198F84C95B9F871> ;
a dwc:MaterialCitation .

View file

@ -12,7 +12,7 @@
cito:cites <http://dx.doi.org/10.5281/zenodo.6378692>, <http://dx.doi.org/10.5281/zenodo.6378696>, <http://dx.doi.org/10.5281/zenodo.6378685>, <http://dx.doi.org/10.5281/zenodo.6378698>, <http://dx.doi.org/10.5281/zenodo.6378700>, <http://dx.doi.org/10.5281/zenodo.6378690>, <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_neglectus_Bleeker_1865> ;
dc:creator "Shakhovskoy, Ilia B.; Parin, Nikolay V." ;
dc:title "Cypselurus neglectus subsp. shcherbachevi Shakhovskoy & Parin 2022, subsp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE233FAFE908BFA24>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE0CCFA02959FFA25>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE5C0FA02937EFA59>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE322FA269495FA59>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE1C8FA4A92E8FA7D>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE2AFFA4A932FF991>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE371FA6E95EBF991>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE34EF9B295C0F9B4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE589F9B29351F9E8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE337F9D69435F9E8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE3C0F9FA9433F90D>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE417F9FA9225F920>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE268F91E9015F944>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE079F92292D6F945>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE2B7F92290D2F979>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE0B6F94695DEF978>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE343F96A95CCF89D>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE591F96A93ADF8B1>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE3F4F88E9469F8B0>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE430F88E922EF8D4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE272F8D29490F8D4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE1C8F8F692C3F809>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE284F8F69311F82D>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE374F81A9495F82C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE1C8F83E944CF841>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE414F83E9592F865>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE327FF079430FF38>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE417FF07920CFF5C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE253FF2B9063FF71>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE026FF4F9545FF70>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE34EFE9395CBFE95>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE198FEB795E9FEEC>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE198F942954FF964>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE50DF942930AF898>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE34BF96691DEF8BC>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094FFFDCE198F9EE957EF8C4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC570954FFC7E0C2FA6D9524F9D7>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC570954FFC7E027F9F99334F942> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE233FAFE908BFA24>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE0CCFA02959FFA25>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE5C0FA02937EFA59>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE322FA269495FA59>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE1C8FA4A92E8FA7D>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE2AFFA4A932FF991>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE371FA6E95EBF991>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE34EF9B295C0F9B4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE589F9B29351F9E8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE337F9D69435F9E8>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE3C0F9FA9433F90D>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE417F9FA9225F920>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE268F91E9015F944>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE079F92292D6F945>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE2B7F92290D2F979>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE0B6F94695DEF978>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE343F96A95CCF89D>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE591F96A93ADF8B1>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE3F4F88E9469F8B0>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE430F88E922EF8D4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE272F8D29490F8D4>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE1C8F8F692C3F809>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE284F8F69311F82D>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE374F81A9495F82C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE1C8F83E944CF841>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094DFFDEE414F83E9592F865>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE327FF079430FF38>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE417FF07920CFF5C>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE253FF2B9063FF71>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE026FF4F9545FF70>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE34EFE9395CBFE95>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE198FEB795E9FEEC>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE198F942954FF964>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE50DF942930AF898>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094CFFDFE34BF96691DEF8BC>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC570954FFC7E0C2FA6D9524F9D7>, <http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC570954FFC7E027F9F99334F942> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_neglectus_shcherbachevi_Shakhovskoy_2022> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_oligolepis_Bleeker_1865> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5117.1.1> ;
@ -529,15 +529,6 @@
trt:httpUri <https://treatment.plazi.org/id/5F4D771C094DFFC4E1C8FB9692F2FC09#678CCC57094CFFDFE34BF96691DEF8BC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC57094FFFDCE198F9EE957EF8C4>
dwc:catalogNumber "IORAS 04031" ;
dwc:collectionCode "IORAS" ;
dwc:locality "In" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "3861812510" ;
trt:httpUri <https://treatment.plazi.org/id/5F4D771C094DFFC4E1C8FB9692F2FC09#678CCC57094FFFDCE198F9EE957EF8C4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5F4D771C094DFFC4E1C8FB9692F2FC09.mc.678CCC570954FFC7E0C2FA6D9524F9D7>
dwc:catalogNumber "IORAS 04032" ;
dwc:collectionCode "IORAS" ;

View file

@ -10,8 +10,8 @@
<http://treatment.plazi.org/id/5F4D771C0967FFF5E1C8FC8E9491F823>
dc:creator "Shakhovskoy, Ilia B.; Parin, Nikolay V." ;
dc:title "Cypselurus Swainson. In 1997" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_In_1997> ;
dc:title "Cypselurus Swainson 1838" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cypselurus_Swainson_1838> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5117.1.1> ;
a trt:Treatment .
@ -27,10 +27,11 @@
dc:title "A review of the flying fish genus Cypselurus (Beloniformes: Exocoetidae). Part 2. Revision of the subgenus Poecilocypselurus Bruun, 1935 with descriptions of three new species and five new subspecies and reinstatement of Exocoetus apus Valenciennes and E. neglectus Bleeker" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cypselurus_In_1997>
<http://taxon-concept.plazi.org/id/Animalia/Cypselurus_Swainson_1838>
dwc:ID-ENA "123222" ;
dwc:authorityName "Swainson. In" ;
dwc:authorityYear "1997" ;
dwc:authority "Swainson, 1838" ;
dwc:authorityName "Swainson" ;
dwc:authorityYear "1838" ;
dwc:class "Actinopterygii" ;
dwc:family "Exocoetidae" ;
dwc:genus "Cypselurus" ;
@ -38,7 +39,7 @@
dwc:order "Beloniformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Swainson. In, 1997" ;
dwc:scientificNameAuthorship "Swainson, 1838" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/62Q55> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cypselurus> ;
a dwcFP:TaxonConcept .

View file

@ -0,0 +1,109 @@
@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/8C4368E62FCC59839BFD4F37AC554971>
cito:cites <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure11> ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:title "Lecanora hybocarpa Brodo, Beih." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8C4368E62FCC59839BFD4F37AC554971.mc.AB83D4E890F29541A63C51234DCA02BE> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lecanora_hybocarpa_Tuck_> ;
trt:publishedIn <http://dx.doi.org/10.3897/italianbotanist.18.133246> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/italianbotanist.18.133246>
bibo:endPage "96" ;
bibo:journal "Italian Botanist" ;
bibo:pubDate "2024-11-18" ;
bibo:startPage "75" ;
bibo:volume "18" ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:date "2024" ;
dc:title "A systematic study of some lichenized fungi from Pakistan using nrITS marker" ;
fabio:hasPart <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure11> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lecanora_hybocarpa_Tuck_>
dwc:authority "(Tuck.) Brodo, Beih." ;
dwc:authorityName "Brodo, Beih." ;
dwc:baseAuthorityName "Tuck." ;
dwc:class "Lecanoromycetes" ;
dwc:family "Lecanoraceae" ;
dwc:genus "Lecanora" ;
dwc:kingdom "Animalia" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Tuck.)" ;
dwc:species "hybocarpa" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lecanora_hybocarpa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lecanora_hybocarpa>
dwc:class "Lecanoromycetes" ;
dwc:family "Lecanoraceae" ;
dwc:genus "Lecanora" ;
dwc:kingdom "Animalia" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "hybocarpa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanora>
dwc:genus "Lecanora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanoraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanoraceae>
dwc:family "Lecanoraceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanorales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanorales>
dwc:order "Lecanorales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascomycota>
dwc:phylum "Ascomycota" ;
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://dx.doi.org/10.3897/italianbotanist.18.133246.figure11>
dc:description "Figure 11. Thalli of selected lichen species showing distinct morphological characteristics: A Lecanora horiza B Lecanora hybocarpa C Peltigera praetextata." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176883> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8C4368E62FCC59839BFD4F37AC554971.mc.AB83D4E890F29541A63C51234DCA02BE>
dwc:collectionCode "R" ;
dwc:eventDate "2023-08-05" ;
dwc:locality "Gilgit-Baltistan" ;
dwc:recordedBy "N. S. Afshan & Niazi & GenBank" ;
dwc:verbatimElevation "1200" ;
dwc:verbatimLatitude "35.398335" ;
dwc:verbatimLongitude "74.07833" ;
trt:httpUri <https://treatment.plazi.org/id/8C4368E62FCC59839BFD4F37AC554971#AB83D4E890F29541A63C51234DCA02BE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,112 @@
@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/94A14C9A65C5561D8F2C179EA4E40408>
cito:cites <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure1>, <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure2> ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:title "Dimelaena altissima M. Ai & Xin Y. Wang, Phytotaxa" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/94A14C9A65C5561D8F2C179EA4E40408.mc.20C49E951D8998824E8FFA9BB2139B17> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dimelaena_altissima_Magn_> ;
trt:publishedIn <http://dx.doi.org/10.3897/italianbotanist.18.133246> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/italianbotanist.18.133246>
bibo:endPage "96" ;
bibo:journal "Italian Botanist" ;
bibo:pubDate "2024-11-18" ;
bibo:startPage "75" ;
bibo:volume "18" ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:date "2024" ;
dc:title "A systematic study of some lichenized fungi from Pakistan using nrITS marker" ;
fabio:hasPart <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure1>, <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure2> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dimelaena_altissima_Magn_>
dwc:authority "(H. Magn.) M. Ai & Xin Y. Wang, Phytotaxa" ;
dwc:baseAuthorityName "H. Magn." ;
dwc:class "Lecanoromycetes" ;
dwc:family "Caliciaceae" ;
dwc:genus "Dimelaena" ;
dwc:kingdom "Animalia" ;
dwc:order "Caliciales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Magn.)" ;
dwc:species "altissima" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dimelaena_altissima> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dimelaena_altissima>
dwc:class "Lecanoromycetes" ;
dwc:family "Caliciaceae" ;
dwc:genus "Dimelaena" ;
dwc:kingdom "Animalia" ;
dwc:order "Caliciales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "altissima" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dimelaena> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dimelaena>
dwc:genus "Dimelaena" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caliciaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caliciaceae>
dwc:family "Caliciaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caliciales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caliciales>
dwc:order "Caliciales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascomycota>
dwc:phylum "Ascomycota" ;
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://dx.doi.org/10.3897/italianbotanist.18.133246.figure1>
dc:description "Figure 1. Dimelaena altissima A crustose-placodioid thallus B apothecia C cross-section of apothecium D cross-section of thallus E ascospores." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176873> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/italianbotanist.18.133246.figure2>
dc:description "Figure 2. Molecular phylogenetic analysis of Dimelaena spp. by maximum likelihood (ML) method based on nrITS sequences. Bootstrap values > 50 % based on 1000 replicates for ML are shown above the branches and novel sequences generated during in this study are in bold." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176874> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/94A14C9A65C5561D8F2C179EA4E40408.mc.20C49E951D8998824E8FFA9BB2139B17>
dwc:eventDate "2020-09-11" ;
dwc:locality "Khyber Pakhtunkhwa Province" ;
dwc:recordedBy "K. Habib & A. N. Khalid & GenBank" ;
dwc:verbatimElevation "841" ;
dwc:verbatimLatitude "35.583332" ;
dwc:verbatimLongitude "73.61667" ;
trt:httpUri <https://treatment.plazi.org/id/94A14C9A65C5561D8F2C179EA4E40408#20C49E951D8998824E8FFA9BB2139B17> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,370 @@
@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/C55387F35E434374FF75EC27BF6796BB>
cito:cites <http://dx.doi.org/10.5281/zenodo.6389574> ;
dc:creator "Chatterjee, Tapas; Sautya, Sabyasachi; Dovgal, Igor; Gaikwad, Santosh; Khokher, Sanofar H.; Choudhury, Amita" ;
dc:title "Thecacineta calix" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C55387F35E434374FF75EC27BF6796BB.mc.FD923CB85E434374FE70EDADBBC5946B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Thecacineta_calix_Schroder_1907> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Chromista/Acineta_calix_Schroder_1907>, <http://taxon-concept.plazi.org/id/Chromista/Paracineta_moebiusi_Kahl_1934>, <http://taxon-concept.plazi.org/id/Chromista/Thecacineta_desmodorae_Schulz_1931>, <http://taxon-concept.plazi.org/id/Chromista/Thecacineta_donsi_Allgen_1935>, <http://taxon-concept.plazi.org/id/Chromista/Thecacineta_laophontis_Jankowski_1981>, <http://taxon-concept.plazi.org/id/Chromista/Thecacineta_paradesmodorae_Allgen_1949>, <http://taxon-concept.plazi.org/id/Chromista/Thecacineta_subantarctica_Allgen_1949>, <http://taxon-concept.plazi.org/id/Chromista/Thecaineta_oblonga_Allgen_1955> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5120.3.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5120.3.8>
bibo:endPage "434" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2022-03-28" ;
bibo:startPage "423" ;
bibo:volume "5120" ;
dc:creator "Chatterjee, Tapas; Sautya, Sabyasachi; Dovgal, Igor; Gaikwad, Santosh; Khokher, Sanofar H.; Choudhury, Amita" ;
dc:date "2022" ;
dc:title "Report of deep-sea epibiont ciliates (Ciliophora) from more than 1000 m depth of the Arabian Sea, Indian Ocean" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.6389574> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Thecacineta_calix_Schroder_1907>
dwc:authority "(Schroder, 1907)" ;
dwc:baseAuthorityName "Schroder" ;
dwc:baseAuthorityYear "1907" ;
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Schroder, 1907)" ;
dwc:species "calix" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Thecacineta_calix> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Acineta_calix_Schroder_1907>
dwc:authority "Schroder, 1907" ;
dwc:authorityName "Schroder" ;
dwc:authorityYear "1907" ;
dwc:class "Kinetofragminophora" ;
dwc:family "Acinetidae" ;
dwc:genus "Acineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schroder, 1907" ;
dwc:species "calix" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Acineta_calix> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Paracineta_moebiusi_Kahl_1934>
dwc:authority "Kahl, 1934" ;
dwc:authorityName "Kahl" ;
dwc:authorityYear "1934" ;
dwc:class "Kinetofragminophora" ;
dwc:family "Acinetidae" ;
dwc:genus "Paracineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kahl, 1934" ;
dwc:species "moebiusi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CPZS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Paracineta_moebiusi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Thecacineta_desmodorae_Schulz_1931>
dwc:authority "Schulz, 1931" ;
dwc:authorityName "Schulz" ;
dwc:authorityYear "1931" ;
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schulz, 1931" ;
dwc:species "desmodorae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Thecacineta_desmodorae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Thecacineta_donsi_Allgen_1935>
dwc:authority "Allgen, 1935" ;
dwc:authorityName "Allgen" ;
dwc:authorityYear "1935" ;
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Allgen, 1935" ;
dwc:species "donsi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Thecacineta_donsi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Thecacineta_subantarctica_Allgen_1949>
dwc:authority "Allgen, 1949" ;
dwc:authorityName "Allgen" ;
dwc:authorityYear "1949" ;
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Allgen, 1949" ;
dwc:species "subantarctica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Thecacineta_subantarctica> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Thecacineta_paradesmodorae_Allgen_1949>
dwc:authority "Allgen, 1949" ;
dwc:authorityName "Allgen" ;
dwc:authorityYear "1949" ;
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Allgen, 1949" ;
dwc:species "paradesmodorae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Thecacineta_paradesmodorae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Thecaineta_oblonga_Allgen_1955>
dwc:authority "Allgen, 1955" ;
dwc:authorityName "Allgen" ;
dwc:authorityYear "1955" ;
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecaineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Allgen, 1955" ;
dwc:species "oblonga" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Thecaineta_oblonga> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Thecacineta_laophontis_Jankowski_1981>
dwc:authority "Jankowski, 1981" ;
dwc:authorityName "Jankowski" ;
dwc:authorityYear "1981" ;
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jankowski, 1981" ;
dwc:species "laophontis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Thecacineta_laophontis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Thecacineta_calix>
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "calix" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecacineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecacineta>
dwc:genus "Thecacineta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecacinetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecacinetidae>
dwc:family "Thecacinetidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Exogenida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Exogenida>
dwc:order "Exogenida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Phyllopharyngea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Phyllopharyngea>
dwc:class "Phyllopharyngea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Ciliophora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Ciliophora>
dwc:phylum "Ciliophora" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista>
dwc:kingdom "Chromista" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Acineta_calix>
dwc:class "Kinetofragminophora" ;
dwc:family "Acinetidae" ;
dwc:genus "Acineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "calix" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Acineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Acineta>
dwc:genus "Acineta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Acinetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Acinetidae>
dwc:family "Acinetidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Suctorida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Suctorida>
dwc:order "Suctorida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Kinetofragminophora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Kinetofragminophora>
dwc:class "Kinetofragminophora" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Ciliophora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Paracineta_moebiusi>
dwc:class "Kinetofragminophora" ;
dwc:family "Acinetidae" ;
dwc:genus "Paracineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "moebiusi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Paracineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Paracineta>
dwc:genus "Paracineta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Acinetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecacineta_desmodorae>
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "desmodorae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecacineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecacineta_donsi>
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "donsi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecacineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecacineta_subantarctica>
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "subantarctica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecacineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecacineta_paradesmodorae>
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "paradesmodorae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecacineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecaineta_oblonga>
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecaineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "oblonga" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecaineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecaineta>
dwc:genus "Thecaineta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecacinetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecacineta_laophontis>
dwc:class "Phyllopharyngea" ;
dwc:family "Thecacinetidae" ;
dwc:genus "Thecacineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Exogenida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "laophontis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecacineta> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.6389574>
dc:description "FIGURE 2. AB. Thecacineta calix (Schroder, 1907) on nematode body; CD. Actinocyathula homari (Sand, 1899) on nematode body; EF. Loricophrya bosporica Sergeeva & Dovgal, 2016 on nematode body." ;
fabio:hasRepresentation <https://zenodo.org/record/6389574/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/C55387F35E434374FF75EC27BF6796BB.mc.FD923CB85E434374FE70EDADBBC5946B>
dwc:locality "Arabian Sea" ;
dwc:recordedBy "Sabyasachi Sautya & Santosh Gaikwad" ;
dwc:verbatimElevation "3463" ;
dwc:verbatimLatitude "19.000135" ;
dwc:verbatimLongitude "64.00392" ;
trt:httpUri <https://treatment.plazi.org/id/C55387F35E434374FF75EC27BF6796BB#FD923CB85E434374FE70EDADBBC5946B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,229 @@
@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/C55387F35E444373FF75EEF7BACF939A>
cito:cites <http://dx.doi.org/10.5281/zenodo.6389574> ;
dc:creator "Chatterjee, Tapas; Sautya, Sabyasachi; Dovgal, Igor; Gaikwad, Santosh; Khokher, Sanofar H.; Choudhury, Amita" ;
dc:title "Actinocyathula homari Curds 1987" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C55387F35E444373FF75EEF7BACF939A.mc.FD923CB85E444373FE6FEFE3BF9A9185> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Actinocyathula_homari_Sand_1899> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Chromista/Acineta_homari_Sand_1899>, <http://taxon-concept.plazi.org/id/Chromista/Corynophrya_homari_Sand_1899>, <http://taxon-concept.plazi.org/id/Chromista/Paracineta_homari_Sand_1899> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5120.3.8> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5120.3.8>
bibo:endPage "434" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2022-03-28" ;
bibo:startPage "423" ;
bibo:volume "5120" ;
dc:creator "Chatterjee, Tapas; Sautya, Sabyasachi; Dovgal, Igor; Gaikwad, Santosh; Khokher, Sanofar H.; Choudhury, Amita" ;
dc:date "2022" ;
dc:title "Report of deep-sea epibiont ciliates (Ciliophora) from more than 1000 m depth of the Arabian Sea, Indian Ocean" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.6389574> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Actinocyathula_homari_Sand_1899>
dwc:authority "(Sand, 1899) Curds, 1987" ;
dwc:authorityName "Curds" ;
dwc:authorityYear "1987" ;
dwc:baseAuthorityName "Sand" ;
dwc:baseAuthorityYear "1899" ;
dwc:class "Kinetofragminophora" ;
dwc:family "Paracinetidae" ;
dwc:genus "Actinocyathula" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Sand, 1899) Curds, 1987" ;
dwc:species "homari" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Actinocyathula_homari> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Acineta_homari_Sand_1899>
dwc:authority "Sand, 1899" ;
dwc:authorityName "Sand" ;
dwc:authorityYear "1899" ;
dwc:class "Kinetofragminophora" ;
dwc:family "Acinetidae" ;
dwc:genus "Acineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sand, 1899" ;
dwc:species "homari" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Acineta_homari> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Paracineta_homari_Sand_1899>
dwc:authority "(Sand, 1899) Collin, 1911" ;
dwc:authorityName "Collin" ;
dwc:authorityYear "1911" ;
dwc:baseAuthorityName "Sand" ;
dwc:baseAuthorityYear "1899" ;
dwc:class "Kinetofragminophora" ;
dwc:family "Acinetidae" ;
dwc:genus "Paracineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Sand, 1899) Collin, 1911" ;
dwc:species "homari" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Paracineta_homari> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Chromista/Corynophrya_homari_Sand_1899>
dwc:authority "(Sand, 1899) Batisse, 1975" ;
dwc:authorityName "Batisse" ;
dwc:authorityYear "1975" ;
dwc:baseAuthorityName "Sand" ;
dwc:baseAuthorityYear "1899" ;
dwc:class "Kinetofragminophora" ;
dwc:family "Corynophryidae" ;
dwc:genus "Corynophrya" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Sand, 1899) Batisse, 1975" ;
dwc:species "homari" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Corynophrya_homari> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Actinocyathula_homari>
dwc:class "Kinetofragminophora" ;
dwc:family "Paracinetidae" ;
dwc:genus "Actinocyathula" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "homari" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Actinocyathula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Actinocyathula>
dwc:genus "Actinocyathula" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Paracinetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Paracinetidae>
dwc:family "Paracinetidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Suctorida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Suctorida>
dwc:order "Suctorida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Kinetofragminophora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Kinetofragminophora>
dwc:class "Kinetofragminophora" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Ciliophora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Ciliophora>
dwc:phylum "Ciliophora" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista>
dwc:kingdom "Chromista" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Acineta_homari>
dwc:class "Kinetofragminophora" ;
dwc:family "Acinetidae" ;
dwc:genus "Acineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "homari" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Acineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Acineta>
dwc:genus "Acineta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Acinetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Acinetidae>
dwc:family "Acinetidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Suctorida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Paracineta_homari>
dwc:class "Kinetofragminophora" ;
dwc:family "Acinetidae" ;
dwc:genus "Paracineta" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "homari" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Paracineta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Paracineta>
dwc:genus "Paracineta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Acinetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Corynophrya_homari>
dwc:class "Kinetofragminophora" ;
dwc:family "Corynophryidae" ;
dwc:genus "Corynophrya" ;
dwc:kingdom "Chromista" ;
dwc:order "Suctorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "homari" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Corynophrya> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Corynophrya>
dwc:genus "Corynophrya" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Corynophryidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Corynophryidae>
dwc:family "Corynophryidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Suctorida> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.6389574>
dc:description "FIGURE 2. AB. Thecacineta calix (Schroder, 1907) on nematode body; CD. Actinocyathula homari (Sand, 1899) on nematode body; EF. Loricophrya bosporica Sergeeva & Dovgal, 2016 on nematode body." ;
fabio:hasRepresentation <https://zenodo.org/record/6389574/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/C55387F35E444373FF75EEF7BACF939A.mc.FD923CB85E444373FE6FEFE3BF9A9185>
dwc:locality "Arabian Sea" ;
dwc:recordedBy "Sabyasachi Sautya & Santosh Gaikwad" ;
dwc:verbatimElevation "4119" ;
dwc:verbatimLatitude "13.003798" ;
dwc:verbatimLongitude "64.00273" ;
trt:httpUri <https://treatment.plazi.org/id/C55387F35E444373FF75EEF7BACF939A#FD923CB85E444373FE6FEFE3BF9A9185> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,123 @@
@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/C9D98FDA46DA5B0F9BE5B14162B759FC>
cito:cites <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure5>, <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure6> ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:title "Lecanora chlarotera Nyl." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C9D98FDA46DA5B0F9BE5B14162B759FC.mc.A8CE9A5B50FAC69EB79CCE636FE1B5DF>, <http://tb.plazi.org/GgServer/dwcaRecords/C9D98FDA46DA5B0F9BE5B14162B759FC.mc.979AD4B85C87D6002165C7472B3D137B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lecanora_chlarotera_Nyl_> ;
trt:publishedIn <http://dx.doi.org/10.3897/italianbotanist.18.133246> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/italianbotanist.18.133246>
bibo:endPage "96" ;
bibo:journal "Italian Botanist" ;
bibo:pubDate "2024-11-18" ;
bibo:startPage "75" ;
bibo:volume "18" ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:date "2024" ;
dc:title "A systematic study of some lichenized fungi from Pakistan using nrITS marker" ;
fabio:hasPart <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure5>, <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure6> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lecanora_chlarotera_Nyl_>
dwc:authority "Nyl." ;
dwc:authorityName "Nyl." ;
dwc:class "Lecanoromycetes" ;
dwc:family "Lecanoraceae" ;
dwc:genus "Lecanora" ;
dwc:kingdom "Animalia" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Nyl." ;
dwc:species "chlarotera" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lecanora_chlarotera> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lecanora_chlarotera>
dwc:class "Lecanoromycetes" ;
dwc:family "Lecanoraceae" ;
dwc:genus "Lecanora" ;
dwc:kingdom "Animalia" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "chlarotera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanora>
dwc:genus "Lecanora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanoraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanoraceae>
dwc:family "Lecanoraceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanorales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanorales>
dwc:order "Lecanorales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascomycota>
dwc:phylum "Ascomycota" ;
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://dx.doi.org/10.3897/italianbotanist.18.133246.figure5>
dc:description "Figure 5. Lecanora chlarotera A thallus B apothecia C cross-section of apothecium D ascospores in water E asci containing ascospores F chlorococcoid photobionts." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176877> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/italianbotanist.18.133246.figure6>
dc:description "Figure 6. Molecular phylogenetic analysis of Lecanora spp. by maximum likelihood (ML) method based on nrITS sequences. Bootstrap values > 50 % based on 1000 replicates for ML are shown above the branches and novel sequences generated during this study are in bold." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176878> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/C9D98FDA46DA5B0F9BE5B14162B759FC.mc.A8CE9A5B50FAC69EB79CCE636FE1B5DF>
dwc:eventDate "2023-09-23" ;
dwc:locality "District Upper Dir" ;
dwc:recordedBy "M. Usman & A. N. Khalid & GenBank" ;
dwc:verbatimElevation "2500" ;
dwc:verbatimLatitude "35.56" ;
dwc:verbatimLongitude "72.206665" ;
trt:httpUri <https://treatment.plazi.org/id/C9D98FDA46DA5B0F9BE5B14162B759FC#A8CE9A5B50FAC69EB79CCE636FE1B5DF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C9D98FDA46DA5B0F9BE5B14162B759FC.mc.979AD4B85C87D6002165C7472B3D137B>
dwc:collectionCode "R" ;
dwc:eventDate "2022-08-24" ;
dwc:locality "District Manshera" ;
dwc:recordedBy "Niazi & M. Nadeem & GenBank" ;
dwc:verbatimElevation "2454" ;
dwc:verbatimLatitude "34.703335" ;
dwc:verbatimLongitude "73.43667" ;
trt:httpUri <https://treatment.plazi.org/id/C9D98FDA46DA5B0F9BE5B14162B759FC#979AD4B85C87D6002165C7472B3D137B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,113 @@
@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/E421313B26FB5BE2B14C6E2B258322F4>
cito:cites <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure9>, <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure10> ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:title "Usnea lapponica Vain., Meddn Soc. Fauna" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E421313B26FB5BE2B14C6E2B258322F4.mc.C505F890FFEC697D6AF6559725567CC5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Usnea_lapponica_Vain_> ;
trt:publishedIn <http://dx.doi.org/10.3897/italianbotanist.18.133246> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/italianbotanist.18.133246>
bibo:endPage "96" ;
bibo:journal "Italian Botanist" ;
bibo:pubDate "2024-11-18" ;
bibo:startPage "75" ;
bibo:volume "18" ;
dc:creator "Ahmad, Uswa Fatima; Zulfiqar, Rizwana; Naheed, Muqaddas; Nadeem, Muhammad; Habib, Kamran; Niazi, Abdul Rehman; Khalid, Abdul Nasir" ;
dc:date "2024" ;
dc:title "A systematic study of some lichenized fungi from Pakistan using nrITS marker" ;
fabio:hasPart <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure9>, <http://dx.doi.org/10.3897/italianbotanist.18.133246.figure10> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Usnea_lapponica_Vain_>
dwc:authority "Vain., Meddn Soc. Fauna" ;
dwc:authorityName "Vain., Meddn Soc. Fauna" ;
dwc:class "Lecanoromycetes" ;
dwc:family "Parmeliaceae" ;
dwc:genus "Usnea" ;
dwc:kingdom "Animalia" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vain., Meddn Soc. Fauna" ;
dwc:species "lapponica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Usnea_lapponica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Usnea_lapponica>
dwc:class "Lecanoromycetes" ;
dwc:family "Parmeliaceae" ;
dwc:genus "Usnea" ;
dwc:kingdom "Animalia" ;
dwc:order "Lecanorales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "lapponica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Usnea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Usnea>
dwc:genus "Usnea" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Parmeliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Parmeliaceae>
dwc:family "Parmeliaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanorales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanorales>
dwc:order "Lecanorales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lecanoromycetes>
dwc:class "Lecanoromycetes" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascomycota>
dwc:phylum "Ascomycota" ;
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://dx.doi.org/10.3897/italianbotanist.18.133246.figure9>
dc:description "Figure 9. Usnea lapponica A, B fruticose thallus C branches of the thallus D cross-section of the branch showing central strand." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176881> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/italianbotanist.18.133246.figure10>
dc:description "Figure 10. Molecular phylogenetic analysis of Usnea spp. by maximum likelihood (ML) method based on nrITS sequences. Bootstrap values > 50 % based on 1000 replicates for ML are shown above the branches and novel sequence generated during this study is in bold." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1176882> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/E421313B26FB5BE2B14C6E2B258322F4.mc.C505F890FFEC697D6AF6559725567CC5>
dwc:collectionCode "U, F, M, A, N" ;
dwc:eventDate "2023-08-30" ;
dwc:locality "Gilgit-Baltistan" ;
dwc:recordedBy "Ahmad & Usman & Khalid & GenBank" ;
dwc:verbatimElevation "3228" ;
dwc:verbatimLatitude "36.236668" ;
dwc:verbatimLongitude "74.10167" ;
trt:httpUri <https://treatment.plazi.org/id/E421313B26FB5BE2B14C6E2B258322F4#C505F890FFEC697D6AF6559725567CC5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,128 @@
@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/EE2087ACFFEBFFA9FF660CA8FE75F9A8>
cito:cites <http://dx.doi.org/10.5281/zenodo.5448009>, <http://dx.doi.org/10.5281/zenodo.5448011>, <http://dx.doi.org/10.5281/zenodo.5448013> ;
dc:creator "Morales, Nicolás Gutiérrez; Toscano De Brito, A. L. V.; Smidt, Eric De Camargo" ;
dc:title "Pabstiella hileiaensis Gutierrez, Smidt & Toscano de Brito 2021, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/EE2087ACFFEBFFA9FF660CA8FE75F9A8.mc.D6E13CE7FFEBFFADFF350D1CFE55FE87>, <http://tb.plazi.org/GgServer/dwcaRecords/EE2087ACFFEBFFA9FF660CA8FE75F9A8.mc.D6E13CE7FFEBFFADFDA608B8FD4EFADF> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pabstiella_hileiaensis_Gutierrez_2021> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.518.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.518.1.7>
bibo:endPage "68" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-08-31" ;
bibo:startPage "61" ;
bibo:volume "518" ;
dc:creator "Morales, Nicolás Gutiérrez; Toscano De Brito, A. L. V.; Smidt, Eric De Camargo" ;
dc:date "2021" ;
dc:title "Pabstiella hileiaensis (Orchidaceae Pleurothallidinae), a new species from the Atlantic Rainforest in southern Bahia, Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5448009>, <http://dx.doi.org/10.5281/zenodo.5448011>, <http://dx.doi.org/10.5281/zenodo.5448013> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Pabstiella_hileiaensis_Gutierrez_2021>
dwc:authority "Gutierrez, Smidt & Toscano de Brito" ;
dwc:authorityName "Gutierrez, Smidt & Toscano de Brito" ;
dwc:authorityYear "2021" ;
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Pabstiella" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gutierrez, Smidt & Toscano de Brito, 2021" ;
dwc:species "hileiaensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9V7SG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pabstiella_hileiaensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Pabstiella_hileiaensis>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Pabstiella" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hileiaensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pabstiella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Pabstiella>
dwc:genus "Pabstiella" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
dwc:family "Orchidaceae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
dwc:order "Asparagales" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
dwc:class "Liliopsida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5448009>
dc:description "FIGURE 2. Lankester Composite Digital Plate (LCDP) of Pabstiella hileiaensis. A. Habit. B. Flower, lateral view. C. Perianth. D. Ovary, column and lip, lateral view. E. Lip. F. Column, ventral view. G. Anther and pollinarium. Photographs by N. Gutierrez Morales based on the plant that was used to prepare the holotype." ;
fabio:hasRepresentation <https://zenodo.org/record/5448009/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5448011>
dc:description "FIGURE 3. Lankester Composite Digital Plate (LCDP) of Pabstiella hileiaensis. A. Habit. B. Flower, lateral view. C. Perianth. D. Ovary, column and lip, lateral view. E. Lip. F. Expanded lip. G. Column, ventral view. H. Anther and pollinarium. Photographs by N. Gutierrez Morales based on the plant that was used to prepare the paratype." ;
fabio:hasRepresentation <https://zenodo.org/record/5448011/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5448013>
dc:description "FIGURE 4. Floral comparisson. A. Pabstiella ezechiasi. B. Pabstiella hileiaensis. Photographs by Wade Collier (A) and N. Gutierrez Morales (B)." ;
fabio:hasRepresentation <https://zenodo.org/record/5448013/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/EE2087ACFFEBFFA9FF660CA8FE75F9A8.mc.D6E13CE7FFEBFFADFF350D1CFE55FE87>
dwc:collectionCode "UPCB" ;
dwc:eventDate "2021-05-10" ;
dwc:locality "Sao Jose da Vitoria" ;
dwc:recordedBy "Marcos Klingelfus & Toscano de Brito" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/EE2087ACFFEBFFA9FF660CA8FE75F9A8#D6E13CE7FFEBFFADFF350D1CFE55FE87> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/EE2087ACFFEBFFA9FF660CA8FE75F9A8.mc.D6E13CE7FFEBFFADFDA608B8FD4EFADF>
dwc:collectionCode "UPCB" ;
dwc:eventDate "2021-05-15" ;
dwc:locality "Sao Jose da Vitoria" ;
dwc:recordedBy "Klingelfus" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/EE2087ACFFEBFFA9FF660CA8FE75F9A8#D6E13CE7FFEBFFADFDA608B8FD4EFADF> ;
a dwc:MaterialCitation .