This commit is contained in:
treatmentbank 2024-12-13 00:33:37 +00:00
parent 19e110a94d
commit ebce50606c
8 changed files with 1016 additions and 0 deletions

View file

@ -0,0 +1,113 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03A287FAE303DC4F62F6FE7CFA0B2944>
dc:creator "Liu, Zhi-Zhi; Ma, Li; Li, Qiang" ;
dc:title "Trirogma Westwood 1841" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Trirogma_Westwood_1841> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Trirhogma_Agassiz_1847> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5538.5.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5538.5.4>
bibo:endPage "456" ;
bibo:issue "5" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-11-19" ;
bibo:startPage "448" ;
bibo:volume "5538" ;
dc:creator "Liu, Zhi-Zhi; Ma, Li; Li, Qiang" ;
dc:date "2024" ;
dc:title "One new species and one new record of the genus Trirogma Westwood (Hymenoptera: Ampulicidae) in China, with a key to the world species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Trirogma_Westwood_1841>
dwc:authority "Westwood, 1841" ;
dwc:authorityName "Westwood" ;
dwc:authorityYear "1841" ;
dwc:class "Insecta" ;
dwc:family "Ampulicidae" ;
dwc:genus "Trirogma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Westwood, 1841" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/82FZ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Trirogma> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Trirhogma_Agassiz_1847>
dwc:authority "Agassiz, 1847: 378" ;
dwc:authorityName "Agassiz" ;
dwc:authorityPageNumber "378" ;
dwc:authorityYear "1847" ;
dwc:class "Insecta" ;
dwc:family "Ampulicidae" ;
dwc:genus "Trirhogma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Agassiz, 1847" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/82FY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Trirhogma> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Trirogma>
dwc:class "Insecta" ;
dwc:family "Ampulicidae" ;
dwc:genus "Trirogma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ampulicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ampulicidae>
dwc:family "Ampulicidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:order "Hymenoptera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trirhogma>
dwc:class "Insecta" ;
dwc:family "Ampulicidae" ;
dwc:genus "Trirhogma" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ampulicidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,180 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6>
cito:cites <http://dx.doi.org/10.5281/zenodo.3899083> ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:title "Similiphora undetermined Bouchet 1985" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FF78FB17FBCBFA9F>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FBBEFB17FDD6FAA2>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FDA8FAF0FB67FAA2>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FADBFAF3FD7FFAC6>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FCC0FADCFB60FAC1>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FADBFADCFDE9FAE5>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FD4AFAB9FB34FAE4>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FF78FA7BFE36FA4E>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FF78F9E6FDF6F9D2>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FF78F969FC0CF934> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Similiphora_undetermined_Bouchet_1985> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.665> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.665>
bibo:endPage "170" ;
bibo:issue "665" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-06-12" ;
bibo:startPage "1" ;
bibo:volume "665" ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:date "2020" ;
dc:title "Unraveling one of the Big Five: update of the taxonomy of Triphoridae (Gastropoda, Triphoroidea) from Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3899083> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Similiphora_undetermined_Bouchet_1985>
dwc:authorityName "Bouchet" ;
dwc:authorityYear "1985" ;
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Similiphora" ;
dwc:isUncertain "true" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bouchet, 1985" ;
dwc:species "undetermined" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Similiphora_undetermined> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Similiphora_undetermined>
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Similiphora" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "undetermined" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Similiphora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Similiphora>
dwc:genus "Similiphora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Triphoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Triphoridae>
dwc:family "Triphoridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:phylum "Mollusca" ;
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.3899083>
dc:description "Fig. 18. A. Similiphora apexdiversus (Rolán & Lee, 2008) comb. nov., holotype, FLMNH 363887. BL. Similiphora sp. 1. BD. MNRJ 32566*, 3.75 mm, 3.17 mm and 3.25 mm, respectively. EK. Same shell as C. L. MORG 16441*, 5.18 mm. Scale bars: AE, L = 1 mm; FH = 500 µm; I, K = 100 µm; J = 50 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899083/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FF78FB17FBCBFA9F>
dwc:catalogNumber "MNRJ 32566" ;
dwc:collectionCode "MNRJ" ;
dwc:locality "Amapa" ;
dwc:verbatimLatitude "3.9786112" ;
dwc:verbatimLongitude "-49.556667" ;
trt:gbifOccurrenceId "2636393479" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6#3B243CD2FF9BAF53FF78FB17FBCBFA9F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FBBEFB17FDD6FAA2>
dwc:catalogNumber "MNRJ 32567" ;
dwc:collectionCode "MNRJ" ;
dwc:verbatimLatitude "3.9786112" ;
dwc:verbatimLongitude "-49.556667" ;
trt:gbifOccurrenceId "2636392315" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6#3B243CD2FF9BAF53FBBEFB17FDD6FAA2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FDA8FAF0FB67FAA2>
dwc:catalogNumber "MNRJ 32582" ;
dwc:collectionCode "MNRJ" ;
dwc:verbatimLatitude "3.9786112" ;
dwc:verbatimLongitude "-49.556667" ;
trt:gbifOccurrenceId "2636392895" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6#3B243CD2FF9BAF53FDA8FAF0FB67FAA2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FADBFAF3FD7FFAC6>
dwc:catalogNumber "MNRJ 32585" ;
dwc:collectionCode "MNRJ" ;
dwc:verbatimLatitude "3.9786112" ;
dwc:verbatimLongitude "-49.556667" ;
trt:gbifOccurrenceId "2636392728" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6#3B243CD2FF9BAF53FADBFAF3FD7FFAC6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FCC0FADCFB60FAC1>
dwc:catalogNumber "MNRJ 33793" ;
dwc:collectionCode "MNRJ" ;
trt:gbifOccurrenceId "2636393134" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6#3B243CD2FF9BAF53FCC0FADCFB60FAC1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FADBFADCFDE9FAE5>
dwc:catalogNumber "MORG 52262" ;
dwc:collectionCode "MORG" ;
trt:gbifOccurrenceId "2636393088" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6#3B243CD2FF9BAF53FADBFADCFDE9FAE5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FD4AFAB9FB34FAE4>
dwc:catalogNumber "MNRJ 33800" ;
dwc:collectionCode "MNRJ" ;
trt:gbifOccurrenceId "2636393376" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6#3B243CD2FF9BAF53FD4AFAB9FB34FAE4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FF78FA7BFE36FA4E>
dwc:catalogNumber "MCZ 274232" ;
dwc:collectionCode "R, V" ;
dwc:eventDate "1963-04-29" ;
dwc:locality "BRITISH GUYANA" ;
dwc:verbatimElevation "78" ;
dwc:verbatimLatitude "8.883333" ;
dwc:verbatimLongitude "-59.066666" ;
trt:gbifOccurrenceId "2636392951" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6#3B243CD2FF9BAF53FF78FA7BFE36FA4E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FF78F9E6FDF6F9D2>
dwc:catalogNumber "MNHN-IM-2012-43226" ;
dwc:eventDate "2014-08-08" ;
dwc:locality "OC. Ship Hermano Gines" ;
dwc:verbatimElevation "96" ;
dwc:verbatimLatitude "6.3" ;
dwc:verbatimLongitude "-52.216667" ;
trt:gbifOccurrenceId "2636392765" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6#3B243CD2FF9BAF53FF78F9E6FDF6F9D2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9BAF5DFD76FBBBFC62FAC6.mc.3B243CD2FF9BAF53FF78F969FC0CF934>
dwc:catalogNumber "MORG 16441" ;
dwc:collectionCode "MORG" ;
dwc:locality "Para" ;
trt:gbifOccurrenceId "2636393319" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9BAF5DFD76FBBBFC62FAC6#3B243CD2FF9BAF53FF78F969FC0CF934> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,161 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03E58799FF9DAF57FD59FA63FE0EFB2B>
cito:cites <http://dx.doi.org/10.5281/zenodo.3899077>, <http://dx.doi.org/10.5281/zenodo.3899095>, <http://dx.doi.org/10.5281/zenodo.3899175>, <http://dx.doi.org/10.5281/zenodo.3899075> ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:title "Sagenotriphora undetermined Marshall 1983" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FF78F9F9FBCBF9A5>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FBBEF9F9FDC3F9C9>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FD48F9A5FAC9F9C9>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FF78F981FCD0F9EC>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FCABF981FAF7F9EC>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FF0AF96DFBA4F930> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sagenotriphora_undetermined_Marshall_1983> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.665> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.665>
bibo:endPage "170" ;
bibo:issue "665" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-06-12" ;
bibo:startPage "1" ;
bibo:volume "665" ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:date "2020" ;
dc:title "Unraveling one of the Big Five: update of the taxonomy of Triphoridae (Gastropoda, Triphoroidea) from Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3899077>, <http://dx.doi.org/10.5281/zenodo.3899095>, <http://dx.doi.org/10.5281/zenodo.3899175>, <http://dx.doi.org/10.5281/zenodo.3899075> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Sagenotriphora_undetermined_Marshall_1983>
dwc:authorityName "Marshall" ;
dwc:authorityYear "1983" ;
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Sagenotriphora" ;
dwc:isUncertain "true" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Marshall, 1983" ;
dwc:species "undetermined" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sagenotriphora_undetermined> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sagenotriphora_undetermined>
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Sagenotriphora" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "undetermined" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sagenotriphora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sagenotriphora>
dwc:genus "Sagenotriphora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Triphoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Triphoridae>
dwc:family "Triphoridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:phylum "Mollusca" ;
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.3899077>
dc:description "Fig. 15. Sagenotriphora sp. 1. A. MNRJ 34457*,2.66 mm. B. MNRJ 32560*,2.82 mm. C. MNRJ 32562*, 2.95 mm. DE. MNRJ 32579*, 2.83 mm. F, HI. Same shell as D. G. Same shell as B. JK. MNRJ 32560. Scale bars: AE = 1 mm; FH = 500 µm; IJ = 100 µm; K = 50 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899077/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899095>
dc:description "Fig. 24. Triphoridae from Brazil (3). A. Nototriphora decorata (C.B. Adams, 1850). B. Sagenotriphora albocaput sp. nov. C. Sagenotriphora osclausum (Rolán & Fernández-Garcés, 1995). D. Sagenotriphora sp. 1. E. Sagenotriphora sp. 2. F. Similiphora intermedia (C.B. Adams, 1850). G. Similiphora lucida sp. nov. H. Similiphora sp. 1. I. Strobiligera campista Fernandes & Pimenta, 2019. J. Strobiligera delicata Fernandes & Pimenta, 2014. K. Strobiligera dinea (Dall, 1927). L. Strobiligera gaesona (Dall, 1927). M. Strobiligera inaudita (Rolán & Lee, 2008). N. Strobiligera santista Fernandes & Pimenta, 2019. O. Strobiligera unicornium (Simone, 2006). P. Strobiligera sp. 1. Q. Strobiligera sp. 2. R. Triphora atlantica Smith, 1890. S. Triphora charybdis Fernandes & Pimenta, 2015. T. Triphora ellyae De Jong & Coomans, 1988. U. Triphora elvirae De Jong & Coomans, 1988. V. Triphora portoricensis Rolán & Redfern, 2008. W. Triphora scylla Fernandes & Pimenta, 2015. Scale bars: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899095/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899175>
dc:description "Fig. 63. Distribution map of Sagenotriphora sp. 1." ;
fabio:hasRepresentation <https://zenodo.org/record/3899175/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899075>
dc:description "Fig. 14. Types of Sagenotriphora candidula Rolán & Lee, 2008. A. FLMNH 419189, holotype, 5.00 mm. BE. FLMNH 249739, paratypes, 4.46 mm, 4.44 mm, 4.77 mm and 4.18 mm, respectively. F. BMSM 15202, paratype, 3.80 mm. G. FLMNH 178388, paratype, 4.38 mm. H. FLMNH 154860, paratype, 4.51 mm. I. FLMNH 127829, paratype, 4.44 mm. J. USNM 1112659, paratype, 4.66 mm. Scale bars: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899075/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FF78F9F9FBCBF9A5>
dwc:catalogNumber "MNRJ 32560" ;
dwc:collectionCode "MNRJ" ;
dwc:locality "Amapa" ;
dwc:verbatimLatitude "3.9786112" ;
dwc:verbatimLongitude "-49.556667" ;
trt:gbifOccurrenceId "2636392645" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9DAF57FD59FA63FE0EFB2B#3B243CD2FF9DAF55FF78F9F9FBCBF9A5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FBBEF9F9FDC3F9C9>
dwc:catalogNumber "MNRJ 32561" ;
dwc:collectionCode "MNRJ" ;
dwc:verbatimLatitude "3.9786112" ;
dwc:verbatimLongitude "-49.556667" ;
trt:gbifOccurrenceId "2636393139" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9DAF57FD59FA63FE0EFB2B#3B243CD2FF9DAF55FBBEF9F9FDC3F9C9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FD48F9A5FAC9F9C9>
dwc:catalogNumber "MNRJ 32562" ;
dwc:collectionCode "MNRJ" ;
dwc:verbatimLatitude "3.9786112" ;
dwc:verbatimLongitude "-49.556667" ;
trt:gbifOccurrenceId "2636392946" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9DAF57FD59FA63FE0EFB2B#3B243CD2FF9DAF55FD48F9A5FAC9F9C9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FF78F981FCD0F9EC>
dwc:catalogNumber "MNRJ 32579" ;
dwc:collectionCode "MNRJ" ;
dwc:verbatimLatitude "3.9786112" ;
dwc:verbatimLongitude "-49.556667" ;
trt:gbifOccurrenceId "2636393589" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9DAF57FD59FA63FE0EFB2B#3B243CD2FF9DAF55FF78F981FCD0F9EC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FCABF981FAF7F9EC>
dwc:catalogNumber "MNRJ 33792" ;
dwc:collectionCode "MNRJ" ;
trt:gbifOccurrenceId "2636392590" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9DAF57FD59FA63FE0EFB2B#3B243CD2FF9DAF55FCABF981FAF7F9EC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9DAF57FD59FA63FE0EFB2B.mc.3B243CD2FF9DAF55FF0AF96DFBA4F930>
dwc:catalogNumber "MNRJ 34457" ;
dwc:collectionCode "MNRJ" ;
dwc:eventDate "1997-03" ;
dwc:verbatimElevation "72" ;
dwc:verbatimLatitude "2.3533332" ;
dwc:verbatimLongitude "-48.498333" ;
trt:gbifOccurrenceId "2636393059" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9DAF57FD59FA63FE0EFB2B#3B243CD2FF9DAF55FF0AF96DFBA4F930> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,109 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03E58799FF9FAF51FD59FB12FDBEFE57>
cito:cites <http://dx.doi.org/10.5281/zenodo.3899079>, <http://dx.doi.org/10.5281/zenodo.3899095>, <http://dx.doi.org/10.5281/zenodo.3899177> ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:title "Sagenotriphora undetermined Marshall 1983" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9FAF51FD59FB12FDBEFE57.mc.3B243CD2FF9FAF57FF78FA68FBF6FA35> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sagenotriphora_undetermined_Marshall_1983> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.665> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.665>
bibo:endPage "170" ;
bibo:issue "665" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-06-12" ;
bibo:startPage "1" ;
bibo:volume "665" ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:date "2020" ;
dc:title "Unraveling one of the Big Five: update of the taxonomy of Triphoridae (Gastropoda, Triphoroidea) from Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3899079>, <http://dx.doi.org/10.5281/zenodo.3899095>, <http://dx.doi.org/10.5281/zenodo.3899177> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Sagenotriphora_undetermined_Marshall_1983>
dwc:authorityName "Marshall" ;
dwc:authorityYear "1983" ;
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Sagenotriphora" ;
dwc:isUncertain "true" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Marshall, 1983" ;
dwc:species "undetermined" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sagenotriphora_undetermined> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sagenotriphora_undetermined>
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Sagenotriphora" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "undetermined" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sagenotriphora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sagenotriphora>
dwc:genus "Sagenotriphora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Triphoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Triphoridae>
dwc:family "Triphoridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:phylum "Mollusca" ;
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.3899079>
dc:description "Fig. 16. Sagenotriphora sp. 2. AG. IBUFRJ 19556, 3.09 mm. Scale bars: AC = 1 mm; DE = 500 µm; F = 100 µm; G = 50 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899079/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899095>
dc:description "Fig. 24. Triphoridae from Brazil (3). A. Nototriphora decorata (C.B. Adams, 1850). B. Sagenotriphora albocaput sp. nov. C. Sagenotriphora osclausum (Rolán & Fernández-Garcés, 1995). D. Sagenotriphora sp. 1. E. Sagenotriphora sp. 2. F. Similiphora intermedia (C.B. Adams, 1850). G. Similiphora lucida sp. nov. H. Similiphora sp. 1. I. Strobiligera campista Fernandes & Pimenta, 2019. J. Strobiligera delicata Fernandes & Pimenta, 2014. K. Strobiligera dinea (Dall, 1927). L. Strobiligera gaesona (Dall, 1927). M. Strobiligera inaudita (Rolán & Lee, 2008). N. Strobiligera santista Fernandes & Pimenta, 2019. O. Strobiligera unicornium (Simone, 2006). P. Strobiligera sp. 1. Q. Strobiligera sp. 2. R. Triphora atlantica Smith, 1890. S. Triphora charybdis Fernandes & Pimenta, 2015. T. Triphora ellyae De Jong & Coomans, 1988. U. Triphora elvirae De Jong & Coomans, 1988. V. Triphora portoricensis Rolán & Redfern, 2008. W. Triphora scylla Fernandes & Pimenta, 2015. Scale bars: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899095/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899177>
dc:description "Fig. 64. Distribution map of Sagenotriphora albocaput sp. nov. (red circle = type locality; black circles = additional localities) and Sagenotriphora sp. 2 (gray circle)." ;
fabio:hasRepresentation <https://zenodo.org/record/3899177/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FF9FAF51FD59FB12FDBEFE57.mc.3B243CD2FF9FAF57FF78FA68FBF6FA35>
dwc:catalogNumber "IBUFRJ 19556" ;
dwc:collectionCode "IBUFRJ" ;
dwc:locality "Rio de Janeiro" ;
trt:gbifOccurrenceId "2636393302" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FF9FAF51FD59FB12FDBEFE57#3B243CD2FF9FAF57FF78FA68FBF6FA35> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,113 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/03E58799FFA1AF6AFD70FE36FDADFB16>
cito:cites <http://dx.doi.org/10.5281/zenodo.3899071>, <http://dx.doi.org/10.5281/zenodo.3899093>, <http://dx.doi.org/10.5281/zenodo.3899167> ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:title "Nanaphora undetermined Laseron 1958" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FFA1AF6AFD70FE36FDADFB16.mc.3B243CD2FFA1AF69FF78FD82FEFFFD37> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nanaphora_undetermined_Laseron_1958> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.665> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.665>
bibo:endPage "170" ;
bibo:issue "665" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-06-12" ;
bibo:startPage "1" ;
bibo:volume "665" ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:date "2020" ;
dc:title "Unraveling one of the Big Five: update of the taxonomy of Triphoridae (Gastropoda, Triphoroidea) from Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3899071>, <http://dx.doi.org/10.5281/zenodo.3899093>, <http://dx.doi.org/10.5281/zenodo.3899167> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Nanaphora_undetermined_Laseron_1958>
dwc:authorityName "Laseron" ;
dwc:authorityYear "1958" ;
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Nanaphora" ;
dwc:isUncertain "true" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Laseron, 1958" ;
dwc:species "undetermined" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nanaphora_undetermined> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Nanaphora_undetermined>
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Nanaphora" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "undetermined" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nanaphora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nanaphora>
dwc:genus "Nanaphora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Triphoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Triphoridae>
dwc:family "Triphoridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:phylum "Mollusca" ;
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.3899071>
dc:description "Fig. 12. Nanaphora sp. 1. AF. MNRJ 35177*, 2.94 mm. Scale bars: AB = 1 mm; CE = 500 µm; F = 100 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899071/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899093>
dc:description "Fig. 23. Triphoridae from Brazil (2). A. “Inella” sp. 4. B. Iniforis carmelae Rolán & Fernández- Garcés, 1993. C. Iniforis pseudothomae Rolán & Fernández-Garcés, 1993. D. Isotriphora leo sp. nov. E. Isotriphora onca Fernandes, Pimenta & Leal, 2013. F. Isotriphora tigrina Fernandes, Pimenta & Leal, 2013. G. Isotriphora tricingulata Rolán & Fernández-Garcés, 2015. H. Isotriphora uncia sp. nov. I. Isotriphora sp. 1. J. Latitriphora albida (A. Adams, 1854). K. Marshallora sp. L. Marshallora ostenta Rolán & Fernández-Garcés, 2008. M. Marshallora sp. 1. N. Monophorus caracca (Dall, 1927) comb. nov. O. Monophorus olivaceus (Dall, 1889). P. Monophorus verecundus sp. nov. Q. Nanaphora leei Fernandes & Pimenta, 2015. R. Nanaphora verbernei (Moolenbeek & Faber, 1989). S. Nanaphora sp. 1. Scale bars: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899093/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899167>
dc:description "Fig. 60. Distribution map of Nanaphora sp. 1." ;
fabio:hasRepresentation <https://zenodo.org/record/3899167/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FFA1AF6AFD70FE36FDADFB16.mc.3B243CD2FFA1AF69FF78FD82FEFFFD37>
dwc:catalogNumber "MNRJ 35177" ;
dwc:collectionCode "MNRJ" ;
dwc:eventDate "2011-05-22" ;
dwc:locality "Rio Grande do Norte" ;
dwc:verbatimElevation "145" ;
dwc:verbatimLatitude "-4.688889" ;
dwc:verbatimLongitude "-36.579166" ;
trt:gbifOccurrenceId "2636392972" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FFA1AF6AFD70FE36FDADFB16#3B243CD2FFA1AF69FF78FD82FEFFFD37> ;
a dwc:MaterialCitation .

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#> .
<http://treatment.plazi.org/id/03E58799FFAAAF6CFD6AF986FD81FB6A>
cito:cites <http://dx.doi.org/10.5281/zenodo.3899065>, <http://dx.doi.org/10.5281/zenodo.3899093>, <http://dx.doi.org/10.5281/zenodo.3899157> ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:title "Marshallora undetermined Bouchet 1985" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FFAAAF6CFD6AF986FD81FB6A.mc.3B243CD2FFAAAF62FF78F912FBC4F882> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Marshallora_undetermined_Bouchet_1985> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.665> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.665>
bibo:endPage "170" ;
bibo:issue "665" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-06-12" ;
bibo:startPage "1" ;
bibo:volume "665" ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:date "2020" ;
dc:title "Unraveling one of the Big Five: update of the taxonomy of Triphoridae (Gastropoda, Triphoroidea) from Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3899065>, <http://dx.doi.org/10.5281/zenodo.3899093>, <http://dx.doi.org/10.5281/zenodo.3899157> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Marshallora_undetermined_Bouchet_1985>
dwc:authorityName "Bouchet" ;
dwc:authorityYear "1985" ;
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Marshallora" ;
dwc:isUncertain "true" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bouchet, 1985" ;
dwc:species "undetermined" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Marshallora_undetermined> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Marshallora_undetermined>
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Marshallora" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "undetermined" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Marshallora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Marshallora>
dwc:genus "Marshallora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Triphoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Triphoridae>
dwc:family "Triphoridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:phylum "Mollusca" ;
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.3899065>
dc:description "Fig. 9. Marshallora sp. 1. AB. MZSP 63331*, 4.00 mm and 1.65 mm, respectively. CI. Same shell as A. J. Same shell as B. Scale bars: AC = 1 mm; DF = 500 µm; GH, J = 100 µm; I = 20 µm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899065/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899093>
dc:description "Fig. 23. Triphoridae from Brazil (2). A. “Inella” sp. 4. B. Iniforis carmelae Rolán & Fernández- Garcés, 1993. C. Iniforis pseudothomae Rolán & Fernández-Garcés, 1993. D. Isotriphora leo sp. nov. E. Isotriphora onca Fernandes, Pimenta & Leal, 2013. F. Isotriphora tigrina Fernandes, Pimenta & Leal, 2013. G. Isotriphora tricingulata Rolán & Fernández-Garcés, 2015. H. Isotriphora uncia sp. nov. I. Isotriphora sp. 1. J. Latitriphora albida (A. Adams, 1854). K. Marshallora sp. L. Marshallora ostenta Rolán & Fernández-Garcés, 2008. M. Marshallora sp. 1. N. Monophorus caracca (Dall, 1927) comb. nov. O. Monophorus olivaceus (Dall, 1889). P. Monophorus verecundus sp. nov. Q. Nanaphora leei Fernandes & Pimenta, 2015. R. Nanaphora verbernei (Moolenbeek & Faber, 1989). S. Nanaphora sp. 1. Scale bars: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899093/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899157>
dc:description "Fig. 55. Distribution map of Marshallora sp. 1." ;
fabio:hasRepresentation <https://zenodo.org/record/3899157/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FFAAAF6CFD6AF986FD81FB6A.mc.3B243CD2FFAAAF62FF78F912FBC4F882>
dwc:catalogNumber "MZSP 63331" ;
dwc:collectionCode "MZSP" ;
dwc:eventDate "1971-09" ;
dwc:locality "Rio de Janeiro" ;
dwc:recordedBy "Rio das Ostras" ;
trt:gbifOccurrenceId "2636392818" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FFAAAF6CFD6AF986FD81FB6A#3B243CD2FFAAAF62FF78F912FBC4F882> ;
a dwc:MaterialCitation .

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#> .
<http://treatment.plazi.org/id/03E58799FFADAF66FD73F95DFE1FFC9E>
cito:cites <http://dx.doi.org/10.5281/zenodo.3899059>, <http://dx.doi.org/10.5281/zenodo.3899093>, <http://dx.doi.org/10.5281/zenodo.3899151> ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:title "Isotriphora undetermined Cotton & Godfrey 1931" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FFADAF66FD73F95DFE1FFC9E.mc.3B243CD2FFADAF65FF78F8BCFDACF80E>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FFADAF66FD73F95DFE1FFC9E.mc.3B243CD2FFADAF65FD92F864FD71F856>, <http://tb.plazi.org/GgServer/dwcaRecords/03E58799FFADAF66FD73F95DFE1FFC9E.mc.3B243CD2FFADAF65FCC1F84CFC1AF879> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Isotriphora_undetermined_Cotton_1931> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.665> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.665>
bibo:endPage "170" ;
bibo:issue "665" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-06-12" ;
bibo:startPage "1" ;
bibo:volume "665" ;
dc:creator "Fernandes, Maurício Romulo; Pimenta, Alexandre Dias" ;
dc:date "2020" ;
dc:title "Unraveling one of the Big Five: update of the taxonomy of Triphoridae (Gastropoda, Triphoroidea) from Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3899059>, <http://dx.doi.org/10.5281/zenodo.3899093>, <http://dx.doi.org/10.5281/zenodo.3899151> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Isotriphora_undetermined_Cotton_1931>
dwc:authorityName "Cotton & Godfrey" ;
dwc:authorityYear "1931" ;
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Isotriphora" ;
dwc:isUncertain "true" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Cotton & Godfrey, 1931" ;
dwc:species "undetermined" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Isotriphora_undetermined> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Isotriphora_undetermined>
dwc:class "Gastropoda" ;
dwc:family "Triphoridae" ;
dwc:genus "Isotriphora" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "undetermined" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Isotriphora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Isotriphora>
dwc:genus "Isotriphora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Triphoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Triphoridae>
dwc:family "Triphoridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gastropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gastropoda>
dwc:class "Gastropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:phylum "Mollusca" ;
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.3899059>
dc:description "Fig. 6. Isotriphora sp. 1. AB. MORG 52611*, 2.08 mm and 1.58 mm, respectively. CD. Same shell as A. EF. ZUEC-GAS 7489, 1.44 mm. G. ZUEC-GAS 7489, same shell as E. Scale bars: AC, EF = 1 mm; D, G = 100 µm. Photo credits EG: Aramys Cesar (UNICAMP)." ;
fabio:hasRepresentation <https://zenodo.org/record/3899059/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899093>
dc:description "Fig. 23. Triphoridae from Brazil (2). A. “Inella” sp. 4. B. Iniforis carmelae Rolán & Fernández- Garcés, 1993. C. Iniforis pseudothomae Rolán & Fernández-Garcés, 1993. D. Isotriphora leo sp. nov. E. Isotriphora onca Fernandes, Pimenta & Leal, 2013. F. Isotriphora tigrina Fernandes, Pimenta & Leal, 2013. G. Isotriphora tricingulata Rolán & Fernández-Garcés, 2015. H. Isotriphora uncia sp. nov. I. Isotriphora sp. 1. J. Latitriphora albida (A. Adams, 1854). K. Marshallora sp. L. Marshallora ostenta Rolán & Fernández-Garcés, 2008. M. Marshallora sp. 1. N. Monophorus caracca (Dall, 1927) comb. nov. O. Monophorus olivaceus (Dall, 1889). P. Monophorus verecundus sp. nov. Q. Nanaphora leei Fernandes & Pimenta, 2015. R. Nanaphora verbernei (Moolenbeek & Faber, 1989). S. Nanaphora sp. 1. Scale bars: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3899093/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3899151>
dc:description "Fig. 52. Distribution map of Isotriphora sp. 1 (gray circle) and Isotriphora leo sp. nov. (red circle)." ;
fabio:hasRepresentation <https://zenodo.org/record/3899151/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FFADAF66FD73F95DFE1FFC9E.mc.3B243CD2FFADAF65FF78F8BCFDACF80E>
dwc:catalogNumber "MORG 52611" ;
dwc:collectionCode "MORG" ;
dwc:eventDate "1985-12-05" ;
dwc:locality "Cabeco da Sapata" ;
dwc:recordedBy "M. Cabeda" ;
dwc:verbatimElevation "40" ;
trt:gbifOccurrenceId "2636393186" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FFADAF66FD73F95DFE1FFC9E#3B243CD2FFADAF65FF78F8BCFDACF80E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FFADAF66FD73F95DFE1FFC9E.mc.3B243CD2FFADAF65FD92F864FD71F856>
dwc:catalogNumber "ZUEC-GAS 7353" ;
dwc:collectionCode "ZUEC-GAS" ;
dwc:eventDate "2013-09-06" ;
dwc:locality "Cabeco da Sapata" ;
dwc:recordedBy "da Sapata" ;
dwc:verbatimElevation "45" ;
dwc:verbatimLatitude "-3.8780556" ;
dwc:verbatimLongitude "-32.484444" ;
trt:gbifOccurrenceId "2636393258" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FFADAF66FD73F95DFE1FFC9E#3B243CD2FFADAF65FD92F864FD71F856> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03E58799FFADAF66FD73F95DFE1FFC9E.mc.3B243CD2FFADAF65FCC1F84CFC1AF879>
dwc:catalogNumber "ZUEC-GAS 7489" ;
dwc:collectionCode "ZUEC-GAS" ;
dwc:eventDate "2013-09-06" ;
dwc:locality "Cabeco da Sapata" ;
dwc:recordedBy "da Sapata" ;
dwc:verbatimElevation "45" ;
dwc:verbatimLatitude "-3.8780556" ;
dwc:verbatimLongitude "-32.484444" ;
trt:gbifOccurrenceId "2636392428" ;
trt:httpUri <https://treatment.plazi.org/id/03E58799FFADAF66FD73F95DFE1FFC9E#3B243CD2FFADAF65FCC1F84CFC1AF879> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,91 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/56685175FFE9077D109EFEE5F14BB1F9>
cito:cites <http://dx.doi.org/10.5281/zenodo.7119935> ;
dc:creator "Fachin, Diego Aguilar; Zichinelli, Marcela Maria Parada; Barrett, Bolívar Rafael Garcete" ;
dc:title "Chordonota undetermined" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/56685175FFE9077D109EFEE5F14BB1F9.mc.6EA9EA3EFFE9077D1180FE27F6E5B282> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5190.1.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Chordonota_undetermined> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5190.1.1>
bibo:endPage "55" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2022-09-27" ;
bibo:startPage "1" ;
bibo:volume "5190" ;
dc:creator "Fachin, Diego Aguilar; Zichinelli, Marcela Maria Parada; Barrett, Bolívar Rafael Garcete" ;
dc:date "2022" ;
dc:title "An illustrated checklist of Stratiomyidae (Diptera: Brachycera) from Paraguay with three new synonyms and 22 new records of species for the country" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.7119935> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Chordonota_undetermined>
dwc:class "Insecta" ;
dwc:family "Stratiomyidae" ;
dwc:genus "Chordonota" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "undetermined" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordonota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordonota>
dwc:genus "Chordonota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stratiomyidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stratiomyidae>
dwc:family "Stratiomyidae" ;
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:order "Diptera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.7119935>
dc:description "FIGURES6172.Stratiomyidspecies,habitusdorsal.61.Arcuavenalimbativentris(Enderlein,1921),female.62.Chrysochlorina incompleta (Curran, 1929), female. 63. Auloceromyia pedunculata Pimentel & Pujol-Luz, 2000, male. 64. Chordonota aterrima James, 1940, female. 65. Chordonota inermis (Wiedemann, 1830), female. 66. Chordonota sp. 1, female. 67. Cyphomia cyanea (Fabricius, 1794), female. 6869. Cyphomyia gracilicornis Gerstaecker, 1857, male and female, respectively. 70. Cyphomyia wiedemanni Gerstaecker, 1857, female. 71. Hermetia albitarsis Fabricius, 1805, female. 72. Hermetia flavipes Wiedemann, 1830, female. Scale bar, 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/7119935/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/56685175FFE9077D109EFEE5F14BB1F9.mc.6EA9EA3EFFE9077D1180FE27F6E5B282>
dwc:collectionCode "MNHNPY" ;
dwc:eventDate "1994-08-08" ;
dwc:locality "Boqueron" ;
dwc:recordedBy "B. Barrias" ;
trt:httpUri <https://treatment.plazi.org/id/56685175FFE9077D109EFEE5F14BB1F9#6EA9EA3EFFE9077D1180FE27F6E5B282> ;
a dwc:MaterialCitation .