GG2RDF 2024-07-04T10:51:45.858Z full update: 051 of 241 (plazi/treatments-xml)

This commit is contained in:
GG2RDF 2024-07-04 11:10:04 +00:00
parent 341606ab0a
commit e19697a9d2
3000 changed files with 431838 additions and 0 deletions

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180017440F61565E9304C5DC381DEE11>
dc:creator "Haľkova, Beata; Drabova, Martina; Mock, Andrej" ;
dc:title "Craspedosoma raulinsii Leach 1814" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Craspedosoma_raulinsii_Leach_1814> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.9.e71495> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.9.e71495>
bibo:endPage "71495" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:pubDate "2021-09-09" ;
bibo:startPage "71495" ;
bibo:volume "9" ;
dc:creator "Haľkova, Beata; Drabova, Martina; Mock, Andrej" ;
dc:date "2021" ;
dc:title "An annotated checklist of millipede fauna from Slovakia, with ecological and biogeographic characteristics" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Craspedosoma_raulinsii_Leach_1814>
dwc:LSID "18001744-0F61-565E-9304-C5DC381DEE11" ;
dwc:authority "Leach, 1814" ;
dwc:authorityName "Leach" ;
dwc:authorityYear "1814" ;
dwc:class "Diplopoda" ;
dwc:family "Craspedosomatidae" ;
dwc:genus "Craspedosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Chordeumatida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Leach, 1814" ;
dwc:species "raulinsii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/Z68G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Craspedosoma_raulinsii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Craspedosoma_raulinsii>
dwc:class "Diplopoda" ;
dwc:family "Craspedosomatidae" ;
dwc:genus "Craspedosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Chordeumatida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "raulinsii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Craspedosoma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Craspedosoma>
dwc:class "Diplopoda" ;
dwc:family "Craspedosomatidae" ;
dwc:genus "Craspedosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Chordeumatida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Craspedosomatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Craspedosomatidae>
dwc:class "Diplopoda" ;
dwc:family "Craspedosomatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Chordeumatida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordeumatida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordeumatida>
dwc:class "Diplopoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Chordeumatida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diplopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diplopoda>
dwc:class "Diplopoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,92 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/18001AEFDAD25577BE0A27178E8F3032>
dc:creator "Wanderley, Maria das Gracas Lapa" ;
dc:title "Xyris regnellii L. A. Nilsson, Kongl. Svenska Vetenskap. - Akad. Handl. 24 (14): 43. 1892." ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.80.12348> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Xyris_regnellii> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.80.12348>
bibo:endPage "76" ;
bibo:journal "PhytoKeys" ;
bibo:pubDate "2017-06-05" ;
bibo:startPage "65" ;
bibo:volume "80" ;
dc:creator "Wanderley, Maria das Gracas Lapa" ;
dc:date "2017" ;
dc:title "Typification of binomials in Xyris section Nematopus (Xyridaceae) published by L. A. Nilsson" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Xyris_regnellii>
dwc:class "Liliopsida" ;
dwc:family "Xyridaceae" ;
dwc:genus "Xyris" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "regnellii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Xyris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Xyris>
dwc:class "Liliopsida" ;
dwc:family "Xyridaceae" ;
dwc:genus "Xyris" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Xyridaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Xyridaceae>
dwc:class "Liliopsida" ;
dwc:family "Xyridaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
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:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
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 .

View file

@ -0,0 +1,315 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18004C863BF2559A9E36C6CEC21065F1>
dc:creator "Liu, Wenbin; Zhao, Cong; Kong, Fanqing; Yan, Chuncai; Wang, Xinhua" ;
dc:title "Limnophyes minimus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Limnophyes_minimus_Meigen_1818> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Spaniotoma_pusilla>, <http://taxon-name.plazi.org/id/Animalia/Limnophyes_hudsoni>, <http://taxon-name.plazi.org/id/Animalia/Limnophyes_fuscipygmus> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Chironomus_minimus_Meigen_1818>, <http://taxon-concept.plazi.org/id/Animalia/Limnophyes_pusillus_Eaton_1875>, <http://taxon-concept.plazi.org/id/Animalia/Limnophyes_interruptus_Goetghebuer_1938>, <http://taxon-concept.plazi.org/id/Animalia/Limnophyes_immucronatus_Saether_1969>, <http://taxon-concept.plazi.org/id/Animalia/Limnophyes_natalensis_Kieffer_1914> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1011.58993> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1011.58993>
bibo:endPage "61" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-01-18" ;
bibo:startPage "51" ;
bibo:volume "1011" ;
dc:creator "Liu, Wenbin; Zhao, Cong; Kong, Fanqing; Yan, Chuncai; Wang, Xinhua" ;
dc:date "2021" ;
dc:title "New species of Limnophyes Eaton (Diptera, Chironomidae) from China and synonymy of L. fuscipygmus Tokunaga, 1940" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Limnophyes_minimus_Meigen_1818>
dwc:LSID "18004C86-3BF2-559A-9E36-C6CEC21065F1" ;
dwc:authority "(Meigen, 1818)" ;
dwc:baseAuthorityName "Meigen" ;
dwc:baseAuthorityYear "1818" ;
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Meigen, 1818)" ;
dwc:species "minimus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Limnophyes_minimus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Chironomus_minimus_Meigen_1818>
dwc:authorityName "Meigen" ;
dwc:authorityYear "1818" ;
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Chironomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Meigen, 1818" ;
dwc:species "minimus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chironomus_minimus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Limnophyes_pusillus_Eaton_1875>
dwc:authorityName "Eaton" ;
dwc:authorityYear "1875" ;
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Eaton, 1875" ;
dwc:species "pusillus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Limnophyes_pusillus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Limnophyes_interruptus_Goetghebuer_1938>
dwc:authorityName "Goetghebuer" ;
dwc:authorityYear "1938" ;
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Goetghebuer, 1938" ;
dwc:species "interruptus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Limnophyes_interruptus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Limnophyes_immucronatus_Saether_1969>
dwc:authorityName "Saether" ;
dwc:authorityYear "1969" ;
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Saether, 1969" ;
dwc:species "immucronatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Limnophyes_immucronatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Limnophyes_natalensis_Kieffer_1914>
dwc:baseAuthorityName "Kieffer" ;
dwc:baseAuthorityYear "1914" ;
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kieffer, 1914)" ;
dwc:species "natalensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Limnophyes_natalensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Limnophyes_minimus>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "minimus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnophyes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnophyes>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chironomidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chironomidae>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chironomus_minimus>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Chironomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "minimus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chironomus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chironomus>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Chironomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chironomidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnophyes_pusillus>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pusillus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnophyes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Spaniotoma_pusilla>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Spaniotoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pusilla" ;
dwc:subGenus "Limnophyes" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spaniotoma_Limnophyes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Spaniotoma_Limnophyes>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Spaniotoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Limnophyes" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spaniotoma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Spaniotoma>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Spaniotoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chironomidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnophyes_interruptus>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "interruptus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnophyes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnophyes_immucronatus>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "immucronatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnophyes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnophyes_hudsoni>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hudsoni" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnophyes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnophyes_natalensis>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "natalensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnophyes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnophyes_fuscipygmus>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Limnophyes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fuscipygmus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnophyes> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,114 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18004F39F4AF5AA9B76DD1A29DE5B23B>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Bosciinae_Newman_1976>, <http://taxon-concept.plazi.org/id/Animalia/Megatrematinae_Holthuis_1982> ;
dc:creator "Pitriana, Pipit; Jones, Diana S.; Corbari, Laure; Rintelen, Kristina von" ;
dc:title "Pyrgopsella Holthuis 1982" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/MEGATREMAOTINAE_Holthuis_1982> ;
trt:publishedIn <http://dx.doi.org/10.3897/zse.96.55733> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zse.96.55733>
bibo:endPage "698" ;
bibo:issue "2" ;
bibo:journal "Zoosystematics and Evolution" ;
bibo:startPage "649" ;
bibo:volume "96" ;
dc:creator "Pitriana, Pipit; Jones, Diana S.; Corbari, Laure; Rintelen, Kristina von" ;
dc:date "2020" ;
dc:title "New insights gained from museum collections: Deep-sea barnacles (Crustacea, Cirripedia, Thoracica) in the Museum National d'Histoire Naturelle, Paris, collected during the Karubar expedition in 1991" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/MEGATREMAOTINAE_Holthuis_1982>
dwc:LSID "18004F39-F4AF-5AA9-B76D-D1A29DE5B23B" ;
dwc:authority "Holthuis, 1982" ;
dwc:authorityName "Holthuis" ;
dwc:authorityYear "1982" ;
dwc:family "Pyrgomatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sessilia" ;
dwc:rank "subFamily" ;
dwc:scientificNameAuthorship "Holthuis, 1982" ;
dwc:subFamily "MEGATREMAOTINAE" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/MEGATREMAOTINAE> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Bosciinae_Newman_1976>
dwc:authorityName "Newman & Ross" ;
dwc:authorityYear "1976" ;
dwc:family "Pyrgomatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sessilia" ;
dwc:rank "subFamily" ;
dwc:scientificNameAuthorship "Newman & Ross, 1976" ;
dwc:subFamily "Bosciinae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bosciinae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Megatrematinae_Holthuis_1982>
dwc:authorityName "Holthuis" ;
dwc:authorityYear "1982" ;
dwc:family "Pyrgomatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sessilia" ;
dwc:rank "subFamily" ;
dwc:scientificNameAuthorship "Holthuis, 1982" ;
dwc:subFamily "Megatrematinae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Megatrematinae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/MEGATREMAOTINAE>
dwc:family "Pyrgomatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sessilia" ;
dwc:rank "subFamily" ;
dwc:subFamily "MEGATREMAOTINAE" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pyrgomatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pyrgomatidae>
dwc:family "Pyrgomatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sessilia" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sessilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sessilia>
dwc:kingdom "Animalia" ;
dwc:order "Sessilia" ;
dwc:rank "order" ;
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/Bosciinae>
dwc:family "Pyrgomatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sessilia" ;
dwc:rank "subFamily" ;
dwc:subFamily "Bosciinae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pyrgomatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Megatrematinae>
dwc:family "Pyrgomatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sessilia" ;
dwc:rank "subFamily" ;
dwc:subFamily "Megatrematinae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pyrgomatidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,85 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18006AC7E14CB93AFFD7E2C3DA75A3F7>
dc:creator "Info Flora" ;
dc:title "Radiola linoides Roth" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Radiola_linoides> ;
trt:publishedIn <http://publication.plazi.org/id/E77198A441A2EE7CD3758557D81EAEF8> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Radiola_linoides> ;
a trt:Treatment .
<http://publication.plazi.org/id/E77198A441A2EE7CD3758557D81EAEF8>
dc:creator "Info Flora" ;
dc:date "2021" ;
dc:title "Info Flora Schweiz - Linaceae" .
<http://taxon-name.plazi.org/id/Plantae/Radiola_linoides>
dwc:class "Magnoliopsida" ;
dwc:family "Linaceae" ;
dwc:genus "Radiola" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "linoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Radiola> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Radiola>
dwc:class "Magnoliopsida" ;
dwc:family "Linaceae" ;
dwc:genus "Radiola" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Linaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Linaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Linaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
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 .

View file

@ -0,0 +1,93 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/1800883AB2A7C060554363FCEAC75583>
dc:creator "Takiya, Daniela Maeda; Santos, Allan Paulo Moreira; Pinto, Angelo Parise; Henriques-Oliveira, Ana Lucia; Carvalho, Alcimar do Lago; Sampaio, Brunno Henrique Lanzellotti; Clarkson, Bruno; Moreira, Felipe Ferraz Figueiredo; Avelino-Capistrano, Fernanda; Goncalves, Ines Correa; Cordeiro, Isabelle da Rocha Silva; Camara, Josenir Teixeira; Barbosa, Julianna Freires; de Souza, W. Rafael Maciel; Rafael, Jose Albertino" ;
dc:title "Hemiosus sp. 1" ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8354> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Hemiosus_sp1> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8354>
bibo:endPage "8354" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8354" ;
bibo:volume "4" ;
dc:creator "Takiya, Daniela Maeda; Santos, Allan Paulo Moreira; Pinto, Angelo Parise; Henriques-Oliveira, Ana Lucia; Carvalho, Alcimar do Lago; Sampaio, Brunno Henrique Lanzellotti; Clarkson, Bruno; Moreira, Felipe Ferraz Figueiredo; Avelino-Capistrano, Fernanda; Goncalves, Ines Correa; Cordeiro, Isabelle da Rocha Silva; Camara, Josenir Teixeira; Barbosa, Julianna Freires; de Souza, W. Rafael Maciel; Rafael, Jose Albertino" ;
dc:date "2016" ;
dc:title "Aquatic Insects from the Caatinga: checklists and diversity assessments of Ubajara (Ceara State) and Sete Cidades (Piaui State) National Parks, Northeastern Brazil" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Hemiosus_sp1>
# Warning: abbreviated species "sp. 1" ;
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Hemiosus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sp. 1" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiosus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiosus>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Hemiosus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrophilidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrophilidae>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1800E58AE78E3FE7980B35C2CCE4F4E7>
dc:creator "Jarvis, Charlie" ;
dc:title "Centaurea verutum Linnaeus 1755" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1800E58AE78E3FE7980B35C2CCE4F4E7.mc.11DDB5BC468E82B3259C4D0BA5EF031B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Centaurea_verutum_Linnaeus_1755> ;
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.291971>
bibo:endPage "473" ;
bibo:startPage "370" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part C)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Centaurea_verutum_Linnaeus_1755>
dwc:authority "L." ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1755" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Centaurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1755" ;
dwc:species "verutum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/S7P5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Centaurea_verutum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Centaurea_verutum>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Centaurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "verutum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Centaurea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Centaurea>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Centaurea" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
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/1800E58AE78E3FE7980B35C2CCE4F4E7.mc.11DDB5BC468E82B3259C4D0BA5EF031B>
dwc:catalogNumber "1030.69" ;
dwc:collectionCode "LINN" ;
trt:gbifOccurrenceId "2612072470" ;
trt:httpUri <https://treatment.plazi.org/id/1800E58AE78E3FE7980B35C2CCE4F4E7#11DDB5BC468E82B3259C4D0BA5EF031B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,106 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/1800FE95455AF1EB3AFC072957590CB4>
dc:creator "Carvalho, Luis Paulo Costa; Farias, Emanuelle de Sousa; Gil, Luiz Herman Soares; Pessoa, Felipe Arley Costa; Medeiros, Jansen Fernandes" ;
dc:title "Culicoides galindoi Wirth & Blanton 1953" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Culicoides_galindoi_Wirth_1953> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.5.e13075> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.5.e13075>
bibo:endPage "13075" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "13075" ;
bibo:volume "5" ;
dc:creator "Carvalho, Luis Paulo Costa; Farias, Emanuelle de Sousa; Gil, Luiz Herman Soares; Pessoa, Felipe Arley Costa; Medeiros, Jansen Fernandes" ;
dc:date "2017" ;
dc:title "New species records of Culicoides biting midges (Diptera: Ceratopogonidae) for the state of Rondonia in Brazilian Amazon" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Culicoides_galindoi_Wirth_1953>
dwc:authority "Wirth & Blanton, 1953" ;
dwc:authorityName "Wirth & Blanton" ;
dwc:authorityYear "1953" ;
dwc:class "Insecta" ;
dwc:family "Ceratopogonidae" ;
dwc:genus "Culicoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wirth & Blanton, 1953" ;
dwc:species "galindoi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culicoides_galindoi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Culicoides_galindoi>
dwc:class "Insecta" ;
dwc:family "Ceratopogonidae" ;
dwc:genus "Culicoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "galindoi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Culicoides> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Culicoides>
dwc:class "Insecta" ;
dwc:family "Ceratopogonidae" ;
dwc:genus "Culicoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceratopogonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ceratopogonidae>
dwc:class "Insecta" ;
dwc:family "Ceratopogonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,261 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/180143158D8F524CA21EDEE37007513E>
cito:cites <http://dx.doi.org/10.3897/dez.69.89864.figure3>, <http://dx.doi.org/10.3897/dez.69.89864.figure5>, <http://dx.doi.org/10.3897/dez.69.89864.figure6>, <http://dx.doi.org/10.3897/dez.69.89864.figure8>, <http://dx.doi.org/10.3897/dez.69.89864.figure10>, <http://dx.doi.org/10.3897/dez.69.89864.figure12>, <http://dx.doi.org/10.3897/dez.69.89864.figure14>, <http://dx.doi.org/10.3897/dez.69.89864.figure16>, <http://dx.doi.org/10.3897/dez.69.89864.figure18>, <http://dx.doi.org/10.3897/dez.69.89864.figure20>, <http://dx.doi.org/10.3897/dez.69.89864.figure22>, <http://dx.doi.org/10.3897/dez.69.89864.figure24>, <http://dx.doi.org/10.3897/dez.69.89864.figure26>, <http://dx.doi.org/10.3897/dez.69.89864.figure28>, <http://dx.doi.org/10.3897/dez.69.89864.figure30>, <http://dx.doi.org/10.3897/dez.69.89864.figure32>, <http://dx.doi.org/10.3897/dez.69.89864.figure37>, <http://dx.doi.org/10.3897/dez.69.89864.figure42>, <http://dx.doi.org/10.3897/dez.69.89864.figure48>, <http://dx.doi.org/10.3897/dez.69.89864.figure44> ;
dc:creator "Souma, Jun" ;
dc:title "Stephanitis (Stephanitis) takeyai Drake & Maa 1955" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Stephanitis_takeyai_Drake_1955> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Tingis_globurifera>, <http://taxon-name.plazi.org/id/Animalia/Stephanitis_globurifera> ;
trt:publishedIn <http://dx.doi.org/10.3897/dez.69.89864> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/dez.69.89864>
bibo:endPage "281" ;
bibo:issue "2" ;
bibo:journal "Deutsche Entomologische Zeitschrift" ;
bibo:pubDate "2022-12-15" ;
bibo:startPage "219" ;
bibo:volume "69" ;
dc:creator "Souma, Jun" ;
dc:date "2022" ;
dc:title "Integrative taxonomy of the Lauraceae - feeding species of the genus Stephanitis (Hemiptera, Heteroptera, Tingidae) from Japan" ;
fabio:hasPart <http://dx.doi.org/10.3897/dez.69.89864.figure3>, <http://dx.doi.org/10.3897/dez.69.89864.figure5>, <http://dx.doi.org/10.3897/dez.69.89864.figure6>, <http://dx.doi.org/10.3897/dez.69.89864.figure8>, <http://dx.doi.org/10.3897/dez.69.89864.figure10>, <http://dx.doi.org/10.3897/dez.69.89864.figure12>, <http://dx.doi.org/10.3897/dez.69.89864.figure14>, <http://dx.doi.org/10.3897/dez.69.89864.figure16>, <http://dx.doi.org/10.3897/dez.69.89864.figure18>, <http://dx.doi.org/10.3897/dez.69.89864.figure20>, <http://dx.doi.org/10.3897/dez.69.89864.figure22>, <http://dx.doi.org/10.3897/dez.69.89864.figure24>, <http://dx.doi.org/10.3897/dez.69.89864.figure26>, <http://dx.doi.org/10.3897/dez.69.89864.figure28>, <http://dx.doi.org/10.3897/dez.69.89864.figure30>, <http://dx.doi.org/10.3897/dez.69.89864.figure32>, <http://dx.doi.org/10.3897/dez.69.89864.figure37>, <http://dx.doi.org/10.3897/dez.69.89864.figure42>, <http://dx.doi.org/10.3897/dez.69.89864.figure48>, <http://dx.doi.org/10.3897/dez.69.89864.figure44> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Stephanitis_takeyai_Drake_1955>
dwc:LSID "18014315-8D8F-524C-A21E-DEE37007513E" ;
dwc:authority "Drake & Maa, 1955" ;
dwc:authorityName "Drake & Maa" ;
dwc:authorityYear "1955" ;
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:genus "Stephanitis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake & Maa, 1955" ;
dwc:species "takeyai" ;
dwc:subGenus "Stephanitis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stephanitis_takeyai> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Stephanitis_takeyai>
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:genus "Stephanitis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "takeyai" ;
dwc:subGenus "Stephanitis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stephanitis_Stephanitis>, <http://taxon-name.plazi.org/id/Animalia/Stephanitis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stephanitis_Stephanitis>
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:genus "Stephanitis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Stephanitis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stephanitis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stephanitis>
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:genus "Stephanitis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tingidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tingidae>
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tingis_globurifera>
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:genus "Tingis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "globurifera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tingis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tingis>
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:genus "Tingis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tingidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stephanitis_globurifera>
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:genus "Stephanitis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "globurifera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stephanitis> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/dez.69.89864.figure3>
dc:description "Figure 3. Male habitus of five Stephanitis species from Japan, dorsal view: A. S. (Norba) ishikawai sp. nov. from Yonaguni Island, southern part of Ryukyu Islands; B. S. (N.) mendica from Honshu; C, D. S. (Stephanitis) tabidula from Honshu (C) and Kyushu (D); E. S. (S.) takeyai from Shikoku; F. S. (S.) tomokunii sp. nov. from Miyake Island, southern part of Izu Islands. Scale bar: 1.0 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782630> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure5>
dc:description "Figure 5. Female habitus of five Stephanitis species from Japan, dorsal view: A. S. (Norba) ishikawai sp. nov. from Miyako Island, southern part of Ryukyu Islands; B. S. (N.) mendica from Honshu; C, D. S. (Stephanitis) tabidula from Honshu (C) and Kyushu (D); E. S. (S.) takeyai from Kyushu; F. S. (S.) tomokunii sp. nov. from Miyake Island, southern part of Izu Islands. Scale bar: 1.0 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782632> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure6>
dc:description "Figure 6. Teratological forms of two Stephanitis species from Japan, dorsal view: A. S. (Norba) aperta from Izu-Oshima Island, northern part of Izu Islands; B. S. (Stephanitis) takeyai from Kyushu. Arrows indicate antennae with segmental oligomery and malformed paranotum. Scale bar: 1.0 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782633> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure8>
dc:description "Figure 8. Male pronota of five Stephanitis species from Japan, dorsal view: A. S. (Norba) ishikawai sp. nov.; B. S. (N.) mendica lacking lateral carina; C, D. S. (Stephanitis) tabidula from Honshu (C) and Kyushu (D); E. S. (S.) takeyai; F. S. (S.) tomokunii sp. nov .. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782635> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure10>
dc:description "Figure 10. Female pronota of five Stephanitis species from Japan, dorsal view: A. S. (Norba) ishikawai sp. nov.; B. S. (N.) mendica possessing lateral carina; C-E. S. (Stephanitis) tabidula from Honshu (C) and Kyushu (E) possessing lateral carina and from Honshu (D) lacking lateral carina; F. S. (S.) takeyai; G. S. (S.) tomokunii sp. nov. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782637> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure12>
dc:description "Figure 12. Male pronota of five Stephanitis species from Japan, dorsolateral view: A. S. (Norba) ishikawai sp. nov.; B. S. (N.) mendica lacking lateral carina; C, D. S. (Stephanitis) tabidula from Honshu (C) and Kyushu (D); E. S. (S.) takeyai; F. S. (S.) tomokunii sp. nov. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782639> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure14>
dc:description "Figure 14. Female pronota of five Stephanitis species from Japan, dorsolateral view: A. S. (Norba) ishikawai sp. nov.; B. S. (N.) mendica possessing lateral carina; C-E. S. (Stephanitis) tabidula from Honshu (C) and Kyushu (E) possessing lateral carina and from Honshu (D) lacking lateral carina; F. S. (S.) takeyai; G. S. (S.) tomokunii sp. nov. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782641> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure16>
dc:description "Figure 16. Male hemelytra of five Stephanitis species from Japan, dorsal view: A. S. (Norba) ishikawai sp. nov.; B. S. (N.) mendica; C, D. S. (Stephanitis) tabidula from Honshu (C) and Kyushu (D); E. S. (S.) takeyai; F. S. (S.) tomokunii sp. nov. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782643> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure18>
dc:description "Figure 18. Female hemelytra of five Stephanitis species from Japan, dorsal view: A. S. (Norba) ishikawai sp. nov.; B. S. (N.) mendica; C, D. S. (Stephanitis) tabidula from Honshu (C) and Kyushu (D); E. S. (S.) takeyai; F. S. (S.) tomokunii sp. nov. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782645> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure20>
dc:description "Figure 20. Rostra of four Stephanitis species from Japan, dorsal view: A. S. (Norba) mendica; B. S. (Stephanitis) tabidula; C. S. (S.) takeyai; D. S. (S.) tomokunii sp. nov. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782647> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure22>
dc:description "Figure 22. Male terminalia of four Stephanitis species from Japan, dorsal view: A. S. (Norba) mendica; B. S. (Stephanitis) tabidula; C. S. (S.) takeyai; D. S. (S.) tomokunii sp. nov. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782649> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure24>
dc:description "Figure 24. Female terminalia of four Stephanitis species from Japan, dorsal view: A. S. (Norba) mendica; B. S. (Stephanitis) tabidula; C. S. (S.) takeyai; D. S. (S.) tomokunii sp. nov. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782651> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure26>
dc:description "Figure 26. Line drawings of the pronota of four Stephanitis species from Japan, dorsal view: A, B. S. (Norba) mendica lacking lateral carina (A) and possessing lateral carina (B); C, D. S. (Stephanitis) tabidula from Honshu (C) and Kyushu (D); E. S. (S.) takeyai; F. S. (S.) tomokunii sp. nov. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782653> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure28>
dc:description "Figure 28. Line drawings of the pronota of six Stephanitis species from Japan, lateral view: A. S. (Norba) hiurai; B. S. (N.) ishikawai sp. nov.; C. S. (N.) mendica lacking lateral carina; D. S. (Stephanitis) tabidula lacking lateral carina from Honshu; E. S. (S.) takeyai; F. S. (S.) tomokunii sp. nov. Scale bars: 0.2 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782655> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure30>
dc:description "Figure 30. Line drawings of the pygophore of five Stephanitis species from Japan, dorsal view: A-C. S. (Norba) ishikawai sp. nov. from Miyako (A) and Yonaguni (B) Islands, central part of Ryukyu Islands and Taiwan (C); D. S. (N.) mendica; E, F. S. (Stephanitis) tabidula from Honshu (E) and Tsushima Islands (F); G. S. (S.) takeyai; H. S. (S.) tomokunii sp. nov. Scale bars: 0.1 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782657> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure32>
dc:description "Figure 32. Line drawings of the paramere of five Stephanitis species from Japan, dorsal view: A-C. S. (Norba) ishikawai sp. nov. from Miyako (A) and Yonaguni (B) Islands, central part of Ryukyu Islands and Taiwan (C); D. S. (N.) mendica; E, F. S. (Stephanitis) tabidula from Honshu (E) and Tsushima Islands (F); G. S. (S.) takeyai; H. S. (S.) tomokunii sp. nov. Scale bars: 0.1 mm. Arrows indicate important morphological differences." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782659> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure37>
dc:description "Figure 37. Two specimens of Stephanitis species from Japan. A. Paratype of S. (Stephanitis) fasciicarina syn. nov. [= S. (S.) tabidula] collected at type locality deposited in ELKU and its labels; B. Lectotype of Tingis globulifera [= S. (S.) takeyai] deposited in Matsumura's collection of ELHU and its labels." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782664> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure42>
dc:description "Figure 42. Living individuals of four species of Stephanitis from Japan: A, B. S. (Norba) mendica from Honshu, male (A) and female (B); C-G. S. (Stephanitis) tabidula, male (C) and female (D) from Honshu and male (E), female (F) and fifth instar nymph (G) from Kyushu; H-J. S. (S.) takeyai, male (H) and fifth instar nymph (J) from Shikoku and female from Honshu (I); K, L. S. (S.) tomokunii sp. nov. from Hachijo Island, southern part of Izu Islands, male (K) and female (L)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782669> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure48>
dc:description "Figure 48. Collection sites of Stephanitis (Stephanitis) tabidula, S. (S.) takeyai and S. (S.) tomokunii sp. nov. used in the present study. Red-filled areas = localities; circles = small isolated islands." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782676> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.69.89864.figure44>
dc:description "Figure 44. Lauraceous host plants of four species of Stephanitis from Japan: A. Cinnamomum yabunikkei from Kyushu, damaged by S. (Norba) mendica; Machilus thunbergii (B) from Honshu, Neolitsea sericea (C) from Sado Island and C. camphora (D) from Kyushu, all damaged by S. (Stephanitis) tabidula; E. Lindera umbellata from Sado Island, damaged by S. (S.) takeyai; F. M. thunbergii from Hachijo Island, damaged by S. (S.) tomokunii sp. nov." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/782671> ;
a fabio:Figure .

View file

@ -0,0 +1,159 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180156AEC2533CAE33F04C7BD1038091>
dc:creator "Jarvis, Charlie" ;
dc:title "Alchemilla hybrida Linnaeus 1756" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/180156AEC2533CAE33F04C7BD1038091.mc.D4ED63A0C9CF4F1667EBA532804888F6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Alchemilla_hybrida_Linnaeus_1753> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Alchemilla_alpina_hybrida_Linnaeus_1753> ;
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.291971>
bibo:endPage "342" ;
bibo:startPage "252" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part A)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Alchemilla_hybrida_Linnaeus_1753>
dwc:authority "(L.) L." ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1756" ;
dwc:baseAuthorityName "Linnaeus" ;
dwc:baseAuthorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Alchemilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Linnaeus, 1753) Linnaeus, 1756" ;
dwc:species "hybrida" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/BHS7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Alchemilla_hybrida> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Alchemilla_alpina_hybrida_Linnaeus_1753>
dwc:authority "Linnaeus" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Alchemilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "alpina" ;
dwc:variety "hybrida" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/BHS7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Alchemilla_alpina_hybrida> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Alchemilla_hybrida>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Alchemilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "hybrida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Alchemilla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Alchemilla>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Alchemilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
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/Alchemilla_alpina_hybrida>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Alchemilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "alpina" ;
dwc:variety "hybrida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Alchemilla_alpina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Alchemilla_alpina>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Alchemilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "alpina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Alchemilla> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/180156AEC2533CAE33F04C7BD1038091.mc.D4ED63A0C9CF4F1667EBA532804888F6>
dwc:catalogNumber "22" ;
dwc:collectionCode "BM-SL" ;
dwc:typeStatus "typotype" ;
trt:gbifOccurrenceId "2612071121" ;
trt:httpUri <https://treatment.plazi.org/id/180156AEC2533CAE33F04C7BD1038091#D4ED63A0C9CF4F1667EBA532804888F6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,85 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1801E9809604E63147E63FB232DAECA9>
dc:creator "Hess, Hans Ernst; Landolt, Elias; Hirzel, Rosmarie" ;
dc:title "Carex foetida All." ;
trt:publishedIn <https://doi.org/10.5281/zenodo.291815> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Carex_foetida> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.291815>
dc:creator "Hess, Hans Ernst; Landolt, Elias; Hirzel, Rosmarie" ;
dc:date "1972" ;
dc:title "Flora der Schweiz und angrenzender Gebiete. Band 1. Pteridophyta bis Caryophyllaceae (2 nd edition): Registerzuband 1" ;
a fabio:Book .
<http://taxon-name.plazi.org/id/Plantae/Carex_foetida>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Carex" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "foetida" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Carex>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:genus "Carex" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
dwc:class "Liliopsida" ;
dwc:family "Cyperaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
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:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
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 .

View file

@ -0,0 +1,89 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1801EC19FDC882CC99BFFA07AE06E237>
dc:creator "Poli, Anna; Bovio, Elena; Verkley, Gerard; Prigione, Valeria; Varese, Giovanna Cristina" ;
dc:title "Elbamycella rosea sp. nov. A. Poli, E. Bovio, V. Prigione & G. C. Varese" ;
trt:publishedIn <http://dx.doi.org/10.3897/mycokeys.55.35522> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Elbamycella_rosea> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/mycokeys.55.35522>
bibo:endPage "28" ;
bibo:journal "MycoKeys" ;
bibo:startPage "15" ;
bibo:volume "55" ;
dc:creator "Poli, Anna; Bovio, Elena; Verkley, Gerard; Prigione, Valeria; Varese, Giovanna Cristina" ;
dc:date "2019" ;
dc:title "Elbamycellarosea gen. et sp. nov. (Juncigenaceae, Torpedosporales) isolated from the Mediterranean Sea" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Fungi/Elbamycella_rosea>
dwc:class "Sordariomycetes" ;
dwc:family "Juncigenaceae" ;
dwc:genus "Elbamycella" ;
dwc:kingdom "Fungi" ;
dwc:order "Torpedosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "rosea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Elbamycella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Elbamycella>
dwc:class "Sordariomycetes" ;
dwc:family "Juncigenaceae" ;
dwc:genus "Elbamycella" ;
dwc:kingdom "Fungi" ;
dwc:order "Torpedosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Juncigenaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Juncigenaceae>
dwc:class "Sordariomycetes" ;
dwc:family "Juncigenaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Torpedosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Torpedosporales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Torpedosporales>
dwc:class "Sordariomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Torpedosporales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Sordariomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Sordariomycetes>
dwc:class "Sordariomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ascomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,92 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18024119C4304D3C52C1FF79906D5142>
dc:creator "Salnitska, Maria; Solodovnikov, Aleхey" ;
dc:title "Quedius" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18024119C4304D3C52C1FF79906D5142.mc.20C3FA52C4304D3C52C1FF3095705262> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4394.1.5> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Quedius> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4394.1.5>
bibo:endPage "104" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2018-03-13" ;
bibo:startPage "95" ;
bibo:volume "4394" ;
dc:creator "Salnitska, Maria; Solodovnikov, Aleхey" ;
dc:date "2018" ;
dc:title "Hypogean presumably sister species Quedius repentinus sp. n. from Altai and Q. roma from Sikhote-Alin (Coleoptera: Staphylinidae): a disjunct distribution or poorly sampled Siberia?" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Quedius>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Quedius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/18024119C4304D3C52C1FF79906D5142.mc.20C3FA52C4304D3C52C1FF3095705262>
dwc:collectionCode "ZIN" ;
dwc:eventDate "2012-06-20" ;
dwc:locality "Karagai River valley" ;
dwc:recordedBy "R. Yu. Dudko" ;
dwc:verbatimElevation "1800" ;
dwc:verbatimLatitude "15.333333" ;
dwc:verbatimLongitude "84.98333" ;
trt:gbifOccurrenceId "1835171868" ;
trt:httpUri <https://treatment.plazi.org/id/18024119C4304D3C52C1FF79906D5142#20C3FA52C4304D3C52C1FF3095705262> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,157 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18024119C43A4D3052C1FD14920C5145>
cito:cites <http://dx.doi.org/10.5281/zenodo.1196946> ;
dc:creator "Salnitska, Maria; Solodovnikov, Aleхey" ;
dc:title "Quedius przewalskii Riittir 1887" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quedius_przewalskii_Riittir_1887> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Quedius_przewalskyi> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Quedius_lamus_Smetana_1995> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4394.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4394.1.5>
bibo:endPage "104" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2018-03-13" ;
bibo:startPage "95" ;
bibo:volume "4394" ;
dc:creator "Salnitska, Maria; Solodovnikov, Aleхey" ;
dc:date "2018" ;
dc:title "Hypogean presumably sister species Quedius repentinus sp. n. from Altai and Q. roma from Sikhote-Alin (Coleoptera: Staphylinidae): a disjunct distribution or poorly sampled Siberia?" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.1196946> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quedius_przewalskii_Riittir_1887>
dwc:authority "Riittir, 1887" ;
dwc:authorityName "Riittir" ;
dwc:authorityYear "1887" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Quedius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Riittir, 1887" ;
dwc:species "przewalskii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4R2TW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quedius_przewalskii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Quedius_lamus_Smetana_1995>
dwc:authority "Smetana, 1995" ;
dwc:authorityName "Smetana" ;
dwc:authorityYear "1995" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Quedius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Smetana, 1995" ;
dwc:species "lamus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quedius_lamus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quedius_przewalskii>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Quedius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "przewalskii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quedius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quedius>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Quedius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quedius_lamus>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Quedius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lamus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quedius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quedius_przewalskyi>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Quedius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "przewalskyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quedius> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.1196946>
dc:description "FIGURE 2. Quedius przewalskii, holotype: A, habitus; B, aedeagus (laterally); C, same (in parameral view); D, apex of paramere, underside (side facing median lobe); E, tergite X; F, sternite IX; G, sternite VIII; H, labels.Scale bars:AC, EG = 1 mm, D = 0.4 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/1196946/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,147 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18024119C43C4D3352C1FD61946C51D1>
cito:cites <http://dx.doi.org/10.5281/zenodo.1196948>, <http://dx.doi.org/10.5281/zenodo.1196950> ;
dc:creator "Salnitska, Maria; Solodovnikov, Aleхey" ;
dc:title "Quedius repentinus Salnitska & Solodovnikov 2018, sp. n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18024119C43C4D3352C1FD61946C51D1.mc.20C3FA52C43C4D3052C1FD389182504E>, <http://tb.plazi.org/GgServer/dwcaRecords/18024119C43C4D3352C1FD61946C51D1.mc.20C3FA52C43C4D30538DFCF190285022> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Quedius_repentinus_Salnitska_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4394.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4394.1.5>
bibo:endPage "104" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2018-03-13" ;
bibo:startPage "95" ;
bibo:volume "4394" ;
dc:creator "Salnitska, Maria; Solodovnikov, Aleхey" ;
dc:date "2018" ;
dc:title "Hypogean presumably sister species Quedius repentinus sp. n. from Altai and Q. roma from Sikhote-Alin (Coleoptera: Staphylinidae): a disjunct distribution or poorly sampled Siberia?" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.1196948>, <http://dx.doi.org/10.5281/zenodo.1196950> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Quedius_repentinus_Salnitska_2018>
dwc:authority "Salnitska & Solodovnikov, 2018" ;
dwc:authorityName "Salnitska & Solodovnikov" ;
dwc:authorityYear "2018" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Quedius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Salnitska & Solodovnikov, 2018" ;
dwc:species "repentinus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6WQ9S> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Quedius_repentinus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Quedius_repentinus>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Quedius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "repentinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Quedius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Quedius>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Quedius" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Staphylinidae>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.1196948>
dc:description "FIGURE 3. Quedius repentinus sp.n.: A, C, D, FH (holotype), B (paratype, female), E (paratype, male); A, B, habitus; C, aedeagus(laterally); D, same (in parameral view); E, paramere,underside (side facing medianlobe); F, tergite X; G,sternite IX; H, sterniteVIII. Scale bars:AD, FH = 1 mm, E = 0.2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/1196948/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.1196950>
dc:description "FIGURE 4. Typical talus-associated habitat at Mt.Evrechala (SE Altai). Photo by I.I. Lubechanskiy." ;
fabio:hasRepresentation <https://zenodo.org/record/1196950/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/18024119C43C4D3352C1FD61946C51D1.mc.20C3FA52C43C4D3052C1FD389182504E>
dwc:collectionCode "ISEA" ;
dwc:eventDate "2004-06-02" ;
dwc:locality "Evretchala Mt" ;
dwc:recordedBy "Yu. Dudko & I. I. Lyubechanskiy" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1950" ;
dwc:verbatimLatitude "51.466667" ;
dwc:verbatimLongitude "87.433334" ;
trt:gbifOccurrenceId "1835171869" ;
trt:httpUri <https://treatment.plazi.org/id/18024119C43C4D3352C1FD61946C51D1#20C3FA52C43C4D3052C1FD389182504E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18024119C43C4D3352C1FD61946C51D1.mc.20C3FA52C43C4D30538DFCF190285022>
dwc:collectionCode "ISEA, ZIN" ;
dwc:eventDate "2004-06-02" ;
dwc:locality "Evretchala Mt" ;
dwc:recordedBy "Yu. Dudko & I. I. Lyubechanskiy" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1950" ;
dwc:verbatimLatitude "51.466667" ;
dwc:verbatimLongitude "87.433334" ;
trt:gbifOccurrenceId "1835171867" ;
trt:httpUri <https://treatment.plazi.org/id/18024119C43C4D3352C1FD61946C51D1#20C3FA52C43C4D30538DFCF190285022> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,206 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875>
dc:creator "González-Gallegos, Jesús Guadalupe; Castro-Castro, Arturo" ;
dc:title "Salvia cualensis var. cualensis var. cualensis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FF51F9BC4EA6F92B>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FC0CF9EE4E80F92B>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FB50F9EE48A9F92B>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FEE2F931484CF95C>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FA16F95B48A9F95C>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FF00F9624F81F88E>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FD20F8844FC2F8E8>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FD60F8AF4E3CF8E8>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FB81F8AF49D0F8E8>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FB7CF8AF4D9DF8C3>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FF20F8F64C96F8C3>, <http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FE25F8F64E05F8C0> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.74.1.5> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Salvia_cualensis_cualensis> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.74.1.5>
bibo:endPage "58" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2012-12-06" ;
bibo:startPage "47" ;
bibo:volume "74" ;
dc:creator "González-Gallegos, Jesús Guadalupe; Castro-Castro, Arturo" ;
dc:date "2012" ;
dc:title "Salvia cualensis and Salvia cualensis var. perezii (Lamiaceae), two new taxa from the Sierra de El Cuale, Jalisco, Mexico" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Salvia_cualensis_cualensis>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Salvia" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "cualensis" ;
dwc:variety "cualensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Salvia_cualensis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Salvia_cualensis>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Salvia" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cualensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Salvia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Salvia>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Salvia" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
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:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
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/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FF51F9BC4EA6F92B>
dwc:collectionCode "SO, J" ;
dwc:eventDate "2011-07-21" ;
dwc:locality "Cerro del Cabro" ;
dwc:recordedBy "Mascota & Ejido Zapotan & El Nogalito" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "1600" ;
dwc:verbatimLatitude "20.527777" ;
dwc:verbatimLongitude "-104.95027" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FF51F9BC4EA6F92B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FC0CF9EE4E80F92B>
dwc:collectionCode "G" ;
dwc:eventDate "2011-07-21" ;
dwc:locality "Cerro del Cabro" ;
dwc:recordedBy "Mascota & Ejido Zapotan & El Nogalito" ;
dwc:verbatimElevation "1600" ;
dwc:verbatimLatitude "20.527777" ;
dwc:verbatimLongitude "-104.95027" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FC0CF9EE4E80F92B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FB50F9EE48A9F92B>
dwc:collectionCode "R" ;
dwc:recordedBy "Castro-Castro" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FB50F9EE48A9F92B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FEE2F931484CF95C>
dwc:collectionCode "IBUG, IEB, MEXU, ZEA, SO, J" ;
dwc:eventDate "2011-10-28" ;
dwc:locality "Minas de Zimapan" ;
dwc:recordedBy "Beltran" ;
dwc:verbatimElevation "1540" ;
dwc:verbatimLatitude "20.386305" ;
dwc:verbatimLongitude "-105.07961" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FEE2F931484CF95C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FA16F95B48A9F95C>
dwc:collectionCode "G" ;
dwc:eventDate "2011-10-28" ;
dwc:locality "Minas de Zimapan" ;
dwc:recordedBy "Beltran" ;
dwc:verbatimElevation "1540" ;
dwc:verbatimLatitude "20.386305" ;
dwc:verbatimLongitude "-105.07961" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FA16F95B48A9F95C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FF00F9624F81F88E>
dwc:collectionCode "IBUG, S" ;
dwc:locality "El Cuale" ;
dwc:recordedBy "D. Juarez & de Zimapan" ;
dwc:verbatimElevation "550" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FF00F9624F81F88E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FD20F8844FC2F8E8>
dwc:collectionCode "O, J" ;
dwc:eventDate "2012-07-15" ;
dwc:locality "Talpa" ;
dwc:verbatimLatitude "20.388" ;
dwc:verbatimLongitude "-105.073" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FD20F8844FC2F8E8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FD60F8AF4E3CF8E8>
dwc:collectionCode "G" ;
dwc:eventDate "2012-07-15" ;
dwc:locality "Talpa" ;
dwc:verbatimLatitude "20.388" ;
dwc:verbatimLongitude "-105.073" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FD60F8AF4E3CF8E8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FB81F8AF49D0F8E8>
dwc:collectionCode "G" ;
dwc:recordedBy "Castro-Castro" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FB81F8AF49D0F8E8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FB7CF8AF4D9DF8C3>
dwc:collectionCode "E" ;
dwc:recordedBy "Munguia-Lino" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FB7CF8AF4D9DF8C3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FF20F8F64C96F8C3>
dwc:collectionCode "V" ;
dwc:recordedBy "De Castro-Arce" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FF20F8F64C96F8C3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028B1DFF80FFF6FF00FBCC4FF1F875.mc.20C33056FF80FFF6FE25F8F64E05F8C0>
dwc:collectionCode "IBUG, MEXU" ;
dwc:recordedBy "Ramirez-Cruz" ;
trt:httpUri <https://treatment.plazi.org/id/18028B1DFF80FFF6FF00FBCC4FF1F875#20C33056FF80FFF6FE25F8F64E05F8C0> ;
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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18028B1DFF8CFFFAFF00FA1648ADF816>
dc:creator "González-Gallegos, Jesús Guadalupe; Castro-Castro, Arturo" ;
dc:title "Salvia cualensis J. G. Gonzalez 2012" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Salvia_cualensis_Gonzalez_2012> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.74.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.74.1.5>
bibo:endPage "58" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2012-12-06" ;
bibo:startPage "47" ;
bibo:volume "74" ;
dc:creator "González-Gallegos, Jesús Guadalupe; Castro-Castro, Arturo" ;
dc:date "2012" ;
dc:title "Salvia cualensis and Salvia cualensis var. perezii (Lamiaceae), two new taxa from the Sierra de El Cuale, Jalisco, Mexico" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Salvia_cualensis_Gonzalez_2012>
dwc:authorityName "J. G. Gonzalez" ;
dwc:authorityYear "2012" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Salvia" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "J. G. Gonzalez, 2012" ;
dwc:species "cualensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6XGVS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Salvia_cualensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Salvia_cualensis>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Salvia" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cualensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Salvia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Salvia>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Salvia" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
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:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
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 .

View file

@ -0,0 +1,198 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18028E68FFA0AA556296BD27FB0AFB5D>
cito:cites <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231035> ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:title "Penaincisalia regala Robbins 2004" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA0AA556296BD27FB0AFB5D.mc.20C33523FFA0AA546296BDC2FD61F8EB>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA0AA556296BD27FB0AFB5D.mc.20C33523FFA1AA5562C4BF7FFB79FBB5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA0AA556296BD27FB0AFB5D.mc.20C33523FFA1AA5566F3BF70FDE5FB5D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA0AA556296BD27FB0AFB5D.mc.20C33523FFA1AA556098BFA8FB17FB5D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_regala_Crom_1997> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pons_regala_Crom_1997> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.1941.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.1941.1.1>
bibo:endPage "24" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2008-11-24" ;
bibo:startPage "1" ;
bibo:volume "1941" ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:date "2008" ;
dc:title "A review of the “ browni group ” of Penaincisalia with notes on their distribution and variability (Lepidoptera: Lycaenidae: Eumaeini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231035> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_regala_Crom_1997>
dwc:authority "(Le Crom & Johnson, 1997)" ;
dwc:authorityName "Robbins" ;
dwc:authorityYear "2004" ;
dwc:baseAuthorityName "Le Crom & Johnson" ;
dwc:baseAuthorityYear "1997" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Le Crom & Johnson, 1997) Robbins, 2004" ;
dwc:species "regala" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia_regala> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pons_regala_Crom_1997>
dwc:authority "Le Crom & Johnson, 1997: 1" ;
dwc:authorityName "Le Crom & Johnson" ;
dwc:authorityPageNumber "1" ;
dwc:authorityYear "1997" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Le Crom & Johnson, 1997" ;
dwc:species "regala" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pons_regala> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia_regala>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "regala" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycaenidae>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pons_regala>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "regala" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pons> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pons>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5231021>
dc:description "FIGURES 2633. Androconial clusters of the “browni group”. 26, P. browni; 27, P. saraha; 28, P. caeruleonota; 29, P. purpurea (Ecuador); 30, P. magnifica; 31, P.cuiva; 32, P.regala; 33. P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231021/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231023>
dc:description "FIGURES 3443. Left valva in lateral view. 34, P. browni; 35, P. saraha; 36, P. caeruleonota (Loja, Ecuador) indicating the ventral keel; 37, P. caeruleonota (“Volcan Cabogana”, Ecuador); 38, P. vittata; 39, P.regala; 40, P. purpurea (Ecuador); 41, P. purpurea (Perú); 42, P.cuiva; 43, P. magnifica." ;
fabio:hasRepresentation <https://zenodo.org/record/5231023/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231035>
dc:description "FIGURE 54. Distribution of P.regala and P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231035/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA0AA556296BD27FB0AFB5D.mc.20C33523FFA0AA546296BDC2FD61F8EB>
dwc:collectionCode "FSCA" ;
dwc:locality "Subachoque" ;
dwc:recordedBy "El Tablazo & Leg. J. F. Le Crom." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3450" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA0AA556296BD27FB0AFB5D#20C33523FFA0AA546296BDC2FD61F8EB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA0AA556296BD27FB0AFB5D.mc.20C33523FFA1AA5562C4BF7FFB79FBB5>
dwc:collectionCode "JFLC" ;
dwc:locality "Cundinamarca" ;
dwc:recordedBy "El Tablazo & Leg. J. F. Le Crom" ;
dwc:verbatimElevation "3450" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA0AA556296BD27FB0AFB5D#20C33523FFA1AA5562C4BF7FFB79FBB5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA0AA556296BD27FB0AFB5D.mc.20C33523FFA1AA5566F3BF70FDE5FB5D>
dwc:collectionCode "JFLC" ;
dwc:recordedBy "El Tablazo & Leg. J. F. Le Crom" ;
dwc:verbatimElevation "3450" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA0AA556296BD27FB0AFB5D#20C33523FFA1AA5566F3BF70FDE5FB5D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA0AA556296BD27FB0AFB5D.mc.20C33523FFA1AA556098BFA8FB17FB5D>
dwc:locality "Santander" ;
dwc:recordedBy "Encino & Leg. G. Fagua" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA0AA556296BD27FB0AFB5D#20C33523FFA1AA556098BFA8FB17FB5D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,272 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D>
cito:cites <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025> ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:title "Penaincisalia purpurea Robbins 2004" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA3AA576296B955FE17FD78>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA5462C4BF57FD96FB5E>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54601ABFA8FCF5FB5D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54617BBFA8FA82FB5D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA546731BFA8FC61FB05>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA546615BF80FDE0FB2D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54608EBFF8FE16FAD6>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54639DBFD0FB5BFAD5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA5466D4BFD0FCCCFAFD>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54616ABE08FD9FFAA5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA546020BE60FCBDFAA5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54613ABE60FE7BFA4D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA5462C4BEBFFD52FA75>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA5460D9BEB0FCDCFA1D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_purpurea_Johnson_1992> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pons_purpurea_Johnson_1992> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.1941.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.1941.1.1>
bibo:endPage "24" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2008-11-24" ;
bibo:startPage "1" ;
bibo:volume "1941" ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:date "2008" ;
dc:title "A review of the “ browni group ” of Penaincisalia with notes on their distribution and variability (Lepidoptera: Lycaenidae: Eumaeini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_purpurea_Johnson_1992>
dwc:authority "(Johnson, 1992)" ;
dwc:authorityName "Robbins" ;
dwc:authorityYear "2004" ;
dwc:baseAuthorityName "Johnson" ;
dwc:baseAuthorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Johnson, 1992) Robbins, 2004" ;
dwc:species "purpurea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia_purpurea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pons_purpurea_Johnson_1992>
dwc:authority "Johnson, 1992: 24" ;
dwc:authorityName "Johnson" ;
dwc:authorityPageNumber "24" ;
dwc:authorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Johnson, 1992" ;
dwc:species "purpurea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pons_purpurea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia_purpurea>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "purpurea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycaenidae>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pons_purpurea>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "purpurea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pons> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pons>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5231021>
dc:description "FIGURES 2633. Androconial clusters of the “browni group”. 26, P. browni; 27, P. saraha; 28, P. caeruleonota; 29, P. purpurea (Ecuador); 30, P. magnifica; 31, P.cuiva; 32, P.regala; 33. P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231021/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231023>
dc:description "FIGURES 3443. Left valva in lateral view. 34, P. browni; 35, P. saraha; 36, P. caeruleonota (Loja, Ecuador) indicating the ventral keel; 37, P. caeruleonota (“Volcan Cabogana”, Ecuador); 38, P. vittata; 39, P.regala; 40, P. purpurea (Ecuador); 41, P. purpurea (Perú); 42, P.cuiva; 43, P. magnifica." ;
fabio:hasRepresentation <https://zenodo.org/record/5231023/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231025>
dc:description "FIGURES 4449. Female genital structures of the “browni group”. 44, P. browni (indicating the relation of posterior (p) and anterior (a) regions of the ductus bursae; 45, P. saraha; 46, P. purpurea; 47, P. magnifica; 48, P.cuiva; 49, P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231025/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA3AA576296B955FE17FD78>
dwc:collectionCode "BMNH" ;
dwc:eventDate "1904-03" ;
dwc:locality "PERU" ;
dwc:recordedBy "Agualani, S. E." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2743" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA3AA576296B955FE17FD78> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA5462C4BF57FD96FB5E>
dwc:collectionCode "HNHM" ;
dwc:locality "Cuzco" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA5462C4BF57FD96FB5E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54601ABFA8FCF5FB5D>
dwc:collectionCode "V" ;
dwc:locality "Cuzco" ;
dwc:recordedBy "S. Luis" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA54601ABFA8FCF5FB5D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54617BBFA8FA82FB5D>
dwc:eventDate "1973-11" ;
dwc:locality "Leg. Koning" ;
dwc:verbatimElevation "2800" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA54617BBFA8FA82FB5D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA546731BFA8FC61FB05>
dwc:eventDate "2005-02-24" ;
dwc:locality "Leg. Boyer" ;
dwc:recordedBy "Abra Acjanaco & Pillcopata Km" ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA546731BFA8FC61FB05> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA546615BF80FDE0FB2D>
dwc:eventDate "2005-04-15" ;
dwc:locality "Boyer" ;
dwc:recordedBy "Acjanaco & Boca Manu" ;
dwc:verbatimElevation "3000" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA546615BF80FDE0FB2D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54608EBFF8FE16FAD6>
dwc:eventDate "2005-03" ;
dwc:locality "Leg. Bottger." ;
dwc:recordedBy "Carrizales & Malaga & Quillabamba" ;
dwc:verbatimElevation "3200" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA54608EBFF8FE16FAD6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54639DBFD0FB5BFAD5>
dwc:locality "Oxapampa" ;
dwc:recordedBy "La Antena & Abril & Leg. J. Botger" ;
dwc:verbatimElevation "2700" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA54639DBFD0FB5BFAD5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA5466D4BFD0FCCCFAFD>
dwc:locality "La Antena" ;
dwc:recordedBy "de Oxapampa & Leg. J. Bottger" ;
dwc:verbatimElevation "2700" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA5466D4BFD0FCCCFAFD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54616ABE08FD9FFAA5>
dwc:locality "La Antena" ;
dwc:recordedBy "de Oxapampa & Leg. J. Bottger" ;
dwc:verbatimElevation "2700" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA54616ABE08FD9FFAA5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA546020BE60FCBDFAA5>
dwc:collectionCode "HNHM" ;
dwc:locality "Junin" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA546020BE60FCBDFAA5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA54613ABE60FE7BFA4D>
dwc:collectionCode "T" ;
dwc:eventDate "2002-08-16" ;
dwc:locality "Pyrcz" ;
dwc:recordedBy "Las Vegas, N & Oroya-Junin & Leg." ;
dwc:verbatimElevation "3850" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA54613ABE60FE7BFA4D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA5462C4BEBFFD52FA75>
dwc:collectionCode "JFLC" ;
dwc:locality "Loja" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA5462C4BEBFFD52FA75> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA3AA546296BA77FCD0FA1D.mc.20C33523FFA0AA5460D9BEB0FCDCFA1D>
dwc:collectionCode "HNHM" ;
dwc:locality "Loja" ;
dwc:recordedBy "Leg. I. Aldas. & Leg. M. Bollino" ;
dwc:verbatimElevation "2700" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA3AA546296BA77FCD0FA1D#20C33523FFA0AA5460D9BEB0FCDCFA1D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,232 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18028E68FFA7AA506296BA87FE60FEED>
cito:cites <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025>, <http://dx.doi.org/10.5281/zenodo.5231035> ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:title "Penaincisalia vittata Robbins 2004" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA7AA536296B9A2FBB0FD0B>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA5062C4BBBFFDE5FF75>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA506089BBB0FEE5FF1D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA50638ABBE8FE8DFEC5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA506326BBC0FCD1FEC5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA50615BBBC0FC04FEC5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA5061B8BBC0FB49FEC5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA5066E0BBC0FE6CFEED> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_vittata_Johnson_1992> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pons_vittata_Johnson_1992> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.1941.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.1941.1.1>
bibo:endPage "24" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2008-11-24" ;
bibo:startPage "1" ;
bibo:volume "1941" ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:date "2008" ;
dc:title "A review of the “ browni group ” of Penaincisalia with notes on their distribution and variability (Lepidoptera: Lycaenidae: Eumaeini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025>, <http://dx.doi.org/10.5281/zenodo.5231035> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_vittata_Johnson_1992>
dwc:authority "(Johnson, 1992)" ;
dwc:authorityName "Robbins" ;
dwc:authorityYear "2004" ;
dwc:baseAuthorityName "Johnson" ;
dwc:baseAuthorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Johnson, 1992) Robbins, 2004" ;
dwc:species "vittata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia_vittata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pons_vittata_Johnson_1992>
dwc:authority "Johnson 1992: 22" ;
dwc:authorityName "Johnson" ;
dwc:authorityPageNumber "22" ;
dwc:authorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Johnson, 1992" ;
dwc:species "vittata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pons_vittata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia_vittata>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "vittata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycaenidae>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pons_vittata>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "vittata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pons> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pons>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5231021>
dc:description "FIGURES 2633. Androconial clusters of the “browni group”. 26, P. browni; 27, P. saraha; 28, P. caeruleonota; 29, P. purpurea (Ecuador); 30, P. magnifica; 31, P.cuiva; 32, P.regala; 33. P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231021/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231023>
dc:description "FIGURES 3443. Left valva in lateral view. 34, P. browni; 35, P. saraha; 36, P. caeruleonota (Loja, Ecuador) indicating the ventral keel; 37, P. caeruleonota (“Volcan Cabogana”, Ecuador); 38, P. vittata; 39, P.regala; 40, P. purpurea (Ecuador); 41, P. purpurea (Perú); 42, P.cuiva; 43, P. magnifica." ;
fabio:hasRepresentation <https://zenodo.org/record/5231023/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231025>
dc:description "FIGURES 4449. Female genital structures of the “browni group”. 44, P. browni (indicating the relation of posterior (p) and anterior (a) regions of the ductus bursae; 45, P. saraha; 46, P. purpurea; 47, P. magnifica; 48, P.cuiva; 49, P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231025/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231035>
dc:description "FIGURE 54. Distribution of P.regala and P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231035/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA7AA536296B9A2FBB0FD0B>
dwc:collectionCode "R" ;
dwc:eventDate "1971-11" ;
dwc:locality "Volcan" ;
dwc:recordedBy "Niebli, NW & de Lefabre" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3500" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA7AA506296BA87FE60FEED#20C33523FFA7AA536296B9A2FBB0FD0B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA5062C4BBBFFDE5FF75>
dwc:collectionCode "HNHM" ;
dwc:locality "Pichincha" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA7AA506296BA87FE60FEED#20C33523FFA4AA5062C4BBBFFDE5FF75> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA506089BBB0FEE5FF1D>
dwc:collectionCode "HNHM" ;
dwc:locality "Pela Gallo" ;
dwc:recordedBy "Leg. Wojtusiak & Pyrcz & Garlacz." ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA7AA506296BA87FE60FEED#20C33523FFA4AA506089BBB0FEE5FF1D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA50638ABBE8FE8DFEC5>
dwc:collectionCode "MZUJ" ;
dwc:eventDate "2002-01-29" ;
dwc:locality "Pela Gallo" ;
dwc:recordedBy "Leg. Wojtusiak & Pyrcz & Garlacz." ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA7AA506296BA87FE60FEED#20C33523FFA4AA50638ABBE8FE8DFEC5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA506326BBC0FCD1FEC5>
dwc:collectionCode "T" ;
dwc:locality "Banos" ;
dwc:recordedBy "El Tablon & Leg." ;
dwc:verbatimElevation "3400" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA7AA506296BA87FE60FEED#20C33523FFA4AA506326BBC0FCD1FEC5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA50615BBBC0FC04FEC5>
dwc:locality "Pyrcz" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA7AA506296BA87FE60FEED#20C33523FFA4AA50615BBBC0FC04FEC5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA5061B8BBC0FB49FEC5>
dwc:collectionCode "JFLC" ;
dwc:locality "Tungurahua" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA7AA506296BA87FE60FEED#20C33523FFA4AA5061B8BBC0FB49FEC5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFA7AA506296BA87FE60FEED.mc.20C33523FFA4AA5066E0BBC0FE6CFEED>
dwc:eventDate "1999-02" ;
dwc:locality "Tungurahua" ;
dwc:recordedBy "El Tablon & Leg. & Aldas" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFA7AA506296BA87FE60FEED#20C33523FFA4AA5066E0BBC0FE6CFEED> ;
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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18028E68FFB0AA426296BEBFFABDFB8B>
cito:cites <http://dx.doi.org/10.5281/zenodo.5231017>, <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025> ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:title "Penaincisalia browni" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_browni_Johnson_1992> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.1941.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.1941.1.1>
bibo:endPage "24" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2008-11-24" ;
bibo:startPage "1" ;
bibo:volume "1941" ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:date "2008" ;
dc:title "A review of the “ browni group ” of Penaincisalia with notes on their distribution and variability (Lepidoptera: Lycaenidae: Eumaeini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5231017>, <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_browni_Johnson_1992>
dwc:baseAuthorityName "Johnson" ;
dwc:baseAuthorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Johnson, 1992)" ;
dwc:species "browni" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia_browni> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia_browni>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "browni" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycaenidae>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5231017>
dc:description "FIGURE 1. General features in the external morphology of the “browni group”. (A): wing veins. (B): elements of “browni group” wing pattern indicating: DC, disc cell; mb, medial band; sm, submarginal band; m, marginal band; ds, discal spot; pb, postbasal pattern; BD, basal disc; dm, disc margin; AF, anal fold; SL, spatulate lobe. (C): wing shape of females indicating the different areas on the wing. ap, apical; b, basal; pb, postbasal; sm, submedial; m, medial; pm, postmedial; sma, submarginal; m, marginal; L, lateral lobe; ts, tail." ;
fabio:hasRepresentation <https://zenodo.org/record/5231017/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231021>
dc:description "FIGURES 2633. Androconial clusters of the “browni group”. 26, P. browni; 27, P. saraha; 28, P. caeruleonota; 29, P. purpurea (Ecuador); 30, P. magnifica; 31, P.cuiva; 32, P.regala; 33. P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231021/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231023>
dc:description "FIGURES 3443. Left valva in lateral view. 34, P. browni; 35, P. saraha; 36, P. caeruleonota (Loja, Ecuador) indicating the ventral keel; 37, P. caeruleonota (“Volcan Cabogana”, Ecuador); 38, P. vittata; 39, P.regala; 40, P. purpurea (Ecuador); 41, P. purpurea (Perú); 42, P.cuiva; 43, P. magnifica." ;
fabio:hasRepresentation <https://zenodo.org/record/5231023/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231025>
dc:description "FIGURES 4449. Female genital structures of the “browni group”. 44, P. browni (indicating the relation of posterior (p) and anterior (a) regions of the ductus bursae; 45, P. saraha; 46, P. purpurea; 47, P. magnifica; 48, P.cuiva; 49, P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231025/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,494 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05>
cito:cites <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025>, <http://dx.doi.org/10.5281/zenodo.5231029> ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:title "Penaincisalia browni" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB6AA426348BC9AFDDAF833>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4162C4BA77FAAFFEBD>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41673EBA48FCB1FE65>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416139BAA0FF4FFE0D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4162E8BA98FBFEFE0E>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4162C4BAD7FD3BFDDD>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4160ACB928FDEAFD85>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41607FB900FD2CFD85>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4160C4B900FD31FDAD>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4160BAB978FD6FFDAD>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416107B978FC1EFD55>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416191B950FC52FD55>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4161D5B950FCC3FD7D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416165B988FE39FD25>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4163ACB9E0FB3CFD25>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4166B2B9E0FC25FCCD>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4161D8B9D8FB74FCCD>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4166FAB9D8FB90FCF5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416618B830FBA4FC9D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416648B868FE5CFC45>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4163D5B840FD96FC45>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41601BB840FF7CFC6D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4162F5B8B8FA8CFC6D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41672AB8B8FF73FC15>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4162F5B890FB5DFC15>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4166D2B890FC0BFC3D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41619DB8C8FE59FBE5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4163D7BF20FD51FBE5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4160D4BF20FC94FBE5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41611BBF20FDDBFB8D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41604BBF18FCA9FB8D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41613CBF18FCEDFB8D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416181BF18FD28FBB5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4160C0BF70FC9DFBB5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41611CBF70FBB6FBB5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41663ABF70FBEFFBB5>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416683BF70FD69FB5D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416100BFA8FCDDFB5D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41615EBFA8FB88FB5D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416622BFA8FE5AFB05> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_browni_Johnson_1992> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Thecloxurina_browni_Johnson_1992>, <http://taxon-concept.plazi.org/id/Animalia/Pons_browni_Johnson_1992> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.1941.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.1941.1.1>
bibo:endPage "24" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2008-11-24" ;
bibo:startPage "1" ;
bibo:volume "1941" ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:date "2008" ;
dc:title "A review of the “ browni group ” of Penaincisalia with notes on their distribution and variability (Lepidoptera: Lycaenidae: Eumaeini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025>, <http://dx.doi.org/10.5281/zenodo.5231029> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_browni_Johnson_1992>
dwc:authority "(Johnson, 1992)" ;
dwc:baseAuthorityName "Johnson" ;
dwc:baseAuthorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Johnson, 1992)" ;
dwc:species "browni" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia_browni> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Thecloxurina_browni_Johnson_1992>
dwc:authority "Johnson, 1992: 6" ;
dwc:authorityName "Johnson" ;
dwc:authorityPageNumber "6" ;
dwc:authorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Thecloxurina" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Johnson, 1992" ;
dwc:species "browni" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Thecloxurina_browni> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pons_browni_Johnson_1992>
dwc:authority "(Johnson, 1992) Balint & Wojtusiak, 2001: 380" ;
dwc:authorityName "Balint & Wojtusiak" ;
dwc:authorityPageNumber "380" ;
dwc:authorityYear "2001" ;
dwc:baseAuthorityName "Johnson" ;
dwc:baseAuthorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Johnson, 1992) Balint & Wojtusiak, 2001" ;
dwc:species "browni" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pons_browni> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia_browni>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "browni" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycaenidae>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thecloxurina_browni>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Thecloxurina" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "browni" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thecloxurina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thecloxurina>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Thecloxurina" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pons_browni>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "browni" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pons> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pons>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5231021>
dc:description "FIGURES 2633. Androconial clusters of the “browni group”. 26, P. browni; 27, P. saraha; 28, P. caeruleonota; 29, P. purpurea (Ecuador); 30, P. magnifica; 31, P.cuiva; 32, P.regala; 33. P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231021/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231023>
dc:description "FIGURES 3443. Left valva in lateral view. 34, P. browni; 35, P. saraha; 36, P. caeruleonota (Loja, Ecuador) indicating the ventral keel; 37, P. caeruleonota (“Volcan Cabogana”, Ecuador); 38, P. vittata; 39, P.regala; 40, P. purpurea (Ecuador); 41, P. purpurea (Perú); 42, P.cuiva; 43, P. magnifica." ;
fabio:hasRepresentation <https://zenodo.org/record/5231023/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231025>
dc:description "FIGURES 4449. Female genital structures of the “browni group”. 44, P. browni (indicating the relation of posterior (p) and anterior (a) regions of the ductus bursae; 45, P. saraha; 46, P. purpurea; 47, P. magnifica; 48, P.cuiva; 49, P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231025/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231029>
dc:description "FIGURE 50. Distribution of P. browni." ;
fabio:hasRepresentation <https://zenodo.org/record/5231029/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB6AA426348BC9AFDDAF833>
dwc:collectionCode "AMNH" ;
dwc:eventDate "1939-04-29" ;
dwc:locality "Ecuador" ;
dwc:recordedBy "Leg. F. M. Brown" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB6AA426348BC9AFDDAF833> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4162C4BA77FAAFFEBD>
dwc:locality "Cerro Santana" ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4162C4BA77FAAFFEBD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41673EBA48FCB1FE65>
dwc:locality "Veinte de Julio" ;
dwc:recordedBy "Marzo" ;
dwc:verbatimElevation "2800" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41673EBA48FCB1FE65> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416139BAA0FF4FFE0D>
dwc:locality "Veinte de Julio" ;
dwc:recordedBy "Munchique & Mayo" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA416139BAA0FF4FFE0D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4162E8BA98FBFEFE0E>
dwc:locality "Pilimbala" ;
dwc:recordedBy "Leg. C. Prieto." ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4162E8BA98FBFEFE0E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4162C4BAD7FD3BFDDD>
dwc:collectionCode "HNHM" ;
dwc:locality "Tungurahua" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4162C4BAD7FD3BFDDD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4160ACB928FDEAFD85>
dwc:collectionCode "MZUJ" ;
dwc:eventDate "2002-01-17" ;
dwc:locality "Pondoa" ;
dwc:recordedBy "Leg. Wojtusiak & Garlacz." ;
dwc:verbatimElevation "3375" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4160ACB928FDEAFD85> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41607FB900FD2CFD85>
dwc:locality "Prov" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41607FB900FD2CFD85> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4160C4B900FD31FDAD>
dwc:collectionCode "MZUJ" ;
dwc:eventDate "2002-01-22" ;
dwc:locality "Runtun" ;
dwc:recordedBy "Leg. & Wojtusiak & Garlacz." ;
dwc:verbatimElevation "2800" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4160C4B900FD31FDAD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4160BAB978FD6FFDAD>
dwc:locality "Prov" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4160BAB978FD6FFDAD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416107B978FC1EFD55>
dwc:collectionCode "MZUJ" ;
dwc:eventDate "2002-01-17" ;
dwc:locality "Banos-Pondoa" ;
dwc:recordedBy "Leg. & Wojtusiak & Garlacz." ;
dwc:verbatimElevation "3200" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA416107B978FC1EFD55> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416191B950FC52FD55>
dwc:locality "Prov" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA416191B950FC52FD55> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4161D5B950FCC3FD7D>
dwc:eventDate "2002-01-22" ;
dwc:locality "Runtun" ;
dwc:recordedBy "Leg. & Wojtusiak & Garlacz" ;
dwc:verbatimElevation "2800" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4161D5B950FCC3FD7D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416165B988FE39FD25>
dwc:collectionCode "HNHM" ;
dwc:eventDate "2002-08" ;
dwc:locality "Tungurahua" ;
dwc:recordedBy "El Tablon & Leg. & Aldas." ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA416165B988FE39FD25> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4163ACB9E0FB3CFD25>
dwc:collectionCode "HNHM" ;
dwc:locality "Runtun" ;
dwc:recordedBy "Coll & J. Wojtusiak." ;
dwc:verbatimElevation "3000" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4163ACB9E0FB3CFD25> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4166B2B9E0FC25FCCD>
dwc:eventDate "2002-01-17" ;
dwc:locality "Banos-Pondoa" ;
dwc:recordedBy "Leg. Wojtusiak & Garlacz" ;
dwc:verbatimElevation "3300" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4166B2B9E0FC25FCCD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4161D8B9D8FB74FCCD>
dwc:collectionCode "HNHM" ;
dwc:locality "Pichincha" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4161D8B9D8FB74FCCD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4166FAB9D8FB90FCF5>
dwc:collectionCode "HNHM" ;
dwc:eventDate "2002-01-29" ;
dwc:locality "Pela Gallo" ;
dwc:recordedBy "Leg. Wojtusiak & Pyrcz & Garlacz." ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4166FAB9D8FB90FCF5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416618B830FBA4FC9D>
dwc:collectionCode "HNHM" ;
dwc:locality "Moraspungo" ;
dwc:recordedBy "Leg. G. & C. W. Witham." ;
dwc:verbatimElevation "3080" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA416618B830FBA4FC9D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416648B868FE5CFC45>
dwc:collectionCode "MZUJ" ;
dwc:locality "Tandapi" ;
dwc:recordedBy "Coll & J. Wojtusiak." ;
dwc:verbatimElevation "2800" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA416648B868FE5CFC45> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4163D5B840FD96FC45>
dwc:locality "Prov" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4163D5B840FD96FC45> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41601BB840FF7CFC6D>
dwc:collectionCode "T" ;
dwc:eventDate "2002-01-30" ;
dwc:locality "Via La Victoria" ;
dwc:recordedBy "Leg." ;
dwc:verbatimElevation "3350" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41601BB840FF7CFC6D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4162F5B8B8FA8CFC6D>
dwc:locality "Nono" ;
dwc:recordedBy "J. Wojtusiak. & Nanegallo & Km & Leg. P. Boyer" ;
dwc:verbatimElevation "2550" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4162F5B8B8FA8CFC6D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41672AB8B8FF73FC15>
dwc:collectionCode "MZUJ" ;
dwc:locality "Loja" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41672AB8B8FF73FC15> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4162F5B890FB5DFC15>
dwc:eventDate "2004-09-15" ;
dwc:locality "Antenas" ;
dwc:recordedBy "Leg. Pyrcz & Wojtusiak." ;
dwc:verbatimElevation "3200" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4162F5B890FB5DFC15> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4166D2B890FC0BFC3D>
dwc:locality "Zumba" ;
dwc:recordedBy "Leg. P. Boyer." ;
dwc:verbatimElevation "3300" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4166D2B890FC0BFC3D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41619DB8C8FE59FBE5>
dwc:eventDate "2004-02-10" ;
dwc:locality "Las Antenas" ;
dwc:recordedBy "Leg. P. Boyer" ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41619DB8C8FE59FBE5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4163D7BF20FD51FBE5>
dwc:collectionCode "MZUJ" ;
dwc:locality "Carchi" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4163D7BF20FD51FBE5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4160D4BF20FC94FBE5>
dwc:locality "Prov" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4160D4BF20FC94FBE5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41611BBF20FDDBFB8D>
dwc:collectionCode "T" ;
dwc:eventDate "2004-08-27" ;
dwc:locality "Tufino-Maldonado" ;
dwc:recordedBy "Leg. J. Wojtusiak" ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41611BBF20FDDBFB8D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41604BBF18FCA9FB8D>
dwc:collectionCode "MZUJ" ;
dwc:locality "Pyrcz." ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41604BBF18FCA9FB8D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41613CBF18FCEDFB8D>
dwc:locality "Prov" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41613CBF18FCEDFB8D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416181BF18FD28FBB5>
dwc:collectionCode "T" ;
dwc:eventDate "2004-08-27" ;
dwc:locality "Tufino-Maldonado" ;
dwc:recordedBy "Leg. J. Wojtusiak" ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA416181BF18FD28FBB5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA4160C0BF70FC9DFBB5>
dwc:locality "Pyrcz" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA4160C0BF70FC9DFBB5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41611CBF70FBB6FBB5>
dwc:collectionCode "MZUJ" ;
dwc:locality "Cotopaxi" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41611CBF70FBB6FBB5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41663ABF70FBEFFBB5>
dwc:locality "Prov" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41663ABF70FBEFFBB5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416683BF70FD69FB5D>
dwc:collectionCode "T" ;
dwc:eventDate "2004-09-02" ;
dwc:locality "Pilalo" ;
dwc:recordedBy "Leg. J. Wojtusiak" ;
dwc:verbatimElevation "3200" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA416683BF70FD69FB5D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416100BFA8FCDDFB5D>
dwc:locality "Pyrcz" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA416100BFA8FCDDFB5D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA41615EBFA8FB88FB5D>
dwc:locality "Napo" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA41615EBFA8FB88FB5D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFB6AA416296BD9FFE5EFB05.mc.20C33523FFB5AA416622BFA8FE5AFB05>
dwc:eventDate "2004-02-15" ;
dwc:locality "Papallacta" ;
dwc:recordedBy "Leg. & Boyer" ;
dwc:verbatimElevation "3400" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFB6AA416296BD9FFE5EFB05#20C33523FFB5AA416622BFA8FE5AFB05> ;
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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD>
cito:cites <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231031> ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:title "Penaincisalia caeruleonota Hall & Willmott 2005" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBAAA4E634BBA7DFD5AFE50>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F62C4BA27FDAEFEED>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F6042BA38FBB3FEED>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F6637BA38FB1CFE95>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F6694BA10FEA1FEBD>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F634FBA48FAA5FE65>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F674BBAA0FB80FE0D>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F662ABA98FC37FE35>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F61B1BAF0FB7EFE35>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F66F0BAF0FF65FDFC>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F6305B900FBFAFD85>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F6722B900FBA7FDAD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_caeruleonota_Hall_2005> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.1941.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.1941.1.1>
bibo:endPage "24" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2008-11-24" ;
bibo:startPage "1" ;
bibo:volume "1941" ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:date "2008" ;
dc:title "A review of the “ browni group ” of Penaincisalia with notes on their distribution and variability (Lepidoptera: Lycaenidae: Eumaeini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231031> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_caeruleonota_Hall_2005>
dwc:authority "Hall & Willmott, 2005" ;
dwc:authorityName "Hall & Willmott" ;
dwc:authorityYear "2005" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hall & Willmott, 2005" ;
dwc:species "caeruleonota" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia_caeruleonota> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia_caeruleonota>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "caeruleonota" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycaenidae>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5231021>
dc:description "FIGURES 2633. Androconial clusters of the “browni group”. 26, P. browni; 27, P. saraha; 28, P. caeruleonota; 29, P. purpurea (Ecuador); 30, P. magnifica; 31, P.cuiva; 32, P.regala; 33. P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231021/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231023>
dc:description "FIGURES 3443. Left valva in lateral view. 34, P. browni; 35, P. saraha; 36, P. caeruleonota (Loja, Ecuador) indicating the ventral keel; 37, P. caeruleonota (“Volcan Cabogana”, Ecuador); 38, P. vittata; 39, P.regala; 40, P. purpurea (Ecuador); 41, P. purpurea (Perú); 42, P.cuiva; 43, P. magnifica." ;
fabio:hasRepresentation <https://zenodo.org/record/5231023/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231031>
dc:description "FIGURE 52. Distribution of P. caeruleonota." ;
fabio:hasRepresentation <https://zenodo.org/record/5231031/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBAAA4E634BBA7DFD5AFE50>
dwc:collectionCode "R, USNM" ;
dwc:locality "Loja-Zamora" ;
dwc:recordedBy "Leg. I. Aldas & Busby" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2500" ;
dwc:verbatimLatitude "-3.9875" ;
dwc:verbatimLongitude "-79.153336" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBAAA4E634BBA7DFD5AFE50> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F62C4BA27FDAEFEED>
dwc:collectionCode "JFLC" ;
dwc:locality "Loja" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F62C4BA27FDAEFEED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F6042BA38FBB3FEED>
dwc:collectionCode "JFLC" ;
dwc:locality "Loja" ;
dwc:recordedBy "Leg. & Aldas." ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F6042BA38FBB3FEED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F6637BA38FB1CFE95>
dwc:eventDate "1998-11-26" ;
dwc:locality "Leg" ;
dwc:recordedBy "Aldas. & Boyer." ;
dwc:verbatimElevation "2500" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F6637BA38FB1CFE95> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F6694BA10FEA1FEBD>
dwc:eventDate "2001-02" ;
dwc:locality "Loja" ;
dwc:recordedBy "Leg. & Aldas" ;
dwc:verbatimElevation "2500" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F6694BA10FEA1FEBD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F634FBA48FAA5FE65>
dwc:eventDate "1998-11-22" ;
dwc:locality "Gualaceo-Plan" ;
dwc:recordedBy "Leg. P. Boyer." ;
dwc:verbatimElevation "3200" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F634FBA48FAA5FE65> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F674BBAA0FB80FE0D>
dwc:collectionCode "RCB" ;
dwc:eventDate "2004-02-09" ;
dwc:locality "Volcan Cabogana" ;
dwc:recordedBy "Leg. & Boyer." ;
dwc:verbatimElevation "3000" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F674BBAA0FB80FE0D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F662ABA98FC37FE35>
dwc:collectionCode "R" ;
dwc:eventDate "2002-11" ;
dwc:locality "20 km Gualaceo-Limon" ;
dwc:recordedBy "I. Aldas" ;
dwc:verbatimElevation "3200" ;
dwc:verbatimLatitude "-2.9566667" ;
dwc:verbatimLongitude "-78.70333" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F662ABA98FC37FE35> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F61B1BAF0FB7EFE35>
dwc:collectionCode "RCB" ;
dwc:recordedBy "Busby Leg." ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F61B1BAF0FB7EFE35> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F66F0BAF0FF65FDFC>
dwc:eventDate "2002-10-03" ;
dwc:locality "Limon-Gualaceo" ;
dwc:recordedBy "Robert C. Busby" ;
dwc:verbatimElevation "2400" ;
dwc:verbatimLatitude "-2.9983335" ;
dwc:verbatimLongitude "-78.51" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F66F0BAF0FF65FDFC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F6305B900FBFAFD85>
dwc:collectionCode "R" ;
dwc:eventDate "1999-12" ;
dwc:locality "Leg." ;
dwc:recordedBy "Aldas" ;
dwc:verbatimElevation "2500" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F6305B900FBFAFD85> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBAAA4F6296BBBFFB2FFDAD.mc.20C33523FFBBAA4F6722B900FBA7FDAD>
dwc:collectionCode "R" ;
dwc:eventDate "2006-05" ;
dwc:locality "Leg." ;
dwc:recordedBy "I. Aldas" ;
dwc:verbatimElevation "2500" ;
dwc:verbatimLatitude "-3.95" ;
dwc:verbatimLongitude "-79.166664" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBAAA4F6296BBBFFB2FFDAD#20C33523FFBBAA4F6722B900FBA7FDAD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,172 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18028E68FFBEAA4B6296BBBFFDE3FEBB>
cito:cites <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025>, <http://dx.doi.org/10.5281/zenodo.5231033> ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:title "Penaincisalia cuiva Prieto & Rodriguez 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBEAA4B6296BBBFFDE3FEBB.mc.20C33523FFBEAA4A634BBA02FEB9FE50>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBEAA4B6296BBBFFDE3FEBB.mc.20C33523FFBFAA4B62C4BB97FB4FFEC3>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBEAA4B6296BBBFFDE3FEBB.mc.20C33523FFBFAA4B66E1BBC2FDDDFE93>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBEAA4B6296BBBFFDE3FEBB.mc.20C33523FFBFAA4B605ABA12FDE8FEBB> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_cuiva_Prieto_2007> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.1941.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.1941.1.1>
bibo:endPage "24" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2008-11-24" ;
bibo:startPage "1" ;
bibo:volume "1941" ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:date "2008" ;
dc:title "A review of the “ browni group ” of Penaincisalia with notes on their distribution and variability (Lepidoptera: Lycaenidae: Eumaeini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025>, <http://dx.doi.org/10.5281/zenodo.5231033> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_cuiva_Prieto_2007>
dwc:authority "Prieto & Rodriguez 2007" ;
dwc:authorityName "Prieto & Rodriguez" ;
dwc:authorityYear "2007" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Prieto & Rodriguez, 2007" ;
dwc:species "cuiva" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia_cuiva> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia_cuiva>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cuiva" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycaenidae>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5231021>
dc:description "FIGURES 2633. Androconial clusters of the “browni group”. 26, P. browni; 27, P. saraha; 28, P. caeruleonota; 29, P. purpurea (Ecuador); 30, P. magnifica; 31, P.cuiva; 32, P.regala; 33. P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231021/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231023>
dc:description "FIGURES 3443. Left valva in lateral view. 34, P. browni; 35, P. saraha; 36, P. caeruleonota (Loja, Ecuador) indicating the ventral keel; 37, P. caeruleonota (“Volcan Cabogana”, Ecuador); 38, P. vittata; 39, P.regala; 40, P. purpurea (Ecuador); 41, P. purpurea (Perú); 42, P.cuiva; 43, P. magnifica." ;
fabio:hasRepresentation <https://zenodo.org/record/5231023/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231025>
dc:description "FIGURES 4449. Female genital structures of the “browni group”. 44, P. browni (indicating the relation of posterior (p) and anterior (a) regions of the ductus bursae; 45, P. saraha; 46, P. purpurea; 47, P. magnifica; 48, P.cuiva; 49, P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231025/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231033>
dc:description "FIGURE 53. Distribution of P. magnifica and P.cuiva." ;
fabio:hasRepresentation <https://zenodo.org/record/5231033/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBEAA4B6296BBBFFDE3FEBB.mc.20C33523FFBEAA4A634BBA02FEB9FE50>
dwc:collectionCode "ICN" ;
dwc:eventDate "2003-09-14" ;
dwc:locality "Santa Rosa" ;
dwc:recordedBy "Gabriel Rodriguez." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2675" ;
dwc:verbatimLatitude "6.633333" ;
dwc:verbatimLongitude "-75.45" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBEAA4B6296BBBFFDE3FEBB#20C33523FFBEAA4A634BBA02FEB9FE50> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBEAA4B6296BBBFFDE3FEBB.mc.20C33523FFBFAA4B62C4BB97FB4FFEC3>
dwc:eventDate "2003-09-14" ;
dwc:locality "Santa Rosa" ;
dwc:recordedBy "Leg. Gabriel Rodriguez" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "2675" ;
dwc:verbatimLatitude "6.633333" ;
dwc:verbatimLongitude "-75.45" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBEAA4B6296BBBFFDE3FEBB#20C33523FFBFAA4B62C4BB97FB4FFEC3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBEAA4B6296BBBFFDE3FEBB.mc.20C33523FFBFAA4B66E1BBC2FDDDFE93>
dwc:eventDate "2003-09-14" ;
dwc:locality "Km" ;
dwc:recordedBy "Leg. Gabriel Rodriguez" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2675" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBEAA4B6296BBBFFDE3FEBB#20C33523FFBFAA4B66E1BBC2FDDDFE93> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBEAA4B6296BBBFFDE3FEBB.mc.20C33523FFBFAA4B605ABA12FDE8FEBB>
dwc:collectionCode "ICN" ;
dwc:eventDate "1997-04-19" ;
dwc:locality "El Valle" ;
dwc:recordedBy "El Valle & C. Sarmiento" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2700" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBEAA4B6296BBBFFDE3FEBB#20C33523FFBFAA4B605ABA12FDE8FEBB> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,206 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18028E68FFBFAA576296BE19FE32FEC5>
cito:cites <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025>, <http://dx.doi.org/10.5281/zenodo.5231033> ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:title "Penaincisalia magnifica Robbins 2004" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBFAA576296BE19FE32FEC5.mc.20C33523FFBFAA4B6296BD04FD40F9A9>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBFAA576296BE19FE32FEC5.mc.20C33523FFA2AA5662C4BC83FAC1F802>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBFAA576296BE19FE32FEC5.mc.20C33523FFA2AA566114BCFBFA0CF82A>, <http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBFAA576296BE19FE32FEC5.mc.20C33523FFA3AA576296BBB0FE3EFEC5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_magnifica_Johnson_1992> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pons_magnifica_Johnson_1992> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.1941.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.1941.1.1>
bibo:endPage "24" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2008-11-24" ;
bibo:startPage "1" ;
bibo:volume "1941" ;
dc:creator "Prieto, Carlos; Bálint, Zsolt; Boyer, Pierre; Micó, Estefanía" ;
dc:date "2008" ;
dc:title "A review of the “ browni group ” of Penaincisalia with notes on their distribution and variability (Lepidoptera: Lycaenidae: Eumaeini)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5231021>, <http://dx.doi.org/10.5281/zenodo.5231023>, <http://dx.doi.org/10.5281/zenodo.5231025>, <http://dx.doi.org/10.5281/zenodo.5231033> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Penaincisalia_magnifica_Johnson_1992>
dwc:authority "(Johnson, 1992)" ;
dwc:authorityName "Robbins" ;
dwc:authorityYear "2004" ;
dwc:baseAuthorityName "Johnson" ;
dwc:baseAuthorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Johnson, 1992) Robbins, 2004" ;
dwc:species "magnifica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia_magnifica> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pons_magnifica_Johnson_1992>
dwc:authority "Johnson, 1992: 22" ;
dwc:authorityName "Johnson" ;
dwc:authorityPageNumber "22" ;
dwc:authorityYear "1992" ;
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Johnson, 1992" ;
dwc:species "magnifica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pons_magnifica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia_magnifica>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "magnifica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Penaincisalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Penaincisalia>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Penaincisalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycaenidae>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
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:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pons_magnifica>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "magnifica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pons> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pons>
dwc:class "Insecta" ;
dwc:family "Lycaenidae" ;
dwc:genus "Pons" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycaenidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5231021>
dc:description "FIGURES 2633. Androconial clusters of the “browni group”. 26, P. browni; 27, P. saraha; 28, P. caeruleonota; 29, P. purpurea (Ecuador); 30, P. magnifica; 31, P.cuiva; 32, P.regala; 33. P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231021/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231023>
dc:description "FIGURES 3443. Left valva in lateral view. 34, P. browni; 35, P. saraha; 36, P. caeruleonota (Loja, Ecuador) indicating the ventral keel; 37, P. caeruleonota (“Volcan Cabogana”, Ecuador); 38, P. vittata; 39, P.regala; 40, P. purpurea (Ecuador); 41, P. purpurea (Perú); 42, P.cuiva; 43, P. magnifica." ;
fabio:hasRepresentation <https://zenodo.org/record/5231023/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231025>
dc:description "FIGURES 4449. Female genital structures of the “browni group”. 44, P. browni (indicating the relation of posterior (p) and anterior (a) regions of the ductus bursae; 45, P. saraha; 46, P. purpurea; 47, P. magnifica; 48, P.cuiva; 49, P. vittata." ;
fabio:hasRepresentation <https://zenodo.org/record/5231025/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5231033>
dc:description "FIGURE 53. Distribution of P. magnifica and P.cuiva." ;
fabio:hasRepresentation <https://zenodo.org/record/5231033/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBFAA576296BE19FE32FEC5.mc.20C33523FFBFAA4B6296BD04FD40F9A9>
dwc:collectionCode "MNHN" ;
dwc:eventDate "1945-12" ;
dwc:locality "La Calera" ;
dwc:recordedBy "La Calera & Leg. L. Richter" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "3100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBFAA576296BE19FE32FEC5#20C33523FFBFAA4B6296BD04FD40F9A9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBFAA576296BE19FE32FEC5.mc.20C33523FFA2AA5662C4BC83FAC1F802>
dwc:locality "Cauca" ;
dwc:recordedBy "Munchique & La Romelia & Leg. C. Prieto" ;
dwc:verbatimElevation "2760" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBFAA576296BE19FE32FEC5#20C33523FFA2AA5662C4BC83FAC1F802> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBFAA576296BE19FE32FEC5.mc.20C33523FFA2AA566114BCFBFA0CF82A>
dwc:collectionCode "MZUJ" ;
dwc:recordedBy "Tambo & Tambito" ;
dwc:verbatimElevation "2100" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBFAA576296BE19FE32FEC5#20C33523FFA2AA566114BCFBFA0CF82A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18028E68FFBFAA576296BE19FE32FEC5.mc.20C33523FFA3AA576296BBB0FE3EFEC5>
dwc:collectionCode "T, UC" ;
dwc:eventDate "1997-03-02" ;
dwc:locality "Rio Blanco" ;
dwc:recordedBy "Leg. & Pyrcz & J. Wojtusiak. & de Loro & Leg. C. Prieto. & Leg. J. Salazar" ;
dwc:verbatimElevation "2800" ;
trt:httpUri <https://treatment.plazi.org/id/18028E68FFBFAA576296BE19FE32FEC5#20C33523FFA3AA576296BBB0FE3EFEC5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,105 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1803039D11C9AAC5369830DB237102EE>
dc:creator "Broad, Gavin R.; Shaw, Mark R.; Godfray, H. Charles J." ;
dc:title "Microctonus melanopus Ruthe 1856" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microctonus_melanopus_Ruthe_1856> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8151> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8151>
bibo:endPage "8151" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8151" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R.; Shaw, Mark R.; Godfray, H. Charles J." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Braconidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microctonus_melanopus_Ruthe_1856>
dwc:authority "Ruthe, 1856" ;
dwc:authorityName "Ruthe" ;
dwc:authorityYear "1856" ;
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Microctonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ruthe, 1856" ;
dwc:species "melanopus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microctonus_melanopus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microctonus_melanopus>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Microctonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "melanopus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microctonus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microctonus>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Microctonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Braconidae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1803A94EA845EDBD2F60F4674FCA5D6F>
dc:creator "Weigmann, G.; Miko, L." ;
dc:title "Tectocepheus velatus subsp. alatus Berlese" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Tectocepheus_alatus>, <http://taxon-name.plazi.org/id/Animalia/Tectocepheus_velatus>, <http://taxon-name.plazi.org/id/Animalia/Tectocepheus_velatus_alatus> ;
trt:publishedIn <http://publication.plazi.org/id/C42A1701D0249465F0F7DB7A71A67EAC> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Tectocepheus_velatus_alatus> ;
a trt:Treatment .
<http://publication.plazi.org/id/C42A1701D0249465F0F7DB7A71A67EAC>
bibo:endPage "260" ;
bibo:startPage "213" ;
dc:creator "Weigmann, G.; Miko, L." ;
dc:date "2006" ;
dc:title "Hornmilben (Oribatida) [pages 213 to 260]" ;
a fabio:BookSection .
<http://taxon-name.plazi.org/id/Animalia/Tectocepheus_velatus_alatus>
dwc:class "Arachnida" ;
dwc:family "Tectocepheidae" ;
dwc:genus "Tectocepheus" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:species "velatus" ;
dwc:subSpecies "alatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tectocepheus_velatus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tectocepheus_velatus>
dwc:class "Arachnida" ;
dwc:family "Tectocepheidae" ;
dwc:genus "Tectocepheus" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "velatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tectocepheus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tectocepheus>
dwc:class "Arachnida" ;
dwc:family "Tectocepheidae" ;
dwc:genus "Tectocepheus" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tectocepheidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tectocepheidae>
dwc:class "Arachnida" ;
dwc:family "Tectocepheidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sarcoptiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sarcoptiformes>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tectocepheus_alatus>
dwc:class "Arachnida" ;
dwc:family "Tectocepheidae" ;
dwc:genus "Tectocepheus" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "alatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tectocepheus> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,95 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1803C7B416F2369016F7F65D7AA9C96F>
dc:creator "Carlos David de Santana" ;
dc:title "Apteronotus jurubidae" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1803C7B416F2369016F7F65D7AA9C96F.mc.5101FB4901CDEF93B0F0C18B98B0C954> ;
trt:publishedIn <http://publication.plazi.org/id/7F4E4E0AC4F864814EEC5840C2523E8F> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Apteronotus_jurubidae> ;
a trt:Treatment .
<http://publication.plazi.org/id/7F4E4E0AC4F864814EEC5840C2523E8F>
bibo:endPage "11" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "252" ;
dc:creator "Carlos David de Santana" ;
dc:date "2003" ;
dc:title "Apteronotus caudimaculosus n. sp. (Gymnotiformes: Apteronotidae), a sexually dimorphic black ghost knifefish from the Pantanal, Western Brazil, with a note on the monophyly of the A. albifrons species complex." ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Apteronotus_jurubidae>
dwc:class "Actinopterygii" ;
dwc:family "Apteronotidae" ;
dwc:genus "Apteronotus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gymnotiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "jurubidae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apteronotus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apteronotus>
dwc:class "Actinopterygii" ;
dwc:family "Apteronotidae" ;
dwc:genus "Apteronotus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gymnotiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apteronotidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apteronotidae>
dwc:class "Actinopterygii" ;
dwc:family "Apteronotidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Gymnotiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gymnotiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gymnotiformes>
dwc:class "Actinopterygii" ;
dwc:kingdom "Animalia" ;
dwc:order "Gymnotiformes" ;
dwc:phylum "Chordata" ;
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:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/1803C7B416F2369016F7F65D7AA9C96F.mc.5101FB4901CDEF93B0F0C18B98B0C954>
trt:gbifOccurrenceId "923903328" ;
trt:httpUri <https://treatment.plazi.org/id/1803C7B416F2369016F7F65D7AA9C96F#5101FB4901CDEF93B0F0C18B98B0C954> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,90 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/1804699A8D967D5BE863D627846B14EC>
dc:creator "Candek, Klemen; Gregoric, Matjaz; Kostanjsek, Rok; Frick, Holger; Kropf, Christian; Kuntner, Matjaz; Miller, Jeremy A.; Hoeksema, Bert W." ;
dc:title "Silometopus elegans" ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.1.e980> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Silometopus_elegans> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.1.e980>
bibo:endPage "980" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "980" ;
bibo:volume "1" ;
dc:creator "Candek, Klemen; Gregoric, Matjaz; Kostanjsek, Rok; Frick, Holger; Kropf, Christian; Kuntner, Matjaz; Miller, Jeremy A.; Hoeksema, Bert W." ;
dc:date "2013" ;
dc:title "Targeting a portion of central European spider diversity for permanent preservation" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Silometopus_elegans>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Silometopus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "elegans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Silometopus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Silometopus>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Silometopus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Linyphiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Linyphiidae>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,228 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA>
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Rhagovelia whitei" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D11FFBB3BA3F8DAFC002089>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D11FFBB39E2F8F6FDE120C1>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D11FFB43845F84EFAC027AA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43F2BFF18FDFB27E2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB4385AFF51FE5B2606>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43BBAFE8DFF3F265A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43B19FEA9FF3F267E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43AE5FEC5FF3F2692>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43AE6FEE1FE6F26B6>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43BD3FE1DFBC526CA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_whitei_Breddin_1898> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_whitei_Breddin_1898>
dwc:authority "(Breddin, 1898)" ;
dwc:baseAuthorityName "Breddin" ;
dwc:baseAuthorityYear "1898" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Breddin, 1898)" ;
dwc:species "whitei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4RZLN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia_whitei> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia_whitei>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "whitei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D11FFBB3BA3F8DAFC002089>
dwc:catalogNumber "CEIOC 79681" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Alagoas" ;
dwc:recordedBy "Maragogi" ;
dwc:verbatimLatitude "-8.94097" ;
dwc:verbatimLongitude "-35.23559" ;
trt:gbifOccurrenceId "3091130439" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA#20C51E1A7D11FFBB3BA3F8DAFC002089> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D11FFBB39E2F8F6FDE120C1>
dwc:catalogNumber "CEIOC 79793" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-22" ;
dwc:locality "Cachoeira do Socorro" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "361" ;
dwc:verbatimLatitude "-9.236" ;
dwc:verbatimLongitude "-35.86089" ;
trt:gbifOccurrenceId "3091130320" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA#20C51E1A7D11FFBB39E2F8F6FDE120C1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D11FFB43845F84EFAC027AA>
dwc:catalogNumber "CEIOC 79667" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.26042" ;
dwc:verbatimLongitude "-36.41602" ;
trt:gbifOccurrenceId "3091130538" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA#20C51E1A7D11FFB43845F84EFAC027AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43F2BFF18FDFB27E2>
dwc:catalogNumber "CEIOC 79682" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25656" ;
dwc:verbatimLongitude "-36.43113" ;
trt:gbifOccurrenceId "3091130543" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA#20C51E1A7D1EFFB43F2BFF18FDFB27E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB4385AFF51FE5B2606>
dwc:catalogNumber "CEIOC 79666" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.23403" ;
dwc:verbatimLongitude "-36.44886" ;
trt:gbifOccurrenceId "3091130616" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA#20C51E1A7D1EFFB4385AFF51FE5B2606> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43BBAFE8DFF3F265A>
dwc:catalogNumber "CEIOC 79680" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25131" ;
dwc:verbatimLongitude "-36.4317" ;
trt:gbifOccurrenceId "3091130322" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA#20C51E1A7D1EFFB43BBAFE8DFF3F265A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43B19FEA9FF3F267E>
dwc:catalogNumber "CEIOC 79684" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.23668" ;
dwc:verbatimLongitude "-36.44938" ;
trt:gbifOccurrenceId "3091130373" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA#20C51E1A7D1EFFB43B19FEA9FF3F267E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43AE5FEC5FF3F2692>
dwc:catalogNumber "CEIOC 79685" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25451" ;
dwc:verbatimLongitude "-36.43071" ;
trt:gbifOccurrenceId "3091130399" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA#20C51E1A7D1EFFB43AE5FEC5FF3F2692> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43AE6FEE1FE6F26B6>
dwc:catalogNumber "CEIOC 79686" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.2452" ;
dwc:verbatimLongitude "-36.42171" ;
trt:gbifOccurrenceId "3091130356" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA#20C51E1A7D1EFFB43AE6FEE1FE6F26B6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D11FFB43A8FF99EFBC126CA.mc.20C51E1A7D1EFFB43BD3FE1DFBC526CA>
dwc:catalogNumber "CEIOC 79683" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-06" ;
dwc:locality "Coite do Noa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.6723" ;
dwc:verbatimLongitude "-36.49871" ;
trt:gbifOccurrenceId "3091130323" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D11FFB43A8FF99EFBC126CA#20C51E1A7D1EFFB43BD3FE1DFBC526CA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,157 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D12FFB83A8FFB7CFB1A208E>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693330>, <http://dx.doi.org/10.5281/zenodo.4693332> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Rhagovelia elegans Uhler 1894" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFB7CFB1A208E.mc.20C51E1A7D12FFB83BA0F92DFBE821FA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFB7CFB1A208E.mc.20C51E1A7D12FFB83E4EF949FB68201E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFB7CFB1A208E.mc.20C51E1A7D12FFB83ED7F964FD132056> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_elegans_Uhler_1894> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693330>, <http://dx.doi.org/10.5281/zenodo.4693332> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_elegans_Uhler_1894>
dwc:authority "Uhler, 1894" ;
dwc:authorityName "Uhler" ;
dwc:authorityYear "1894" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Uhler, 1894" ;
dwc:species "elegans" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4RZBC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia_elegans> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia_elegans>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "elegans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693330>
dc:description "FIGURES 9196. Collected specimens, dorsal view. 91. Rhagovelia brunae. 92. R. elegans. 93. R. mangle. 94. R. robusta. 95. R. tenuipes. 96. R. whitei. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693330/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693332>
dc:description "FIGURE 97. Geographical distribution of Rhagovelia brunae, R. elegans, R. mangle, R. plumbea, R. robusta, R. tenuipes and R. whitei in Alagoas and Sergipe, Northeast Brazil. Stars indicate previously published records." ;
fabio:hasRepresentation <https://zenodo.org/record/4693332/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFB7CFB1A208E.mc.20C51E1A7D12FFB83BA0F92DFBE821FA>
dwc:catalogNumber "CEIOC 79687" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22046" ;
dwc:verbatimLongitude "-35.87029" ;
trt:gbifOccurrenceId "3091130534" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFB7CFB1A208E#20C51E1A7D12FFB83BA0F92DFBE821FA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFB7CFB1A208E.mc.20C51E1A7D12FFB83E4EF949FB68201E>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-18" ;
dwc:locality "Balneario" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "13" ;
dwc:verbatimLatitude "-9.842778" ;
dwc:verbatimLongitude "-35.98111" ;
trt:gbifOccurrenceId "3091130573" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFB7CFB1A208E#20C51E1A7D12FFB83E4EF949FB68201E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFB7CFB1A208E.mc.20C51E1A7D12FFB83ED7F964FD132056>
dwc:catalogNumber "CEIOC 79688" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Estrada Rita Cacete" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.98511" ;
dwc:verbatimLongitude "-37.28683" ;
trt:gbifOccurrenceId "3091130411" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFB7CFB1A208E#20C51E1A7D12FFB83ED7F964FD132056> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,217 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D12FFB83A8FFDACFF3B23BA>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693330>, <http://dx.doi.org/10.5281/zenodo.4693332> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Rhagovelia brunae Magalhaes & Moreira 2016" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83BA2FD75FB872422>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83E6CFC91FF3F249A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83AE2FCE9FC8F24BE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83975FC04FEE024F6>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83B43FC5DFC4B230A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB839ABFC79FCA7232E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB8398FFB95FEE22366>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83B40FBEDFF3F23BA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_brunae_Magalhaes_2016> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693330>, <http://dx.doi.org/10.5281/zenodo.4693332> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_brunae_Magalhaes_2016>
dwc:authority "Magalhaes & Moreira, 2016" ;
dwc:authorityName "Magalhaes & Moreira" ;
dwc:authorityYear "2016" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Magalhaes & Moreira, 2016" ;
dwc:species "brunae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4RZ9N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia_brunae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia_brunae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "brunae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693330>
dc:description "FIGURES 9196. Collected specimens, dorsal view. 91. Rhagovelia brunae. 92. R. elegans. 93. R. mangle. 94. R. robusta. 95. R. tenuipes. 96. R. whitei. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693330/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693332>
dc:description "FIGURE 97. Geographical distribution of Rhagovelia brunae, R. elegans, R. mangle, R. plumbea, R. robusta, R. tenuipes and R. whitei in Alagoas and Sergipe, Northeast Brazil. Stars indicate previously published records." ;
fabio:hasRepresentation <https://zenodo.org/record/4693332/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83BA2FD75FB872422>
dwc:catalogNumber "CEIOC 79679" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Maragogi" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-8.93073" ;
dwc:verbatimLongitude "-35.21049" ;
trt:gbifOccurrenceId "3091130433" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFDACFF3B23BA#20C51E1A7D12FFB83BA2FD75FB872422> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83E6CFC91FF3F249A>
dwc:catalogNumber "CEIOC 79665" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.25398" ;
dwc:verbatimLongitude "-35.80104" ;
trt:gbifOccurrenceId "3091130614" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFDACFF3B23BA#20C51E1A7D12FFB83E6CFC91FF3F249A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83AE2FCE9FC8F24BE>
dwc:catalogNumber "CEIOC 79792" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-9.324271" ;
dwc:verbatimLongitude "-36.282993" ;
trt:gbifOccurrenceId "3091130486" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFDACFF3B23BA#20C51E1A7D12FFB83AE2FCE9FC8F24BE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83975FC04FEE024F6>
dwc:catalogNumber "CEIOC 79661" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.36791" ;
dwc:verbatimLongitude "-36.8074" ;
trt:gbifOccurrenceId "3091130650" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFDACFF3B23BA#20C51E1A7D12FFB83975FC04FEE024F6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83B43FC5DFC4B230A>
dwc:catalogNumber "CEIOC 79663" ;
dwc:collectionCode "RBSI" ;
dwc:eventDate "2018-05-01" ;
dwc:locality "Pirambu" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.65147" ;
dwc:verbatimLongitude "-36.75714" ;
trt:gbifOccurrenceId "3091130494" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFDACFF3B23BA#20C51E1A7D12FFB83B43FC5DFC4B230A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB839ABFC79FCA7232E>
dwc:catalogNumber "CEIOC 79662" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-01" ;
dwc:locality "Lagoa Redonda" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.665" ;
dwc:verbatimLongitude "-36.77311" ;
trt:gbifOccurrenceId "3091130365" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFDACFF3B23BA#20C51E1A7D12FFB839ABFC79FCA7232E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB8398FFB95FEE22366>
dwc:catalogNumber "CEIOC 79660" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Estrada Rita Cacete" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.98511" ;
dwc:verbatimLongitude "-37.28683" ;
trt:gbifOccurrenceId "3091130601" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFDACFF3B23BA#20C51E1A7D12FFB8398FFB95FEE22366> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D12FFB83A8FFDACFF3B23BA.mc.20C51E1A7D12FFB83B40FBEDFF3F23BA>
dwc:catalogNumber "CEIOC 79664" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Pitanga" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.96326" ;
dwc:verbatimLongitude "-37.16627" ;
trt:gbifOccurrenceId "3091130667" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D12FFB83A8FFDACFF3B23BA#20C51E1A7D12FFB83B40FBEDFF3F23BA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,144 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D13FFB93A8FFC79FAAF22FE>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693330>, <http://dx.doi.org/10.5281/zenodo.4693332> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Rhagovelia robusta Gould 1931" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFB93A8FFC79FAAF22FE.mc.20C51E1A7D13FFB93BDDFAB5FF3F2286>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFB93A8FFC79FAAF22FE.mc.20C51E1A7D13FFB93AE4FA0DFAF22286> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_robusta_Gould_1931> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693330>, <http://dx.doi.org/10.5281/zenodo.4693332> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_robusta_Gould_1931>
dwc:authority "Gould, 1931" ;
dwc:authorityName "Gould" ;
dwc:authorityYear "1931" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gould, 1931" ;
dwc:species "robusta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4RZHH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia_robusta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia_robusta>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "robusta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693330>
dc:description "FIGURES 9196. Collected specimens, dorsal view. 91. Rhagovelia brunae. 92. R. elegans. 93. R. mangle. 94. R. robusta. 95. R. tenuipes. 96. R. whitei. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693330/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693332>
dc:description "FIGURE 97. Geographical distribution of Rhagovelia brunae, R. elegans, R. mangle, R. plumbea, R. robusta, R. tenuipes and R. whitei in Alagoas and Sergipe, Northeast Brazil. Stars indicate previously published records." ;
fabio:hasRepresentation <https://zenodo.org/record/4693332/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFB93A8FFC79FAAF22FE.mc.20C51E1A7D13FFB93BDDFAB5FF3F2286>
dwc:catalogNumber "CEIOC 79691" ;
dwc:collectionCode "PNSI" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.73868" ;
dwc:verbatimLongitude "-37.33537" ;
trt:gbifOccurrenceId "3091130590" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFB93A8FFC79FAAF22FE#20C51E1A7D13FFB93BDDFAB5FF3F2286> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFB93A8FFC79FAAF22FE.mc.20C51E1A7D13FFB93AE4FA0DFAF22286>
dwc:catalogNumber "CEIOC 79692" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-08" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.74754" ;
dwc:verbatimLongitude "-37.34015" ;
trt:gbifOccurrenceId "3091130417" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFB93A8FFC79FAAF22FE#20C51E1A7D13FFB93AE4FA0DFAF22286> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,127 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D13FFB93A8FFE71FCDC24BE>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693332> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Rhagovelia plumbea Uhler 1894" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFB93A8FFE71FCDC24BE.mc.20C51E1A7D13FFB93BA6FCE9FD2024BE> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_plumbea_Uhler_1894> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693332> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_plumbea_Uhler_1894>
dwc:authority "Uhler, 1894" ;
dwc:authorityName "Uhler" ;
dwc:authorityYear "1894" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Uhler, 1894" ;
dwc:species "plumbea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4RZGJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia_plumbea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia_plumbea>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "plumbea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693332>
dc:description "FIGURE 97. Geographical distribution of Rhagovelia brunae, R. elegans, R. mangle, R. plumbea, R. robusta, R. tenuipes and R. whitei in Alagoas and Sergipe, Northeast Brazil. Stars indicate previously published records." ;
fabio:hasRepresentation <https://zenodo.org/record/4693332/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFB93A8FFE71FCDC24BE.mc.20C51E1A7D13FFB93BA6FCE9FD2024BE>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2018-03-03" ;
dwc:locality "Barra de Sao Miguel" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimLatitude "-9.845" ;
dwc:verbatimLongitude "-35.898335" ;
trt:gbifOccurrenceId "3091130635" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFB93A8FFE71FCDC24BE#20C51E1A7D13FFB93BA6FCE9FD2024BE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,145 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D13FFB93A8FFF19FAB726B6>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693330>, <http://dx.doi.org/10.5281/zenodo.4693332> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Rhagovelia mangle Moreira, Nessimian & Rudio 2010" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFB93A8FFF19FAB726B6.mc.20C51E1A7D13FFB93BA5FEC5FAD02692>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFB93A8FFF19FAB726B6.mc.20C51E1A7D13FFB93F31FEE1FABB26B6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_mangle_Moreira_2010> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693330>, <http://dx.doi.org/10.5281/zenodo.4693332> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_mangle_Moreira_2010>
dwc:authority "Moreira, Nessimian & Rudio, 2010" ;
dwc:authorityName "Moreira, Nessimian & Rudio" ;
dwc:authorityYear "2010" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moreira, Nessimian & Rudio, 2010" ;
dwc:species "mangle" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6WTTR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia_mangle> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia_mangle>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mangle" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693330>
dc:description "FIGURES 9196. Collected specimens, dorsal view. 91. Rhagovelia brunae. 92. R. elegans. 93. R. mangle. 94. R. robusta. 95. R. tenuipes. 96. R. whitei. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693330/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693332>
dc:description "FIGURE 97. Geographical distribution of Rhagovelia brunae, R. elegans, R. mangle, R. plumbea, R. robusta, R. tenuipes and R. whitei in Alagoas and Sergipe, Northeast Brazil. Stars indicate previously published records." ;
fabio:hasRepresentation <https://zenodo.org/record/4693332/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFB93A8FFF19FAB726B6.mc.20C51E1A7D13FFB93BA5FEC5FAD02692>
dwc:catalogNumber "CEIOC 79689" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Estrada Porto do Mato" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.41689" ;
dwc:verbatimLongitude "-37.36272" ;
trt:gbifOccurrenceId "3091130505" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFB93A8FFF19FAB726B6#20C51E1A7D13FFB93BA5FEC5FAD02692> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFB93A8FFF19FAB726B6.mc.20C51E1A7D13FFB93F31FEE1FABB26B6>
dwc:catalogNumber "CEIOC 79690" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Atracadouro Porto do Cavalo" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.43094" ;
dwc:verbatimLongitude "-37.39524" ;
trt:gbifOccurrenceId "3091130391" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFB93A8FFF19FAB726B6#20C51E1A7D13FFB93F31FEE1FABB26B6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,311 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693330>, <http://dx.doi.org/10.5281/zenodo.4693332> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Rhagovelia tenuipes Champion 1898" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3BA0FF19FB5227CE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3EB1FF34FC4A27E2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA39ADFF51FD752606>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA38D2FE8DFE0C267E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3BF2FEC5FCED267E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3925FEC5FC6B2692>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA39CBFEE1FD9F26B6>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3843FE1DFE1326CA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3BF2FE39FB9F26EE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3E44FE55FF2B2526>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3B0EFDACFB42257A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3EAFFDC9FAFA259E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3F5AFDE4FD2C25D6>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3917FD3DFA5725EA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3A8FFD75FCF32422>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3954FC91FD6A2446> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_tenuipes_Champion_1898> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693330>, <http://dx.doi.org/10.5281/zenodo.4693332> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhagovelia_tenuipes_Champion_1898>
dwc:authority "Champion, 1898" ;
dwc:authorityName "Champion" ;
dwc:authorityYear "1898" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Champion, 1898" ;
dwc:species "tenuipes" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4RZK9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia_tenuipes> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia_tenuipes>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tenuipes" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhagovelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhagovelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Rhagovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693330>
dc:description "FIGURES 9196. Collected specimens, dorsal view. 91. Rhagovelia brunae. 92. R. elegans. 93. R. mangle. 94. R. robusta. 95. R. tenuipes. 96. R. whitei. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693330/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693332>
dc:description "FIGURE 97. Geographical distribution of Rhagovelia brunae, R. elegans, R. mangle, R. plumbea, R. robusta, R. tenuipes and R. whitei in Alagoas and Sergipe, Northeast Brazil. Stars indicate previously published records." ;
fabio:hasRepresentation <https://zenodo.org/record/4693332/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3BA0FF19FB5227CE>
dwc:catalogNumber "CEIOC 79668" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.25398" ;
dwc:verbatimLongitude "-35.80104" ;
trt:gbifOccurrenceId "3091130329" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3BA0FF19FB5227CE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3EB1FF34FC4A27E2>
dwc:catalogNumber "CEIOC 79671" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.23787" ;
dwc:verbatimLongitude "-35.86406" ;
trt:gbifOccurrenceId "3091130426" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3EB1FF34FC4A27E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA39ADFF51FD752606>
dwc:catalogNumber "CEIOC 79672" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22706" ;
dwc:verbatimLongitude "-35.87198" ;
trt:gbifOccurrenceId "3091130461" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA39ADFF51FD752606> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA38D2FE8DFE0C267E>
dwc:catalogNumber "CEIOC 79796" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-22" ;
dwc:locality "Cachoeira do Socorro" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "361" ;
dwc:verbatimLatitude "-9.69872" ;
dwc:verbatimLongitude "-36.58445" ;
trt:gbifOccurrenceId "3091130615" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA38D2FE8DFE0C267E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3BF2FEC5FCED267E>
dwc:collectionCode "RBPT" ;
dwc:recordedBy "Quebrangulo" ;
trt:gbifOccurrenceId "3091130472" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3BF2FEC5FCED267E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3925FEC5FC6B2692>
dwc:catalogNumber "CEIOC 79673" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.23403" ;
dwc:verbatimLongitude "-36.44886" ;
trt:gbifOccurrenceId "3091130362" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3925FEC5FC6B2692> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA39CBFEE1FD9F26B6>
dwc:catalogNumber "CEIOC 79674" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.23668" ;
dwc:verbatimLongitude "-36.44938" ;
trt:gbifOccurrenceId "3091130653" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA39CBFEE1FD9F26B6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3843FE1DFE1326CA>
dwc:catalogNumber "CEIOC 79675" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.2452" ;
dwc:verbatimLongitude "-36.42171" ;
trt:gbifOccurrenceId "3091130572" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3843FE1DFE1326CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3BF2FE39FB9F26EE>
dwc:catalogNumber "CEIOC 79678" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-06" ;
dwc:locality "Coite do Noa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.6723" ;
dwc:verbatimLongitude "-36.49871" ;
trt:gbifOccurrenceId "3091130344" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3BF2FE39FB9F26EE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3E44FE55FF2B2526>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-14" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "H. Rodrigues & K. Paresque" ;
dwc:verbatimElevation "284" ;
dwc:verbatimLatitude "-9.324022" ;
dwc:verbatimLongitude "-36.282646" ;
trt:gbifOccurrenceId "3091130521" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3E44FE55FF2B2526> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3B0EFDACFB42257A>
dwc:catalogNumber "CEIOC 79794" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Cachoeira do Anel" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "333" ;
dwc:verbatimLatitude "-9.317462" ;
dwc:verbatimLongitude "-36.29437" ;
trt:gbifOccurrenceId "3091130522" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3B0EFDACFB42257A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3EAFFDC9FAFA259E>
dwc:catalogNumber "CEIOC 79795" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "333" ;
dwc:verbatimLatitude "-9.324271" ;
dwc:verbatimLongitude "-36.282993" ;
trt:gbifOccurrenceId "3091130558" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3EAFFDC9FAFA259E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3F5AFDE4FD2C25D6>
dwc:catalogNumber "CEIOC 79677" ;
dwc:collectionCode "PNSI" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Areia Branca" ;
dwc:verbatimLatitude "-10.74754" ;
dwc:verbatimLongitude "-37.34015" ;
trt:gbifOccurrenceId "3091130498" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3F5AFDE4FD2C25D6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3917FD3DFA5725EA>
dwc:catalogNumber "CEIOC 79676" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.36791" ;
dwc:verbatimLongitude "-36.8074" ;
trt:gbifOccurrenceId "3091130333" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3917FD3DFA5725EA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3A8FFD75FCF32422>
dwc:catalogNumber "CEIOC 79669" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Pitanga" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.96326" ;
dwc:verbatimLongitude "-37.16627" ;
trt:gbifOccurrenceId "3091130380" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3A8FFD75FCF32422> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D13FFBA3A8FF9B9FD692446.mc.20C51E1A7D10FFBA3954FC91FD6A2446>
dwc:catalogNumber "CEIOC 79670" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Estrada Rita Cacete" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.98511" ;
dwc:verbatimLongitude "-37.28683" ;
trt:gbifOccurrenceId "3091130499" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D13FFBA3A8FF9B9FD692446#20C51E1A7D10FFBA3954FC91FD6A2446> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,224 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D14FFBE3A8FFE1CFA4A24D2>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693319>, <http://dx.doi.org/10.5281/zenodo.4693326> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Microvelia quieta Drake & Carvalho 1954" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3BA1FDE5FC4A25B2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE39AAFD01FDC825EA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3828FD59FCB3240E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3995FD75FE1D2422>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3BF8FC91FE6A2446>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3BC9FCCDFA472446>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3AB0FCE9FBB6249A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3E9BFCE8FC3324BE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3E11FC04FA4F24D2> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microvelia_quieta_Drake_1954> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693319>, <http://dx.doi.org/10.5281/zenodo.4693326> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microvelia_quieta_Drake_1954>
dwc:authority "Drake & Carvalho, 1954" ;
dwc:authorityName "Drake & Carvalho" ;
dwc:authorityYear "1954" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake & Carvalho, 1954" ;
dwc:species "quieta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/439T9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microvelia_quieta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microvelia_quieta>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "quieta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microvelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microvelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693319>
dc:description "FIGURES 8889. Collected specimens, dorsal view. 88. Microvelia quieta. 89. M. venustatis. Scale bars: 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693319/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693326>
dc:description "FIGURE 90. Geographical distribution of Microvelia ayacuchana, M. hinei, M. longipes, M. mimula, M. pulchella, M. quieta and M. venustatis in Alagoas and Sergipe, Northeast Brazil. Star indicates previously published record." ;
fabio:hasRepresentation <https://zenodo.org/record/4693326/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3BA1FDE5FC4A25B2>
dwc:catalogNumber "CEIOC 81237" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22046" ;
dwc:verbatimLongitude "-35.87029" ;
trt:gbifOccurrenceId "3091130488" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D14FFBE3A8FFE1CFA4A24D2#20C51E1A7D14FFBE3BA1FDE5FC4A25B2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE39AAFD01FDC825EA>
dwc:catalogNumber "CEIOC 81238" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-22" ;
dwc:locality "Vale Socorro" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "206" ;
dwc:verbatimLatitude "-9.238639" ;
dwc:verbatimLongitude "-35.86486" ;
trt:gbifOccurrenceId "3091130369" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D14FFBE3A8FFE1CFA4A24D2#20C51E1A7D14FFBE39AAFD01FDC825EA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3828FD59FCB3240E>
dwc:catalogNumber "CEIOC 81230" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.25656" ;
dwc:verbatimLongitude "-36.43113" ;
trt:gbifOccurrenceId "3091130484" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D14FFBE3A8FFE1CFA4A24D2#20C51E1A7D14FFBE3828FD59FCB3240E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3995FD75FE1D2422>
dwc:catalogNumber "CEIOC 81234" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25656" ;
dwc:verbatimLongitude "-36.43113" ;
trt:gbifOccurrenceId "3091130422" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D14FFBE3A8FFE1CFA4A24D2#20C51E1A7D14FFBE3995FD75FE1D2422> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3BF8FC91FE6A2446>
dwc:catalogNumber "CEIOC 81231" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25414" ;
dwc:verbatimLongitude "-36.42969" ;
trt:gbifOccurrenceId "3091130669" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D14FFBE3A8FFE1CFA4A24D2#20C51E1A7D14FFBE3BF8FC91FE6A2446> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3BC9FCCDFA472446>
dwc:catalogNumber "CEIOC 81232" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25375" ;
dwc:verbatimLongitude "-36.43072" ;
trt:gbifOccurrenceId "3091130665" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D14FFBE3A8FFE1CFA4A24D2#20C51E1A7D14FFBE3BC9FCCDFA472446> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3AB0FCE9FBB6249A>
dwc:catalogNumber "CEIOC 81233" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25375" ;
dwc:verbatimLongitude "-36.43072" ;
trt:gbifOccurrenceId "3091130654" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D14FFBE3A8FFE1CFA4A24D2#20C51E1A7D14FFBE3AB0FCE9FBB6249A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3E9BFCE8FC3324BE>
dwc:catalogNumber "CEIOC 81236" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25451" ;
dwc:verbatimLongitude "-36.43071" ;
trt:gbifOccurrenceId "3091130596" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D14FFBE3A8FFE1CFA4A24D2#20C51E1A7D14FFBE3E9BFCE8FC3324BE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D14FFBE3A8FFE1CFA4A24D2.mc.20C51E1A7D14FFBE3E11FC04FA4F24D2>
dwc:catalogNumber "CEIOC 81235" ;
dwc:collectionCode "RBSI" ;
dwc:eventDate "2018-05-01" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Pirambu" ;
dwc:verbatimLatitude "-10.71485" ;
dwc:verbatimLongitude "-36.82283" ;
trt:gbifOccurrenceId "3091130492" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D14FFBE3A8FFE1CFA4A24D2#20C51E1A7D14FFBE3E11FC04FA4F24D2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,203 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D15FFB83A8FFF19FA91265A>
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Microvelia venustatis Drake & Harris 1933" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D15FFBF3BA1F8C7FC4A209C>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D15FFBF39A9F8E3FF3F20D4>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D15FFBF3B19F83BFA5820D4>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D15FFB83A8FF857FE9E27AA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D12FFB83B7AFF19FDAD27CE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D12FFB83895FF34FAAE27E2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D12FFB83F96FF51FB612606>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D12FFB83EC7FE8DFA95265A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microvelia_venustatis_Drake_1933> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microvelia_venustatis_Drake_1933>
dwc:authority "Drake & Harris, 1933" ;
dwc:authorityName "Drake & Harris" ;
dwc:authorityYear "1933" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake & Harris, 1933" ;
dwc:species "venustatis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7VVJ4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microvelia_venustatis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microvelia_venustatis>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "venustatis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microvelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microvelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D15FFBF3BA1F8C7FC4A209C>
dwc:catalogNumber "CEIOC 81214" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22243" ;
dwc:verbatimLongitude "-35.87006" ;
trt:gbifOccurrenceId "3091130340" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D15FFB83A8FFF19FA91265A#20C51E1A7D15FFBF3BA1F8C7FC4A209C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D15FFBF39A9F8E3FF3F20D4>
dwc:catalogNumber "CEIOC 81215" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-04" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.25913" ;
dwc:verbatimLongitude "-36.41743" ;
trt:gbifOccurrenceId "3091130341" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D15FFB83A8FFF19FA91265A#20C51E1A7D15FFBF39A9F8E3FF3F20D4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D15FFBF3B19F83BFA5820D4>
dwc:catalogNumber "CEIOC 81220" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.23668" ;
dwc:verbatimLongitude "-36.44938" ;
trt:gbifOccurrenceId "3091130523" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D15FFB83A8FFF19FA91265A#20C51E1A7D15FFBF3B19F83BFA5820D4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D15FFB83A8FF857FE9E27AA>
dwc:catalogNumber "CEIOC 81223" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.2452" ;
dwc:verbatimLongitude "-36.42171" ;
trt:gbifOccurrenceId "3091130355" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D15FFB83A8FFF19FA91265A#20C51E1A7D15FFB83A8FF857FE9E27AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D12FFB83B7AFF19FDAD27CE>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-16" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "10" ;
dwc:verbatimLatitude "-10.294167" ;
dwc:verbatimLongitude "-36.510834" ;
trt:gbifOccurrenceId "3091130610" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D15FFB83A8FFF19FA91265A#20C51E1A7D12FFB83B7AFF19FDAD27CE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D12FFB83895FF34FAAE27E2>
dwc:catalogNumber "CEIOC 81218" ;
dwc:collectionCode "PNSI" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Areia Branca" ;
dwc:verbatimLatitude "-10.73868" ;
dwc:verbatimLongitude "-37.33537" ;
trt:gbifOccurrenceId "3091130445" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D15FFB83A8FFF19FA91265A#20C51E1A7D12FFB83895FF34FAAE27E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D12FFB83F96FF51FB612606>
dwc:catalogNumber "CEIOC 81224" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Riacho Negro" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.74754" ;
dwc:verbatimLongitude "-37.34015" ;
trt:gbifOccurrenceId "3091130657" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D15FFB83A8FFF19FA91265A#20C51E1A7D12FFB83F96FF51FB612606> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D15FFB83A8FFF19FA91265A.mc.20C51E1A7D12FFB83EC7FE8DFA95265A>
dwc:catalogNumber "CEIOC 81217" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-09" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
trt:gbifOccurrenceId "3091130587" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D15FFB83A8FFF19FA91265A#20C51E1A7D12FFB83EC7FE8DFA95265A> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,133 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D1AFFB13A8FFE38FAD127CE>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693334>, <http://dx.doi.org/10.5281/zenodo.4693338> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Stridulivelia ayacucho Polhemus & Spangler 1995" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1AFFB13A8FFE38FAD127CE.mc.20C51E1A7D1BFFB13BA4FF19FAD227CE> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Stridulivelia_ayacucho_Polhemus_1995> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693334>, <http://dx.doi.org/10.5281/zenodo.4693338> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Stridulivelia_ayacucho_Polhemus_1995>
dwc:authority "Polhemus & Spangler, 1995" ;
dwc:authorityName "Polhemus & Spangler" ;
dwc:authorityYear "1995" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Stridulivelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Polhemus & Spangler, 1995" ;
dwc:species "ayacucho" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7WXRB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stridulivelia_ayacucho> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Stridulivelia_ayacucho>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Stridulivelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ayacucho" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stridulivelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stridulivelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Stridulivelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693334>
dc:description "FIGURES 98103. Collected specimens, dorsal view. 98. Paravelia capillata. 99. Pa. conata. 100. Platyvelia brachialis. 101. Stridulivelia ayacucho. 102. S. quadrispinosa. 103. S. tersa. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693334/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693338>
dc:description "FIGURE 104. Geographical distribution of Paravelia capilata, Pa. conata, Platyvelia brachialis, Stridulivelia ayacucho, S. quadrispinosa, and S. tersa in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693338/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1AFFB13A8FFE38FAD127CE.mc.20C51E1A7D1BFFB13BA4FF19FAD227CE>
dwc:catalogNumber "CEIOC 79749" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.98511" ;
dwc:verbatimLongitude "-37.28683" ;
trt:gbifOccurrenceId "3091130609" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1AFFB13A8FFE38FAD127CE#20C51E1A7D1BFFB13BA4FF19FAD227CE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,153 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D1BFFB13A8FFD74FC022216>
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Stridulivelia tersa" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFD74FC022216.mc.20C51E1A7D1BFFB13BA2FBEDFC3D23BA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFD74FC022216.mc.20C51E1A7D1BFFB13E18FB09FF3F23F2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFD74FC022216.mc.20C51E1A7D1BFFB13AE7FB40FCD323F2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFD74FC022216.mc.20C51E1A7D1BFFB13902FB41FC062216> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Stridulivelia_tersa_Drake_1941> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Stridulivelia_tersa_Drake_1941>
dwc:authority "(Drake & Harris, 1941)" ;
dwc:baseAuthorityName "Drake & Harris" ;
dwc:baseAuthorityYear "1941" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Stridulivelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Drake & Harris, 1941)" ;
dwc:species "tersa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7WXRH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stridulivelia_tersa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Stridulivelia_tersa>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Stridulivelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tersa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stridulivelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stridulivelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Stridulivelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFD74FC022216.mc.20C51E1A7D1BFFB13BA2FBEDFC3D23BA>
dwc:catalogNumber "CEIOC 79745" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Alagoas" ;
dwc:recordedBy "Maragogi" ;
dwc:verbatimLatitude "-8.93073" ;
dwc:verbatimLongitude "-35.21049" ;
trt:gbifOccurrenceId "3091130420" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1BFFB13A8FFD74FC022216#20C51E1A7D1BFFB13BA2FBEDFC3D23BA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFD74FC022216.mc.20C51E1A7D1BFFB13E18FB09FF3F23F2>
dwc:catalogNumber "CEIOC 79744" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.23403" ;
dwc:verbatimLongitude "-36.44886" ;
trt:gbifOccurrenceId "3091130535" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1BFFB13A8FFD74FC022216#20C51E1A7D1BFFB13E18FB09FF3F23F2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFD74FC022216.mc.20C51E1A7D1BFFB13AE7FB40FCD323F2>
dwc:collectionCode "RBSI" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Pirambu" ;
trt:gbifOccurrenceId "3091130366" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1BFFB13A8FFD74FC022216#20C51E1A7D1BFFB13AE7FB40FCD323F2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFD74FC022216.mc.20C51E1A7D1BFFB13902FB41FC062216>
dwc:catalogNumber "CEIOC 79743" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-01" ;
dwc:locality "Lagoa Redonda" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.665" ;
dwc:verbatimLongitude "-36.77311" ;
trt:gbifOccurrenceId "3091130502" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1BFFB13A8FFD74FC022216#20C51E1A7D1BFFB13902FB41FC062216> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,156 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D1BFFB13A8FFEA8FA5025B2>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693334>, <http://dx.doi.org/10.5281/zenodo.4693338> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Stridulivelia quadrispinosa" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFEA8FA5025B2.mc.20C51E1A7D1BFFB13BA4FDADFBB0257A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFEA8FA5025B2.mc.20C51E1A7D1BFFB13E94FDC9FAAB259E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFEA8FA5025B2.mc.20C51E1A7D1BFFB13F96FDE5FA5425B2> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Stridulivelia_quadrispinosa_Hungerford_1929> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693334>, <http://dx.doi.org/10.5281/zenodo.4693338> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Stridulivelia_quadrispinosa_Hungerford_1929>
dwc:authority "(Hungerford, 1929)" ;
dwc:baseAuthorityName "Hungerford" ;
dwc:baseAuthorityYear "1929" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Stridulivelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hungerford, 1929)" ;
dwc:species "quadrispinosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7WXRC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stridulivelia_quadrispinosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Stridulivelia_quadrispinosa>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Stridulivelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "quadrispinosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stridulivelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stridulivelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Stridulivelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693334>
dc:description "FIGURES 98103. Collected specimens, dorsal view. 98. Paravelia capillata. 99. Pa. conata. 100. Platyvelia brachialis. 101. Stridulivelia ayacucho. 102. S. quadrispinosa. 103. S. tersa. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693334/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693338>
dc:description "FIGURE 104. Geographical distribution of Paravelia capilata, Pa. conata, Platyvelia brachialis, Stridulivelia ayacucho, S. quadrispinosa, and S. tersa in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693338/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFEA8FA5025B2.mc.20C51E1A7D1BFFB13BA4FDADFBB0257A>
dwc:catalogNumber "CEIOC 79746" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Alagoas" ;
dwc:recordedBy "Maragogi" ;
dwc:verbatimLatitude "-8.94097" ;
dwc:verbatimLongitude "-35.23559" ;
trt:gbifOccurrenceId "3091130594" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1BFFB13A8FFEA8FA5025B2#20C51E1A7D1BFFB13BA4FDADFBB0257A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFEA8FA5025B2.mc.20C51E1A7D1BFFB13E94FDC9FAAB259E>
dwc:catalogNumber "CEIOC 79747" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22046" ;
dwc:verbatimLongitude "-35.87029" ;
trt:gbifOccurrenceId "3091130383" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1BFFB13A8FFEA8FA5025B2#20C51E1A7D1BFFB13E94FDC9FAAB259E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1BFFB13A8FFEA8FA5025B2.mc.20C51E1A7D1BFFB13F96FDE5FA5425B2>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2018-08-25" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimLatitude "-10.294167" ;
dwc:verbatimLongitude "-36.510834" ;
trt:gbifOccurrenceId "3091130491" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1BFFB13A8FFEA8FA5025B2#20C51E1A7D1BFFB13F96FDE5FA5425B2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,289 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693334>, <http://dx.doi.org/10.5281/zenodo.4693338> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Platyvelia brachialis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53BA5FA6AFBB02138>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53E89F986FEA62171>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53B8FF9DEFD382195>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53911F9FAFBEA21A9>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53E4CF916FDFF21E1>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53824F96EFEE32005>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53B41F88AFE5F2059>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53B82F8A6FC81207C>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53964F8C2FF3F20B5>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53B1AF81AFF3F20C9>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53B19F836FE7920ED>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB03BD9F852FD0927AA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1AFFB038EAFF18FF3F27E2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1AFFB03AE7FF51FCC32606> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Platyvelia_brachialis_Stal_1860> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693334>, <http://dx.doi.org/10.5281/zenodo.4693338> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Platyvelia_brachialis_Stal_1860>
dwc:authority "(Stal, 1860)" ;
dwc:baseAuthorityName "Stal" ;
dwc:baseAuthorityYear "1860" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Platyvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Stal, 1860)" ;
dwc:species "brachialis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4JZW8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Platyvelia_brachialis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Platyvelia_brachialis>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Platyvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "brachialis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Platyvelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Platyvelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Platyvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693334>
dc:description "FIGURES 98103. Collected specimens, dorsal view. 98. Paravelia capillata. 99. Pa. conata. 100. Platyvelia brachialis. 101. Stridulivelia ayacucho. 102. S. quadrispinosa. 103. S. tersa. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693334/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693338>
dc:description "FIGURE 104. Geographical distribution of Paravelia capilata, Pa. conata, Platyvelia brachialis, Stridulivelia ayacucho, S. quadrispinosa, and S. tersa in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693338/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53BA5FA6AFBB02138>
dwc:catalogNumber "CEIOC 81257" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-07" ;
dwc:locality "Campo Grande" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.95593" ;
dwc:verbatimLongitude "-36.83728" ;
trt:gbifOccurrenceId "3091130600" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53BA5FA6AFBB02138> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53E89F986FEA62171>
dwc:catalogNumber "CEIOC 79728" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-06" ;
dwc:locality "Rio Lunga" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.53106" ;
dwc:verbatimLongitude "-36.53315" ;
trt:gbifOccurrenceId "3091130500" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53E89F986FEA62171> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53B8FF9DEFD382195>
dwc:catalogNumber "CEIOC 79727" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:recordedBy "Maragogi" ;
dwc:verbatimLatitude "-8.93073" ;
dwc:verbatimLongitude "-35.21049" ;
trt:gbifOccurrenceId "3091130608" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53B8FF9DEFD382195> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53911F9FAFBEA21A9>
dwc:catalogNumber "CEIOC 79726" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22046" ;
dwc:verbatimLongitude "-35.87029" ;
trt:gbifOccurrenceId "3091130429" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53911F9FAFBEA21A9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53E4CF916FDFF21E1>
dwc:catalogNumber "CEIOC 79730" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.26042" ;
dwc:verbatimLongitude "-36.41602" ;
trt:gbifOccurrenceId "3091130483" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53E4CF916FDFF21E1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53824F96EFEE32005>
dwc:catalogNumber "CEIOC 79731" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-04" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25913" ;
dwc:verbatimLongitude "-36.41743" ;
trt:gbifOccurrenceId "3091130454" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53824F96EFEE32005> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53B41F88AFE5F2059>
dwc:catalogNumber "CEIOC 79733" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.23403" ;
dwc:verbatimLongitude "-36.44886" ;
trt:gbifOccurrenceId "3091130510" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53B41F88AFE5F2059> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53B82F8A6FC81207C>
dwc:catalogNumber "CEIOC 81256" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-06" ;
dwc:locality "Coite do Noa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.6723" ;
dwc:verbatimLongitude "-36.49871" ;
trt:gbifOccurrenceId "3091130400" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53B82F8A6FC81207C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53964F8C2FF3F20B5>
dwc:catalogNumber "CEIOC 79781" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Cachoeira do Anel" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "333" ;
dwc:verbatimLatitude "-9.317462" ;
dwc:verbatimLongitude "-36.29437" ;
trt:gbifOccurrenceId "3091130626" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53964F8C2FF3F20B5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53B1AF81AFF3F20C9>
dwc:catalogNumber "CEIOC 79784" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "333" ;
dwc:verbatimLatitude "-9.324271" ;
dwc:verbatimLongitude "-36.282993" ;
trt:gbifOccurrenceId "3091130361" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53B1AF81AFF3F20C9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB53B19F836FE7920ED>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2019-03-21" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "284" ;
dwc:verbatimLatitude "-9.323889" ;
dwc:verbatimLongitude "-36.2825" ;
trt:gbifOccurrenceId "3091130627" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB53B19F836FE7920ED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1FFFB03BD9F852FD0927AA>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-14" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "H. Rodrigues & K. Paresque" ;
dwc:verbatimElevation "284" ;
dwc:verbatimLatitude "-9.324022" ;
dwc:verbatimLongitude "-36.282646" ;
trt:gbifOccurrenceId "3091130513" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1FFFB03BD9F852FD0927AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1AFFB038EAFF18FF3F27E2>
dwc:catalogNumber "CEIOC 79732" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.36791" ;
dwc:verbatimLongitude "-36.8074" ;
trt:gbifOccurrenceId "3091130346" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1AFFB038EAFF18FF3F27E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB03A8FF99CFCFE2606.mc.20C51E1A7D1AFFB03AE7FF51FCC32606>
dwc:catalogNumber "CEIOC 79729" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Estrada Rita Cacete" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.98511" ;
dwc:verbatimLongitude "-37.28683" ;
trt:gbifOccurrenceId "3091130617" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB03A8FF99CFCFE2606#20C51E1A7D1AFFB03AE7FF51FCC32606> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,144 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D1EFFB43A8FFC78FA8C2262>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693334>, <http://dx.doi.org/10.5281/zenodo.4693338> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Paravelia conata" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB43A8FFC78FA8C2262.mc.20C51E1A7D1EFFB43BA4FA99FC4A224E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB43A8FFC78FA8C2262.mc.20C51E1A7D1EFFB439A9FAB5FA902262> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paravelia_conata_Hungerford_1929> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693334>, <http://dx.doi.org/10.5281/zenodo.4693338> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paravelia_conata_Hungerford_1929>
dwc:authority "(Hungerford, 1929)" ;
dwc:baseAuthorityName "Hungerford" ;
dwc:baseAuthorityYear "1929" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Paravelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hungerford, 1929)" ;
dwc:species "conata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DHMW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paravelia_conata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paravelia_conata>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Paravelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "conata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paravelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paravelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Paravelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693334>
dc:description "FIGURES 98103. Collected specimens, dorsal view. 98. Paravelia capillata. 99. Pa. conata. 100. Platyvelia brachialis. 101. Stridulivelia ayacucho. 102. S. quadrispinosa. 103. S. tersa. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693334/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693338>
dc:description "FIGURE 104. Geographical distribution of Paravelia capilata, Pa. conata, Platyvelia brachialis, Stridulivelia ayacucho, S. quadrispinosa, and S. tersa in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693338/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB43A8FFC78FA8C2262.mc.20C51E1A7D1EFFB43BA4FA99FC4A224E>
dwc:catalogNumber "CEIOC 79766" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22046" ;
dwc:verbatimLongitude "-35.87029" ;
trt:gbifOccurrenceId "3091130476" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB43A8FFC78FA8C2262#20C51E1A7D1EFFB43BA4FA99FC4A224E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB43A8FFC78FA8C2262.mc.20C51E1A7D1EFFB439A9FAB5FA902262>
dwc:catalogNumber "CEIOC 79767" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-05" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.25131" ;
dwc:verbatimLongitude "-36.4317" ;
trt:gbifOccurrenceId "3091130347" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB43A8FFC78FA8C2262#20C51E1A7D1EFFB439A9FAB5FA902262> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,133 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D1EFFB43A8FFD3CFB1624BE>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693334>, <http://dx.doi.org/10.5281/zenodo.4693338> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Paravelia capillata" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB43A8FFD3CFB1624BE.mc.20C51E1A7D1EFFB43BDAFCE9FB1A24BE> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paravelia_capillata_Drake_1933> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693334>, <http://dx.doi.org/10.5281/zenodo.4693338> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paravelia_capillata_Drake_1933>
dwc:authority "(Drake & Harris, 1933)" ;
dwc:baseAuthorityName "Drake & Harris" ;
dwc:baseAuthorityYear "1933" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Paravelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Drake & Harris, 1933)" ;
dwc:species "capillata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DHMS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paravelia_capillata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paravelia_capillata>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Paravelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "capillata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paravelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paravelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Paravelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693334>
dc:description "FIGURES 98103. Collected specimens, dorsal view. 98. Paravelia capillata. 99. Pa. conata. 100. Platyvelia brachialis. 101. Stridulivelia ayacucho. 102. S. quadrispinosa. 103. S. tersa. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693334/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693338>
dc:description "FIGURE 104. Geographical distribution of Paravelia capilata, Pa. conata, Platyvelia brachialis, Stridulivelia ayacucho, S. quadrispinosa, and S. tersa in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693338/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D1EFFB43A8FFD3CFB1624BE.mc.20C51E1A7D1EFFB43BDAFCE9FB1A24BE>
dwc:catalogNumber "CEIOC 79762" ;
dwc:collectionCode "PNSI" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.73868" ;
dwc:verbatimLongitude "-37.33537" ;
trt:gbifOccurrenceId "3091130503" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D1EFFB43A8FFD3CFB1624BE#20C51E1A7D1EFFB43BDAFCE9FB1A24BE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,169 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D20FF8B3A8FFE71FBC02606>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693293>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Ovatametra obesa Kenaga 1942" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D20FF8B3A8FFE71FBC02606.mc.20C51E1A7D20FF8A3BACF804FC9020DC>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D20FF8B3A8FFE71FBC02606.mc.20C51E1A7D20FF8A3977F823FBA120F0>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D20FF8B3A8FFE71FBC02606.mc.20C51E1A7D20FF8B3EB9F85FFD5F27CE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D20FF8B3A8FFE71FBC02606.mc.20C51E1A7D21FF8B3883FF34FBC42606> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ovatametra_obesa_Kenaga_1942> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693293>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ovatametra_obesa_Kenaga_1942>
dwc:authority "Kenaga, 1942" ;
dwc:authorityName "Kenaga" ;
dwc:authorityYear "1942" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Ovatametra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kenaga, 1942" ;
dwc:species "obesa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4B9NS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ovatametra_obesa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ovatametra_obesa>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Ovatametra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "obesa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ovatametra> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ovatametra>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Ovatametra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693293>
dc:description "FIGURES 6973. Collected specimens, dorsal view. 69. Rheumatobates crassifemur schroederi. 70. R. minutus flavidus. 71. R. trinitatis. 72. Halobatopsis platensis. 73. Ovatametra obesa. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693293/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693303>
dc:description "FIGURE 76.Geographical distribution of Rheumatobates crassifemurschroederi, R.minutus flavidus, R.trinitatis, Halobatopsis platensis, Ovatametra obesa, Lipogomphus lacuniferus and Merragata hebroides in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693303/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D20FF8B3A8FFE71FBC02606.mc.20C51E1A7D20FF8A3BACF804FC9020DC>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-18" ;
dwc:locality "Lagoa do Pau" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "7" ;
dwc:verbatimLatitude "-10.120556" ;
dwc:verbatimLongitude "-36.111942" ;
trt:gbifOccurrenceId "3091130309" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D20FF8B3A8FFE71FBC02606#20C51E1A7D20FF8A3BACF804FC9020DC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D20FF8B3A8FFE71FBC02606.mc.20C51E1A7D20FF8A3977F823FBA120F0>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-16" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "10" ;
dwc:verbatimLatitude "-10.294167" ;
dwc:verbatimLongitude "-36.510834" ;
trt:gbifOccurrenceId "3091130388" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D20FF8B3A8FFE71FBC02606#20C51E1A7D20FF8A3977F823FBA120F0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D20FF8B3A8FFE71FBC02606.mc.20C51E1A7D20FF8B3EB9F85FFD5F27CE>
dwc:catalogNumber "CEIOC 79798" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-27" ;
dwc:locality "Rio Sao Francisco" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-10.398639" ;
dwc:verbatimLongitude "-36.446167" ;
trt:gbifOccurrenceId "3091130395" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D20FF8B3A8FFE71FBC02606#20C51E1A7D20FF8B3EB9F85FFD5F27CE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D20FF8B3A8FFE71FBC02606.mc.20C51E1A7D21FF8B3883FF34FBC42606>
dwc:catalogNumber "CEIOC 79797" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-23" ;
dwc:locality "Caninde de Sao Francisco - Poco Redondo" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-9.673083" ;
dwc:verbatimLongitude "-37.661083" ;
trt:gbifOccurrenceId "3091130392" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D20FF8B3A8FFE71FBC02606#20C51E1A7D21FF8B3883FF34FBC42606> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,155 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D21FF843A8FFDC8FE75267E>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693299>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Lipogomphus lacuniferus Berg 1879" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D21FF843A8FFDC8FE75267E.mc.20C51E1A7D2EFF843BA3FF35FC6C27E2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D21FF843A8FFDC8FE75267E.mc.20C51E1A7D2EFF8439D6FF51FF33265A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D21FF843A8FFDC8FE75267E.mc.20C51E1A7D2EFF843AE4FEA9FE79267E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lipogomphus_lacuniferus_Berg_1879> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693299>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lipogomphus_lacuniferus_Berg_1879>
dwc:authority "Berg, 1879" ;
dwc:authorityName "Berg" ;
dwc:authorityYear "1879" ;
dwc:class "Insecta" ;
dwc:family "Hebridae" ;
dwc:genus "Lipogomphus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berg, 1879" ;
dwc:species "lacuniferus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6QHYW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lipogomphus_lacuniferus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lipogomphus_lacuniferus>
dwc:class "Insecta" ;
dwc:family "Hebridae" ;
dwc:genus "Lipogomphus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lacuniferus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lipogomphus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lipogomphus>
dwc:class "Insecta" ;
dwc:family "Hebridae" ;
dwc:genus "Lipogomphus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hebridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hebridae>
dwc:class "Insecta" ;
dwc:family "Hebridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693299>
dc:description "FIGURES 7475. Collected specimens, dorsal view. 74. Lipogomphus lacuniferus. 75. Merragata hebroides. Scale bars: 0.5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693299/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693303>
dc:description "FIGURE 76.Geographical distribution of Rheumatobates crassifemurschroederi, R.minutus flavidus, R.trinitatis, Halobatopsis platensis, Ovatametra obesa, Lipogomphus lacuniferus and Merragata hebroides in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693303/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D21FF843A8FFDC8FE75267E.mc.20C51E1A7D2EFF843BA3FF35FC6C27E2>
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-23" ;
dwc:locality "Rio Lunga" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "235" ;
dwc:verbatimLatitude "-9.532083" ;
dwc:verbatimLongitude "-36.53247" ;
trt:gbifOccurrenceId "3091130467" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D21FF843A8FFDC8FE75267E#20C51E1A7D2EFF843BA3FF35FC6C27E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D21FF843A8FFDC8FE75267E.mc.20C51E1A7D2EFF8439D6FF51FF33265A>
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.26206" ;
dwc:verbatimLongitude "-36.42639" ;
trt:gbifOccurrenceId "3091130643" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D21FF843A8FFDC8FE75267E#20C51E1A7D2EFF8439D6FF51FF33265A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D21FF843A8FFDC8FE75267E.mc.20C51E1A7D2EFF843AE4FEA9FE79267E>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2019-03-21" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "284" ;
dwc:verbatimLatitude "-9.323889" ;
dwc:verbatimLongitude "-36.2825" ;
trt:gbifOccurrenceId "3091130435" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D21FF843A8FFDC8FE75267E#20C51E1A7D2EFF843AE4FEA9FE79267E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,179 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D22FF883A8FFC5CFB832286>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693293>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Rheumatobates trinitatis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFC5CFB832286.mc.20C51E1A7D22FF883BA0FB25FAC823F2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFC5CFB832286.mc.20C51E1A7D22FF883F2BFB41FD83222A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFC5CFB832286.mc.20C51E1A7D22FF883864FA99FF3F224E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFC5CFB832286.mc.20C51E1A7D22FF883AE7FAB5FEF32262>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFC5CFB832286.mc.20C51E1A7D22FF883B51FAD0FB842286> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rheumatobates_trinitatis_China_1943> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693293>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rheumatobates_trinitatis_China_1943>
dwc:authority "(China, 1943)" ;
dwc:baseAuthorityName "China" ;
dwc:baseAuthorityYear "1943" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(China, 1943)" ;
dwc:species "trinitatis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4S6FG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rheumatobates_trinitatis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rheumatobates_trinitatis>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "trinitatis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rheumatobates> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rheumatobates>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693293>
dc:description "FIGURES 6973. Collected specimens, dorsal view. 69. Rheumatobates crassifemur schroederi. 70. R. minutus flavidus. 71. R. trinitatis. 72. Halobatopsis platensis. 73. Ovatametra obesa. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693293/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693303>
dc:description "FIGURE 76.Geographical distribution of Rheumatobates crassifemurschroederi, R.minutus flavidus, R.trinitatis, Halobatopsis platensis, Ovatametra obesa, Lipogomphus lacuniferus and Merragata hebroides in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693303/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFC5CFB832286.mc.20C51E1A7D22FF883BA0FB25FAC823F2>
dwc:catalogNumber "CEIOC 79886" ;
dwc:collectionCode "REMLJ" ;
dwc:eventDate "2018-04-30" ;
dwc:locality "Jequia da Praia" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.00413" ;
dwc:verbatimLongitude "-36.02559" ;
trt:gbifOccurrenceId "3091130377" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF883A8FFC5CFB832286#20C51E1A7D22FF883BA0FB25FAC823F2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFC5CFB832286.mc.20C51E1A7D22FF883F2BFB41FD83222A>
dwc:catalogNumber "CEIOC 81602" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:recordedBy "Maragogi" ;
dwc:verbatimLatitude "-9.02494" ;
dwc:verbatimLongitude "-35.23451" ;
trt:gbifOccurrenceId "3091130554" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF883A8FFC5CFB832286#20C51E1A7D22FF883F2BFB41FD83222A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFC5CFB832286.mc.20C51E1A7D22FF883864FA99FF3F224E>
dwc:catalogNumber "CEIOC 79885" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-29" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-8.91366" ;
dwc:verbatimLongitude "-35.15461" ;
trt:gbifOccurrenceId "3091130506" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF883A8FFC5CFB832286#20C51E1A7D22FF883864FA99FF3F224E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFC5CFB832286.mc.20C51E1A7D22FF883AE7FAB5FEF32262>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-11-17" ;
dwc:locality "Paripueira" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "5" ;
dwc:verbatimLatitude "-9.477778" ;
dwc:verbatimLongitude "-35.56889" ;
trt:gbifOccurrenceId "3091130539" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF883A8FFC5CFB832286#20C51E1A7D22FF883AE7FAB5FEF32262> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFC5CFB832286.mc.20C51E1A7D22FF883B51FAD0FB842286>
dwc:catalogNumber "CEIOC 79884" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Rio Sergipe" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.73444" ;
dwc:verbatimLongitude "-37.16538" ;
trt:gbifOccurrenceId "3091130620" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF883A8FFC5CFB832286#20C51E1A7D22FF883B51FAD0FB842286> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,171 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D22FF883A8FFE38FD30249A>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693293>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Rheumatobates minutus subsp. flavidus Drake & Harris 1942" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFE38FD30249A.mc.20C51E1A7D22FF883BA6FD59FB60240E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFE38FD30249A.mc.20C51E1A7D22FF883EC0FD75FB202422>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFE38FD30249A.mc.20C51E1A7D22FF883F03FC90FD34249A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rheumatobates_minutus_flavidus_Drake_1942> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693293>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rheumatobates_minutus_flavidus_Drake_1942>
dwc:authority "Drake & Harris, 1942" ;
dwc:authorityName "Drake & Harris" ;
dwc:authorityYear "1942" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "Drake & Harris, 1942" ;
dwc:species "minutus" ;
dwc:subSpecies "flavidus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5KW3X> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rheumatobates_minutus_flavidus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rheumatobates_minutus_flavidus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:species "minutus" ;
dwc:subSpecies "flavidus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rheumatobates_minutus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rheumatobates_minutus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "minutus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rheumatobates> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rheumatobates>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693293>
dc:description "FIGURES 6973. Collected specimens, dorsal view. 69. Rheumatobates crassifemur schroederi. 70. R. minutus flavidus. 71. R. trinitatis. 72. Halobatopsis platensis. 73. Ovatametra obesa. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693293/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693303>
dc:description "FIGURE 76.Geographical distribution of Rheumatobates crassifemurschroederi, R.minutus flavidus, R.trinitatis, Halobatopsis platensis, Ovatametra obesa, Lipogomphus lacuniferus and Merragata hebroides in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693303/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFE38FD30249A.mc.20C51E1A7D22FF883BA6FD59FB60240E>
dwc:catalogNumber "CEIOC 81601" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-07" ;
dwc:locality "Campo Grande" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.95593" ;
dwc:verbatimLongitude "-36.83728" ;
trt:gbifOccurrenceId "3091130482" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF883A8FFE38FD30249A#20C51E1A7D22FF883BA6FD59FB60240E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFE38FD30249A.mc.20C51E1A7D22FF883EC0FD75FB202422>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-18" ;
dwc:locality "Lagoa do Pau" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "7" ;
dwc:verbatimLatitude "-10.120556" ;
dwc:verbatimLongitude "-36.111942" ;
trt:gbifOccurrenceId "3091130478" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF883A8FFE38FD30249A#20C51E1A7D22FF883EC0FD75FB202422> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF883A8FFE38FD30249A.mc.20C51E1A7D22FF883F03FC90FD34249A>
dwc:catalogNumber "CEIOC 79883" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-07" ;
dwc:locality "Rio Sergipe" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.138028" ;
dwc:verbatimLongitude "-37.53158" ;
trt:gbifOccurrenceId "3091130584" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF883A8FFE38FD30249A#20C51E1A7D22FF883F03FC90FD34249A> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,181 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D22FF8A3A8FF94FFCFF267E>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693293>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Halobatopsis platensis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF8A3A8FF94FFCFF267E.mc.20C51E1A7D23FF893BA5F80FFBD020A4>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF8A3A8FF94FFCFF267E.mc.20C51E1A7D23FF893E3DF82BFA4720F8>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF8A3A8FF94FFCFF267E.mc.20C51E1A7D20FF8A3ABFFF18FCC027E2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF8A3A8FF94FFCFF267E.mc.20C51E1A7D20FF8A392EFF50FF3F265A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF8A3A8FF94FFCFF267E.mc.20C51E1A7D20FF8A3B1BFEA8FCC3267E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Halobatopsis_platensis_Berg_1879> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693293>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Halobatopsis_platensis_Berg_1879>
dwc:authority "(Berg, 1879)" ;
dwc:baseAuthorityName "Berg" ;
dwc:baseAuthorityYear "1879" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Halobatopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berg, 1879)" ;
dwc:species "platensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6KZSV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Halobatopsis_platensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Halobatopsis_platensis>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Halobatopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "platensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Halobatopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Halobatopsis>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Halobatopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693293>
dc:description "FIGURES 6973. Collected specimens, dorsal view. 69. Rheumatobates crassifemur schroederi. 70. R. minutus flavidus. 71. R. trinitatis. 72. Halobatopsis platensis. 73. Ovatametra obesa. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693293/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693303>
dc:description "FIGURE 76.Geographical distribution of Rheumatobates crassifemurschroederi, R.minutus flavidus, R.trinitatis, Halobatopsis platensis, Ovatametra obesa, Lipogomphus lacuniferus and Merragata hebroides in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693303/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF8A3A8FF94FFCFF267E.mc.20C51E1A7D23FF893BA5F80FFBD020A4>
dwc:catalogNumber "CEIOC 81246" ;
dwc:collectionCode "REMLJ" ;
dwc:eventDate "2018-04-30" ;
dwc:locality "Alagoas" ;
dwc:recordedBy "da Praia" ;
dwc:verbatimLatitude "-9.95017" ;
dwc:verbatimLongitude "-36.08587" ;
trt:gbifOccurrenceId "3091130460" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF8A3A8FF94FFCFF267E#20C51E1A7D23FF893BA5F80FFBD020A4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF8A3A8FF94FFCFF267E.mc.20C51E1A7D23FF893E3DF82BFA4720F8>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-14" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "H. Rodrigues & K. Paresque" ;
dwc:verbatimElevation "284" ;
dwc:verbatimLatitude "-9.324022" ;
dwc:verbatimLongitude "-36.282646" ;
trt:gbifOccurrenceId "3091130603" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF8A3A8FF94FFCFF267E#20C51E1A7D23FF893E3DF82BFA4720F8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF8A3A8FF94FFCFF267E.mc.20C51E1A7D20FF8A3ABFFF18FCC027E2>
dwc:catalogNumber "CEIOC 79782" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-23" ;
dwc:locality "Caninde de Sao Francisco - Poco Redondo" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-9.673083" ;
dwc:verbatimLongitude "-37.661083" ;
trt:gbifOccurrenceId "3091130661" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF8A3A8FF94FFCFF267E#20C51E1A7D20FF8A3ABFFF18FCC027E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF8A3A8FF94FFCFF267E.mc.20C51E1A7D20FF8A392EFF50FF3F265A>
dwc:catalogNumber "CEIOC 81245" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Jacare" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.19579" ;
dwc:verbatimLongitude "-37.53248" ;
trt:gbifOccurrenceId "3091130581" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF8A3A8FF94FFCFF267E#20C51E1A7D20FF8A392EFF50FF3F265A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D22FF8A3A8FF94FFCFF267E.mc.20C51E1A7D20FF8A3B1BFEA8FCC3267E>
dwc:catalogNumber "CEIOC 79862" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.36791" ;
dwc:verbatimLongitude "-36.8074" ;
trt:gbifOccurrenceId "3091130455" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D22FF8A3A8FF94FFCFF267E#20C51E1A7D20FF8A3B1BFEA8FCC3267E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,379 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693293>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Rheumatobates crassifemur subsp. schroederi Hungerford 1954" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3BAFFB41FD702216>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F38D2FB7DFB9C222A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3E45FA99FB72224E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3EDCFAB5FACC2262>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3F29FAD1FBC022DA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3E21FA29FE0D2112>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3BF3FA61FB8A2136>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3E76F99DFB24214A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3F01F9B9FA47216E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3ABEF9F1FC5C21A6>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F39B8F92DFF3F201E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3AE2F965FC6D2032>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F39D3F881FB712055>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3ED4F8BDFEBA208E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3B9AF8F5FC0820A2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8839E8F811FEE527AA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D22FF883B4CFF19FB9027CE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D22FF883E71FF35FD582606>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D22FF8838BBFE8DFD97265A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D22FF88387BFEA9FBFC267E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rheumatobates_crassifemur_schroederi_Hungerford_1954> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693293>, <http://dx.doi.org/10.5281/zenodo.4693303> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rheumatobates_crassifemur_schroederi_Hungerford_1954>
dwc:authority "Hungerford, 1954" ;
dwc:authorityName "Hungerford" ;
dwc:authorityYear "1954" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "Hungerford, 1954" ;
dwc:species "crassifemur" ;
dwc:subSpecies "schroederi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5KW3W> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rheumatobates_crassifemur_schroederi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rheumatobates_crassifemur_schroederi>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:species "crassifemur" ;
dwc:subSpecies "schroederi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rheumatobates_crassifemur> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rheumatobates_crassifemur>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "crassifemur" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rheumatobates> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rheumatobates>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Rheumatobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693293>
dc:description "FIGURES 6973. Collected specimens, dorsal view. 69. Rheumatobates crassifemur schroederi. 70. R. minutus flavidus. 71. R. trinitatis. 72. Halobatopsis platensis. 73. Ovatametra obesa. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693293/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693303>
dc:description "FIGURE 76.Geographical distribution of Rheumatobates crassifemurschroederi, R.minutus flavidus, R.trinitatis, Halobatopsis platensis, Ovatametra obesa, Lipogomphus lacuniferus and Merragata hebroides in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693303/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3BAFFB41FD702216>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-20" ;
dwc:locality "Arapiraca" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "252" ;
dwc:verbatimLatitude "-9.7775" ;
dwc:verbatimLongitude "-36.697224" ;
trt:gbifOccurrenceId "3091130531" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3BAFFB41FD702216> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F38D2FB7DFB9C222A>
dwc:catalogNumber "CEIOC 79893" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-07" ;
dwc:locality "Campo Grande" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.95593" ;
dwc:verbatimLongitude "-36.83728" ;
trt:gbifOccurrenceId "3091130305" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F38D2FB7DFB9C222A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3E45FA99FB72224E>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-20" ;
dwc:locality "Campo Grande" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "108" ;
dwc:verbatimLatitude "-9.978889" ;
dwc:verbatimLongitude "-36.808334" ;
trt:gbifOccurrenceId "3091130428" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3E45FA99FB72224E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3EDCFAB5FACC2262>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-18" ;
dwc:locality "Lagoa do Pau" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "7" ;
dwc:verbatimLatitude "-10.120556" ;
dwc:verbatimLongitude "-36.111942" ;
trt:gbifOccurrenceId "3091130396" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3EDCFAB5FACC2262> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3F29FAD1FBC022DA>
dwc:catalogNumber "CEIOC 79889" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-06" ;
dwc:locality "Rodovia" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.39003" ;
dwc:verbatimLongitude "-36.82571" ;
trt:gbifOccurrenceId "3091130569" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3F29FAD1FBC022DA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3E21FA29FE0D2112>
dwc:catalogNumber "CEIOC 79891" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-06" ;
dwc:locality "Rio Lunga" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.53106" ;
dwc:verbatimLongitude "-36.53315" ;
trt:gbifOccurrenceId "3091130360" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3E21FA29FE0D2112> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3BF3FA61FB8A2136>
dwc:catalogNumber "CEIOC 79892" ;
dwc:collectionCode "REMLJ" ;
dwc:eventDate "2018-04-30" ;
dwc:locality "Jequia da Praia" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.95017" ;
dwc:verbatimLongitude "-36.08587" ;
trt:gbifOccurrenceId "3091130475" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3BF3FA61FB8A2136> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3E76F99DFB24214A>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2018-07-28" ;
dwc:locality "Lagoa da Anta" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "3" ;
dwc:verbatimLatitude "-9.643056" ;
dwc:verbatimLongitude "-35.698612" ;
trt:gbifOccurrenceId "3091130421" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3E76F99DFB24214A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3F01F9B9FA47216E>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2019-06-02" ;
dwc:locality "Fazenda Fiore" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "9" ;
dwc:verbatimLatitude "-9.448611" ;
dwc:verbatimLongitude "-35.534443" ;
trt:gbifOccurrenceId "3091130644" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3F01F9B9FA47216E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3ABEF9F1FC5C21A6>
dwc:catalogNumber "CEIOC 79773" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-24" ;
dwc:locality "Rio Ipanema" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "292" ;
dwc:verbatimLatitude "-9.28325" ;
dwc:verbatimLongitude "-37.27261" ;
trt:gbifOccurrenceId "3091130379" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3ABEF9F1FC5C21A6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F39B8F92DFF3F201E>
dwc:catalogNumber "CEIOC 79890" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.26081" ;
dwc:verbatimLongitude "-36.41567" ;
trt:gbifOccurrenceId "3091130425" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F39B8F92DFF3F201E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3AE2F965FC6D2032>
dwc:catalogNumber "CEIOC 79772" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-26" ;
dwc:locality "Caninde de Sao Francisco" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "301" ;
dwc:verbatimLatitude "-9.854917" ;
dwc:verbatimLongitude "-37.93911" ;
trt:gbifOccurrenceId "3091130430" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3AE2F965FC6D2032> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F39D3F881FB712055>
dwc:catalogNumber "CEIOC 79775" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-26" ;
dwc:locality "Riacho do Boqueirao" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "280" ;
dwc:verbatimLatitude "-9.909583" ;
dwc:verbatimLongitude "-37.883667" ;
trt:gbifOccurrenceId "3091130634" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F39D3F881FB712055> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3ED4F8BDFEBA208E>
dwc:catalogNumber "CEIOC 79776" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-26" ;
dwc:locality "Rio Curituba" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "190" ;
dwc:verbatimLatitude "-9.64425" ;
dwc:verbatimLongitude "-37.9185" ;
trt:gbifOccurrenceId "3091130630" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3ED4F8BDFEBA208E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8F3B9AF8F5FC0820A2>
dwc:catalogNumber "CEIOC 79778" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Jacare" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.19579" ;
dwc:verbatimLongitude "-37.53248" ;
trt:gbifOccurrenceId "3091130652" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8F3B9AF8F5FC0820A2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D25FF8839E8F811FEE527AA>
dwc:catalogNumber "BR 101" ;
dwc:collectionCode "BR" ;
dwc:eventDate "2018-05-03" ;
dwc:recordedBy "Japaratuba & Estrada" ;
dwc:verbatimLatitude "-10.54756" ;
dwc:verbatimLongitude "-36.96975" ;
trt:gbifOccurrenceId "3091130318" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D25FF8839E8F811FEE527AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D22FF883B4CFF19FB9027CE>
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-26" ;
dwc:locality "Riacho Moitete" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "202" ;
dwc:verbatimLatitude "-10.138028" ;
dwc:verbatimLongitude "-37.53158" ;
trt:gbifOccurrenceId "3091130387" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D22FF883B4CFF19FB9027CE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D22FF883E71FF35FD582606>
dwc:catalogNumber "CEIOC 79774" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-27" ;
dwc:locality "Rio Campos Novos" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "155" ;
dwc:verbatimLatitude "-9.904861" ;
dwc:verbatimLongitude "-37.387974" ;
trt:gbifOccurrenceId "3091130655" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D22FF883E71FF35FD582606> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D22FF8838BBFE8DFD97265A>
dwc:catalogNumber "CEIOC 79777" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-27" ;
dwc:locality "Rio Campos Novos" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "278" ;
dwc:verbatimLatitude "-9.971333" ;
dwc:verbatimLongitude "-37.590668" ;
trt:gbifOccurrenceId "3091130311" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D22FF8838BBFE8DFD97265A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF883A8FFC79FBFB267E.mc.20C51E1A7D22FF88387BFEA9FBFC267E>
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-27" ;
dwc:locality "Rio Jacare" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "179" ;
dwc:verbatimLatitude "-9.807778" ;
dwc:verbatimLongitude "-37.685917" ;
trt:gbifOccurrenceId "3091130563" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF883A8FFC79FBFB267E#20C51E1A7D22FF88387BFEA9FBFC267E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,145 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D25FF8F3A8FFEA9FD30240E>
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Tachygerris adamsoni" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF8F3A8FFEA9FD30240E.mc.20C51E1A7D25FF8F3BDDFDE5FC0525B2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF8F3A8FFEA9FD30240E.mc.20C51E1A7D25FF8F39EDFD01FB2725D6>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF8F3A8FFEA9FD30240E.mc.20C51E1A7D25FF8F3F00FD3DFD34240E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tachygerris_adamsoni_Drake_1942> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tachygerris_adamsoni_Drake_1942>
dwc:authority "(Drake, 1942)" ;
dwc:baseAuthorityName "Drake" ;
dwc:baseAuthorityYear "1942" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Tachygerris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Drake, 1942)" ;
dwc:species "adamsoni" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/54CMF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tachygerris_adamsoni> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tachygerris_adamsoni>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Tachygerris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "adamsoni" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tachygerris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tachygerris>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Tachygerris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF8F3A8FFEA9FD30240E.mc.20C51E1A7D25FF8F3BDDFDE5FC0525B2>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2018-09-09" ;
dwc:locality "Restaurante Santoregano" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "15" ;
dwc:verbatimLatitude "-9.58" ;
dwc:verbatimLongitude "-35.658333" ;
trt:gbifOccurrenceId "3091130376" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF8F3A8FFEA9FD30240E#20C51E1A7D25FF8F3BDDFDE5FC0525B2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF8F3A8FFEA9FD30240E.mc.20C51E1A7D25FF8F39EDFD01FB2725D6>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-16" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "10" ;
dwc:verbatimLatitude "-10.294167" ;
dwc:verbatimLongitude "-36.510834" ;
trt:gbifOccurrenceId "3091130442" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF8F3A8FFEA9FD30240E#20C51E1A7D25FF8F39EDFD01FB2725D6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D25FF8F3A8FFEA9FD30240E.mc.20C51E1A7D25FF8F3F00FD3DFD34240E>
dwc:catalogNumber "CEIOC 79860" ;
dwc:collectionCode "PNSI" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Areia Branca" ;
dwc:verbatimLatitude "-10.73868" ;
dwc:verbatimLongitude "-37.33537" ;
trt:gbifOccurrenceId "3091130415" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D25FF8F3A8FFEA9FD30240E#20C51E1A7D25FF8F3F00FD3DFD34240E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,156 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D26FF8C3A8FFD75FD0F2216>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Limnogonus profugus Drake & Harris 1930" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFD75FD0F2216.mc.20C51E1A7D26FF8C3BA3FBEDFC0F23BA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFD75FD0F2216.mc.20C51E1A7D26FF8C39F3FB09FACA23DE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFD75FD0F2216.mc.20C51E1A7D26FF8C3F29FB25FD132216> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Limnogonus_profugus_Drake_1930> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Limnogonus_profugus_Drake_1930>
dwc:authority "Drake & Harris, 1930" ;
dwc:authorityName "Drake & Harris" ;
dwc:authorityYear "1930" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake & Harris, 1930" ;
dwc:species "profugus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7VQ27> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Limnogonus_profugus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Limnogonus_profugus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "profugus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnogonus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnogonus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693285>
dc:description "FIGURES 6067. Collected specimens, dorsal view.60. Brachymetra albinervus. 61. Cylindrostethus palmaris. 62. Limnogonus aduncus. 63. L. ignotus. 64. L. profugus. 65. L. recurvus. 66. Neogerris lubricus. 67. Tachygerris adamsoni. Scale bars: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693285/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693291>
dc:description "FIGURE 68. Geographical distribution of Brachymetra albinervus, Cylindrostethus palmaris, Limnogonus aduncus, L. ignotus, L. profugus, L. recurvus, Neogerris lubricus and Tachygerris adamsoni in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693291/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFD75FD0F2216.mc.20C51E1A7D26FF8C3BA3FBEDFC0F23BA>
dwc:catalogNumber "CEIOC 79846" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Alagoas" ;
dwc:recordedBy "Maragogi" ;
dwc:verbatimLatitude "-8.922" ;
dwc:verbatimLongitude "-35.17947" ;
trt:gbifOccurrenceId "3091130512" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8C3A8FFD75FD0F2216#20C51E1A7D26FF8C3BA3FBEDFC0F23BA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFD75FD0F2216.mc.20C51E1A7D26FF8C39F3FB09FACA23DE>
dwc:catalogNumber "CEIOC 81242" ;
dwc:collectionCode "APAP" ;
dwc:eventDate "2018-05-02" ;
dwc:recordedBy "Piacabucu" ;
dwc:verbatimLatitude "-10.3252" ;
dwc:verbatimLongitude "-36.3506" ;
trt:gbifOccurrenceId "3091130384" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8C3A8FFD75FD0F2216#20C51E1A7D26FF8C39F3FB09FACA23DE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFD75FD0F2216.mc.20C51E1A7D26FF8C3F29FB25FD132216>
dwc:catalogNumber "CEIOC 79847" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-05" ;
dwc:locality "Estancia" ;
dwc:recordedBy "Lagoa dos Tambaquis & C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.31199" ;
dwc:verbatimLongitude "-37.30317" ;
trt:gbifOccurrenceId "3091130606" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8C3A8FFD75FD0F2216#20C51E1A7D26FF8C3F29FB25FD132216> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,164 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D26FF8C3A8FFF19FE2625B1>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Limnogonus ignotus Drake & Harris 1934" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFF19FE2625B1.mc.20C51E1A7D26FF8C3BA0FE71FC332526>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFF19FE2625B1.mc.20C51E1A7D26FF8C3E15FDADFAFA257A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFF19FE2625B1.mc.20C51E1A7D26FF8C3F5AFDC9FE15259E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFF19FE2625B1.mc.20C51E1A7D26FF8C3BC1FDE5FE2A25B1> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Limnogonus_ignotus_Drake_1934> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Limnogonus_ignotus_Drake_1934>
dwc:authority "Drake & Harris, 1934" ;
dwc:authorityName "Drake & Harris" ;
dwc:authorityYear "1934" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake & Harris, 1934" ;
dwc:species "ignotus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7VQ22> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Limnogonus_ignotus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Limnogonus_ignotus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ignotus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnogonus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnogonus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693285>
dc:description "FIGURES 6067. Collected specimens, dorsal view.60. Brachymetra albinervus. 61. Cylindrostethus palmaris. 62. Limnogonus aduncus. 63. L. ignotus. 64. L. profugus. 65. L. recurvus. 66. Neogerris lubricus. 67. Tachygerris adamsoni. Scale bars: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693285/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693291>
dc:description "FIGURE 68. Geographical distribution of Brachymetra albinervus, Cylindrostethus palmaris, Limnogonus aduncus, L. ignotus, L. profugus, L. recurvus, Neogerris lubricus and Tachygerris adamsoni in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693291/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFF19FE2625B1.mc.20C51E1A7D26FF8C3BA0FE71FC332526>
dwc:catalogNumber "CEIOC 79844" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Alagoas" ;
dwc:recordedBy "Maragogi" ;
dwc:verbatimLatitude "-9.02494" ;
dwc:verbatimLongitude "-35.23451" ;
trt:gbifOccurrenceId "3091130589" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8C3A8FFF19FE2625B1#20C51E1A7D26FF8C3BA0FE71FC332526> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFF19FE2625B1.mc.20C51E1A7D26FF8C3E15FDADFAFA257A>
dwc:catalogNumber "CEIOC 79900" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-02" ;
dwc:locality "Feliz Deserto" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.3252" ;
dwc:verbatimLongitude "-36.3506" ;
trt:gbifOccurrenceId "3091130618" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8C3A8FFF19FE2625B1#20C51E1A7D26FF8C3E15FDADFAFA257A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFF19FE2625B1.mc.20C51E1A7D26FF8C3F5AFDC9FE15259E>
dwc:collectionCode "RBSI" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Pirambu" ;
trt:gbifOccurrenceId "3091130386" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8C3A8FFF19FE2625B1#20C51E1A7D26FF8C3F5AFDC9FE15259E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8C3A8FFF19FE2625B1.mc.20C51E1A7D26FF8C3BC1FDE5FE2A25B1>
dwc:catalogNumber "CEIOC 79845" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-01" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.65147" ;
dwc:verbatimLongitude "-36.75714" ;
trt:gbifOccurrenceId "3091130529" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8C3A8FFF19FE2625B1#20C51E1A7D26FF8C3BC1FDE5FE2A25B1> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,256 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Limnogonus recurvus Drake & Harris 1930" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3BD9F9F7FCC921AC>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C392EF913FD0821C0>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C38EBF94FFC0F21E4>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C39F5F96BFE7A2038>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3BDDF887FC76205C>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C39DEF8A3FC692070>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C39D7F8DEFF092094>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3AF9F8FAFEE020A8>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3B43F817FCF420CC>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3951F833FB0B20CC>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3EFAF833FA4720E0>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D27FF8D3AB1FF18FCC827CE> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Limnogonus_recurvus_Drake_1930> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Limnogonus_recurvus_Drake_1930>
dwc:authority "Drake & Harris, 1930" ;
dwc:authorityName "Drake & Harris" ;
dwc:authorityYear "1930" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake & Harris, 1930" ;
dwc:species "recurvus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7VQ29> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Limnogonus_recurvus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Limnogonus_recurvus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "recurvus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnogonus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnogonus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693285>
dc:description "FIGURES 6067. Collected specimens, dorsal view.60. Brachymetra albinervus. 61. Cylindrostethus palmaris. 62. Limnogonus aduncus. 63. L. ignotus. 64. L. profugus. 65. L. recurvus. 66. Neogerris lubricus. 67. Tachygerris adamsoni. Scale bars: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693285/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693291>
dc:description "FIGURE 68. Geographical distribution of Brachymetra albinervus, Cylindrostethus palmaris, Limnogonus aduncus, L. ignotus, L. profugus, L. recurvus, Neogerris lubricus and Tachygerris adamsoni in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693291/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3BD9F9F7FCC921AC>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-18" ;
dwc:locality "Lagoa do Pau" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "7" ;
dwc:verbatimLatitude "-10.120556" ;
dwc:verbatimLongitude "-36.111942" ;
trt:gbifOccurrenceId "3091130363" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C3BD9F9F7FCC921AC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C392EF913FD0821C0>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-17" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "40" ;
dwc:verbatimLatitude "-10.252778" ;
dwc:verbatimLongitude "-36.546665" ;
trt:gbifOccurrenceId "3091130358" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C392EF913FD0821C0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C38EBF94FFC0F21E4>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-16" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "10" ;
dwc:verbatimLatitude "-10.294167" ;
dwc:verbatimLongitude "-36.510834" ;
trt:gbifOccurrenceId "3091130468" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C38EBF94FFC0F21E4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C39F5F96BFE7A2038>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2018-08-25" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "10" ;
dwc:verbatimLatitude "-10.294167" ;
dwc:verbatimLongitude "-36.510834" ;
trt:gbifOccurrenceId "3091130642" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C39F5F96BFE7A2038> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3BDDF887FC76205C>
dwc:catalogNumber "CEIOC 79858" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-04" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.25913" ;
dwc:verbatimLongitude "-36.41743" ;
trt:gbifOccurrenceId "3091130314" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C3BDDF887FC76205C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C39DEF8A3FC692070>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-18" ;
dwc:locality "Balneario" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "13" ;
dwc:verbatimLatitude "-9.842778" ;
dwc:verbatimLongitude "-35.98111" ;
trt:gbifOccurrenceId "3091130571" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C39DEF8A3FC692070> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C39D7F8DEFF092094>
dwc:collectionCode "PNSI" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Areia Branca" ;
trt:gbifOccurrenceId "3091130458" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C39D7F8DEFF092094> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3AF9F8FAFEE020A8>
dwc:catalogNumber "CEIOC 79856" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Riacho Negro" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.74754" ;
dwc:verbatimLongitude "-37.34015" ;
trt:gbifOccurrenceId "3091130591" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C3AF9F8FAFEE020A8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3B43F817FCF420CC>
dwc:catalogNumber "CEIOC 79903" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Jacare" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.19579" ;
dwc:verbatimLongitude "-37.53248" ;
trt:gbifOccurrenceId "3091130648" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C3B43F817FCF420CC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3951F833FB0B20CC>
dwc:collectionCode "RBSI" ;
dwc:recordedBy "Pirambu" ;
trt:gbifOccurrenceId "3091130405" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C3951F833FB0B20CC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D26FF8C3EFAF833FA4720E0>
dwc:catalogNumber "CEIOC 79859" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-01" ;
dwc:locality "Lagoa Redonda" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.665" ;
dwc:verbatimLongitude "-36.77311" ;
trt:gbifOccurrenceId "3091130602" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D26FF8C3EFAF833FA4720E0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D26FF8D3A8FFAD1FCC727CE.mc.20C51E1A7D27FF8D3AB1FF18FCC827CE>
dwc:catalogNumber "CEIOC 79857" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Pitanga" ;
dwc:recordedBy "C. F. B. Floriano & O. M. Magalhaes & J. M. S. Rodrigues" ;
dwc:verbatimLatitude "-10.96326" ;
dwc:verbatimLongitude "-37.16627" ;
trt:gbifOccurrenceId "3091130438" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D26FF8D3A8FFAD1FCC727CE#20C51E1A7D27FF8D3AB1FF18FCC827CE> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,168 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D27FF8E3A8FF972FAD1259E>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Neogerris lubricus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D27FF8E3A8FF972FAD1259E.mc.20C51E1A7D24FF8E3BDAFE1DFD2D26CA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D27FF8E3A8FF972FAD1259E.mc.20C51E1A7D24FF8E3917FE38FAF82502>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D27FF8E3A8FF972FAD1259E.mc.20C51E1A7D24FF8E3F5AFE70FCC2257A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D27FF8E3A8FF972FAD1259E.mc.20C51E1A7D24FF8E392FFDC9FAD2259E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Neogerris_lubricus_White_1879> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Neogerris_lubricus_White_1879>
dwc:authority "(White, 1879)" ;
dwc:baseAuthorityName "White" ;
dwc:baseAuthorityYear "1879" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Neogerris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(White, 1879)" ;
dwc:species "lubricus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/46HN4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neogerris_lubricus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Neogerris_lubricus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Neogerris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lubricus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neogerris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neogerris>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Neogerris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693285>
dc:description "FIGURES 6067. Collected specimens, dorsal view.60. Brachymetra albinervus. 61. Cylindrostethus palmaris. 62. Limnogonus aduncus. 63. L. ignotus. 64. L. profugus. 65. L. recurvus. 66. Neogerris lubricus. 67. Tachygerris adamsoni. Scale bars: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693285/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693291>
dc:description "FIGURE 68. Geographical distribution of Brachymetra albinervus, Cylindrostethus palmaris, Limnogonus aduncus, L. ignotus, L. profugus, L. recurvus, Neogerris lubricus and Tachygerris adamsoni in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693291/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D27FF8E3A8FF972FAD1259E.mc.20C51E1A7D24FF8E3BDAFE1DFD2D26CA>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2018-09-25" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimLatitude "-10.294167" ;
dwc:verbatimLongitude "-36.510834" ;
trt:gbifOccurrenceId "3091130397" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D27FF8E3A8FF972FAD1259E#20C51E1A7D24FF8E3BDAFE1DFD2D26CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D27FF8E3A8FF972FAD1259E.mc.20C51E1A7D24FF8E3917FE38FAF82502>
dwc:catalogNumber "CEIOC 79785" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-23" ;
dwc:locality "Caninde de Sao Francisco" ;
dwc:recordedBy "Piranhas & Poco Redondo & J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-9.673083" ;
dwc:verbatimLongitude "-37.661083" ;
trt:gbifOccurrenceId "3091130527" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D27FF8E3A8FF972FAD1259E#20C51E1A7D24FF8E3917FE38FAF82502> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D27FF8E3A8FF972FAD1259E.mc.20C51E1A7D24FF8E3F5AFE70FCC2257A>
dwc:catalogNumber "CEIOC 81244" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Jacare" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.19579" ;
dwc:verbatimLongitude "-37.53248" ;
trt:gbifOccurrenceId "3091130489" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D27FF8E3A8FF972FAD1259E#20C51E1A7D24FF8E3F5AFE70FCC2257A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D27FF8E3A8FF972FAD1259E.mc.20C51E1A7D24FF8E392FFDC9FAD2259E>
dwc:catalogNumber "CEIOC 81243" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-05" ;
dwc:locality "Estancia" ;
dwc:recordedBy "Lagoa dos Tambaquis & C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.31199" ;
dwc:verbatimLongitude "-37.30317" ;
trt:gbifOccurrenceId "3091130434" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D27FF8E3A8FF972FAD1259E#20C51E1A7D24FF8E392FFDC9FAD2259E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,133 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D28FF823A8FFB09FB852111>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693313>, <http://dx.doi.org/10.5281/zenodo.4693326> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Microvelia hinei Drake 1920" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFB09FB852111.mc.20C51E1A7D28FF823BA4FA45FB892111> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microvelia_hinei_Drake_1920> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693313>, <http://dx.doi.org/10.5281/zenodo.4693326> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microvelia_hinei_Drake_1920>
dwc:authority "Drake, 1920" ;
dwc:authorityName "Drake" ;
dwc:authorityYear "1920" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake, 1920" ;
dwc:species "hinei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7VVHF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microvelia_hinei> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microvelia_hinei>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hinei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microvelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microvelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693313>
dc:description "FIGURES 8387. Collected specimens, dorsal view. 83. Microvelia ayacuchana. 84. M. hinei. 85. M. longipes. 86. M. mimula. 87. M. pulchella. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693313/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693326>
dc:description "FIGURE 90. Geographical distribution of Microvelia ayacuchana, M. hinei, M. longipes, M. mimula, M. pulchella, M. quieta and M. venustatis in Alagoas and Sergipe, Northeast Brazil. Star indicates previously published record." ;
fabio:hasRepresentation <https://zenodo.org/record/4693326/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFB09FB852111.mc.20C51E1A7D28FF823BA4FA45FB892111>
dwc:catalogNumber "CEIOC 81591" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Maragogi" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-8.922" ;
dwc:verbatimLongitude "-35.17947" ;
trt:gbifOccurrenceId "3091130393" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D28FF823A8FFB09FB852111#20C51E1A7D28FF823BA4FA45FB892111> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,153 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D28FF823A8FFD3DFC85232E>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693313>, <http://dx.doi.org/10.5281/zenodo.4693326> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Microvelia ayacuchana Drake & Maldonado-Capriles 1952" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFD3DFC85232E.mc.20C51E1A7D28FF823BA4FC21FF3F230A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFD3DFC85232E.mc.20C51E1A7D28FF823B1CFC79FD17230A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFD3DFC85232E.mc.20C51E1A7D28FF8238C0FC79FC89232E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microvelia_ayacuchana_Drake_1952> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693313>, <http://dx.doi.org/10.5281/zenodo.4693326> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microvelia_ayacuchana_Drake_1952>
dwc:authority "Drake & Maldonado-Capriles, 1952" ;
dwc:authorityName "Drake & Maldonado-Capriles" ;
dwc:authorityYear "1952" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake & Maldonado-Capriles, 1952" ;
dwc:species "ayacuchana" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7VVGJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microvelia_ayacuchana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microvelia_ayacuchana>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ayacuchana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microvelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microvelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693313>
dc:description "FIGURES 8387. Collected specimens, dorsal view. 83. Microvelia ayacuchana. 84. M. hinei. 85. M. longipes. 86. M. mimula. 87. M. pulchella. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693313/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693326>
dc:description "FIGURE 90. Geographical distribution of Microvelia ayacuchana, M. hinei, M. longipes, M. mimula, M. pulchella, M. quieta and M. venustatis in Alagoas and Sergipe, Northeast Brazil. Star indicates previously published record." ;
fabio:hasRepresentation <https://zenodo.org/record/4693326/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFD3DFC85232E.mc.20C51E1A7D28FF823BA4FC21FF3F230A>
dwc:catalogNumber "CEIOC 81229" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Alagoas" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.2452" ;
dwc:verbatimLongitude "-36.42171" ;
trt:gbifOccurrenceId "3091130565" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D28FF823A8FFD3DFC85232E#20C51E1A7D28FF823BA4FC21FF3F230A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFD3DFC85232E.mc.20C51E1A7D28FF823B1CFC79FD17230A>
dwc:collectionCode "PNSI" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Areia Branca" ;
trt:gbifOccurrenceId "3091130631" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D28FF823A8FFD3DFC85232E#20C51E1A7D28FF823B1CFC79FD17230A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFD3DFC85232E.mc.20C51E1A7D28FF8238C0FC79FC89232E>
dwc:catalogNumber "CEIOC 81228" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Riacho Negro" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.74754" ;
dwc:verbatimLongitude "-37.34015" ;
trt:gbifOccurrenceId "3091130520" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D28FF823A8FFD3DFC85232E#20C51E1A7D28FF8238C0FC79FC89232E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,145 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D28FF823A8FFF19FAD12502>
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Husseyella halophila Drake 1958" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFF19FAD12502.mc.20C51E1A7D28FF823BA3FEE1FBA026B5>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFF19FAD12502.mc.20C51E1A7D28FF823E82FE1DFD6126EE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFF19FAD12502.mc.20C51E1A7D28FF8238CDFE55FAD22502> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Husseyella_halophila_Drake_1958> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Husseyella_halophila_Drake_1958>
dwc:authority "Drake, 1958" ;
dwc:authorityName "Drake" ;
dwc:authorityYear "1958" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Husseyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake, 1958" ;
dwc:species "halophila" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6MGQS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Husseyella_halophila> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Husseyella_halophila>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Husseyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "halophila" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Husseyella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Husseyella>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Husseyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFF19FAD12502.mc.20C51E1A7D28FF823BA3FEE1FBA026B5>
dwc:catalogNumber "CEIOC 79735" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Alagoas" ;
dwc:recordedBy "Maragogi" ;
dwc:verbatimLatitude "-8.91366" ;
dwc:verbatimLongitude "-35.15461" ;
trt:gbifOccurrenceId "3091130547" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D28FF823A8FFF19FAD12502#20C51E1A7D28FF823BA3FEE1FBA026B5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFF19FAD12502.mc.20C51E1A7D28FF823E82FE1DFD6126EE>
dwc:catalogNumber "CEIOC 79734" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Rio Sergipe" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.73444" ;
dwc:verbatimLongitude "-37.16538" ;
trt:gbifOccurrenceId "3091130302" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D28FF823A8FFF19FAD12502#20C51E1A7D28FF823E82FE1DFD6126EE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF823A8FFF19FAD12502.mc.20C51E1A7D28FF8238CDFE55FAD22502>
dwc:catalogNumber "CEIOC 79736" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Estrada Porto do Mato" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.41689" ;
dwc:verbatimLongitude "-37.36272" ;
trt:gbifOccurrenceId "3091130507" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D28FF823A8FFF19FAD12502#20C51E1A7D28FF8238CDFE55FAD22502> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,144 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D28FF833A8FF9D5FE0526B6>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693313>, <http://dx.doi.org/10.5281/zenodo.4693326> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Microvelia longipes Uhler 1894" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF833A8FF9D5FE0526B6.mc.20C51E1A7D29FF833BA3FEA9FBBB267E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF833A8FF9D5FE0526B6.mc.20C51E1A7D29FF833E9AFEC5FE0926B6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microvelia_longipes_Uhler_1894> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693313>, <http://dx.doi.org/10.5281/zenodo.4693326> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microvelia_longipes_Uhler_1894>
dwc:authority "Uhler, 1894" ;
dwc:authorityName "Uhler" ;
dwc:authorityYear "1894" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Uhler, 1894" ;
dwc:species "longipes" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7VVHL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microvelia_longipes> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microvelia_longipes>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longipes" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microvelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microvelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693313>
dc:description "FIGURES 8387. Collected specimens, dorsal view. 83. Microvelia ayacuchana. 84. M. hinei. 85. M. longipes. 86. M. mimula. 87. M. pulchella. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693313/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693326>
dc:description "FIGURE 90. Geographical distribution of Microvelia ayacuchana, M. hinei, M. longipes, M. mimula, M. pulchella, M. quieta and M. venustatis in Alagoas and Sergipe, Northeast Brazil. Star indicates previously published record." ;
fabio:hasRepresentation <https://zenodo.org/record/4693326/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF833A8FF9D5FE0526B6.mc.20C51E1A7D29FF833BA3FEA9FBBB267E>
dwc:catalogNumber "CEIOC 81253" ;
dwc:collectionCode "APAP" ;
dwc:eventDate "2018-05-02" ;
dwc:locality "Alagoas" ;
dwc:recordedBy "Piacabucu" ;
dwc:verbatimLatitude "-10.33585" ;
dwc:verbatimLongitude "-36.33268" ;
trt:gbifOccurrenceId "3091130561" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D28FF833A8FF9D5FE0526B6#20C51E1A7D29FF833BA3FEA9FBBB267E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D28FF833A8FF9D5FE0526B6.mc.20C51E1A7D29FF833E9AFEC5FE0926B6>
dwc:catalogNumber "CEIOC 81254" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.26081" ;
dwc:verbatimLongitude "-36.41567" ;
trt:gbifOccurrenceId "3091130578" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D28FF833A8FF9D5FE0526B6#20C51E1A7D29FF833E9AFEC5FE0926B6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,242 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693313>, <http://dx.doi.org/10.5281/zenodo.4693326> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Microvelia mimula White 1879" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833BDBFC79FC31232E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833E17FB95FD2E2342>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833909FBB1FD052366>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF8338E0FBEDFC3723BA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833E11FB09FA8C23BA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833F78FB09FA5A23DE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833A8FFB41FDA32216>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833883FB7CFA9F2216>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833F55FB7DFF3F224E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833AE5FAB5FB76224E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833EDBFAB4FE2A2286> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microvelia_mimula_White_1879> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693313>, <http://dx.doi.org/10.5281/zenodo.4693326> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microvelia_mimula_White_1879>
dwc:authority "White, 1879" ;
dwc:authorityName "White" ;
dwc:authorityYear "1879" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "White, 1879" ;
dwc:species "mimula" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7VVHN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microvelia_mimula> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microvelia_mimula>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mimula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microvelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microvelia>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Microvelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693313>
dc:description "FIGURES 8387. Collected specimens, dorsal view. 83. Microvelia ayacuchana. 84. M. hinei. 85. M. longipes. 86. M. mimula. 87. M. pulchella. Scale bars: 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693313/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693326>
dc:description "FIGURE 90. Geographical distribution of Microvelia ayacuchana, M. hinei, M. longipes, M. mimula, M. pulchella, M. quieta and M. venustatis in Alagoas and Sergipe, Northeast Brazil. Star indicates previously published record." ;
fabio:hasRepresentation <https://zenodo.org/record/4693326/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833BDBFC79FC31232E>
dwc:catalogNumber "CEIOC 81250" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22243" ;
dwc:verbatimLongitude "-35.87006" ;
trt:gbifOccurrenceId "3091130567" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF833BDBFC79FC31232E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833E17FB95FD2E2342>
dwc:catalogNumber "CEIOC 81251" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.25398" ;
dwc:verbatimLongitude "-35.80104" ;
trt:gbifOccurrenceId "3091130546" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF833E17FB95FD2E2342> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833909FBB1FD052366>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-25" ;
dwc:locality "Murici" ;
dwc:recordedBy "H. Rodrigues & K. Paresque" ;
dwc:verbatimLatitude "-9.276944" ;
dwc:verbatimLongitude "-35.95972" ;
trt:gbifOccurrenceId "3091130306" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF833909FBB1FD052366> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF8338E0FBEDFC3723BA>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-16" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "10" ;
dwc:verbatimLatitude "-10.294167" ;
dwc:verbatimLongitude "-36.510834" ;
trt:gbifOccurrenceId "3091130651" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF8338E0FBEDFC3723BA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833E11FB09FA8C23BA>
dwc:collectionCode "RBPT" ;
dwc:recordedBy "Quebrangulo" ;
trt:gbifOccurrenceId "3091130401" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF833E11FB09FA8C23BA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833F78FB09FA5A23DE>
dwc:catalogNumber "CEIOC 81249" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25375" ;
dwc:verbatimLongitude "-36.43072" ;
trt:gbifOccurrenceId "3091130493" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF833F78FB09FA5A23DE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833A8FFB41FDA32216>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-14" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "H. Rodrigues & K. Paresque" ;
dwc:verbatimElevation "284" ;
dwc:verbatimLatitude "-9.324022" ;
dwc:verbatimLongitude "-36.282646" ;
trt:gbifOccurrenceId "3091130389" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF833A8FFB41FDA32216> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833883FB7CFA9F2216>
dwc:collectionCode "PNSI" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Areia Branca" ;
trt:gbifOccurrenceId "3091130646" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF833883FB7CFA9F2216> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833F55FB7DFF3F224E>
dwc:catalogNumber "CEIOC 81248" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Riacho Vermelho" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.73868" ;
dwc:verbatimLongitude "-37.33537" ;
trt:gbifOccurrenceId "3091130564" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF833F55FB7DFF3F224E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833AE5FAB5FB76224E>
dwc:catalogNumber "CEIOC 81252" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Riacho Negro" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.74754" ;
dwc:verbatimLongitude "-37.34015" ;
trt:gbifOccurrenceId "3091130423" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF833AE5FAB5FB76224E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D29FF833A8FFE70FE262286.mc.20C51E1A7D29FF833EDBFAB4FE2A2286>
dwc:catalogNumber "CEIOC 81247" ;
dwc:collectionCode "RBSI" ;
dwc:eventDate "2018-05-01" ;
dwc:locality "Lagoa Redonda" ;
dwc:recordedBy "Pirambu" ;
dwc:verbatimLatitude "-10.665" ;
dwc:verbatimLongitude "-36.77311" ;
trt:gbifOccurrenceId "3091130385" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D29FF833A8FFE70FE262286#20C51E1A7D29FF833EDBFAB4FE2A2286> ;
a dwc:MaterialCitation .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,214 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D2AFF813A8FFE39FA43259E>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693307>, <http://dx.doi.org/10.5281/zenodo.4693311> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Husseyella diffidens" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813BA5FE8DFEAA267E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813B96FEC5FCFF2692>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813926FEE1FB2626B6>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813F08FE1DFC5F26CA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813982FE39FD6C26EE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF8138D4FE55FEE22526>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813B4EFDACFB8F257A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813E73FDC9FA47259E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Husseyella_diffidens_Drake_1933> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693307>, <http://dx.doi.org/10.5281/zenodo.4693311> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Husseyella_diffidens_Drake_1933>
dwc:authority "(Drake & Harris, 1933)" ;
dwc:baseAuthorityName "Drake & Harris" ;
dwc:baseAuthorityYear "1933" ;
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Husseyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Drake & Harris, 1933)" ;
dwc:species "diffidens" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3MV2D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Husseyella_diffidens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Husseyella_diffidens>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Husseyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "diffidens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Husseyella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Husseyella>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:genus "Husseyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Veliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Veliidae>
dwc:class "Insecta" ;
dwc:family "Veliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693307>
dc:description "FIGURES 7781. Collected specimens, dorsal view. 77. Hydrometra argentina. 78. Mesovelia amoena. 79. M. mulsanti. 80. Husseyella diffidens. 81. Hu. halophila. Scale bars: 1.0 mm (7778, 8081), 0.5 mm (79)." ;
fabio:hasRepresentation <https://zenodo.org/record/4693307/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693311>
dc:description "FIGURE 82. Geographical distribution of of Hydrometra argentina, Mesovelia amoena, M. mulsanti, Husseyela diffidens and H. halophila in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693311/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813BA5FE8DFEAA267E>
dwc:catalogNumber "CEIOC 79742" ;
dwc:collectionCode "REMLJ" ;
dwc:eventDate "2018-04-30" ;
dwc:locality "Jequia da Praia" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.04758" ;
dwc:verbatimLongitude "-36.02959" ;
trt:gbifOccurrenceId "3091130671" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2AFF813A8FFE39FA43259E#20C51E1A7D2BFF813BA5FE8DFEAA267E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813B96FEC5FCFF2692>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-24" ;
dwc:locality "Dunas de Marape" ;
dwc:recordedBy "H. Rodrigues & K. Paresque" ;
dwc:verbatimElevation "7" ;
dwc:verbatimLatitude "-10.047153" ;
dwc:verbatimLongitude "-36.029655" ;
trt:gbifOccurrenceId "3091130408" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2AFF813A8FFE39FA43259E#20C51E1A7D2BFF813B96FEC5FCFF2692> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813926FEE1FB2626B6>
dwc:catalogNumber "CEIOC 79737" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:recordedBy "Maragogi" ;
dwc:verbatimLatitude "-8.91366" ;
dwc:verbatimLongitude "-35.15461" ;
trt:gbifOccurrenceId "3091130413" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2AFF813A8FFE39FA43259E#20C51E1A7D2BFF813926FEE1FB2626B6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813F08FE1DFC5F26CA>
dwc:catalogNumber "CEIOC 79740" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-29" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.02494" ;
dwc:verbatimLongitude "-35.23451" ;
trt:gbifOccurrenceId "3091130497" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2AFF813A8FFE39FA43259E#20C51E1A7D2BFF813F08FE1DFC5F26CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813982FE39FD6C26EE>
dwc:catalogNumber "CEIOC 79739" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-8.99722" ;
dwc:verbatimLongitude "-35.21473" ;
trt:gbifOccurrenceId "3091130552" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2AFF813A8FFE39FA43259E#20C51E1A7D2BFF813982FE39FD6C26EE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF8138D4FE55FEE22526>
dwc:catalogNumber "CEIOC 79783" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-27" ;
dwc:locality "Rio Sao Francisco" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-10.398639" ;
dwc:verbatimLongitude "-36.446167" ;
trt:gbifOccurrenceId "3091130560" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2AFF813A8FFE39FA43259E#20C51E1A7D2BFF8138D4FE55FEE22526> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813B4EFDACFB8F257A>
dwc:catalogNumber "CEIOC 79741" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Atracadouro Porto do Cavalo" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.43094" ;
dwc:verbatimLongitude "-37.39524" ;
trt:gbifOccurrenceId "3091130351" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2AFF813A8FFE39FA43259E#20C51E1A7D2BFF813B4EFDACFB8F257A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2AFF813A8FFE39FA43259E.mc.20C51E1A7D2BFF813E73FDC9FA47259E>
dwc:catalogNumber "CEIOC 79738" ;
dwc:collectionCode "RBSI" ;
dwc:eventDate "2018-05-01" ;
dwc:recordedBy "Pacatuba" ;
dwc:verbatimLatitude "-10.55739" ;
dwc:verbatimLongitude "-36.56808" ;
trt:gbifOccurrenceId "3091130416" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2AFF813A8FFE39FA43259E#20C51E1A7D2BFF813E73FDC9FA47259E> ;
a dwc:MaterialCitation .

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,131 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D2EFF843A8FFE71FF2D2342>
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Merragata hebroides White 1877" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF843A8FFE71FF2D2342.mc.20C51E1A7D2EFF843BAEFC21FC0C230A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF843A8FFE71FF2D2342.mc.20C51E1A7D2EFF8439F5FC78FF312342> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Merragata_hebroides_White_1877> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Merragata_hebroides_White_1877>
dwc:authority "White, 1877" ;
dwc:authorityName "White" ;
dwc:authorityYear "1877" ;
dwc:class "Insecta" ;
dwc:family "Hebridae" ;
dwc:genus "Merragata" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "White, 1877" ;
dwc:species "hebroides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3ZWHN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Merragata_hebroides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Merragata_hebroides>
dwc:class "Insecta" ;
dwc:family "Hebridae" ;
dwc:genus "Merragata" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hebroides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Merragata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Merragata>
dwc:class "Insecta" ;
dwc:family "Hebridae" ;
dwc:genus "Merragata" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hebridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hebridae>
dwc:class "Insecta" ;
dwc:family "Hebridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF843A8FFE71FF2D2342.mc.20C51E1A7D2EFF843BAEFC21FC0C230A>
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-23" ;
dwc:locality "Caninde de Sao Francisco - Poco Redondo" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-9.673083" ;
dwc:verbatimLongitude "-37.661083" ;
trt:gbifOccurrenceId "3091130480" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2EFF843A8FFE71FF2D2342#20C51E1A7D2EFF843BAEFC21FC0C230A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF843A8FFE71FF2D2342.mc.20C51E1A7D2EFF8439F5FC78FF312342>
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Jacare" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.19579" ;
dwc:verbatimLongitude "-37.53248" ;
trt:gbifOccurrenceId "3091130673" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2EFF843A8FFE71FF2D2342#20C51E1A7D2EFF8439F5FC78FF312342> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,182 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D2EFF853A8FFA0CFAEB2606>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693307>, <http://dx.doi.org/10.5281/zenodo.4693311> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Hydrometra argentina Berg 1879" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF853A8FFA0CFAEB2606.mc.20C51E1A7D2EFF843BA1F8F5FAD220A2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF853A8FFA0CFAEB2606.mc.20C51E1A7D2EFF853F30F811FDE127AA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF853A8FFA0CFAEB2606.mc.20C51E1A7D2FFF853846FF19FD7627CE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF853A8FFA0CFAEB2606.mc.20C51E1A7D2FFF8538D1FF34FA5727E2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF853A8FFA0CFAEB2606.mc.20C51E1A7D2FFF853A8FFE8DFAEF2606> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydrometra_argentina_Berg_1879> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693307>, <http://dx.doi.org/10.5281/zenodo.4693311> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hydrometra_argentina_Berg_1879>
dwc:authority "Berg, 1879" ;
dwc:authorityName "Berg" ;
dwc:authorityYear "1879" ;
dwc:class "Insecta" ;
dwc:family "Hydrometridae" ;
dwc:genus "Hydrometra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berg, 1879" ;
dwc:species "argentina" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3N7LX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hydrometra_argentina> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hydrometra_argentina>
dwc:class "Insecta" ;
dwc:family "Hydrometridae" ;
dwc:genus "Hydrometra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "argentina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrometra> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrometra>
dwc:class "Insecta" ;
dwc:family "Hydrometridae" ;
dwc:genus "Hydrometra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrometridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrometridae>
dwc:class "Insecta" ;
dwc:family "Hydrometridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693307>
dc:description "FIGURES 7781. Collected specimens, dorsal view. 77. Hydrometra argentina. 78. Mesovelia amoena. 79. M. mulsanti. 80. Husseyella diffidens. 81. Hu. halophila. Scale bars: 1.0 mm (7778, 8081), 0.5 mm (79)." ;
fabio:hasRepresentation <https://zenodo.org/record/4693307/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693311>
dc:description "FIGURE 82. Geographical distribution of of Hydrometra argentina, Mesovelia amoena, M. mulsanti, Husseyela diffidens and H. halophila in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693311/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF853A8FFA0CFAEB2606.mc.20C51E1A7D2EFF843BA1F8F5FAD220A2>
dwc:catalogNumber "CEIOC 79725" ;
dwc:collectionCode "REMLJ" ;
dwc:eventDate "2018-04-30" ;
dwc:locality "Jequia da Praia" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.00873" ;
dwc:verbatimLongitude "-36.02297" ;
trt:gbifOccurrenceId "3091130664" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2EFF853A8FFA0CFAEB2606#20C51E1A7D2EFF843BA1F8F5FAD220A2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF853A8FFA0CFAEB2606.mc.20C51E1A7D2EFF853F30F811FDE127AA>
dwc:catalogNumber "CEIOC 79723" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-24" ;
dwc:locality "Rio Ipanema" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "292" ;
dwc:verbatimLatitude "-9.28325" ;
dwc:verbatimLongitude "-37.27261" ;
trt:gbifOccurrenceId "3091130327" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2EFF853A8FFA0CFAEB2606#20C51E1A7D2EFF853F30F811FDE127AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF853A8FFA0CFAEB2606.mc.20C51E1A7D2FFF853846FF19FD7627CE>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2019-03-21" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "284" ;
dwc:verbatimLatitude "-9.323889" ;
dwc:verbatimLongitude "-36.2825" ;
trt:gbifOccurrenceId "3091130452" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2EFF853A8FFA0CFAEB2606#20C51E1A7D2FFF853846FF19FD7627CE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF853A8FFA0CFAEB2606.mc.20C51E1A7D2FFF8538D1FF34FA5727E2>
dwc:catalogNumber "CEIOC 79722" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-05" ;
dwc:locality "Tambaquis" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.31199" ;
dwc:verbatimLongitude "-37.30317" ;
trt:gbifOccurrenceId "3091130459" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2EFF853A8FFA0CFAEB2606#20C51E1A7D2FFF8538D1FF34FA5727E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2EFF853A8FFA0CFAEB2606.mc.20C51E1A7D2FFF853A8FFE8DFAEF2606>
dwc:catalogNumber "CEIOC 79724" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-05" ;
dwc:locality "Tambaquis" ;
dwc:recordedBy "da Praia do Saco" ;
dwc:verbatimLatitude "-11.41902" ;
dwc:verbatimLongitude "-37.32231" ;
trt:gbifOccurrenceId "3091130566" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2EFF853A8FFA0CFAEB2606#20C51E1A7D2FFF853A8FFE8DFAEF2606> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,352 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693307>, <http://dx.doi.org/10.5281/zenodo.4693311> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Mesovelia amoena Uhler 1894" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853BDCFB09FAD523DE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853F3FFB25FEE02216>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853B45FB7DFAB12216>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853F96FB7DFD69224E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF8538CEFAB5FB212262>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853F3CFAD1FEAA22DA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853B97FA29FAD022DA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853F30FA29FCC022FE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853920FA45FD792112>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF8538DEFA61FBD52136>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853E34F99CFC08214A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF8539EDF9B9FD662182>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF8538C1F9F1FA5821A6>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853A8FF948FDB621FA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF85386DF949FD3D201E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF8538E3F965FE0E2032>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853BF7F881FC3B2056>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853E1BF8BDFA47206A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853AB1F8F5FE9E20A2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853B7AF811FC5420C6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mesovelia_amoena_Uhler_1894> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693307>, <http://dx.doi.org/10.5281/zenodo.4693311> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mesovelia_amoena_Uhler_1894>
dwc:authority "Uhler, 1894" ;
dwc:authorityName "Uhler" ;
dwc:authorityYear "1894" ;
dwc:class "Insecta" ;
dwc:family "Mesoveliidae" ;
dwc:genus "Mesovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Uhler, 1894" ;
dwc:species "amoena" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/73BFB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mesovelia_amoena> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mesovelia_amoena>
dwc:class "Insecta" ;
dwc:family "Mesoveliidae" ;
dwc:genus "Mesovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "amoena" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesovelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesovelia>
dwc:class "Insecta" ;
dwc:family "Mesoveliidae" ;
dwc:genus "Mesovelia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesoveliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesoveliidae>
dwc:class "Insecta" ;
dwc:family "Mesoveliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693307>
dc:description "FIGURES 7781. Collected specimens, dorsal view. 77. Hydrometra argentina. 78. Mesovelia amoena. 79. M. mulsanti. 80. Husseyella diffidens. 81. Hu. halophila. Scale bars: 1.0 mm (7778, 8081), 0.5 mm (79)." ;
fabio:hasRepresentation <https://zenodo.org/record/4693307/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693311>
dc:description "FIGURE 82. Geographical distribution of of Hydrometra argentina, Mesovelia amoena, M. mulsanti, Husseyela diffidens and H. halophila in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693311/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853BDCFB09FAD523DE>
dwc:catalogNumber "CEIOC 79879" ;
dwc:collectionCode "REMLJ" ;
dwc:eventDate "2018-04-30" ;
dwc:locality "Jequia da Praia" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.00413" ;
dwc:verbatimLongitude "-36.02559" ;
trt:gbifOccurrenceId "3091130517" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853BDCFB09FAD523DE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853F3FFB25FEE02216>
dwc:catalogNumber "CEIOC 81604" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.25398" ;
dwc:verbatimLongitude "-35.80104" ;
trt:gbifOccurrenceId "3091130629" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853F3FFB25FEE02216> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853B45FB7DFAB12216>
dwc:catalogNumber "CEIOC 79873, 81606" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22046" ;
dwc:verbatimLongitude "-35.87029" ;
trt:gbifOccurrenceId "3091130659" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853B45FB7DFAB12216> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853F96FB7DFD69224E>
dwc:catalogNumber "CEIOC 79765" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-22" ;
dwc:locality "Murici" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "427" ;
dwc:verbatimLatitude "-9.22925" ;
dwc:verbatimLongitude "-35.871223" ;
trt:gbifOccurrenceId "3091130599" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853F96FB7DFD69224E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF8538CEFAB5FB212262>
dwc:catalogNumber "CEIOC 79880" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-06" ;
dwc:locality "Coite do Noa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.6723" ;
dwc:verbatimLongitude "-36.49871" ;
trt:gbifOccurrenceId "3091130338" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF8538CEFAB5FB212262> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853F3CFAD1FEAA22DA>
dwc:catalogNumber "CEIOC 79874" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.26081" ;
dwc:verbatimLongitude "-36.41567" ;
trt:gbifOccurrenceId "3091130336" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853F3CFAD1FEAA22DA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853B97FA29FAD022DA>
dwc:catalogNumber "CEIOC 79876" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.26206" ;
dwc:verbatimLongitude "-36.42639" ;
trt:gbifOccurrenceId "3091130585" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853B97FA29FAD022DA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853F30FA29FCC022FE>
dwc:catalogNumber "CEIOC 79872" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-04" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.26042" ;
dwc:verbatimLongitude "-36.41602" ;
trt:gbifOccurrenceId "3091130466" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853F30FA29FCC022FE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853920FA45FD792112>
dwc:catalogNumber "CEIOC 79871, 79878" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-04" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25913" ;
dwc:verbatimLongitude "-36.41743" ;
trt:gbifOccurrenceId "3091130576" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853920FA45FD792112> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF8538DEFA61FBD52136>
dwc:catalogNumber "CEIOC 79875" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-05" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.23403" ;
dwc:verbatimLongitude "-36.44886" ;
trt:gbifOccurrenceId "3091130501" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF8538DEFA61FBD52136> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853E34F99CFC08214A>
dwc:catalogNumber "CEIOC 79877" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.2452" ;
dwc:verbatimLongitude "-36.42171" ;
trt:gbifOccurrenceId "3091130357" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853E34F99CFC08214A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF8539EDF9B9FD662182>
dwc:catalogNumber "CEIOC 79763" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Santo Antonio da Lavagem" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-9.1341915" ;
dwc:verbatimLongitude "-36.08092" ;
trt:gbifOccurrenceId "3091130304" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF8539EDF9B9FD662182> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF8538C1F9F1FA5821A6>
dwc:catalogNumber "CEIOC 79764" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-9.324271" ;
dwc:verbatimLongitude "-36.282993" ;
trt:gbifOccurrenceId "3091130641" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF8538C1F9F1FA5821A6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853A8FF948FDB621FA>
dwc:collectionCode "PNSI" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Areia Branca" ;
trt:gbifOccurrenceId "3091130663" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853A8FF948FDB621FA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF85386DF949FD3D201E>
dwc:catalogNumber "CEIOC 79869" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Riacho Negro" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.74754" ;
dwc:verbatimLongitude "-37.34015" ;
trt:gbifOccurrenceId "3091130605" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF85386DF949FD3D201E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF8538E3F965FE0E2032>
dwc:catalogNumber "CEIOC 79770" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Riacho Vermelho" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.73868" ;
dwc:verbatimLongitude "-37.33537" ;
trt:gbifOccurrenceId "3091130570" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF8538E3F965FE0E2032> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853BF7F881FC3B2056>
dwc:catalogNumber "CEIOC 81603" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Jacare" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.98511" ;
dwc:verbatimLongitude "-37.28683" ;
trt:gbifOccurrenceId "3091130390" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853BF7F881FC3B2056> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853E1BF8BDFA47206A>
dwc:catalogNumber "CEIOC 79868" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.36791" ;
dwc:verbatimLongitude "-36.8074" ;
trt:gbifOccurrenceId "3091130586" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853E1BF8BDFA47206A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853AB1F8F5FE9E20A2>
dwc:catalogNumber "CEIOC 81605" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-09" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
trt:gbifOccurrenceId "3091130532" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853AB1F8F5FE9E20A2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D2FFF853A8FFDC8FC5320C6.mc.20C51E1A7D2FFF853B7AF811FC5420C6>
dwc:catalogNumber "CEIOC 79867" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Estrada Rita Cacete" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.98511" ;
dwc:verbatimLongitude "-37.28683" ;
trt:gbifOccurrenceId "3091130403" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D2FFF853A8FFDC8FC5320C6#20C51E1A7D2FFF853B7AF811FC5420C6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,237 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Cylindrostethus palmaris Drake & Harris 1934" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933BA3FF51FC352606>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933E12FE8DFF3F267E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933B19FEC5FD1B2692>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF9338FAFEE1FEE126CA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933B78FE39FF3F26EE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933B1CFE54FCF82502>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF93395BFE71FB082502>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933EFBFE71FA472526>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933AB3FDC9FD0D259E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF9338F7FDE5FD6A25B2> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cylindrostethus_palmaris_Drake_1934> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cylindrostethus_palmaris_Drake_1934>
dwc:authority "Drake & Harris, 1934" ;
dwc:authorityName "Drake & Harris" ;
dwc:authorityYear "1934" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Cylindrostethus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake & Harris, 1934" ;
dwc:species "palmaris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/334B3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cylindrostethus_palmaris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cylindrostethus_palmaris>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Cylindrostethus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "palmaris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cylindrostethus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cylindrostethus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Cylindrostethus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693285>
dc:description "FIGURES 6067. Collected specimens, dorsal view.60. Brachymetra albinervus. 61. Cylindrostethus palmaris. 62. Limnogonus aduncus. 63. L. ignotus. 64. L. profugus. 65. L. recurvus. 66. Neogerris lubricus. 67. Tachygerris adamsoni. Scale bars: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693285/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693291>
dc:description "FIGURE 68. Geographical distribution of Brachymetra albinervus, Cylindrostethus palmaris, Limnogonus aduncus, L. ignotus, L. profugus, L. recurvus, Neogerris lubricus and Tachygerris adamsoni in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693291/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933BA3FF51FC352606>
dwc:catalogNumber "CEIOC 79693" ;
dwc:collectionCode "APACC" ;
dwc:eventDate "2018-04-29" ;
dwc:locality "Alagoas" ;
dwc:recordedBy "Maragogi" ;
dwc:verbatimLatitude "-8.93073" ;
dwc:verbatimLongitude "-35.21049" ;
trt:gbifOccurrenceId "3091130447" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2#20C51E1A7D39FF933BA3FF51FC352606> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933E12FE8DFF3F267E>
dwc:catalogNumber "CEIOC 79698" ;
dwc:collectionCode "RBPT" ;
dwc:eventDate "2018-07-04" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "Quebrangulo" ;
dwc:verbatimLatitude "-9.25913" ;
dwc:verbatimLongitude "-36.41743" ;
trt:gbifOccurrenceId "3091130469" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2#20C51E1A7D39FF933E12FE8DFF3F267E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933B19FEC5FD1B2692>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-08-14" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "H. Rodrigues & K. Paresque" ;
dwc:verbatimElevation "284" ;
dwc:verbatimLatitude "-9.324022" ;
dwc:verbatimLongitude "-36.282646" ;
trt:gbifOccurrenceId "3091130456" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2#20C51E1A7D39FF933B19FEC5FD1B2692> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF9338FAFEE1FEE126CA>
dwc:catalogNumber "CEIOC 79771" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-9.324271" ;
dwc:verbatimLongitude "-36.282993" ;
trt:gbifOccurrenceId "3091130562" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2#20C51E1A7D39FF9338FAFEE1FEE126CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933B78FE39FF3F26EE>
dwc:catalogNumber "CEIOC 79770" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Cachoeira do Anel" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "333" ;
dwc:verbatimLatitude "-9.317462" ;
dwc:verbatimLongitude "-36.29411" ;
trt:gbifOccurrenceId "3091130349" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2#20C51E1A7D39FF933B78FE39FF3F26EE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933B1CFE54FCF82502>
dwc:catalogNumber "CEIOC 79696" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.36791" ;
dwc:verbatimLongitude "-36.8074" ;
trt:gbifOccurrenceId "3091130536" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2#20C51E1A7D39FF933B1CFE54FCF82502> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF93395BFE71FB082502>
dwc:collectionCode "RBSI" ;
dwc:recordedBy "Pirambu" ;
trt:gbifOccurrenceId "3091130638" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2#20C51E1A7D39FF93395BFE71FB082502> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933EFBFE71FA472526>
dwc:catalogNumber "CEIOC 79694" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-01" ;
dwc:locality "Lagoa Redonda" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.665" ;
dwc:verbatimLongitude "-36.77311" ;
trt:gbifOccurrenceId "3091130325" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2#20C51E1A7D39FF933EFBFE71FA472526> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF933AB3FDC9FD0D259E>
dwc:catalogNumber "CEIOC 79695" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Pitanga" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.96326" ;
dwc:verbatimLongitude "-37.16627" ;
trt:gbifOccurrenceId "3091130436" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2#20C51E1A7D39FF933AB3FDC9FD0D259E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D38FF933A8FFA44FD6925B2.mc.20C51E1A7D39FF9338F7FDE5FD6A25B2>
dwc:catalogNumber "CEIOC 79697" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Estrada Rita Cacete" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.98511" ;
dwc:verbatimLongitude "-37.28683" ;
trt:gbifOccurrenceId "3091130511" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D38FF933A8FFA44FD6925B2#20C51E1A7D39FF9338F7FDE5FD6A25B2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,270 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Limnogonus aduncus Drake & Harris 1933" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933BA3F986FBE8215C>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933E4BF9A2FD452170>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF9338A9F9DEFA472170>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933ABEF9FAFD7A21A9>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF9338A7F916FD0121CD>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933918F932FA8721CC>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933F7FF932FF3F2004>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933AE4F88AFAC92004>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933F29F88AFDAA2059>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933898F8A6FD34207D>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF93391DF8C2FBB62091>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933E9EF8FEFF3F20C8>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933B18F836FC5420ED> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Limnogonus_aduncus_Drake_1933> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Limnogonus_aduncus_Drake_1933>
dwc:authority "Drake & Harris, 1933" ;
dwc:authorityName "Drake & Harris" ;
dwc:authorityYear "1933" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Drake & Harris, 1933" ;
dwc:species "aduncus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7VPZP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Limnogonus_aduncus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Limnogonus_aduncus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "aduncus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Limnogonus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Limnogonus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Limnogonus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693285>
dc:description "FIGURES 6067. Collected specimens, dorsal view.60. Brachymetra albinervus. 61. Cylindrostethus palmaris. 62. Limnogonus aduncus. 63. L. ignotus. 64. L. profugus. 65. L. recurvus. 66. Neogerris lubricus. 67. Tachygerris adamsoni. Scale bars: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693285/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693291>
dc:description "FIGURE 68. Geographical distribution of Brachymetra albinervus, Cylindrostethus palmaris, Limnogonus aduncus, L. ignotus, L. profugus, L. recurvus, Neogerris lubricus and Tachygerris adamsoni in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693291/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933BA3F986FBE8215C>
dwc:catalogNumber "CEIOC 79850" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.25398" ;
dwc:verbatimLongitude "-35.80104" ;
trt:gbifOccurrenceId "3091130619" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF933BA3F986FBE8215C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933E4BF9A2FD452170>
dwc:catalogNumber "CEIOC 79852" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22243" ;
dwc:verbatimLongitude "-35.87006" ;
trt:gbifOccurrenceId "3091130604" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF933E4BF9A2FD452170> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF9338A9F9DEFA472170>
dwc:catalogNumber "CEIOC 79855" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.25398" ;
dwc:verbatimLongitude "-35.80104" ;
trt:gbifOccurrenceId "3091130593" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF9338A9F9DEFA472170> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933ABEF9FAFD7A21A9>
dwc:catalogNumber "CEIOC 79768" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-22" ;
dwc:locality "Murici" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "427" ;
dwc:verbatimLatitude "-9.22925" ;
dwc:verbatimLongitude "-35.871223" ;
trt:gbifOccurrenceId "3091130316" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF933ABEF9FAFD7A21A9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF9338A7F916FD0121CD>
dwc:catalogNumber "CEIOC 79769" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-22" ;
dwc:locality "Cachoeira do Socorro" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "361" ;
dwc:verbatimLatitude "-9.236" ;
dwc:verbatimLongitude "-35.86089" ;
trt:gbifOccurrenceId "3091130368" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF9338A7F916FD0121CD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933918F932FA8721CC>
dwc:collectionCode "RBPT" ;
dwc:recordedBy "Quebrangulo" ;
trt:gbifOccurrenceId "3091130645" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF933918F932FA8721CC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933F7FF932FF3F2004>
dwc:catalogNumber "CEIOC 79851" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.23403" ;
dwc:verbatimLongitude "-36.44886" ;
trt:gbifOccurrenceId "3091130335" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF933F7FF932FF3F2004> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933AE4F88AFAC92004>
dwc:catalogNumber "CEIOC 79854" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.2452" ;
dwc:verbatimLongitude "-36.42171" ;
trt:gbifOccurrenceId "3091130640" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF933AE4F88AFAC92004> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933F29F88AFDAA2059>
dwc:collectionCode "PNSI" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Areia Branca" ;
trt:gbifOccurrenceId "3091130656" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF933F29F88AFDAA2059> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933898F8A6FD34207D>
dwc:catalogNumber "CEIOC 79849" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Riacho Negro" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.74754" ;
dwc:verbatimLongitude "-37.34015" ;
trt:gbifOccurrenceId "3091130662" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF933898F8A6FD34207D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF93391DF8C2FBB62091>
dwc:catalogNumber "CEIOC 79902" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.19579" ;
dwc:verbatimLongitude "-37.53248" ;
trt:gbifOccurrenceId "3091130649" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF93391DF8C2FBB62091> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933E9EF8FEFF3F20C8>
dwc:catalogNumber "CEIOC 79853" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.36791" ;
dwc:verbatimLongitude "-36.8074" ;
trt:gbifOccurrenceId "3091130412" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF933E9EF8FEFF3F20C8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D39FF933A8FFC43FC5320ED.mc.20C51E1A7D39FF933B18F836FC5420ED>
dwc:catalogNumber "CEIOC 79848" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Estrada Rita Cacete" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.98511" ;
dwc:verbatimLongitude "-37.28683" ;
trt:gbifOccurrenceId "3091130632" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D39FF933A8FFC43FC5320ED#20C51E1A7D39FF933B18F836FC5420ED> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,452 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2>
cito:cites <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:title "Brachymetra albinervus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923BDAFF19FACB27CE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923F2AFF35FCF727E2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF92395EFF51FEE22606>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923B4DFE8DFB732606>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EDFFE8CFC80267E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF92396DFEC5FD102692>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF9238F2FEE1FC6B26B6>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF9239D6FE1DFF2B26CA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923B00FE39FCAD26CA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF92399AFE39FB9D26EE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923E46FE55FCAA2502>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF92398BFE71FB252502>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923F10FE71FF3F257A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923B19FDC8FB5A257A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EBBFDC9FC1F259E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF9239C3FDE5FBEC25B2>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923E52FD01FE0825EA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923BE8FD59FB1D240E>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EC4FD75FD602446>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF9238F8FCCDFDBF249A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923867FCE8FB6C249A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EA6FCE9FA4724BE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923AB4FC21FD9D24F6>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF92387CFC5DFB53230A>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EB2FC79FD4C2342>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF9238A8FBB1FB1A2342>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EC9FBB1FF3F23BA>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923AE7FB09FCB823DE>, <http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923966FB25FC9A23F2> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Brachymetra_albinervus_Amyot_1843> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4958.1.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4958.1.9>
bibo:endPage "159" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2021-04-14" ;
bibo:startPage "103" ;
bibo:volume "4958" ;
dc:creator "Rodrigues, Juliana Mourão Dos Santos; Nery, Leticia; Rodrigues, Higor D. D.; Moreira, Felipe Ferraz Figueiredo" ;
dc:date "2021" ;
dc:title "Survey of the semiaquatic bugs (Hemiptera: Heteroptera: Gerromorpha) from Alagoas and Sergipe, Northeast Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4693285>, <http://dx.doi.org/10.5281/zenodo.4693291> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Brachymetra_albinervus_Amyot_1843>
dwc:authority "(Amyot & Serville, 1843)" ;
dwc:baseAuthorityName "Amyot & Serville" ;
dwc:baseAuthorityYear "1843" ;
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Brachymetra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Amyot & Serville, 1843)" ;
dwc:species "albinervus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Brachymetra_albinervus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Brachymetra_albinervus>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Brachymetra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "albinervus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brachymetra> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachymetra>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:genus "Brachymetra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gerridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gerridae>
dwc:class "Insecta" ;
dwc:family "Gerridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.4693285>
dc:description "FIGURES 6067. Collected specimens, dorsal view.60. Brachymetra albinervus. 61. Cylindrostethus palmaris. 62. Limnogonus aduncus. 63. L. ignotus. 64. L. profugus. 65. L. recurvus. 66. Neogerris lubricus. 67. Tachygerris adamsoni. Scale bars: 2 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/4693285/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4693291>
dc:description "FIGURE 68. Geographical distribution of Brachymetra albinervus, Cylindrostethus palmaris, Limnogonus aduncus, L. ignotus, L. profugus, L. recurvus, Neogerris lubricus and Tachygerris adamsoni in Alagoas and Sergipe, Northeast Brazil." ;
fabio:hasRepresentation <https://zenodo.org/record/4693291/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923BDAFF19FACB27CE>
dwc:catalogNumber "CEIOC 79705, 79707, 79710" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22046" ;
dwc:verbatimLongitude "-35.87029" ;
trt:gbifOccurrenceId "3091130463" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923BDAFF19FACB27CE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923F2AFF35FCF727E2>
dwc:catalogNumber "CEIOC 79720" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.25398" ;
dwc:verbatimLongitude "-35.80104" ;
trt:gbifOccurrenceId "3091130551" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923F2AFF35FCF727E2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF92395EFF51FEE22606>
dwc:catalogNumber "CEIOC 79703" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.22706" ;
dwc:verbatimLongitude "-35.87198" ;
trt:gbifOccurrenceId "3091130419" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF92395EFF51FEE22606> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923B4DFE8DFB732606>
dwc:catalogNumber "CEIOC 81600" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-04-28" ;
dwc:locality "Murici" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-9.23787" ;
dwc:verbatimLongitude "-35.86406" ;
trt:gbifOccurrenceId "3091130465" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923B4DFE8DFB732606> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EDFFE8CFC80267E>
dwc:catalogNumber "CEIOC 79788" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-22" ;
dwc:locality "Cachoeira do Socorro" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "361" ;
dwc:verbatimLatitude "-9.236" ;
dwc:verbatimLongitude "-35.86089" ;
trt:gbifOccurrenceId "3091130519" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923EDFFE8CFC80267E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF92396DFEC5FD102692>
dwc:catalogNumber "CEIOC 79789" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-22" ;
dwc:locality "Cachoeira do Socorro" ;
dwc:recordedBy "J. M. S. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "427" ;
dwc:verbatimLatitude "-9.22925" ;
dwc:verbatimLongitude "-35.871223" ;
trt:gbifOccurrenceId "3091130628" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF92396DFEC5FD102692> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF9238F2FEE1FC6B26B6>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-16" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "10" ;
dwc:verbatimLatitude "-10.294167" ;
dwc:verbatimLongitude "-36.510834" ;
trt:gbifOccurrenceId "3091130676" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF9238F2FEE1FC6B26B6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF9239D6FE1DFF2B26CA>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2018-08-25" ;
dwc:locality "Penedo" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "10" ;
dwc:verbatimLatitude "-10.294167" ;
dwc:verbatimLongitude "-36.510834" ;
trt:gbifOccurrenceId "3091130394" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF9239D6FE1DFF2B26CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923B00FE39FCAD26CA>
dwc:collectionCode "RBPT" ;
dwc:recordedBy "Quebrangulo" ;
trt:gbifOccurrenceId "3091130637" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923B00FE39FCAD26CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF92399AFE39FB9D26EE>
dwc:catalogNumber "CEIOC 79702, 79716" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-04" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25913" ;
dwc:verbatimLongitude "-36.41743" ;
trt:gbifOccurrenceId "3091130431" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF92399AFE39FB9D26EE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923E46FE55FCAA2502>
dwc:catalogNumber "CEIOC 79708" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-04" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.26042" ;
dwc:verbatimLongitude "-36.41602" ;
trt:gbifOccurrenceId "3091130367" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923E46FE55FCAA2502> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF92398BFE71FB252502>
dwc:collectionCode "RBPT" ;
dwc:recordedBy "Quebrangulo" ;
trt:gbifOccurrenceId "3091130597" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF92398BFE71FB252502> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923F10FE71FF3F257A>
dwc:catalogNumber "CEIOC 79711, 79713" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.23668" ;
dwc:verbatimLongitude "-36.44938" ;
trt:gbifOccurrenceId "3091130440" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923F10FE71FF3F257A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923B19FDC8FB5A257A>
dwc:catalogNumber "CEIOC 79709" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Sitio Juliana" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.25131" ;
dwc:verbatimLongitude "-36.4317" ;
trt:gbifOccurrenceId "3091130541" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923B19FDC8FB5A257A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EBBFDC9FC1F259E>
dwc:catalogNumber "CEIOC 79699" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-05" ;
dwc:locality "Rio Cafuringa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.2452" ;
dwc:verbatimLongitude "-36.42171" ;
trt:gbifOccurrenceId "3091130509" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923EBBFDC9FC1F259E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF9239C3FDE5FBEC25B2>
dwc:collectionCode "MZUSP" ;
dwc:eventDate "2017-09-18" ;
dwc:locality "Balneario" ;
dwc:recordedBy "H. Rodrigues" ;
dwc:verbatimElevation "13" ;
dwc:verbatimLatitude "-9.842778" ;
dwc:verbatimLongitude "-35.98111" ;
trt:gbifOccurrenceId "3091130414" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF9239C3FDE5FBEC25B2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923E52FD01FE0825EA>
dwc:catalogNumber "CEIOC 79787" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Estrada" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-9.146383" ;
dwc:verbatimLongitude "-36.24298" ;
trt:gbifOccurrenceId "3091130359" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923E52FD01FE0825EA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923BE8FD59FB1D240E>
dwc:catalogNumber "CEIOC 79704" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-06" ;
dwc:locality "Coite do Noa" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-9.6723" ;
dwc:verbatimLongitude "-36.49871" ;
trt:gbifOccurrenceId "3091130407" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923BE8FD59FB1D240E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EC4FD75FD602446>
dwc:catalogNumber "CEIOC 79790" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Fazenda Baixa Funda" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimLatitude "-9.324271" ;
dwc:verbatimLongitude "-36.282993" ;
trt:gbifOccurrenceId "3091130549" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923EC4FD75FD602446> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF9238F8FCCDFDBF249A>
dwc:catalogNumber "CEIOC 79786" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2019-05-21" ;
dwc:locality "Cachoeira do Anel" ;
dwc:recordedBy "J. M. S. Rodrigues & H. Rodrigues & W. Sousa & F. F. F. Moreira" ;
dwc:verbatimElevation "333" ;
dwc:verbatimLatitude "-9.317462" ;
dwc:verbatimLongitude "-36.29437" ;
trt:gbifOccurrenceId "3091130575" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF9238F8FCCDFDBF249A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923867FCE8FB6C249A>
dwc:collectionCode "PNSI" ;
dwc:locality "Sergipe" ;
dwc:recordedBy "Areia Branca" ;
trt:gbifOccurrenceId "3091130343" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923867FCE8FB6C249A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EA6FCE9FA4724BE>
dwc:catalogNumber "CEIOC 79712, 79864" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-07-08" ;
dwc:locality "Riacho Vermelho" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & J. F. Barbosa" ;
dwc:verbatimLatitude "-10.73868" ;
dwc:verbatimLongitude "-37.33537" ;
trt:gbifOccurrenceId "3091130495" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923EA6FCE9FA4724BE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923AB4FC21FD9D24F6>
dwc:catalogNumber "CEIOC 79706" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Jacare" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-11.19579" ;
dwc:verbatimLongitude "-37.53248" ;
trt:gbifOccurrenceId "3091130623" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923AB4FC21FD9D24F6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF92387CFC5DFB53230A>
dwc:catalogNumber "CEIOC 79721" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.54756" ;
dwc:verbatimLongitude "-36.96975" ;
trt:gbifOccurrenceId "3091130668" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF92387CFC5DFB53230A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EB2FC79FD4C2342>
dwc:catalogNumber "CEIOC 79714, 79719" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-03" ;
dwc:locality "Estrada" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.36791" ;
dwc:verbatimLongitude "-36.8074" ;
trt:gbifOccurrenceId "3091130303" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923EB2FC79FD4C2342> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF9238A8FBB1FB1A2342>
dwc:collectionCode "RBSI" ;
dwc:recordedBy "Pirambu" ;
trt:gbifOccurrenceId "3091130328" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF9238A8FBB1FB1A2342> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923EC9FBB1FF3F23BA>
dwc:catalogNumber "CEIOC 79715, 79717" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-01" ;
dwc:locality "Lagoa Redonda" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.665" ;
dwc:verbatimLongitude "-36.77311" ;
trt:gbifOccurrenceId "3091130487" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923EC9FBB1FF3F23BA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923AE7FB09FCB823DE>
dwc:catalogNumber "CEIOC 79700, 79701" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Rio Pitanga" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.96326" ;
dwc:verbatimLongitude "-37.16627" ;
trt:gbifOccurrenceId "3091130598" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923AE7FB09FCB823DE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/1804A5517D3DFF923A8FF989FC9623F2.mc.20C51E1A7D38FF923966FB25FC9A23F2>
dwc:catalogNumber "CEIOC 79718" ;
dwc:collectionCode "CEIOC" ;
dwc:eventDate "2018-05-04" ;
dwc:locality "Estrada Rita Cacete" ;
dwc:recordedBy "C. F. B. Floriano & J. M. S. Rodrigues & O. M. Magalhaes" ;
dwc:verbatimLatitude "-10.98511" ;
dwc:verbatimLongitude "-37.28683" ;
trt:gbifOccurrenceId "3091130542" ;
trt:httpUri <https://treatment.plazi.org/id/1804A5517D3DFF923A8FF989FC9623F2#20C51E1A7D38FF923966FB25FC9A23F2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,153 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1804D850B8A2A8967A7606D85E822D53>
dc:creator "Broad, Gavin R." ;
dc:title "Arbelus athaliaeperda Curtis 1860" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Arbelus_athaliaeperda_Curtis_1860> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Bassus_athaliaeperda>, <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_athaliiperdus>, <http://taxon-name.plazi.org/id/Animalia/Bassus> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e9042> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e9042>
bibo:endPage "9042" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "9042" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Ichneumonidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Arbelus_athaliaeperda_Curtis_1860>
dwc:authority "Curtis, 1860" ;
dwc:authorityName "Curtis" ;
dwc:authorityYear "1860" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Arbelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Curtis, 1860" ;
dwc:species "athaliaeperda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/G6FL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arbelus_athaliaeperda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Arbelus_athaliaeperda>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Arbelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "athaliaeperda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arbelus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arbelus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Arbelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bassus_athaliaeperda>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Bassus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "athaliaeperda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bassus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bassus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Bassus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ethelurgina_athaliiperdus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ethelurgina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "athaliiperdus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ethelurgina>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ethelurgina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,126 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180510317087D3194AF58728B505EEAE>
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:title "Lophuromys (Lophuromys) aquilus True 1892" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/180510317087D3194AF58728B505EEAE.mc.F900CDED69C04A37BCA14D18090FC627> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lophuromys_aquilus_True_1892> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.7316535> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.7316535>
bibo:endPage "1531" ;
bibo:startPage "1189" ;
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:date "2005" ;
dc:title "Order Rodentia - Family Muridae" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Animalia/Lophuromys_aquilus_True_1892>
dwc:authority "True 1892" ;
dwc:authorityName "True" ;
dwc:authorityYear "1892" ;
dwc:class "Mammalia" ;
dwc:family "Muridae" ;
dwc:genus "Lophuromys" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "True, 1892" ;
dwc:species "aquilus" ;
dwc:subGenus "Lophuromys" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7VQQG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lophuromys_aquilus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lophuromys_aquilus>
dwc:class "Mammalia" ;
dwc:family "Muridae" ;
dwc:genus "Lophuromys" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "aquilus" ;
dwc:subGenus "Lophuromys" ;
dwc:vernacularName "Dark-colored Brush-furred Rat"@en ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lophuromys_Lophuromys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lophuromys_Lophuromys>
dwc:class "Mammalia" ;
dwc:family "Muridae" ;
dwc:genus "Lophuromys" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "subGenus" ;
dwc:subGenus "Lophuromys" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lophuromys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lophuromys>
dwc:class "Mammalia" ;
dwc:family "Muridae" ;
dwc:genus "Lophuromys" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Muridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Muridae>
dwc:class "Mammalia" ;
dwc:family "Muridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rodentia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rodentia>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mammalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mammalia>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/180510317087D3194AF58728B505EEAE.mc.F900CDED69C04A37BCA14D18090FC627>
dwc:verbatimElevation "2650.0" ;
trt:gbifOccurrenceId "4867324467" ;
trt:httpUri <https://treatment.plazi.org/id/180510317087D3194AF58728B505EEAE#F900CDED69C04A37BCA14D18090FC627> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,78 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1805C04642BC93ABD241FCAF6032F920>
dc:creator "Tan, Ming Kai; Abdul Wahab, Rodzay bin Haji" ;
dc:title "Rhaphidophora sp." ;
trt:publishedIn <http://dx.doi.org/10.3897/jor.27.24152> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhaphidophora> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/jor.27.24152>
bibo:endPage "142" ;
bibo:issue "2" ;
bibo:journal "Journal of Orthoptera Research" ;
bibo:startPage "119" ;
bibo:volume "27" ;
dc:creator "Tan, Ming Kai; Abdul Wahab, Rodzay bin Haji" ;
dc:date "2018" ;
dc:title "Preliminary study on the diversity of Orthoptera from Kuala Belalong Field Studies Centre, Brunei Darussalam, Borneo" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Rhaphidophora>
dwc:class "Insecta" ;
dwc:family "Rhaphidophoridae" ;
dwc:genus "Rhaphidophora" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhaphidophoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhaphidophoridae>
dwc:class "Insecta" ;
dwc:family "Rhaphidophoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,137 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/1805F319BE3D6538B66E72701CFE73B8>
dc:creator "Kostova, Rumyana; Gueorguiev, Borislav" ;
dc:title "Stenolophus (Stenolophus) abdominalis subsp. persicus Mannerheim 1844" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Stenolophus_abdominalis_persicus_Mannerheim_1844> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8135> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8135>
bibo:endPage "8135" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8135" ;
bibo:volume "4" ;
dc:creator "Kostova, Rumyana; Gueorguiev, Borislav" ;
dc:date "2016" ;
dc:title "The ground beetles (Coleoptera: Carabidae) of the Strandzha Mountain and adjacent coastal territories (Bulgaria and Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Stenolophus_abdominalis_persicus_Mannerheim_1844>
dwc:authority "Mannerheim, 1844" ;
dwc:authorityName "Mannerheim" ;
dwc:authorityYear "1844" ;
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Stenolophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "Mannerheim, 1844" ;
dwc:species "abdominalis" ;
dwc:subGenus "Stenolophus" ;
dwc:subSpecies "persicus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stenolophus_abdominalis_persicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Stenolophus_abdominalis_persicus>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Stenolophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:species "abdominalis" ;
dwc:subGenus "Stenolophus" ;
dwc:subSpecies "persicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stenolophus_abdominalis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stenolophus_abdominalis>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Stenolophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "abdominalis" ;
dwc:subGenus "Stenolophus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stenolophus_Stenolophus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stenolophus_Stenolophus>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Stenolophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Stenolophus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stenolophus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stenolophus>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:genus "Stenolophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Carabidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Carabidae>
dwc:class "Insecta" ;
dwc:family "Carabidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,143 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180604378DF0471AC4A8539D045691C8>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_inversus>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_carri>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_controversus>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_rubricans>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_semirufus>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_constantineanui>' due to issues with rank ;
dc:creator "Broad, Gavin R." ;
dc:title "Barichneumon gemellus Gravenhorst 1829" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Barichneumon_gemellus_Gravenhorst_1829> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumon_gemellus>, <http://taxon-name.plazi.org/id/Animalia/Ichneumon>, <http://taxon-name.plazi.org/id/Animalia/Stenobarichneumon> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e9042> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e9042>
bibo:endPage "9042" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "9042" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Ichneumonidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Barichneumon_gemellus_Gravenhorst_1829>
dwc:ID-ENA "2881604" ;
dwc:authority "Gravenhorst, 1829" ;
dwc:authorityName "Gravenhorst" ;
dwc:authorityYear "1829" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Barichneumon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gravenhorst, 1829" ;
dwc:species "gemellus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/KPDK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Barichneumon_gemellus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Barichneumon_gemellus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Barichneumon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gemellus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Barichneumon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Barichneumon>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Barichneumon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumon_gemellus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ichneumon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gemellus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumon>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Ichneumon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stenobarichneumon>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Stenobarichneumon" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,165 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18061D432460FFA3FF345D2FFC70FC74>
cito:cites <http://dx.doi.org/10.5281/zenodo.213070>, <http://dx.doi.org/10.5281/zenodo.213071> ;
dc:creator "Masumoto, Masami; Ohno, Suguru; Ganaha-Kikumura, Tomoko; Miyagi, Akiko; Okajima, Shûji" ;
dc:title "Scolothrips asura Ramakrishna & Margabandhu" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips_azura> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Scolothrips_asura_Ramakrishna_1931>, <http://taxon-concept.plazi.org/id/Animalia/Scolothrips_quadrinotata_Han_1982> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3183.1.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips_asura> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3183.1.2>
bibo:endPage "48" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2012-02-06" ;
bibo:startPage "36" ;
bibo:volume "3183" ;
dc:creator "Masumoto, Masami; Ohno, Suguru; Ganaha-Kikumura, Tomoko; Miyagi, Akiko; Okajima, Shûji" ;
dc:date "2012" ;
dc:title "Review of the genus Scolothrips (Insecta, Thysanoptera, Thripidae) from Japan" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.213070>, <http://dx.doi.org/10.5281/zenodo.213071> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Scolothrips_asura_Ramakrishna_1931>
dwc:authority "Ramakrishna & Margabandhu, 1931: 1035" ;
dwc:authorityName "Ramakrishna & Margabandhu" ;
dwc:authorityPageNumber "1035" ;
dwc:authorityYear "1931" ;
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ramakrishna & Margabandhu, 1931" ;
dwc:species "asura" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/79XJP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips_asura> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Scolothrips_quadrinotata_Han_1982>
dwc:authority "Han & Zhang 1982: 56" ;
dwc:authorityName "Han & Zhang" ;
dwc:authorityPageNumber "56" ;
dwc:authorityYear "1982" ;
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Han & Zhang, 1982" ;
dwc:species "quadrinotata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/79XJP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips_quadrinotata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips_asura>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "asura" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scolothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips_azura>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "azura" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scolothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips_quadrinotata>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "quadrinotata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scolothrips> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.213070>
dc:description "FIGURE 1. Scolothrips asura, female. A, Head and pronotum; B, antenna, right; C, metascutum; D, prosternal ferna and prospinasternum; E, tergites I II (right side omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213070/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213071>
dc:description "FIGURE 2. Scolothrips asura, female (A D) and male (E F). A, Fore wing, right (marginal fringe hairs omitted); B, tergite VI, right side; C, tergites VIII-X; D, sternite VII; E, tergite IX (MD setae irregularly lost); F, sternites VII VIII (sculpture omitted, VIII with additional setae). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213071/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,111 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18061D432460FFA4FF345F99FA01FE0E>
cito:cites <http://dx.doi.org/10.5281/zenodo.213071>, <http://dx.doi.org/10.5281/zenodo.213070>, <http://dx.doi.org/10.5281/zenodo.213073>, <http://dx.doi.org/10.5281/zenodo.213072>, <http://dx.doi.org/10.5281/zenodo.213074>, <http://dx.doi.org/10.5281/zenodo.213075> ;
dc:creator "Masumoto, Masami; Ohno, Suguru; Ganaha-Kikumura, Tomoko; Miyagi, Akiko; Okajima, Shûji" ;
dc:title "Scolothrips" ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3183.1.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3183.1.2>
bibo:endPage "48" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2012-02-06" ;
bibo:startPage "36" ;
bibo:volume "3183" ;
dc:creator "Masumoto, Masami; Ohno, Suguru; Ganaha-Kikumura, Tomoko; Miyagi, Akiko; Okajima, Shûji" ;
dc:date "2012" ;
dc:title "Review of the genus Scolothrips (Insecta, Thysanoptera, Thripidae) from Japan" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.213071>, <http://dx.doi.org/10.5281/zenodo.213070>, <http://dx.doi.org/10.5281/zenodo.213073>, <http://dx.doi.org/10.5281/zenodo.213072>, <http://dx.doi.org/10.5281/zenodo.213074>, <http://dx.doi.org/10.5281/zenodo.213075> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.213071>
dc:description "FIGURE 2. Scolothrips asura, female (A D) and male (E F). A, Fore wing, right (marginal fringe hairs omitted); B, tergite VI, right side; C, tergites VIII-X; D, sternite VII; E, tergite IX (MD setae irregularly lost); F, sternites VII VIII (sculpture omitted, VIII with additional setae). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213071/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213070>
dc:description "FIGURE 1. Scolothrips asura, female. A, Head and pronotum; B, antenna, right; C, metascutum; D, prosternal ferna and prospinasternum; E, tergites I II (right side omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213070/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213073>
dc:description "FIGURE 4. Scolothrips rhagebianus, female (A C) and male (D E). A, Fore wing, right, (marginal fringe hairs omitted), holotype of indicus; B, tergite V I (right side omitted); C, tergites VIII XI, mid-dorsal seta (MD), seta 1 (S 1), seta 2 (S 2), seta 3 (S 3), small seta 3 (SS 3); D, tergite IX, mid-dorsal seta (MD); F, sternite VII (sculpture omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213073/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213072>
dc:description "FIGURE 3. Scolothrips rhagebianus, female. A, Head and pronotum; B, antenna, right; C, metascutum; D, prosternal ferna and prospinasternum; E, tergites I II (right side omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213072/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213074>
dc:description "FIGURE 5. Scolothrips takahashii, female. A, Head and pronotum; B, mesonotum and metascutum; C, prosternal ferna and prospinasternum; D, tergites I II (right side omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213074/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213075>
dc:description "FIGURE 6. Scolothrips takahashii, female (A D) and male (E F). A, Fore wing, right (marginal fringe hairs omitted); C, antenna, right; D, tergites VIII X; E, tergite IX; F, sternite VII (sculpture omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213075/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,124 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18061D432463FFA7FF345DF4FE45F860>
cito:cites <http://dx.doi.org/10.5281/zenodo.213070>, <http://dx.doi.org/10.5281/zenodo.213074>, <http://dx.doi.org/10.5281/zenodo.213071>, <http://dx.doi.org/10.5281/zenodo.213075>, <http://dx.doi.org/10.5281/zenodo.213073> ;
dc:creator "Masumoto, Masami; Ohno, Suguru; Ganaha-Kikumura, Tomoko; Miyagi, Akiko; Okajima, Shûji" ;
dc:title "Scolothrips Hind" ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Scolothrips_Hinds_1902> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3183.1.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3183.1.2>
bibo:endPage "48" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2012-02-06" ;
bibo:startPage "36" ;
bibo:volume "3183" ;
dc:creator "Masumoto, Masami; Ohno, Suguru; Ganaha-Kikumura, Tomoko; Miyagi, Akiko; Okajima, Shûji" ;
dc:date "2012" ;
dc:title "Review of the genus Scolothrips (Insecta, Thysanoptera, Thripidae) from Japan" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.213070>, <http://dx.doi.org/10.5281/zenodo.213074>, <http://dx.doi.org/10.5281/zenodo.213071>, <http://dx.doi.org/10.5281/zenodo.213075>, <http://dx.doi.org/10.5281/zenodo.213073> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Scolothrips_Hinds_1902>
dwc:authority "Hinds, 1902: 157" ;
dwc:authorityName "Hinds" ;
dwc:authorityPageNumber "157" ;
dwc:authorityYear "1902" ;
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Hinds, 1902" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/644V3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.213070>
dc:description "FIGURE 1. Scolothrips asura, female. A, Head and pronotum; B, antenna, right; C, metascutum; D, prosternal ferna and prospinasternum; E, tergites I II (right side omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213070/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213074>
dc:description "FIGURE 5. Scolothrips takahashii, female. A, Head and pronotum; B, mesonotum and metascutum; C, prosternal ferna and prospinasternum; D, tergites I II (right side omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213074/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213071>
dc:description "FIGURE 2. Scolothrips asura, female (A D) and male (E F). A, Fore wing, right (marginal fringe hairs omitted); B, tergite VI, right side; C, tergites VIII-X; D, sternite VII; E, tergite IX (MD setae irregularly lost); F, sternites VII VIII (sculpture omitted, VIII with additional setae). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213071/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213075>
dc:description "FIGURE 6. Scolothrips takahashii, female (A D) and male (E F). A, Fore wing, right (marginal fringe hairs omitted); C, antenna, right; D, tergites VIII X; E, tergite IX; F, sternite VII (sculpture omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213075/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213073>
dc:description "FIGURE 4. Scolothrips rhagebianus, female (A C) and male (D E). A, Fore wing, right, (marginal fringe hairs omitted), holotype of indicus; B, tergite V I (right side omitted); C, tergites VIII XI, mid-dorsal seta (MD), seta 1 (S 1), seta 2 (S 2), seta 3 (S 3), small seta 3 (SS 3); D, tergite IX, mid-dorsal seta (MD); F, sternite VII (sculpture omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213073/files/figure.png> ;
a fabio:Figure .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18061D432467FFAEFF345CF9FBD5FA34>
cito:cites <http://dx.doi.org/10.5281/zenodo.213072>, <http://dx.doi.org/10.5281/zenodo.213073> ;
dc:creator "Masumoto, Masami; Ohno, Suguru; Ganaha-Kikumura, Tomoko; Miyagi, Akiko; Okajima, Shûji" ;
dc:title "Scolothrips rhagebianus Priesner" ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Scolothrips_rhagebianus_Priesner_1950> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3183.1.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips_rhagebianus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3183.1.2>
bibo:endPage "48" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2012-02-06" ;
bibo:startPage "36" ;
bibo:volume "3183" ;
dc:creator "Masumoto, Masami; Ohno, Suguru; Ganaha-Kikumura, Tomoko; Miyagi, Akiko; Okajima, Shûji" ;
dc:date "2012" ;
dc:title "Review of the genus Scolothrips (Insecta, Thysanoptera, Thripidae) from Japan" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.213072>, <http://dx.doi.org/10.5281/zenodo.213073> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Scolothrips_rhagebianus_Priesner_1950>
dwc:authority "Priesner, 1950: 46" ;
dwc:authorityName "Priesner" ;
dwc:authorityPageNumber "46" ;
dwc:authorityYear "1950" ;
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Priesner, 1950" ;
dwc:species "rhagebianus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4VSWW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips_rhagebianus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips_rhagebianus>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rhagebianus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scolothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.213072>
dc:description "FIGURE 3. Scolothrips rhagebianus, female. A, Head and pronotum; B, antenna, right; C, metascutum; D, prosternal ferna and prospinasternum; E, tergites I II (right side omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213072/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213073>
dc:description "FIGURE 4. Scolothrips rhagebianus, female (A C) and male (D E). A, Fore wing, right, (marginal fringe hairs omitted), holotype of indicus; B, tergite V I (right side omitted); C, tergites VIII XI, mid-dorsal seta (MD), seta 1 (S 1), seta 2 (S 2), seta 3 (S 3), small seta 3 (SS 3); D, tergite IX, mid-dorsal seta (MD); F, sternite VII (sculpture omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213073/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,152 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18061D43246AFFADFF345939FAACF90F>
cito:cites <http://dx.doi.org/10.5281/zenodo.213074>, <http://dx.doi.org/10.5281/zenodo.213075> ;
dc:creator "Masumoto, Masami; Ohno, Suguru; Ganaha-Kikumura, Tomoko; Miyagi, Akiko; Okajima, Shûji" ;
dc:title "Scolothrips takahashii Priesner" ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Scolothrips_takahashii_Priesner_1950>, <http://taxon-concept.plazi.org/id/Animalia/Scolothrips_priesneri_Sakimura_1954> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3183.1.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips_takahashii> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3183.1.2>
bibo:endPage "48" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2012-02-06" ;
bibo:startPage "36" ;
bibo:volume "3183" ;
dc:creator "Masumoto, Masami; Ohno, Suguru; Ganaha-Kikumura, Tomoko; Miyagi, Akiko; Okajima, Shûji" ;
dc:date "2012" ;
dc:title "Review of the genus Scolothrips (Insecta, Thysanoptera, Thripidae) from Japan" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.213074>, <http://dx.doi.org/10.5281/zenodo.213075> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Scolothrips_takahashii_Priesner_1950>
dwc:authority "Priesner, 1950: 52" ;
dwc:authorityName "Priesner" ;
dwc:authorityPageNumber "52" ;
dwc:authorityYear "1950" ;
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Priesner, 1950" ;
dwc:species "takahashii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4VSWX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips_takahashii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Scolothrips_priesneri_Sakimura_1954>
dwc:authority "Sakimura 1954: 357" ;
dwc:authorityName "Sakimura" ;
dwc:authorityPageNumber "357" ;
dwc:authorityYear "1954" ;
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sakimura, 1954" ;
dwc:species "priesneri" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4VSWX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Scolothrips_priesneri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips_takahashii>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "takahashii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scolothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scolothrips_priesneri>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Scolothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "priesneri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scolothrips> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.213074>
dc:description "FIGURE 5. Scolothrips takahashii, female. A, Head and pronotum; B, mesonotum and metascutum; C, prosternal ferna and prospinasternum; D, tergites I II (right side omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213074/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.213075>
dc:description "FIGURE 6. Scolothrips takahashii, female (A D) and male (E F). A, Fore wing, right (marginal fringe hairs omitted); C, antenna, right; D, tergites VIII X; E, tergite IX; F, sternite VII (sculpture omitted). Scales: 0.04 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/213075/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,88 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1806914D742BD8861A3203759DA5E9D5>
dc:creator "Konrad Lauber; Gerhart Wagner; Andreas Gygax" ;
dc:title "Gypsophila paniculata L." ;
trt:publishedIn <http://publication.plazi.org/id/CE1534D0BEFA8874D73381BD971E7902> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Gypsophila_paniculata> ;
a trt:Treatment .
<http://publication.plazi.org/id/CE1534D0BEFA8874D73381BD971E7902>
bibo:endPage "696" ;
bibo:startPage "632" ;
dc:creator "Konrad Lauber; Gerhart Wagner; Andreas Gygax" ;
dc:date "2018" ;
dc:title "Flora Helvetica - Caryophyllaceae" ;
a fabio:BookSection .
<http://taxon-name.plazi.org/id/Plantae/Gypsophila_paniculata>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:genus "Gypsophila" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "paniculata" ;
dwc:vernacularName "Schleierkraut"@de, "Rispiges Gipskraut"@de, "Gypsophile paniculee"@fr, "Gipsofila comune"@it ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gypsophila> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gypsophila>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:genus "Gypsophila" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caryophyllaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Caryophyllaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caryophyllales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
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 .

View file

@ -0,0 +1,133 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18071D3BD48997F4B3B45EF6F54C6B20>
dc:creator "Takiya, Daniela Maeda; Santos, Allan Paulo Moreira; Pinto, Angelo Parise; Henriques-Oliveira, Ana Lucia; Carvalho, Alcimar do Lago; Sampaio, Brunno Henrique Lanzellotti; Clarkson, Bruno; Moreira, Felipe Ferraz Figueiredo; Avelino-Capistrano, Fernanda; Goncalves, Ines Correa; Cordeiro, Isabelle da Rocha Silva; Camara, Josenir Teixeira; Barbosa, Julianna Freires; de Souza, W. Rafael Maciel; Rafael, Jose Albertino" ;
dc:title "Tropisternus (Pristoternus) flavipalpis Sharp 1883" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18071D3BD48997F4B3B45EF6F54C6B20.mc.53D6A72EECA85B9EE6CD17F602FD91B3> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tropisternus_flavipalpis_Sharp_1883> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8354> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8354>
bibo:endPage "8354" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8354" ;
bibo:volume "4" ;
dc:creator "Takiya, Daniela Maeda; Santos, Allan Paulo Moreira; Pinto, Angelo Parise; Henriques-Oliveira, Ana Lucia; Carvalho, Alcimar do Lago; Sampaio, Brunno Henrique Lanzellotti; Clarkson, Bruno; Moreira, Felipe Ferraz Figueiredo; Avelino-Capistrano, Fernanda; Goncalves, Ines Correa; Cordeiro, Isabelle da Rocha Silva; Camara, Josenir Teixeira; Barbosa, Julianna Freires; de Souza, W. Rafael Maciel; Rafael, Jose Albertino" ;
dc:date "2016" ;
dc:title "Aquatic Insects from the Caatinga: checklists and diversity assessments of Ubajara (Ceara State) and Sete Cidades (Piaui State) National Parks, Northeastern Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tropisternus_flavipalpis_Sharp_1883>
dwc:authority "Sharp, 1883" ;
dwc:authorityName "Sharp" ;
dwc:authorityYear "1883" ;
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Tropisternus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sharp, 1883" ;
dwc:species "flavipalpis" ;
dwc:subGenus "Pristoternus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/59CWB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tropisternus_flavipalpis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tropisternus_flavipalpis>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Tropisternus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "flavipalpis" ;
dwc:subGenus "Pristoternus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tropisternus_Pristoternus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tropisternus_Pristoternus>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Tropisternus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pristoternus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tropisternus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tropisternus>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:genus "Tropisternus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrophilidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrophilidae>
dwc:class "Insecta" ;
dwc:family "Hydrophilidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/18071D3BD48997F4B3B45EF6F54C6B20.mc.53D6A72EECA85B9EE6CD17F602FD91B3>
dwc:collectionCode "DZRJ" ;
dwc:eventDate "2013-02-15" ;
dwc:locality "Parque Nacional de Ubajara, Ponte sobre Rio Miranda" ;
dwc:recordedBy "Santos, A. P. M. | Takiya, D. M." ;
dwc:samplingProtocol "Pennsylvania light trap" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "-3.835389" ;
dwc:verbatimLongitude "-40.913197" ;
trt:httpUri <https://treatment.plazi.org/id/18071D3BD48997F4B3B45EF6F54C6B20#53D6A72EECA85B9EE6CD17F602FD91B3> ;
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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18072D86676C48347B21C70F31639985>
dc:creator "Moore, Matthew R.; Jameson, Mary L.; Garner, Beulah H.; Audibert, Cedric; Smith, Andrew B. T.; Seidel, Matthias" ;
dc:title "Pelidnota agnesae Soula 2010" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pelidnota_agnesae_Soula_2010> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.666.9191> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.666.9191>
bibo:endPage "349" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2017-04-06" ;
bibo:startPage "1" ;
bibo:volume "666" ;
dc:creator "Moore, Matthew R.; Jameson, Mary L.; Garner, Beulah H.; Audibert, Cedric; Smith, Andrew B. T.; Seidel, Matthias" ;
dc:date "2017" ;
dc:title "Synopsis of the pelidnotine scarabs (Coleoptera, Scarabaeidae, Rutelinae, Rutelini) and annotated catalog of the species and subspecies" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pelidnota_agnesae_Soula_2010>
dwc:LSID "18072D86-676C-4834-7B21-C70F31639985" ;
dwc:authority "Soula, 2010" ;
dwc:authorityName "Soula" ;
dwc:authorityYear "2010" ;
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:genus "Pelidnota" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Soula, 2010" ;
dwc:species "agnesae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pelidnota_agnesae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pelidnota_agnesae>
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:genus "Pelidnota" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "agnesae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pelidnota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pelidnota>
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:genus "Pelidnota" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scarabaeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scarabaeidae>
dwc:class "Insecta" ;
dwc:family "Scarabaeidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,141 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18078786EC1DFFA5209CFEBEBBE1F9F2>
cito:cites <http://dx.doi.org/10.5281/zenodo.6571658>, <http://dx.doi.org/10.5281/zenodo.6571660> ;
dc:creator "Das, Abhijit; Gower, David J.; Narayanan, Surya; Pal, Saunak; Boruah, Bitupan; Magar, Sanjay; Das, Sanjib; Moulick, Soumabrata; Deepak, V." ;
dc:title "Oligodon melaneus Wall 1909" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18078786EC1DFFA5209CFEBEBBE1F9F2.mc.20C63CCDEC1DFFA520CCFDBABC47FD37>, <http://tb.plazi.org/GgServer/dwcaRecords/18078786EC1DFFA5209CFEBEBBE1F9F2.mc.20C63CCDEC1DFFA520CCFB56BE88FB3E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Oligodon_melaneus_Wall_1909> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5138.4.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5138.4.4>
bibo:endPage "430" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2022-05-19" ;
bibo:startPage "417" ;
bibo:volume "5138" ;
dc:creator "Das, Abhijit; Gower, David J.; Narayanan, Surya; Pal, Saunak; Boruah, Bitupan; Magar, Sanjay; Das, Sanjib; Moulick, Soumabrata; Deepak, V." ;
dc:date "2022" ;
dc:title "Rediscovery and systematics of the rarely encountered Blue-bellied kukri snake (Oligodon melaneus Wall, 1909) from Assam, India" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.6571658>, <http://dx.doi.org/10.5281/zenodo.6571660> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Oligodon_melaneus_Wall_1909>
dwc:authority "Wall, 1909" ;
dwc:authorityName "Wall" ;
dwc:authorityYear "1909" ;
dwc:class "Reptilia" ;
dwc:family "Colubridae" ;
dwc:genus "Oligodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wall, 1909" ;
dwc:species "melaneus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Oligodon_melaneus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Oligodon_melaneus>
dwc:class "Reptilia" ;
dwc:family "Colubridae" ;
dwc:genus "Oligodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "melaneus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oligodon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oligodon>
dwc:class "Reptilia" ;
dwc:family "Colubridae" ;
dwc:genus "Oligodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Colubridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Colubridae>
dwc:class "Reptilia" ;
dwc:family "Colubridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Squamata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Squamata>
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Reptilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Reptilia>
dwc:class "Reptilia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.6571658>
dc:description "FIGURE 2. Designated lectotype of Oligodon melaneus (BMNH 1910.12.31.3). Photographs by Kevin Webb. Scale bar increments in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/6571658/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.6571660>
dc:description "FIGURE 3. Paralectotype of Oligodon melaneus BNHS 958. Photographs by Saunak Pal. Image not to scale." ;
fabio:hasRepresentation <https://zenodo.org/record/6571660/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/18078786EC1DFFA5209CFEBEBBE1F9F2.mc.20C63CCDEC1DFFA520CCFDBABC47FD37>
dwc:catalogNumber "BMNH 1910.12" ;
dwc:collectionCode "BMNH" ;
dwc:eventDate "1908-07" ;
dwc:locality "Tindharia" ;
dwc:typeStatus "lectotype" ;
dwc:verbatimElevation "823" ;
dwc:verbatimLatitude "26.8566" ;
dwc:verbatimLongitude "88.34442" ;
trt:gbifOccurrenceId "3778517301" ;
trt:httpUri <https://treatment.plazi.org/id/18078786EC1DFFA5209CFEBEBBE1F9F2#20C63CCDEC1DFFA520CCFDBABC47FD37> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/18078786EC1DFFA5209CFEBEBBE1F9F2.mc.20C63CCDEC1DFFA520CCFB56BE88FB3E>
dwc:catalogNumber "BNHS 958" ;
dwc:collectionCode "BNHS" ;
dwc:typeStatus "paralectotype" ;
trt:gbifOccurrenceId "3778517302" ;
trt:httpUri <https://treatment.plazi.org/id/18078786EC1DFFA5209CFEBEBBE1F9F2#20C63CCDEC1DFFA520CCFB56BE88FB3E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,102 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
<http://treatment.plazi.org/id/1808439A66F51F9923B2E5417CA0E88D>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Holcorhinidae>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cyclopterini>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cyclopteridae>' due to issues with rank ;
# Warning: Could not add treatment taxon because family "" contains invalid characters ;
dc:creator "Bouchard, Patrice; Bousquet, Yves; Davies, Anthony E.; Alonso-Zarazaga, Miguel A.; Lawrence, John F.; Lyal, Chris H. C.; Newton, Alfred F.; Reid, Chris A. M.; Schmitt, Michael; Ślipinski, S. Adam; Smith, Andrew B. T." ;
dc:title "Holcorhinini Desbrochers des Loges 1898" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Holcorhinus>, <http://taxon-name.plazi.org/id/Animalia/Cyclopterus>, <http://taxon-name.plazi.org/id/Animalia/Nucterocephalus> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.88.807> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.88.807>
bibo:endPage "972" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "88" ;
dc:creator "Bouchard, Patrice; Bousquet, Yves; Davies, Anthony E.; Alonso-Zarazaga, Miguel A.; Lawrence, John F.; Lyal, Chris H. C.; Newton, Alfred F.; Reid, Chris A. M.; Schmitt, Michael; Ślipinski, S. Adam; Smith, Andrew B. T." ;
dc:date "2011" ;
dc:title "Family-group names in Coleoptera (Insecta)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Holcorhinus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Holcorhinus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curculionidae>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cyclopterus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Cyclopterus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nucterocephalus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Nucterocephalus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curculionidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,125 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18085675B4BCD679B983637B660F0144>
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:title "Sigmodon (Sigmomys) alstoni Thomas 1880" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/18085675B4BCD679B983637B660F0144.mc.4FC3933C5E790FC00F58DDC3CC5B632D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sigmodon_alstoni_Thomas_1880> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.7316535> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.7316535>
bibo:endPage "1189" ;
bibo:startPage "955" ;
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:date "2005" ;
dc:title "Order Rodentia - Family Cricetidae" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Animalia/Sigmodon_alstoni_Thomas_1880>
dwc:authority "Thomas 1880" ;
dwc:authorityName "Thomas" ;
dwc:authorityYear "1880" ;
dwc:class "Mammalia" ;
dwc:family "Cricetidae" ;
dwc:genus "Sigmodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Thomas, 1880" ;
dwc:species "alstoni" ;
dwc:subGenus "Sigmomys" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7WVH4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sigmodon_alstoni> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sigmodon_alstoni>
dwc:class "Mammalia" ;
dwc:family "Cricetidae" ;
dwc:genus "Sigmodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "alstoni" ;
dwc:subGenus "Sigmomys" ;
dwc:vernacularName "Alston's Cotton Rat"@en ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sigmodon_Sigmomys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sigmodon_Sigmomys>
dwc:class "Mammalia" ;
dwc:family "Cricetidae" ;
dwc:genus "Sigmodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "subGenus" ;
dwc:subGenus "Sigmomys" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sigmodon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sigmodon>
dwc:class "Mammalia" ;
dwc:family "Cricetidae" ;
dwc:genus "Sigmodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cricetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cricetidae>
dwc:class "Mammalia" ;
dwc:family "Cricetidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rodentia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rodentia>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mammalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mammalia>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/18085675B4BCD679B983637B660F0144.mc.4FC3933C5E790FC00F58DDC3CC5B632D>
trt:gbifOccurrenceId "4867286444" ;
trt:httpUri <https://treatment.plazi.org/id/18085675B4BCD679B983637B660F0144#4FC3933C5E790FC00F58DDC3CC5B632D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,261 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180871B1FC6B58D09BC5333C2CAD47F6>
cito:cites <http://dx.doi.org/10.3897/jhr.97.112108.figures86-94>, <http://dx.doi.org/10.3897/jhr.97.112108.figures1-9> ;
dc:creator "Bai, Yue; Chen, Bin; Li, Ting-Jing" ;
dc:title "Microdynerus (Pseudomicrodynerus) parvulus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/180871B1FC6B58D09BC5333C2CAD47F6.mc.A6D8D249F657F60B7B11D4464D46BA09> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Microdynerus_parvulus_Herrich-Schaeeffer_1838> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudomicrodynerus_helvetius> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Odynerus_parvulus_Lepeletier_1841>, <http://taxon-concept.plazi.org/id/Animalia/Odynerus_helvetius_Saussure_1856>, <http://taxon-concept.plazi.org/id/Animalia/Microdynerus_bifidus_Morawitz_1885> ;
trt:publishedIn <http://dx.doi.org/10.3897/jhr.97.112108> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/jhr.97.112108>
bibo:endPage "83" ;
bibo:journal "Journal of Hymenoptera Research" ;
bibo:pubDate "2024-02-09" ;
bibo:startPage "57" ;
bibo:volume "97" ;
dc:creator "Bai, Yue; Chen, Bin; Li, Ting-Jing" ;
dc:date "2024" ;
dc:title "A newly recorded genus Microdynerus Thomson, 1874 and a review of its related genus Leptochilus de Saussure, 1853 (Hymenoptera, Vespidae, Eumeninae) from China" ;
fabio:hasPart <http://dx.doi.org/10.3897/jhr.97.112108.figures86-94>, <http://dx.doi.org/10.3897/jhr.97.112108.figures1-9> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Microdynerus_parvulus_Herrich-Schaeeffer_1838>
dwc:LSID "180871B1-FC6B-58D0-9BC5-333C2CAD47F6" ;
dwc:authority "(Herrich-Schaeeffer, 1838)" ;
dwc:baseAuthorityName "Herrich-Schaeeffer" ;
dwc:baseAuthorityYear "1838" ;
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Microdynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Herrich-Schaeeffer, 1838)" ;
dwc:species "parvulus" ;
dwc:subGenus "Pseudomicrodynerus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/42WDK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microdynerus_parvulus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Odynerus_parvulus_Lepeletier_1841>
dwc:authorityName "Lepeletier" ;
dwc:authorityYear "1841" ;
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Odynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lepeletier, 1841" ;
dwc:species "parvulus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odynerus_parvulus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Odynerus_helvetius_Saussure_1856>
dwc:authorityName "de Saussure" ;
dwc:authorityYear "1856" ;
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Odynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "de Saussure, 1856" ;
dwc:species "helvetius" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odynerus_helvetius> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Microdynerus_bifidus_Morawitz_1885>
dwc:authorityName "Morawitz" ;
dwc:authorityYear "1885" ;
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Microdynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Morawitz, 1885" ;
dwc:species "bifidus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microdynerus_bifidus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Microdynerus_parvulus>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Microdynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "parvulus" ;
dwc:subGenus "Pseudomicrodynerus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microdynerus_Pseudomicrodynerus>, <http://taxon-name.plazi.org/id/Animalia/Microdynerus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microdynerus_Pseudomicrodynerus>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Microdynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pseudomicrodynerus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microdynerus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microdynerus>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Microdynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eumenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Eumenidae>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odynerus_parvulus>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Odynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "parvulus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odynerus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odynerus>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Odynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eumenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odynerus_helvetius>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Odynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "helvetius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odynerus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microdynerus_bifidus>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Microdynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bifidus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microdynerus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudomicrodynerus_helvetius>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Pseudomicrodynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "helvetius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudomicrodynerus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudomicrodynerus>
dwc:class "Insecta" ;
dwc:family "Eumenidae" ;
dwc:genus "Pseudomicrodynerus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eumenidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/jhr.97.112108.figures86-94>
dc:description "Figures 86 - 94. Microdynerus parvulus (Herrich-Schaeeffer, 1838) ♀ 86 habitus in dorsal view 87 head in frontal view 88 vertex 89 propodeum in posterior view 90 mesosoma in dorsal view 91 mesosoma in lateral view 92 metasoma in dorsal view 93 metasoma in lateral view 94 metasoma in ventral view." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/981967> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/jhr.97.112108.figures1-9>
dc:description "Figures 1 - 9. Leptochilus (Lionotulus) angulus sp. nov., holotype (♀) 1 habitus in dorsal view 2, 3 head in frontal view 4 gena in lateral view 5 vertex and pronotum 6 mesosoma in lateral view 7 propodeum in posterior view 8, 9 metasoma in lateral view." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/981957> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/180871B1FC6B58D09BC5333C2CAD47F6.mc.A6D8D249F657F60B7B11D4464D46BA09>
dwc:eventDate "2019-07-19" ;
dwc:locality "Qinghe town" ;
dwc:verbatimElevation "1256" ;
dwc:verbatimLatitude "46.69" ;
dwc:verbatimLongitude "90.369" ;
trt:httpUri <https://treatment.plazi.org/id/180871B1FC6B58D09BC5333C2CAD47F6#A6D8D249F657F60B7B11D4464D46BA09> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,88 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/1808BCA65B6FEF91C45791D22270238F>
dc:creator "Konrad Lauber; Gerhart Wagner; Andreas Gygax" ;
dc:title "Coeloglossum viride Hartm." ;
trt:publishedIn <http://publication.plazi.org/id/CCB05322339B4720077260D286A0CA16> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Coeloglossum_viride> ;
a trt:Treatment .
<http://publication.plazi.org/id/CCB05322339B4720077260D286A0CA16>
bibo:endPage "1362" ;
bibo:startPage "1324" ;
dc:creator "Konrad Lauber; Gerhart Wagner; Andreas Gygax" ;
dc:date "2018" ;
dc:title "Flora Helvetica - Orchidaceae" ;
a fabio:BookSection .
<http://taxon-name.plazi.org/id/Plantae/Coeloglossum_viride>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Coeloglossum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "viride" ;
dwc:vernacularName "Gruene Hohlzunge"@de, "Orchis grenouille"@fr, "Orchis vert"@fr, "Celoglosso"@it ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Coeloglossum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Coeloglossum>
dwc:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:genus "Coeloglossum" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
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:class "Liliopsida" ;
dwc:family "Orchidaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
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:class "Liliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
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 .

View file

@ -0,0 +1,137 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180923555850879E5E36F55AAA341246>
dc:creator "Jarvis, Charlie" ;
dc:title "Tulostoma brumale Pers." ;
trt:deprecates <http://taxon-concept.plazi.org/id/Fungi/Lycoperdon_pedunculatum_Linnaeus_1753> ;
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Fungi/Tulostoma_brumale> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.291971>
bibo:endPage "650" ;
bibo:startPage "610" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part L)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Fungi/Lycoperdon_pedunculatum_Linnaeus_1753>
dwc:authority "Linnaeus" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Agaricomycetes" ;
dwc:family "Lycoperdaceae" ;
dwc:genus "Lycoperdon" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "pedunculatum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Lycoperdon_pedunculatum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Tulostoma_brumale>
dwc:class "Agaricomycetes" ;
dwc:family "Tulostomataceae" ;
dwc:genus "Tulostoma" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "brumale" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Tulostoma> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Tulostoma>
dwc:class "Agaricomycetes" ;
dwc:family "Tulostomataceae" ;
dwc:genus "Tulostoma" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Tulostomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Tulostomataceae>
dwc:class "Agaricomycetes" ;
dwc:family "Tulostomataceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lycoperdon_pedunculatum>
dwc:class "Agaricomycetes" ;
dwc:family "Lycoperdaceae" ;
dwc:genus "Lycoperdon" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "pedunculatum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lycoperdon> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lycoperdon>
dwc:class "Agaricomycetes" ;
dwc:family "Lycoperdaceae" ;
dwc:genus "Lycoperdon" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Lycoperdaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Lycoperdaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Lycoperdaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Agaricales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricales> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,135 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18098786FFE49616EDC1770FE242283C>
cito:cites <http://dx.doi.org/10.5281/zenodo.251266>, <http://dx.doi.org/10.5281/zenodo.251267>, <http://dx.doi.org/10.5281/zenodo.251268>, <http://dx.doi.org/10.5281/zenodo.251269>, <http://dx.doi.org/10.5281/zenodo.251270> ;
dc:creator "Vassilieva, Anna B.; Galoyan, Eduard A.; Gogoleva, Svetlana S.; Poyarkov, Nikolay A." ;
dc:title "Kalophrynus honbaensis Vassilieva, Galoyan, Gogoleva & Poyarkov, 2014, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_honbaensis_Vassilieva_2014> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3796.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3796.3.1>
bibo:endPage "434" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:startPage "401" ;
bibo:volume "3796" ;
dc:creator "Vassilieva, Anna B.; Galoyan, Eduard A.; Gogoleva, Svetlana S.; Poyarkov, Nikolay A." ;
dc:date "2014" ;
dc:title "Two new species of Kalophrynus Tschudi, 1838 (Anura: Microhylidae) from the Annamite mountains in southern Vietnam" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.251266>, <http://dx.doi.org/10.5281/zenodo.251267>, <http://dx.doi.org/10.5281/zenodo.251268>, <http://dx.doi.org/10.5281/zenodo.251269>, <http://dx.doi.org/10.5281/zenodo.251270> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_honbaensis_Vassilieva_2014>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Vassilieva, Galoyan, Gogoleva & Poyarkov, 2014" ;
dwc:authorityName "Vassilieva, Galoyan, Gogoleva & Poyarkov" ;
dwc:authorityYear "2014" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vassilieva, Galoyan, Gogoleva & Poyarkov, 2014" ;
dwc:species "honbaensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJT7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_honbaensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_honbaensis>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "honbaensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microhylidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microhylidae>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anura> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anura>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphibia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphibia>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.251266>
dc:description "FIGURE 9. Holotype of Kalophrynus honbaensis sp. nov. (ZMMU A- 4941) in preservative: (A) dorsal view, (B) ventral view, (C) profile view. Scale bar 3 mm. Photo by V. Trounov." ;
fabio:hasRepresentation <https://zenodo.org/record/251266/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.251267>
dc:description "FIGURE 10. Palmar views of the right hand of the holotype Kalophrynus honbaensis sp. nov. (ZMMU A- 4941) (A) and Kalophrynus interlineatus (C), and plantar views of the right foot of the holotype Kalophrynus honbaensis sp. nov. (B) and Kalophrynus interlineatus (D) in preservative. Scale bar 3 mm. Photo by V. Trounov." ;
fabio:hasRepresentation <https://zenodo.org/record/251267/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.251268>
dc:description "FIGURE 11. Holotype of Kalophrynus honbaensis sp. nov. (ZMMU A- 4941) in life: (A) dorsolateral view, (B) ventral view; male Kalophrynus honbaensis sp. nov. (paratype ZMMU A- 4943) in life: (C) dorsolateral view, (D) ventral view. Photo by V. Trounov." ;
fabio:hasRepresentation <https://zenodo.org/record/251268/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.251269>
dc:description "FIGURE 12. Male Kalophrynus honbaensis sp. nov. (paratype ZMMU A- 4943) in preservative: (A) dorsolateral view, (B) ventral view. Photo by V. Trounov." ;
fabio:hasRepresentation <https://zenodo.org/record/251269/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.251270>
dc:description "FIGURE 13. Natural habitat of Kalophrynus honbaensis sp. nov. in Hon Ba Nature Reserve, Khanh Hoa Province. Photo by A. Vassilieva." ;
fabio:hasRepresentation <https://zenodo.org/record/251270/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,736 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/18098786FFF89618EDC1750CE4242811>
cito:cites <http://dx.doi.org/10.5281/zenodo.251260>, <http://dx.doi.org/10.5281/zenodo.251261>, <http://dx.doi.org/10.5281/zenodo.251262>, <http://dx.doi.org/10.5281/zenodo.251263>, <http://dx.doi.org/10.5281/zenodo.251264>, <http://dx.doi.org/10.5281/zenodo.251265>, <http://dx.doi.org/10.5281/zenodo.251267> ;
dc:creator "Vassilieva, Anna B.; Galoyan, Eduard A.; Gogoleva, Svetlana S.; Poyarkov, Nikolay A." ;
dc:title "Kalophrynus cryptophonus Vassilieva, Galoyan, Gogoleva & Poyarkov, 2014, sp. nov." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_cryptophonus>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_baluensis>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_intermedius>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_pleurostigma>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_orangensis>, <http://taxon-name.plazi.org/id/Animalia/Kaloula_palmatissimus>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_barioensis>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_nubicola>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_robinsoni>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_bunguranus>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_calciphilus>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_eok>, <http://taxon-name.plazi.org/id/Animalia/Kaloula_heterochirus>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_limbooliati>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_menglienicus>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_minusculus>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_punctatus>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_stellatus>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_subterrestris>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_tiomanensis>, <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_yongi> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_cryptophonus_Vassilieva_2014> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_baluensis_Kiew_1984>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_intermedius_Inger_1966>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_orangensis_Dutta_2000>, <http://taxon-concept.plazi.org/id/Animalia/Kaloula_palmatissimus_Kiew_1984>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_pleurostigma_Tschudi_1838>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_barioensis_Matsui_2011>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_nubicola_Dring_1983>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_robinsoni_Smith_1922>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_bunguranus_Gunther_1895>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_calciphilus_Dehling_2011>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_eok_Das_2003>, <http://taxon-concept.plazi.org/id/Animalia/Kaloula_heterochirus_Boulenger_1900>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_limbooliati_Matsui_2012>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_menglienicus_Yang_1980>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_minusculus_Iskandar_1998>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_punctatus_Peters_1871>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_stellatus_Stejneger_1908>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_subterrestris_Inger_1966>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_tiomanensis_Chan_2011>, <http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_yongi_Matsui_2009> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3796.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3796.3.1>
bibo:endPage "434" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:startPage "401" ;
bibo:volume "3796" ;
dc:creator "Vassilieva, Anna B.; Galoyan, Eduard A.; Gogoleva, Svetlana S.; Poyarkov, Nikolay A." ;
dc:date "2014" ;
dc:title "Two new species of Kalophrynus Tschudi, 1838 (Anura: Microhylidae) from the Annamite mountains in southern Vietnam" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.251260>, <http://dx.doi.org/10.5281/zenodo.251261>, <http://dx.doi.org/10.5281/zenodo.251262>, <http://dx.doi.org/10.5281/zenodo.251263>, <http://dx.doi.org/10.5281/zenodo.251264>, <http://dx.doi.org/10.5281/zenodo.251265>, <http://dx.doi.org/10.5281/zenodo.251267> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_cryptophonus_Vassilieva_2014>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Vassilieva, Galoyan, Gogoleva & Poyarkov, 2014" ;
dwc:authorityName "Vassilieva, Galoyan, Gogoleva & Poyarkov" ;
dwc:authorityYear "2014" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vassilieva, Galoyan, Gogoleva & Poyarkov, 2014" ;
dwc:species "cryptophonus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_cryptophonus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_baluensis_Kiew_1984>
dwc:authority "Kiew, 1984" ;
dwc:authorityName "Kiew" ;
dwc:authorityYear "1984" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kiew, 1984" ;
dwc:species "baluensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_baluensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_intermedius_Inger_1966>
dwc:authority "Inger, 1966" ;
dwc:authorityName "Inger" ;
dwc:authorityYear "1966" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Inger, 1966" ;
dwc:species "intermedius" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_intermedius> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_orangensis_Dutta_2000>
dwc:authority "Dutta, Ahmed & Das, 2000" ;
dwc:authorityName "Dutta, Ahmed & Das" ;
dwc:authorityYear "2000" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dutta, Ahmed & Das, 2000" ;
dwc:species "orangensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_orangensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kaloula_palmatissimus_Kiew_1984>
dwc:authority "Kiew, 1984" ;
dwc:authorityName "Kiew" ;
dwc:authorityYear "1984" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kaloula" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kiew, 1984" ;
dwc:species "palmatissimus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kaloula_palmatissimus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_pleurostigma_Tschudi_1838>
dwc:authority "Tschudi, 1838" ;
dwc:authorityName "Tschudi" ;
dwc:authorityYear "1838" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tschudi, 1838" ;
dwc:species "pleurostigma" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_pleurostigma> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_barioensis_Matsui_2011>
dwc:authority "Matsui & Nishikawa, 2011" ;
dwc:authorityName "Matsui & Nishikawa" ;
dwc:authorityYear "2011" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Matsui & Nishikawa, 2011" ;
dwc:species "barioensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_barioensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_nubicola_Dring_1983>
dwc:authority "Dring, 1983" ;
dwc:authorityName "Dring" ;
dwc:authorityYear "1983" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dring, 1983" ;
dwc:species "nubicola" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_nubicola> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_robinsoni_Smith_1922>
dwc:authority "Smith, 1922" ;
dwc:authorityName "Smith" ;
dwc:authorityYear "1922" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Smith, 1922" ;
dwc:species "robinsoni" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_robinsoni> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_bunguranus_Gunther_1895>
dwc:authority "Gunther, 1895" ;
dwc:authorityName "Gunther" ;
dwc:authorityYear "1895" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gunther, 1895" ;
dwc:species "bunguranus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_bunguranus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_calciphilus_Dehling_2011>
dwc:authority "Dehling, 2011" ;
dwc:authorityName "Dehling" ;
dwc:authorityYear "2011" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dehling, 2011" ;
dwc:species "calciphilus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_calciphilus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_eok_Das_2003>
dwc:authority "Das & Haas, 2003" ;
dwc:authorityName "Das & Haas" ;
dwc:authorityYear "2003" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Das & Haas, 2003" ;
dwc:species "eok" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_eok> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kaloula_heterochirus_Boulenger_1900>
dwc:authority "Boulenger, 1900" ;
dwc:authorityName "Boulenger" ;
dwc:authorityYear "1900" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kaloula" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Boulenger, 1900" ;
dwc:species "heterochirus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kaloula_heterochirus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_limbooliati_Matsui_2012>
dwc:authority "Matsui, Nishikawa, Belabut, Norhayati & Yong, 2012" ;
dwc:authorityName "Matsui, Nishikawa, Belabut, Norhayati & Yong" ;
dwc:authorityYear "2012" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Matsui, Nishikawa, Belabut, Norhayati & Yong, 2012" ;
dwc:species "limbooliati" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_limbooliati> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_menglienicus_Yang_1980>
dwc:authority "Yang & Su, 1980" ;
dwc:authorityName "Yang & Su" ;
dwc:authorityYear "1980" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yang & Su, 1980" ;
dwc:species "menglienicus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_menglienicus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_minusculus_Iskandar_1998>
dwc:authority "Iskandar, 1998" ;
dwc:authorityName "Iskandar" ;
dwc:authorityYear "1998" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Iskandar, 1998" ;
dwc:species "minusculus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_minusculus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_punctatus_Peters_1871>
dwc:authority "Peters, 1871" ;
dwc:authorityName "Peters" ;
dwc:authorityYear "1871" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Peters, 1871" ;
dwc:species "punctatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_punctatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_stellatus_Stejneger_1908>
dwc:authority "Stejneger, 1908" ;
dwc:authorityName "Stejneger" ;
dwc:authorityYear "1908" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Stejneger, 1908" ;
dwc:species "stellatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_stellatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_subterrestris_Inger_1966>
dwc:authority "Inger, 1966" ;
dwc:authorityName "Inger" ;
dwc:authorityYear "1966" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Inger, 1966" ;
dwc:species "subterrestris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_subterrestris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_tiomanensis_Chan_2011>
dwc:authority "Chan, Grismer & Grismer, 2011" ;
dwc:authorityName "Chan, Grismer & Grismer" ;
dwc:authorityYear "2011" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chan, Grismer & Grismer, 2011" ;
dwc:species "tiomanensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_tiomanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Kalophrynus_yongi_Matsui_2009>
dwc:authority "Matsui, 2009" ;
dwc:authorityName "Matsui" ;
dwc:authorityYear "2009" ;
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Matsui, 2009" ;
dwc:species "yongi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6NJSY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus_yongi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_cryptophonus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "cryptophonus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microhylidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microhylidae>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anura> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anura>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphibia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphibia>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_baluensis>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "baluensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_intermedius>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "intermedius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_orangensis>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "orangensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kaloula_palmatissimus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kaloula" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "palmatissimus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kaloula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kaloula>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kaloula" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microhylidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_pleurostigma>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "pleurostigma" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_barioensis>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "barioensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_nubicola>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "nubicola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_robinsoni>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "robinsoni" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_bunguranus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "bunguranus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_calciphilus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "calciphilus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_eok>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "eok" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kaloula_heterochirus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kaloula" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "heterochirus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kaloula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_limbooliati>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "limbooliati" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_menglienicus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "menglienicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_minusculus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "minusculus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_punctatus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "punctatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_stellatus>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "stellatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_subterrestris>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "subterrestris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_tiomanensis>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "tiomanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Kalophrynus_yongi>
dwc:class "Amphibia" ;
dwc:family "Microhylidae" ;
dwc:genus "Kalophrynus" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "yongi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Kalophrynus> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.251260>
dc:description "FIGURE 3. Holotype of Kalophrynus cryptophonus sp. nov. (ZMMU A- 4944) in preservative: (A) dorsal view, (B) ventral view (C) head, lateral view, (D) head, dorsolateral view, with clearly visible skin spines on the jaws; (E) paratypes of Kalophrynus cryptophonus sp. nov. in preservative. Scale bar 3 mm. Photo by V. Trounov." ;
fabio:hasRepresentation <https://zenodo.org/record/251260/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.251261>
dc:description "FIGURE 4. Holotype of Kalophrynus cryptophonus sp. nov. (ZMMU A- 4944) in preservative: (A) palmar view of the right hand, (B) plantar view of the right foot, (C) nuptial pads on fingers I III. Scale bar 3 mm. Photo by V. Trounov." ;
fabio:hasRepresentation <https://zenodo.org/record/251261/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.251262>
dc:description "FIGURE 5. Holotype of Kalophrynus cryptophonus sp. nov. (ZMMU A- 4944) in life: (A) dorsolateral view, (B) ventral view; female Kalophrynus cryptophonus sp. nov. (paratype ZMMU A- 4858) in life: (C) dorsolateral view, (D) ventral view; (E) male Kalophrynus cryptophonus sp. nov. in situ, inside bamboo stem. Photo by E. Galoyan." ;
fabio:hasRepresentation <https://zenodo.org/record/251262/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.251263>
dc:description "FIGURE 6. Natural habitat of Kalophrynus cryptophonus sp. nov. in Loc Bao woodland, Lam Dong Province: (A) bamboo (Phyllostachys sp.) tangles, and (B) decaying bamboo stems as typical breeding site. Photo by E. Galoyan." ;
fabio:hasRepresentation <https://zenodo.org/record/251263/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.251264>
dc:description "FIGURE 7. External morphology of Kalophrynus cryptophonus sp. nov. tadpole (Gosner Stage 25): (A) dorsal view, (B) lateral view." ;
fabio:hasRepresentation <https://zenodo.org/record/251264/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.251265>
dc:description "FIGURE 8. Oscillogram (top) and sonogram (bottom) of the male advertisement calls of (A) Kalophrynus cryptophonus sp. nov. (ZMMU A- 4859), recorded at 25 ºC, and (B) Kalophrynus interlineatus (not collected), recorded at 24 ºC." ;
fabio:hasRepresentation <https://zenodo.org/record/251265/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.251267>
dc:description "FIGURE 10. Palmar views of the right hand of the holotype Kalophrynus honbaensis sp. nov. (ZMMU A- 4941) (A) and Kalophrynus interlineatus (C), and plantar views of the right foot of the holotype Kalophrynus honbaensis sp. nov. (B) and Kalophrynus interlineatus (D) in preservative. Scale bar 3 mm. Photo by V. Trounov." ;
fabio:hasRepresentation <https://zenodo.org/record/251267/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,118 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180A031E2719775C1B676A12CCA47E32>
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:title "Rhinolophus pusillus subsp. lakkhanae Yoshiyuki 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhinolophus_pusillus_lakkhanae_Yoshiyuki_1990> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.7316519> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.7316519>
bibo:endPage "365" ;
bibo:startPage "350" ;
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:date "2005" ;
dc:title "Order Chiroptera - Family Rhinolophidae" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Animalia/Rhinolophus_pusillus_lakkhanae_Yoshiyuki_1990>
dwc:authority "Yoshiyuki 1990" ;
dwc:authorityName "Yoshiyuki" ;
dwc:authorityYear "1990" ;
dwc:class "Mammalia" ;
dwc:family "Rhinolophidae" ;
dwc:genus "Rhinolophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Chiroptera" ;
dwc:phylum "Chordata" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "Yoshiyuki, 1990" ;
dwc:species "pusillus" ;
dwc:subSpecies "lakkhanae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5KWCM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhinolophus_pusillus_lakkhanae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhinolophus_pusillus_lakkhanae>
dwc:class "Mammalia" ;
dwc:family "Rhinolophidae" ;
dwc:genus "Rhinolophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Chiroptera" ;
dwc:phylum "Chordata" ;
dwc:rank "subSpecies" ;
dwc:species "pusillus" ;
dwc:subSpecies "lakkhanae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinolophus_pusillus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinolophus_pusillus>
dwc:class "Mammalia" ;
dwc:family "Rhinolophidae" ;
dwc:genus "Rhinolophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Chiroptera" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "pusillus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinolophus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinolophus>
dwc:class "Mammalia" ;
dwc:family "Rhinolophidae" ;
dwc:genus "Rhinolophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Chiroptera" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhinolophidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhinolophidae>
dwc:class "Mammalia" ;
dwc:family "Rhinolophidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Chiroptera" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chiroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chiroptera>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Chiroptera" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mammalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mammalia>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,176 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180A3651CEBE17749D3A38702E3F462D>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_vulgaris>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_rapae>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_chenopodii>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_halticae>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_piceus>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_chenopodiaphidis>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_ferruginipes>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ichneumonoidea_brassicae>' due to issues with rank ;
dc:creator "Broad, Gavin R.; Shaw, Mark R.; Godfray, H. Charles J." ;
dc:title "Diaeretiella rapae McIntosh 1855" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Diaeretiella_rapae_McIntosh_1855> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Aphidius_rapae>, <http://taxon-name.plazi.org/id/Animalia/Aphidius>, <http://taxon-name.plazi.org/id/Animalia/Diaeretus>, <http://taxon-name.plazi.org/id/Animalia/Misaphidus>, <http://taxon-name.plazi.org/id/Animalia/Trioxys>, <http://taxon-name.plazi.org/id/Animalia/Lipolexis> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8151> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8151>
bibo:endPage "8151" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8151" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R.; Shaw, Mark R.; Godfray, H. Charles J." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Braconidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Diaeretiella_rapae_McIntosh_1855>
dwc:ID-ENA "55893" ;
dwc:authority "McIntosh, 1855" ;
dwc:authorityName "McIntosh" ;
dwc:authorityYear "1855" ;
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Diaeretiella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "McIntosh, 1855" ;
dwc:species "rapae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/358F6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Diaeretiella_rapae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Diaeretiella_rapae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Diaeretiella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rapae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diaeretiella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diaeretiella>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Diaeretiella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Braconidae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphidius_rapae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Aphidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rapae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphidius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphidius>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Aphidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diaeretus>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Diaeretus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Misaphidus>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Misaphidus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trioxys>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Trioxys" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lipolexis>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Lipolexis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,146 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180A6BB5B85C5744849E5D345B16CB86>
dc:creator "Paton, Alan J.; Mwanyambo, Montfort; Govaerts, Rafael H. A.; Smitha, Kokkaraniyil; Suddee, Somran; Phillipson, Peter B.; Wilson, Trevor C.; Forster, Paul I.; Culham, Alastair" ;
dc:title "Coleus bifidus Paton & Mwanyambo & Govaerts & Smitha & Suddee & Phillipson & Wilson & Forster & Culham 2019, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Coleus_bifidus_Paton_2019> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Plectranthus_bifidus_Paton_2013> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.129.34988> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.129.34988>
bibo:endPage "158" ;
bibo:journal "PhytoKeys" ;
bibo:startPage "1" ;
bibo:volume "129" ;
dc:creator "Paton, Alan J.; Mwanyambo, Montfort; Govaerts, Rafael H. A.; Smitha, Kokkaraniyil; Suddee, Somran; Phillipson, Peter B.; Wilson, Trevor C.; Forster, Paul I.; Culham, Alastair" ;
dc:date "2019" ;
dc:title "Nomenclatural changes in Coleus and Plectranthus (Lamiaceae): a tale of more than two genera" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Coleus_bifidus_Paton_2019>
dwc:LSID "180A6BB5-B85C-5744-849E-5D345B16CB86" ;
dwc:authority "(A. J. Paton) A. J. Paton" ;
dwc:authorityName "Paton & Mwanyambo & Govaerts & Smitha & Suddee & Phillipson & Wilson & Forster & Culham" ;
dwc:authorityYear "2019" ;
dwc:baseAuthorityName "A. J. Paton" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Coleus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(A. J. Paton) Paton & Mwanyambo & Govaerts & Smitha & Suddee & Phillipson & Wilson & Forster & Culham, 2019" ;
dwc:species "bifidus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Coleus_bifidus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Plectranthus_bifidus_Paton_2013>
dwc:authorityName "A. J. Paton" ;
dwc:authorityYear "2013" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Plectranthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "A. J. Paton, 2013" ;
dwc:species "bifidus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Plectranthus_bifidus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Coleus_bifidus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Coleus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bifidus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Coleus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Coleus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Coleus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
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:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
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:kingdom "Plantae" ;
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/Plectranthus_bifidus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Plectranthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "bifidus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Plectranthus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Plectranthus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Plectranthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiaceae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,106 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180AF21FFF91FFCFFF24F94FFD3AF871>
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:title "Calappa lophos Herbst 1782" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calappa_lophos_Herbst_1782> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.187381> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.187381>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "45" ;
bibo:volume "2085" ;
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:date "2009" ;
dc:title "Calappoidea and Leucosioidea (Crustacea: Decapoda: Brachyura) from Luzon, Philippines, with descriptions of two new species of Mursia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calappa_lophos_Herbst_1782>
dwc:authority "Herbst, 1782" ;
dwc:authorityName "Herbst" ;
dwc:authorityYear "1782" ;
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Herbst, 1782" ;
dwc:species "lophos" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/PFRL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calappa_lophos> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calappa_lophos>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lophos" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calappa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calappa>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calappidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calappidae>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,106 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180AF21FFF91FFCFFF24FBB1FD9AF9B0>
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:title "Calappa liaoi Ng 2002" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calappa_liaoi_Ng_2002> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.187381> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.187381>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "45" ;
bibo:volume "2085" ;
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:date "2009" ;
dc:title "Calappoidea and Leucosioidea (Crustacea: Decapoda: Brachyura) from Luzon, Philippines, with descriptions of two new species of Mursia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calappa_liaoi_Ng_2002>
dwc:authority "Ng, 2002" ;
dwc:authorityName "Ng" ;
dwc:authorityYear "2002" ;
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ng, 2002" ;
dwc:species "liaoi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8W765> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calappa_liaoi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calappa_liaoi>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "liaoi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calappa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calappa>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calappidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calappidae>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,138 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180AF21FFF91FFCFFF24FD5CFF7FFBA1>
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:title "Calappa clypeata Borradaile 1903" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calappa_clypeata_Borradaile_1903> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Calappa_clypeata> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Calappa_terraereginae_Serene_1981> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.187381> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.187381>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "45" ;
bibo:volume "2085" ;
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:date "2009" ;
dc:title "Calappoidea and Leucosioidea (Crustacea: Decapoda: Brachyura) from Luzon, Philippines, with descriptions of two new species of Mursia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calappa_clypeata_Borradaile_1903>
dwc:authority "Borradaile, 1903" ;
dwc:authorityName "Borradaile" ;
dwc:authorityYear "1903" ;
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Borradaile, 1903" ;
dwc:species "clypeata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/PFQR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calappa_clypeata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Calappa_terraereginae_Serene_1981>
dwc:authority "Serene & Vadon 1981: 122" ;
dwc:authorityName "Serene & Vadon" ;
dwc:authorityPageNumber "122" ;
dwc:authorityYear "1981" ;
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Serene & Vadon, 1981" ;
dwc:species "terraereginae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/PFQR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calappa_terraereginae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calappa_clypeata>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "clypeata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calappa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calappa>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calappidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calappidae>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calappa_terraereginae>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Calappa" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "terraereginae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calappa> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,129 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180AF21FFF92FFCDFF24FF29FC88FF7D>
cito:cites <http://dx.doi.org/10.5281/zenodo.187387>, <http://dx.doi.org/10.5281/zenodo.187382>, <http://dx.doi.org/10.5281/zenodo.187383>, <http://dx.doi.org/10.5281/zenodo.187384> ;
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:title "Mursia aurorae Galil & Ng, 2009, n. sp." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mursia_aurorae_Galil_2009> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.187381> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.187381>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "45" ;
bibo:volume "2085" ;
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:date "2009" ;
dc:title "Calappoidea and Leucosioidea (Crustacea: Decapoda: Brachyura) from Luzon, Philippines, with descriptions of two new species of Mursia" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.187387>, <http://dx.doi.org/10.5281/zenodo.187382>, <http://dx.doi.org/10.5281/zenodo.187383>, <http://dx.doi.org/10.5281/zenodo.187384> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mursia_aurorae_Galil_2009>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Galil & Ng, 2009" ;
dwc:authorityName "Galil & Ng" ;
dwc:authorityYear "2009" ;
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Mursia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Galil & Ng, 2009" ;
dwc:species "aurorae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/44N8G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mursia_aurorae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mursia_aurorae>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Mursia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "aurorae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mursia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mursia>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Mursia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calappidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calappidae>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.187387>
dc:description "FIGURE 6. Chelae. A, B, Mursia aurorae n. sp., holotype 3 (CL 31.4 mm) (NMCR), stn. CP 2741; C, D, M. steinhardti n. sp., holotype 3 (CL 27.4 mm) (NMCR), stn. CP 2695. A, C, external surface of right chelae; B, D, lower margin of right chelae." ;
fabio:hasRepresentation <https://zenodo.org/record/187387/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.187382>
dc:description "FIGURE 1. Colours in life; overall views. A, Mursia aurorae n. sp., holotype 3 (CL 31.4 mm) (NMCR), stn. CP 2741; B, paratype 3 (CL 27.2 mm) (ZRC 2009.0249), stn. CP 2666." ;
fabio:hasRepresentation <https://zenodo.org/record/187382/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.187383>
dc:description "FIGURE 2. Colour in life. Mursia aurorae n. sp., holotype 3 (CL 31.4 mm) (NMCR), stn. CP 2741. A, outer views of chelae and front; B, frontal view of carapace; C, ventral view of carapace." ;
fabio:hasRepresentation <https://zenodo.org/record/187383/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.187384>
dc:description "FIGURE 3. Mursia aurorae n. sp., holotype 3 (CL 31.4 mm) (NMCR), stn. CP 2741. A, left G 2; B, distal portion of G 2. Scales = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/187384/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,124 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180AF21FFF95FFC6FF24FA7DFD7DFECE>
cito:cites <http://dx.doi.org/10.5281/zenodo.187385>, <http://dx.doi.org/10.5281/zenodo.187386>, <http://dx.doi.org/10.5281/zenodo.187387> ;
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:title "Mursia steinhardti Galil & Ng, 2009, n. sp." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mursia_steinhardti_Galil_2009> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.187381> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.187381>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "45" ;
bibo:volume "2085" ;
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:date "2009" ;
dc:title "Calappoidea and Leucosioidea (Crustacea: Decapoda: Brachyura) from Luzon, Philippines, with descriptions of two new species of Mursia" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.187385>, <http://dx.doi.org/10.5281/zenodo.187386>, <http://dx.doi.org/10.5281/zenodo.187387> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mursia_steinhardti_Galil_2009>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Galil & Ng, 2009" ;
dwc:authorityName "Galil & Ng" ;
dwc:authorityYear "2009" ;
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Mursia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Galil & Ng, 2009" ;
dwc:species "steinhardti" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/44N99> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mursia_steinhardti> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mursia_steinhardti>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Mursia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "steinhardti" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mursia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mursia>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Mursia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calappidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calappidae>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.187385>
dc:description "FIGURE 4. Colour in life. Mursia steinhardti n. sp., holotype 3 (CL 27.4 mm) (NMCR), stn. CP 2695. A, overall view; B, dorsal view of carapace." ;
fabio:hasRepresentation <https://zenodo.org/record/187385/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.187386>
dc:description "FIGURE 5. Mursia steinhardti n. sp., holotype 3 (CL 27.4 mm) (NMCR), stn. CP 2695. A, left G 1; B, distal part of left G 1; C, left G 2; D, distal portion of G 2. Scales = 1.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/187386/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.187387>
dc:description "FIGURE 6. Chelae. A, B, Mursia aurorae n. sp., holotype 3 (CL 31.4 mm) (NMCR), stn. CP 2741; C, D, M. steinhardti n. sp., holotype 3 (CL 27.4 mm) (NMCR), stn. CP 2695. A, C, external surface of right chelae; B, D, lower margin of right chelae." ;
fabio:hasRepresentation <https://zenodo.org/record/187387/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,119 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180AF21FFF98FFC6FF24FA9EFA1BF91D>
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:title "Paracyclois milneedwardsii Miers 1886" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracyclois_milneedwardsii_Miers_1886> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracyclois_milneedwardsi> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.187381> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.187381>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "45" ;
bibo:volume "2085" ;
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:date "2009" ;
dc:title "Calappoidea and Leucosioidea (Crustacea: Decapoda: Brachyura) from Luzon, Philippines, with descriptions of two new species of Mursia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracyclois_milneedwardsii_Miers_1886>
dwc:authority "Miers, 1886" ;
dwc:authorityName "Miers" ;
dwc:authorityYear "1886" ;
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Paracyclois" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Miers, 1886" ;
dwc:species "milneedwardsii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/99MN3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracyclois_milneedwardsii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracyclois_milneedwardsii>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Paracyclois" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "milneedwardsii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracyclois> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracyclois>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Paracyclois" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calappidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calappidae>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracyclois_milneedwardsi>
dwc:class "Malacostraca" ;
dwc:family "Calappidae" ;
dwc:genus "Paracyclois" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "milneedwardsi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracyclois> ;
a dwcFP:TaxonName .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/180AF21FFF99FFC7FF24F97FFA09F84D>
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:title "Pariphiculus mariannae Herklots 1852" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pariphiculus_mariannae_Herklots_1852> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Pariphiculus_mariannae> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.187381> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.187381>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "45" ;
bibo:volume "2085" ;
dc:creator "Galil, Bella S.; Ng, Peter K. L." ;
dc:date "2009" ;
dc:title "Calappoidea and Leucosioidea (Crustacea: Decapoda: Brachyura) from Luzon, Philippines, with descriptions of two new species of Mursia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pariphiculus_mariannae_Herklots_1852>
dwc:authority "Herklots, 1852" ;
dwc:authorityName "Herklots" ;
dwc:authorityYear "1852" ;
dwc:class "Malacostraca" ;
dwc:family "Iphiculidae" ;
dwc:genus "Pariphiculus" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Herklots, 1852" ;
dwc:species "mariannae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DMN5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pariphiculus_mariannae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pariphiculus_mariannae>
dwc:class "Malacostraca" ;
dwc:family "Iphiculidae" ;
dwc:genus "Pariphiculus" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mariannae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pariphiculus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pariphiculus>
dwc:class "Malacostraca" ;
dwc:family "Iphiculidae" ;
dwc:genus "Pariphiculus" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Iphiculidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Iphiculidae>
dwc:class "Malacostraca" ;
dwc:family "Iphiculidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

Some files were not shown because too many files have changed in this diff Show more