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

This commit is contained in:
GG2RDF 2024-07-04 11:24:02 +00:00
parent 02e5bb5036
commit cd157894c4
3000 changed files with 429289 additions and 0 deletions
data/80
00
01
02
03
04
05
06
07
08
09
0A
0B
0C

View file

@ -0,0 +1,100 @@
@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/80002E01917D79947BD5785CC7205E92>
# Error: Could not add TaxonConceptCitation
# Error: Could not produce taxonNameURI
# Error: Could not produce taxonNameURI
# at taxonNameForURI (file:///app/src/gg2rdf.ts:1201:15)
# at taxonNameURI (file:///app/src/gg2rdf.ts:1213:9)
# at addTaxonConceptCitation (file:///app/src/gg2rdf.ts:901:13)
# at file:///app/src/gg2rdf.ts:306:11
# at y.forEach (<anonymous>)
# at makeTreatment (file:///app/src/gg2rdf.ts:291:7)
# at gg2rdf (file:///app/src/gg2rdf.ts:85:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7) ;
dc:creator "Info Flora" ;
dc:title "Alchemilla demissa" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Alchemilla_demissa> ;
trt:publishedIn <http://publication.plazi.org/id/5616F1D28F70E070F7AD119202FEF7FB> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Alchemilla_demissa> ;
a trt:Treatment .
<http://publication.plazi.org/id/5616F1D28F70E070F7AD119202FEF7FB>
dc:creator "Info Flora" ;
dc:date "2021" ;
dc:title "Info Flora Schweiz - Rosaceae" .
<http://taxon-name.plazi.org/id/Plantae/Alchemilla_demissa>
# Info: Couldn't generate language tag for "Niedergestreckter Frauenmantel"@undefined ;
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Alchemilla" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "demissa" ;
dwc:vernacularName "Niedergestreckter Frauenmantel", "Niedergestreckter Frauenmantel"@de, "Alchemille a tige basse"@fr, "Ventaglina a fusto basso"@it ;
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 .

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/80004A46FFC4FFF9FEBB86F9FDD2FC66>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950271>, <http://dx.doi.org/10.5281/zenodo.10950277> ;
dc:creator "Pérez-García, Belkys Yubiry; Nieto-Caicedo, Liliana" ;
dc:title "Prebaetodes meredinensis Chacon, Pescador & Segnini 2010" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC4FFF9FEBB86F9FDD2FC66.mc.B8C1F10DFFC4FFF9FEEF85BEFF73FD7A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Prebaetodes_meredinensis_Chacon_2010> ;
trt:publishedIn <http://dx.doi.org/10.35249/rche.49.1.23.13> ;
a trt:Treatment .
<http://dx.doi.org/10.35249/rche.49.1.23.13>
bibo:endPage "119" ;
bibo:issue "1" ;
bibo:journal "Revista Chilena de Entomología" ;
bibo:pubDate "2023-03-31" ;
bibo:series "Rev. Chil. Entomol." ;
bibo:startPage "109" ;
bibo:volume "49" ;
dc:creator "Pérez-García, Belkys Yubiry; Nieto-Caicedo, Liliana" ;
dc:date "2023" ;
dc:title "New record and updated checklist of Baetidae (Insecta: Ephemeroptera) from Venezuela" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950271>, <http://dx.doi.org/10.5281/zenodo.10950277> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Prebaetodes_meredinensis_Chacon_2010>
dwc:authority "Chacon, Pescador & Segnini, 2010" ;
dwc:authorityName "Chacon, Pescador & Segnini" ;
dwc:authorityYear "2010" ;
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Prebaetodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chacon, Pescador & Segnini, 2010" ;
dwc:species "meredinensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Prebaetodes_meredinensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Prebaetodes_meredinensis>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Prebaetodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "meredinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Prebaetodes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Prebaetodes>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Prebaetodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Baetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Baetidae>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ephemeroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ephemeroptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
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.10950271>
dc:description "Figure2. Nymphs, dorsal habitus.a) Camelobaetidius edmundsi. b) Camelobaetidius patricki. c) Prebaetodes meredinensis. d) Varipes sancarlos.Scale barr: 1 mm. / Ninfas, vista dorsal. a) Camelobaetidius edmundsi. b) Camelobaetidius patricki. c) Prebaetodes meredinensis. d) Varipes sancarlos. Barra de escala: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950271/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10950277>
dc:description "Figure 5. Prebaetodes meredinensis. a) Labrum. b) Left mandible: detail of incisors and prostheca. c) Maxillae: detail of galea-lacinia. d) Hypopharynx. e) Labium. f) Tarsal claw. Scale barr: 0.1 mm. / Prebaetodes meredinensis. a) Labro. b) MandÍbula izquierda: detalle de los incisivos y prosteca. c) Maxila: detalle de la galea-lacinia. d) Hipofaringe. e) Labio. f) Uña tarsal. Barra de escala: 0,1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950277/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC4FFF9FEBB86F9FDD2FC66.mc.B8C1F10DFFC4FFF9FEEF85BEFF73FD7A>
dwc:collectionCode "MZUC" ;
dwc:eventDate "2014-12-12" ;
dwc:locality "National Park" ;
dwc:recordedBy "Belkys Perez & Material" ;
dwc:verbatimLatitude "10.361945" ;
dwc:verbatimLongitude "-68.750275" ;
trt:httpUri <https://treatment.plazi.org/id/80004A46FFC4FFF9FEBB86F9FDD2FC66#B8C1F10DFFC4FFF9FEEF85BEFF73FD7A> ;
a dwc:MaterialCitation .

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/80004A46FFC4FFF9FEC68337FC8CFAEC>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950271> ;
dc:creator "Pérez-García, Belkys Yubiry; Nieto-Caicedo, Liliana" ;
dc:title "Varipes sancarlos Castillo & Perez 2011" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC4FFF9FEC68337FC8CFAEC.mc.B8C1F10DFFC4FFF9FEE58395FD73FA82>, <http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC4FFF9FEC68337FC8CFAEC.mc.B8C1F10DFFC4FFF9FD5E83D4FBFDFACD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Varipes_sancarlos_Castillo_2011> ;
trt:publishedIn <http://dx.doi.org/10.35249/rche.49.1.23.13> ;
a trt:Treatment .
<http://dx.doi.org/10.35249/rche.49.1.23.13>
bibo:endPage "119" ;
bibo:issue "1" ;
bibo:journal "Revista Chilena de Entomología" ;
bibo:pubDate "2023-03-31" ;
bibo:series "Rev. Chil. Entomol." ;
bibo:startPage "109" ;
bibo:volume "49" ;
dc:creator "Pérez-García, Belkys Yubiry; Nieto-Caicedo, Liliana" ;
dc:date "2023" ;
dc:title "New record and updated checklist of Baetidae (Insecta: Ephemeroptera) from Venezuela" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950271> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Varipes_sancarlos_Castillo_2011>
dwc:authority "Castillo & Perez, 2011" ;
dwc:authorityName "Castillo & Perez" ;
dwc:authorityYear "2011" ;
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Varipes" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Castillo & Perez, 2011" ;
dwc:species "sancarlos" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7FHFD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Varipes_sancarlos> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Varipes_sancarlos>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Varipes" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sancarlos" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Varipes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Varipes>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Varipes" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Baetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Baetidae>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ephemeroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ephemeroptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
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.10950271>
dc:description "Figure2. Nymphs, dorsal habitus.a) Camelobaetidius edmundsi. b) Camelobaetidius patricki. c) Prebaetodes meredinensis. d) Varipes sancarlos.Scale barr: 1 mm. / Ninfas, vista dorsal. a) Camelobaetidius edmundsi. b) Camelobaetidius patricki. c) Prebaetodes meredinensis. d) Varipes sancarlos. Barra de escala: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950271/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC4FFF9FEC68337FC8CFAEC.mc.B8C1F10DFFC4FFF9FEE58395FD73FA82>
dwc:collectionCode "MZUC" ;
dwc:eventDate "2012-01-21" ;
dwc:locality "Liliana Nieto" ;
dwc:recordedBy "Belkys Perez" ;
dwc:verbatimLatitude "9.732222" ;
dwc:verbatimLongitude "-68.62222" ;
trt:httpUri <https://treatment.plazi.org/id/80004A46FFC4FFF9FEC68337FC8CFAEC#B8C1F10DFFC4FFF9FEE58395FD73FA82> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC4FFF9FEC68337FC8CFAEC.mc.B8C1F10DFFC4FFF9FD5E83D4FBFDFACD>
dwc:collectionCode "MZUC" ;
dwc:eventDate "2012-01-21" ;
dwc:locality "Liliana Nieto" ;
dwc:recordedBy "Guaquira & la Guaquira & La Marroquina & San Felipe & Belkys Perez & de Palambra" ;
dwc:verbatimLatitude "9.732222" ;
dwc:verbatimLongitude "-68.62222" ;
trt:httpUri <https://treatment.plazi.org/id/80004A46FFC4FFF9FEC68337FC8CFAEC#B8C1F10DFFC4FFF9FD5E83D4FBFDFACD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,132 @@
@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/80004A46FFC6FFF9FF5D8107FF70FE1C>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950271>, <http://dx.doi.org/10.5281/zenodo.10950275> ;
dc:creator "Pérez-García, Belkys Yubiry; Nieto-Caicedo, Liliana" ;
dc:title "Camelobaetidius patricki Dominique, Mathuriau & Thomas 2001" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFF9FF5D8107FF70FE1C.mc.B8C1F10DFFC4FFF9FEE68746FF74FE1C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Camelobaetidius_patricki_Dominique_2001> ;
trt:publishedIn <http://dx.doi.org/10.35249/rche.49.1.23.13> ;
a trt:Treatment .
<http://dx.doi.org/10.35249/rche.49.1.23.13>
bibo:endPage "119" ;
bibo:issue "1" ;
bibo:journal "Revista Chilena de Entomología" ;
bibo:pubDate "2023-03-31" ;
bibo:series "Rev. Chil. Entomol." ;
bibo:startPage "109" ;
bibo:volume "49" ;
dc:creator "Pérez-García, Belkys Yubiry; Nieto-Caicedo, Liliana" ;
dc:date "2023" ;
dc:title "New record and updated checklist of Baetidae (Insecta: Ephemeroptera) from Venezuela" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950271>, <http://dx.doi.org/10.5281/zenodo.10950275> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Camelobaetidius_patricki_Dominique_2001>
dwc:authority "Dominique, Mathuriau & Thomas, 2001" ;
dwc:authorityName "Dominique, Mathuriau & Thomas" ;
dwc:authorityYear "2001" ;
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Camelobaetidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dominique, Mathuriau & Thomas, 2001" ;
dwc:species "patricki" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/Q9VR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Camelobaetidius_patricki> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Camelobaetidius_patricki>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Camelobaetidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "patricki" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Camelobaetidius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Camelobaetidius>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Camelobaetidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Baetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Baetidae>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ephemeroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ephemeroptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
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.10950271>
dc:description "Figure2. Nymphs, dorsal habitus.a) Camelobaetidius edmundsi. b) Camelobaetidius patricki. c) Prebaetodes meredinensis. d) Varipes sancarlos.Scale barr: 1 mm. / Ninfas, vista dorsal. a) Camelobaetidius edmundsi. b) Camelobaetidius patricki. c) Prebaetodes meredinensis. d) Varipes sancarlos. Barra de escala: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950271/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10950275>
dc:description "Figure 4. Camelobaetidius patricki. a) Labrum (V, ventral and D, dorsal views).b) Right mandible: detail of incisors, prostheca and, mola. c) Left mandible: detail of incisors, prostheca and mola. d) Maxillae. e) Detail of palp segments. f) Detail of glossa and, paraglossa. g) Gill protocoxal. h) Paraprocts. i) Tarsal claw. Scale barr: 0.1 mm. / Camelobaetidius patricki. a) Labro (V, vista ventral y D, vista dorsal). b) MandÍbula derecha: detalle de los incisivos, prosteca y mola. c) MandÍbula izquierda: detalle de los incisivos, prosteca y mola.d) Maxila. e) Detalle de los segmentos palpales. f) Detalle de la glosa y paraglosa. g) Branquia protocoxal. h) Paraproctos. i) Uña tarsal. Barra de escala: 0,1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950275/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFF9FF5D8107FF70FE1C.mc.B8C1F10DFFC4FFF9FEE68746FF74FE1C>
dwc:collectionCode "MZUC" ;
dwc:eventDate "2004-02-20" ;
dwc:locality "Naguanagua" ;
dwc:recordedBy "Mangos I & Beatriz Medina & La Cumaca & Belkys Perez & Thirteen & Liliana Nieto & All" ;
dwc:verbatimLatitude "10.334444" ;
dwc:verbatimLongitude "-67.88472" ;
trt:httpUri <https://treatment.plazi.org/id/80004A46FFC6FFF9FF5D8107FF70FE1C#B8C1F10DFFC4FFF9FEE68746FF74FE1C> ;
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/80004A46FFC6FFFBFF678467FCE3F990>
cito:cites <http://dx.doi.org/10.5281/zenodo.10950271>, <http://dx.doi.org/10.5281/zenodo.10950273> ;
dc:creator "Pérez-García, Belkys Yubiry; Nieto-Caicedo, Liliana" ;
dc:title "Camelobaetidius edmundsi Dominique, Mathuriau & Thomas 2001" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFFBFF678467FCE3F990.mc.B8C1F10DFFC6FFFBFEE18306FE02FB10>, <http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFFBFF678467FCE3F990.mc.B8C1F10DFFC6FFFBFE0D8346FE55FB50>, <http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFFBFF678467FCE3F990.mc.B8C1F10DFFC6FFFBFDB98386FEC4FA90>, <http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFFBFF678467FCE3F990.mc.B8C1F10DFFC6FFFBFECE83C6FDB1FAD0>, <http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFFBFF678467FCE3F990.mc.B8C1F10DFFC6FFFBFD9F8206FDBCFA10> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Camelobaetidius_edmundsi_Dominique_2001> ;
trt:publishedIn <http://dx.doi.org/10.35249/rche.49.1.23.13> ;
a trt:Treatment .
<http://dx.doi.org/10.35249/rche.49.1.23.13>
bibo:endPage "119" ;
bibo:issue "1" ;
bibo:journal "Revista Chilena de Entomología" ;
bibo:pubDate "2023-03-31" ;
bibo:series "Rev. Chil. Entomol." ;
bibo:startPage "109" ;
bibo:volume "49" ;
dc:creator "Pérez-García, Belkys Yubiry; Nieto-Caicedo, Liliana" ;
dc:date "2023" ;
dc:title "New record and updated checklist of Baetidae (Insecta: Ephemeroptera) from Venezuela" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10950271>, <http://dx.doi.org/10.5281/zenodo.10950273> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Camelobaetidius_edmundsi_Dominique_2001>
dwc:authority "Dominique, Mathuriau & Thomas, 2001" ;
dwc:authorityName "Dominique, Mathuriau & Thomas" ;
dwc:authorityYear "2001" ;
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Camelobaetidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dominique, Mathuriau & Thomas, 2001" ;
dwc:species "edmundsi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/Q9V6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Camelobaetidius_edmundsi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Camelobaetidius_edmundsi>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Camelobaetidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "edmundsi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Camelobaetidius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Camelobaetidius>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:genus "Camelobaetidius" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Baetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Baetidae>
dwc:class "Insecta" ;
dwc:family "Baetidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ephemeroptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ephemeroptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
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.10950271>
dc:description "Figure2. Nymphs, dorsal habitus.a) Camelobaetidius edmundsi. b) Camelobaetidius patricki. c) Prebaetodes meredinensis. d) Varipes sancarlos.Scale barr: 1 mm. / Ninfas, vista dorsal. a) Camelobaetidius edmundsi. b) Camelobaetidius patricki. c) Prebaetodes meredinensis. d) Varipes sancarlos. Barra de escala: 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950271/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10950273>
dc:description "Figure 3. Camelobaetidius edmundsi. a) Labrum dorsal view. b) Right mandible. c) Left mandible. d) Right mandible: detail of incisors, prostheca, and mola. e) Left mandible: detail of incisors, prostheca, and mola. f) Left mandible: detail prostheca. g) Maxillae. h) Labium. i) Labium: detail of palp segments. j) Labium: detail of glossa and, paraglossa. k) Tarsal claw. Scale barr: 0.1 mm / Camelobaetidius edmundsi. a) Labro en vista dorsal. b) MandÍbula derecha. c) MandÍbula izquierda. d) MandÍbula derecha: detalle de los incisivos, prosteca y mola. e) MandÍbula izquierda: detalle de los incisivos, prosteca y mola. f) MandÍbula izquierda: detalle de la prosteca. g) Maxila. h) Labio. i) Labio: detalle de los segmentos palpales. j) Labio: detalle de la glosa y paraglosa.k) Uña tarsal. Barra de escala: 0,1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/10950273/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFFBFF678467FCE3F990.mc.B8C1F10DFFC6FFFBFEE18306FE02FB10>
dwc:collectionCode "MZUC" ;
dwc:eventDate "2004-02-20" ;
dwc:locality "San Esteban National Park" ;
dwc:recordedBy "Belkys Perez" ;
dwc:verbatimLatitude "9.732222" ;
dwc:verbatimLongitude "-68.62222" ;
trt:httpUri <https://treatment.plazi.org/id/80004A46FFC6FFFBFF678467FCE3F990#B8C1F10DFFC6FFFBFEE18306FE02FB10> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFFBFF678467FCE3F990.mc.B8C1F10DFFC6FFFBFE0D8346FE55FB50>
dwc:collectionCode "MZUC" ;
dwc:eventDate "2004-02-20" ;
dwc:locality "San Esteban National Park" ;
dwc:recordedBy "Belkys Perez" ;
dwc:verbatimLatitude "9.732222" ;
dwc:verbatimLongitude "-68.62222" ;
trt:httpUri <https://treatment.plazi.org/id/80004A46FFC6FFFBFF678467FCE3F990#B8C1F10DFFC6FFFBFE0D8346FE55FB50> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFFBFF678467FCE3F990.mc.B8C1F10DFFC6FFFBFDB98386FEC4FA90>
dwc:collectionCode "MZUC" ;
dwc:eventDate "2004-02-20" ;
dwc:locality "San Esteban National Park" ;
dwc:recordedBy "Belkys Perez" ;
dwc:verbatimLatitude "9.732222" ;
dwc:verbatimLongitude "-68.62222" ;
trt:httpUri <https://treatment.plazi.org/id/80004A46FFC6FFFBFF678467FCE3F990#B8C1F10DFFC6FFFBFDB98386FEC4FA90> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFFBFF678467FCE3F990.mc.B8C1F10DFFC6FFFBFECE83C6FDB1FAD0>
dwc:collectionCode "MZUC" ;
dwc:eventDate "2004-02-20" ;
dwc:locality "San Esteban National Park" ;
dwc:recordedBy "Belkys Perez" ;
dwc:verbatimLatitude "9.732222" ;
dwc:verbatimLongitude "-68.62222" ;
trt:httpUri <https://treatment.plazi.org/id/80004A46FFC6FFFBFF678467FCE3F990#B8C1F10DFFC6FFFBFECE83C6FDB1FAD0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80004A46FFC6FFFBFF678467FCE3F990.mc.B8C1F10DFFC6FFFBFD9F8206FDBCFA10>
dwc:collectionCode "MZUC" ;
dwc:eventDate "2004-02-20" ;
dwc:locality "San Esteban National Park" ;
dwc:recordedBy "Belkys Perez" ;
dwc:verbatimLatitude "9.732222" ;
dwc:verbatimLongitude "-68.62222" ;
trt:httpUri <https://treatment.plazi.org/id/80004A46FFC6FFFBFF678467FCE3F990#B8C1F10DFFC6FFFBFD9F8206FDBCFA10> ;
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/80006FE3E0932F2A29CAED68A0AB2127>
dc:creator "Jarvis, Charlie" ;
dc:title "Urochloa reptans Stapf 1920" ;
dwc:basisOfRecord <https://www.gbif.org/occurrence/2611900711> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Urochloa_reptans_Linnaeus_1759> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Panicum_grossarium_Linnaeus_1759> ;
trt:publishedIn <http://doi.org/10.5281/zenodo.4370868> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.4370868>
bibo:endPage "782" ;
bibo:startPage "718" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part P)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Urochloa_reptans_Linnaeus_1759>
dwc:authority "(L.) Stapf" ;
dwc:authorityName "Stapf" ;
dwc:authorityYear "1920" ;
dwc:baseAuthorityName "Linnaeus" ;
dwc:baseAuthorityYear "1759" ;
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Urochloa" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Linnaeus, 1759) Stapf, 1920" ;
dwc:species "reptans" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Urochloa_reptans> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Panicum_grossarium_Linnaeus_1759>
dwc:authority "Linnaeus" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1759" ;
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Panicum" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1759" ;
dwc:species "grossarium" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Panicum_grossarium> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Urochloa_reptans>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Urochloa" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "reptans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Urochloa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Urochloa>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Urochloa" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Panicum_grossarium>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Panicum" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "grossarium" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Panicum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Panicum>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Panicum" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
a dwcFP:TaxonName .
<https://www.gbif.org/occurrence/2611900711>
dwc:catalogNumber "80.52" ;
dwc:collectionCode "LINN" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "2611900711" ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,195 @@
@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/800087D95040FFAAFF15F89392D7FC96>
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:title "Balta Tepper 1893" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Balta_Tepper_1893> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Mareta_Bolivar_1895>, <http://taxon-concept.plazi.org/id/Animalia/Supellina_Chopard_1921>, <http://taxon-concept.plazi.org/id/Animalia/Allactina_Hebard_1929>, <http://taxon-concept.plazi.org/id/Animalia/Hebardula_Uvarov_1939> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.197769> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.197769>
bibo:endPage "67" ;
bibo:journal "Zootaxa" ;
bibo:startPage "55" ;
bibo:volume "2609" ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:date "2010" ;
dc:title "Six new species of the genus Balta Tepper (Blattaria, Pseudophyllodrominae) from China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Balta_Tepper_1893>
dwc:authority "Tepper, 1893" ;
dwc:authorityName "Tepper" ;
dwc:authorityYear "1893" ;
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Tepper, 1893" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8MQ6F> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Balta> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Mareta_Bolivar_1895>
dwc:authority "Bolivar, 1895: 371" ;
dwc:authorityName "Bolivar" ;
dwc:authorityPageNumber "371" ;
dwc:authorityYear "1895" ;
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Mareta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Bolivar, 1895" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mareta> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Supellina_Chopard_1921>
dwc:authority "Chopard, 1921: 760" ;
dwc:authorityName "Chopard" ;
dwc:authorityPageNumber "760" ;
dwc:authorityYear "1921" ;
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Supellina" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Chopard, 1921" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8MQ6F> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Supellina> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Allactina_Hebard_1929>
dwc:authority "Hebard, 1929: 18" ;
dwc:authorityName "Hebard" ;
dwc:authorityPageNumber "18" ;
dwc:authorityYear "1929" ;
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Allactina" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Hebard, 1929" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Allactina> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Hebardula_Uvarov_1939>
dwc:authority "Uvarov, 1939: 457" ;
dwc:authorityName "Uvarov" ;
dwc:authorityPageNumber "457" ;
dwc:authorityYear "1939" ;
dwc:genus "Hebardula" ;
dwc:kingdom "Animalia" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Uvarov, 1939" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hebardula> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Balta>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ectobiidae>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Blattodea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Blattodea>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
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/Mareta>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Mareta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Supellina>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Supellina" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Allactina>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Allactina" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hebardula>
dwc:genus "Hebardula" ;
dwc:kingdom "Animalia" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
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/800087D95041FFA9FF15F8919013FB89>
cito:cites <http://dx.doi.org/10.5281/zenodo.197770> ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:title "Balta spinea Che and Chen, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Balta_spinea_Che_2010> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.197769> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.197769>
bibo:endPage "67" ;
bibo:journal "Zootaxa" ;
bibo:startPage "55" ;
bibo:volume "2609" ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:date "2010" ;
dc:title "Six new species of the genus Balta Tepper (Blattaria, Pseudophyllodrominae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.197770> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Balta_spinea_Che_2010>
dwc:authority "Che and Chen" ;
dwc:authorityName "Che and Chen" ;
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Che & Chen" ;
dwc:species "spinea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/KJ5P> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Balta_spinea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Balta_spinea>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "spinea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Balta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Balta>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ectobiidae>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Blattodea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Blattodea>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
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.197770>
dc:description "FIGURES 1 12. Balta spinea Che and Chen sp. nov. 1. Head. 2. Vertex, anterior view. 3. Pronotum. 4. Hind wing. 5. Front femur. 6. Tarsal claws and arolium. 7. Supraanal plate and paraprocts, ventral view. 8. Subgenital plate, dorsal view. 9. Left phallomere. 10. Median phallomere. 11. Appendage of median phallomere. 12. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197770/files/figure.png> ;
a fabio:Figure .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/800087D95041FFAAFF15FC519497F8DB>
cito:cites <http://dx.doi.org/10.5281/zenodo.197770>, <http://dx.doi.org/10.5281/zenodo.197771>, <http://dx.doi.org/10.5281/zenodo.197772>, <http://dx.doi.org/10.5281/zenodo.197773>, <http://dx.doi.org/10.5281/zenodo.197774>, <http://dx.doi.org/10.5281/zenodo.197775> ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:title "Balta" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.197769> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Balta> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.197769>
bibo:endPage "67" ;
bibo:journal "Zootaxa" ;
bibo:startPage "55" ;
bibo:volume "2609" ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:date "2010" ;
dc:title "Six new species of the genus Balta Tepper (Blattaria, Pseudophyllodrominae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.197770>, <http://dx.doi.org/10.5281/zenodo.197771>, <http://dx.doi.org/10.5281/zenodo.197772>, <http://dx.doi.org/10.5281/zenodo.197773>, <http://dx.doi.org/10.5281/zenodo.197774>, <http://dx.doi.org/10.5281/zenodo.197775> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Balta>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ectobiidae>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Blattodea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Blattodea>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
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.197770>
dc:description "FIGURES 1 12. Balta spinea Che and Chen sp. nov. 1. Head. 2. Vertex, anterior view. 3. Pronotum. 4. Hind wing. 5. Front femur. 6. Tarsal claws and arolium. 7. Supraanal plate and paraprocts, ventral view. 8. Subgenital plate, dorsal view. 9. Left phallomere. 10. Median phallomere. 11. Appendage of median phallomere. 12. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197770/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.197771>
dc:description "FIGURES 13 23. Balta spinescens Che and Wang sp. nov. 13. Head. 14. Pronotum. 15. Hind wing. 16. Front femur. 17. Tarsal claws and arolium. 18. Supraanal plate and paraprocts, ventral view. 19. Subgenital plate, dorsal view. 20. Left phallomere. 21. Median phallomere. 22. Appendage of median phallomere. 23. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197771/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.197772>
dc:description "FIGURES 24 34. Balta barbellata Che and Chen sp. nov. 24. Head. 25. Pronotum. 26. Hind wing. 27. Front femur. 28. Tarsal claws and arolium. 29. Supraanal plate and paraprocts, ventral view. 30. Subgenital plate, dorsal view. 31. Left phallomere. 32. Median phallomere. 33. Appendage of median phallomere. 34. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197772/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.197773>
dc:description "FIGURES 35 45. Balta dissecta Che and Wang sp. nov. 35. Head. 36. Pronotum. 37. Hind wing. 38. Front femur. 39. Tarsal claws and arolium. 40. Supraanal plate and paraprocts, ventral view. 41. Subgenital plate, dorsal view. 42. Left phallomere. 43. Median phallomere. 44. Appendage of median phallomere. 45. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197773/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.197774>
dc:description "FIGURES 46 56. Balta curvirostris Che and Chen sp. nov. 46. Head. 47. Pronotum. 48. Hind wing. 49. Front femur. 50. Tarsal claws and arolium. 51. Supraanal plate and paraprocts, ventral view. 52. Subgenital plate, dorsal view. 53. Left phallomere. 54. Median phallomere. 55. Appendage of median phallomere. 56. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197774/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.197775>
dc:description "FIGURES 57 67. Balta jinlinorum Che and Wang sp. nov. 57. Head. 58. Pronotum. 59. Hind wing. 60. Front femur. 61. Tarsal claws and arolium. 62. Supraanal plate and paraprocts, ventral view. 63. Subgenital plate, dorsal view. 64. Left phallomere. 65. Median phallomere. 66. Appendage of median phallomere. 67. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197775/files/figure.png> ;
a fabio:Figure .

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/800087D95042FFAEFF15FB71934AFE41>
cito:cites <http://dx.doi.org/10.5281/zenodo.197771> ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:title "Balta spinescens Che and Wang, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Balta_spinescens_Che_2010> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.197769> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.197769>
bibo:endPage "67" ;
bibo:journal "Zootaxa" ;
bibo:startPage "55" ;
bibo:volume "2609" ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:date "2010" ;
dc:title "Six new species of the genus Balta Tepper (Blattaria, Pseudophyllodrominae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.197771> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Balta_spinescens_Che_2010>
dwc:authority "Che and Wang" ;
dwc:authorityName "Che and Wang" ;
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Che & Wang" ;
dwc:species "spinescens" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/KJ5Q> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Balta_spinescens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Balta_spinescens>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "spinescens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Balta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Balta>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ectobiidae>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Blattodea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Blattodea>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
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.197771>
dc:description "FIGURES 13 23. Balta spinescens Che and Wang sp. nov. 13. Head. 14. Pronotum. 15. Hind wing. 16. Front femur. 17. Tarsal claws and arolium. 18. Supraanal plate and paraprocts, ventral view. 19. Subgenital plate, dorsal view. 20. Left phallomere. 21. Median phallomere. 22. Appendage of median phallomere. 23. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197771/files/figure.png> ;
a fabio:Figure .

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/800087D95045FFA3FF15F8C99093FBAC>
cito:cites <http://dx.doi.org/10.5281/zenodo.197773> ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:title "Balta dissecta Che and Wang, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Balta_dissecta_Che_2010> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.197769> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.197769>
bibo:endPage "67" ;
bibo:journal "Zootaxa" ;
bibo:startPage "55" ;
bibo:volume "2609" ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:date "2010" ;
dc:title "Six new species of the genus Balta Tepper (Blattaria, Pseudophyllodrominae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.197773> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Balta_dissecta_Che_2010>
dwc:authority "Che and Wang" ;
dwc:authorityName "Che and Wang" ;
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Che & Wang" ;
dwc:species "dissecta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/KJ3Q> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Balta_dissecta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Balta_dissecta>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "dissecta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Balta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Balta>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ectobiidae>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Blattodea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Blattodea>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
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.197773>
dc:description "FIGURES 35 45. Balta dissecta Che and Wang sp. nov. 35. Head. 36. Pronotum. 37. Hind wing. 38. Front femur. 39. Tarsal claws and arolium. 40. Supraanal plate and paraprocts, ventral view. 41. Subgenital plate, dorsal view. 42. Left phallomere. 43. Median phallomere. 44. Appendage of median phallomere. 45. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197773/files/figure.png> ;
a fabio:Figure .

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/800087D95045FFAEFF15FE26952DF960>
cito:cites <http://dx.doi.org/10.5281/zenodo.197772> ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:title "Balta barbellata Che and Chen, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Balta_barbellata_Che_2010> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.197769> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.197769>
bibo:endPage "67" ;
bibo:journal "Zootaxa" ;
bibo:startPage "55" ;
bibo:volume "2609" ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:date "2010" ;
dc:title "Six new species of the genus Balta Tepper (Blattaria, Pseudophyllodrominae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.197772> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Balta_barbellata_Che_2010>
dwc:authority "Che and Chen" ;
dwc:authorityName "Che and Chen" ;
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Che & Chen" ;
dwc:species "barbellata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/KJ39> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Balta_barbellata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Balta_barbellata>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "barbellata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Balta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Balta>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ectobiidae>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Blattodea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Blattodea>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
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.197772>
dc:description "FIGURES 24 34. Balta barbellata Che and Chen sp. nov. 24. Head. 25. Pronotum. 26. Hind wing. 27. Front femur. 28. Tarsal claws and arolium. 29. Supraanal plate and paraprocts, ventral view. 30. Subgenital plate, dorsal view. 31. Left phallomere. 32. Median phallomere. 33. Appendage of median phallomere. 34. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197772/files/figure.png> ;
a fabio:Figure .

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/800087D95048FFA1FF15FB0C90B6FD9F>
cito:cites <http://dx.doi.org/10.5281/zenodo.197774> ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:title "Balta curvirostris Che and Chen, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Balta_curvirostris_Che_2010> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.197769> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.197769>
bibo:endPage "67" ;
bibo:journal "Zootaxa" ;
bibo:startPage "55" ;
bibo:volume "2609" ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:date "2010" ;
dc:title "Six new species of the genus Balta Tepper (Blattaria, Pseudophyllodrominae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.197774> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Balta_curvirostris_Che_2010>
dwc:authority "Che and Chen" ;
dwc:authorityName "Che and Chen" ;
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Che & Chen" ;
dwc:species "curvirostris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/KJ3M> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Balta_curvirostris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Balta_curvirostris>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "curvirostris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Balta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Balta>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ectobiidae>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Blattodea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Blattodea>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
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.197774>
dc:description "FIGURES 46 56. Balta curvirostris Che and Chen sp. nov. 46. Head. 47. Pronotum. 48. Hind wing. 49. Front femur. 50. Tarsal claws and arolium. 51. Supraanal plate and paraprocts, ventral view. 52. Subgenital plate, dorsal view. 53. Left phallomere. 54. Median phallomere. 55. Appendage of median phallomere. 56. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197774/files/figure.png> ;
a fabio:Figure .

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/800087D9504AFFA1FF15FD6390D4F843>
cito:cites <http://dx.doi.org/10.5281/zenodo.197775> ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:title "Balta jinlinorum Che and Wang, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Balta_jinlinorum_Che_2010> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.197769> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.197769>
bibo:endPage "67" ;
bibo:journal "Zootaxa" ;
bibo:startPage "55" ;
bibo:volume "2609" ;
dc:creator "Che, Yanli; Chen, Li; Wang, Zongqing" ;
dc:date "2010" ;
dc:title "Six new species of the genus Balta Tepper (Blattaria, Pseudophyllodrominae) from China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.197775> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Balta_jinlinorum_Che_2010>
dwc:authority "Che and Wang" ;
dwc:authorityName "Che and Wang" ;
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Che & Wang" ;
dwc:species "jinlinorum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/KJ4D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Balta_jinlinorum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Balta_jinlinorum>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "jinlinorum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Balta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Balta>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:genus "Balta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ectobiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ectobiidae>
dwc:class "Insecta" ;
dwc:family "Ectobiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Blattodea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Blattodea>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Blattodea" ;
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.197775>
dc:description "FIGURES 57 67. Balta jinlinorum Che and Wang sp. nov. 57. Head. 58. Pronotum. 59. Hind wing. 60. Front femur. 61. Tarsal claws and arolium. 62. Supraanal plate and paraprocts, ventral view. 63. Subgenital plate, dorsal view. 64. Left phallomere. 65. Median phallomere. 66. Appendage of median phallomere. 67. Right phallomere." ;
fabio:hasRepresentation <https://zenodo.org/record/197775/files/figure.png> ;
a fabio:Figure .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/800173D061382FD35F9C1A26549EDFA4>
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:title "Naemorhedus C. H. Smith 1827" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Naemorhedus_Smith_1827> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.7316519> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.7316519>
bibo:endPage "722" ;
bibo:startPage "637" ;
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:date "2005" ;
dc:title "Order Artiodactyla" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Animalia/Naemorhedus_Smith_1827>
dwc:authority "C. H. Smith 1827" ;
dwc:authorityName "C. H. Smith" ;
dwc:authorityYear "1827" ;
dwc:class "Mammalia" ;
dwc:family "Bovidae" ;
dwc:genus "Naemorhedus" ;
dwc:kingdom "Animalia" ;
dwc:order "Artiodactyla" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "C. H. Smith, 1827" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5X2Q> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Naemorhedus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Naemorhedus>
dwc:class "Mammalia" ;
dwc:family "Bovidae" ;
dwc:genus "Naemorhedus" ;
dwc:kingdom "Animalia" ;
dwc:order "Artiodactyla" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bovidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bovidae>
dwc:class "Mammalia" ;
dwc:family "Bovidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Artiodactyla" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Artiodactyla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Artiodactyla>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Artiodactyla" ;
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,104 @@
@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/8001823FD29281C478D4E76EDF08BDA2>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Phloeostichini>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Hymaeinae>' due to issues with rank ;
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 "Phloeostichidae Reitter 1911" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phloeostichidae_Reitter_1911> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Phloeostichus>, <http://taxon-name.plazi.org/id/Animalia/Hymaea> ;
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-concept.plazi.org/id/Animalia/Phloeostichidae_Reitter_1911>
dwc:ID-ENA "196981" ;
dwc:authority "Reitter, 1911" ;
dwc:authorityName "Reitter" ;
dwc:authorityYear "1911" ;
dwc:family "Phloeostichidae" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Reitter, 1911" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/625XJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phloeostichidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phloeostichidae>
# Warning: Could not determine parent name ;
dwc:class "Insecta" ;
dwc:family "Phloeostichidae" ;
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/Phloeostichus>
dwc:class "Insecta" ;
dwc:family "Phloeostichidae" ;
dwc:genus "Phloeostichus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phloeostichidae> ;
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/Hymaea>
dwc:class "Insecta" ;
dwc:family "Phloeostichidae" ;
dwc:genus "Hymaea" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phloeostichidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,139 @@
@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/800187DCFFA1EA026ECDD73DFF4CF9E7>
cito:cites <http://dx.doi.org/10.5281/zenodo.10114005>, <http://dx.doi.org/10.5281/zenodo.10114007> ;
dc:creator "Ruzzier, Enrico; Yeshwanth, H. M." ;
dc:title "Brodskyella viraktamathi Ruzzier and Yeshwanth, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800187DCFFA1EA026ECDD73DFF4CF9E7.mc.B8C03C97FFA1EA046FB5D790FB1EFE03>, <http://tb.plazi.org/GgServer/dwcaRecords/800187DCFFA1EA026ECDD73DFF4CF9E7.mc.B8C03C97FFA1EA046EF8D420FCD4FDC8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Brodskyella_viraktamathi_Ruzzier_2019> ;
trt:publishedIn <http://dx.doi.org/10.1649/0010-065x-73.4.1087> ;
a trt:Treatment .
<http://dx.doi.org/10.1649/0010-065x-73.4.1087>
bibo:endPage "1092" ;
bibo:issue "4" ;
bibo:journal "The Coleopterists Bulletin" ;
bibo:pubDate "2019-12-19" ;
bibo:startPage "1087" ;
bibo:volume "73" ;
dc:creator "Ruzzier, Enrico; Yeshwanth, H. M." ;
dc:date "2019" ;
dc:title "Two New Species of Brodskyella Horák, 1989 (Coleoptera: Mordellidae: Stenaliini) from India" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10114005>, <http://dx.doi.org/10.5281/zenodo.10114007> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Brodskyella_viraktamathi_Ruzzier_2019>
dwc:authority "Ruzzier and Yeshwanth" ;
dwc:authorityName "Ruzzier and Yeshwanth" ;
dwc:class "Insecta" ;
dwc:family "Mordellidae" ;
dwc:genus "Brodskyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ruzzier & Yeshwanth" ;
dwc:species "viraktamathi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Brodskyella_viraktamathi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Brodskyella_viraktamathi>
dwc:class "Insecta" ;
dwc:family "Mordellidae" ;
dwc:genus "Brodskyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "viraktamathi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brodskyella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brodskyella>
dwc:class "Insecta" ;
dwc:family "Mordellidae" ;
dwc:genus "Brodskyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mordellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mordellidae>
dwc:class "Insecta" ;
dwc:family "Mordellidae" ;
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.10114005>
dc:description "Fig. 2. Brodskyella viraktamathi, holotype. A) Habitus, dorsal and lateral views, respectively, C) Head, frontal view, D) Maxillary palpus, E) Antenna, F) Pronotum and head, dorsal view, G) Head and thorax, lateral view, H) Left hind leg, I) Pygidium." ;
fabio:hasRepresentation <https://zenodo.org/record/10114005/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10114007>
dc:description "Fig. 3. Brodskyella species, parameres. A) B. konvickai, B) B. viraktmathi, C) B. angustata, D) B. holzschuhi. Illustrations C and B from Horák (1989)." ;
fabio:hasRepresentation <https://zenodo.org/record/10114007/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/800187DCFFA1EA026ECDD73DFF4CF9E7.mc.B8C03C97FFA1EA046FB5D790FB1EFE03>
dwc:collectionCode "UASB" ;
dwc:eventDate "1977-08-13" ;
dwc:locality "Biligiri Hills" ;
dwc:recordedBy "Viraktamath, C. A." ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "925" ;
trt:httpUri <https://treatment.plazi.org/id/800187DCFFA1EA026ECDD73DFF4CF9E7#B8C03C97FFA1EA046FB5D790FB1EFE03> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800187DCFFA1EA026ECDD73DFF4CF9E7.mc.B8C03C97FFA1EA046EF8D420FCD4FDC8>
dwc:collectionCode "UASB" ;
dwc:eventDate "1977-08-13" ;
dwc:locality "Biligiri Hills" ;
dwc:recordedBy "Viraktamath, C. A." ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "925" ;
trt:httpUri <https://treatment.plazi.org/id/800187DCFFA1EA026ECDD73DFF4CF9E7#B8C03C97FFA1EA046EF8D420FCD4FDC8> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,136 @@
@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/800187DCFFA3EA046EFCD218FCA7FF09>
cito:cites <http://dx.doi.org/10.5281/zenodo.10114003>, <http://dx.doi.org/10.5281/zenodo.10114007> ;
dc:creator "Ruzzier, Enrico; Yeshwanth, H. M." ;
dc:title "Brodskyella konvickai Ruzzier and Yeshwanth, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800187DCFFA3EA046EFCD218FCA7FF09.mc.B8C03C97FFA3EA066FB5D2EFFBA1FAE1>, <http://tb.plazi.org/GgServer/dwcaRecords/800187DCFFA3EA046EFCD218FCA7FF09.mc.B8C03C97FFA3EA066818D325FB1DFACB> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Brodskyella_konvickai_Ruzzier_2019> ;
trt:publishedIn <http://dx.doi.org/10.1649/0010-065x-73.4.1087> ;
a trt:Treatment .
<http://dx.doi.org/10.1649/0010-065x-73.4.1087>
bibo:endPage "1092" ;
bibo:issue "4" ;
bibo:journal "The Coleopterists Bulletin" ;
bibo:pubDate "2019-12-19" ;
bibo:startPage "1087" ;
bibo:volume "73" ;
dc:creator "Ruzzier, Enrico; Yeshwanth, H. M." ;
dc:date "2019" ;
dc:title "Two New Species of Brodskyella Horák, 1989 (Coleoptera: Mordellidae: Stenaliini) from India" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10114003>, <http://dx.doi.org/10.5281/zenodo.10114007> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Brodskyella_konvickai_Ruzzier_2019>
dwc:authority "Ruzzier and Yeshwanth" ;
dwc:authorityName "Ruzzier and Yeshwanth" ;
dwc:class "Insecta" ;
dwc:family "Mordellidae" ;
dwc:genus "Brodskyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ruzzier & Yeshwanth" ;
dwc:species "konvickai" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Brodskyella_konvickai> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Brodskyella_konvickai>
dwc:class "Insecta" ;
dwc:family "Mordellidae" ;
dwc:genus "Brodskyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "konvickai" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brodskyella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brodskyella>
dwc:class "Insecta" ;
dwc:family "Mordellidae" ;
dwc:genus "Brodskyella" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mordellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mordellidae>
dwc:class "Insecta" ;
dwc:family "Mordellidae" ;
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.10114003>
dc:description "Fig. 1. Brodskyella konvickai, holotype. AB) Habitus, dorsal and lateral views, respectively, C) Head, frontal view, D) Maxillary palpus, E) Antenna, F) Pronotum and head, dorsal view, G) Head and thorax, lateral view, H) Left hind leg, exterior and interior views, I) Pygidium." ;
fabio:hasRepresentation <https://zenodo.org/record/10114003/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10114007>
dc:description "Fig. 3. Brodskyella species, parameres. A) B. konvickai, B) B. viraktmathi, C) B. angustata, D) B. holzschuhi. Illustrations C and B from Horák (1989)." ;
fabio:hasRepresentation <https://zenodo.org/record/10114007/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/800187DCFFA3EA046EFCD218FCA7FF09.mc.B8C03C97FFA3EA066FB5D2EFFBA1FAE1>
dwc:eventDate "2010-05-24" ;
dwc:locality "Unchalli falls" ;
dwc:recordedBy "Yeshwanth, H. M." ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800187DCFFA3EA046EFCD218FCA7FF09#B8C03C97FFA3EA066FB5D2EFFBA1FAE1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800187DCFFA3EA046EFCD218FCA7FF09.mc.B8C03C97FFA3EA066818D325FB1DFACB>
dwc:collectionCode "UASB" ;
dwc:eventDate "2010-05-24" ;
dwc:locality "Unchalli falls" ;
dwc:recordedBy "Yeshwanth, H. M." ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/800187DCFFA3EA046EFCD218FCA7FF09#B8C03C97FFA3EA066818D325FB1DFACB> ;
a dwc:MaterialCitation .

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/8001BD016314FF9EA0EDFDC8F9FB3C4A>
cito:cites <http://dx.doi.org/10.5281/zenodo.5147087> ;
dc:creator "Angulo, Maria Betiana; Dematteis, Massimiliano" ;
dc:title "Lessingianthus pubescens M. B. Angulo and Dematteis 2014, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6314FF9CA0EDFDBCF8883DCC>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA230FF42F9C13FEE>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA3ECFF42FF663FEE>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA54AFF42FAE93E56>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA192FF3AF8213E1E>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA192FF3AF9EA3E72>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA3D3FED6F8213E1E>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA208FEF2FB603E3A>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA14CFE8EFFE83E3A>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA0EDFEAAFFE83EE2>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA0EDFEAAFAA23EE2>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA088FE46FFE83EE2>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA0EDFE62FEBF3E8E>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA56BFE62FEEC3EAA>, <http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA4DCFE3EFE893D76> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lessingianthus_pubescens_Angulo_2014> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Vernonia_glabrata_puberula_Chodat_1902>, <http://taxon-concept.plazi.org/id/Plantae/Vernonia_oxyodonta_A_1932> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.186.4.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.186.4.4>
bibo:endPage "214" ;
bibo:issue "4" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2014-12-02" ;
bibo:startPage "207" ;
bibo:volume "186" ;
dc:creator "Angulo, Maria Betiana; Dematteis, Massimiliano" ;
dc:date "2014" ;
dc:title "A new species and a new combination in the South American genus Lessingianthus (Vernonieae, Asteraceae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5147087> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lessingianthus_pubescens_Angulo_2014>
dwc:authority "M.B. Angulo and Dematteis" ;
dwc:authorityName "M. B. Angulo and Dematteis" ;
dwc:authorityYear "2014" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Lessingianthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "M. B. Angulo & Dematteis, 2014" ;
dwc:species "pubescens" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6Q32N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lessingianthus_pubescens> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Vernonia_glabrata_puberula_Chodat_1902>
dwc:authority "Chodat (1902: 304)" ;
dwc:authorityName "Chodat" ;
dwc:authorityPageNumber "304" ;
dwc:authorityYear "1902" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Vernonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Chodat, 1902" ;
dwc:species "glabrata" ;
dwc:variety "puberula" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6Q32N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vernonia_glabrata_puberula> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Vernonia_oxyodonta_A_1932>
dwc:authorityName "Malme. A" ;
dwc:authorityYear "1932" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Vernonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Malme. A, 1932" ;
dwc:species "oxyodonta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6Q32N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vernonia_oxyodonta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lessingianthus_pubescens>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Lessingianthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "pubescens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lessingianthus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lessingianthus>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Lessingianthus" ;
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://taxon-name.plazi.org/id/Plantae/Vernonia_glabrata_puberula>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Vernonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "glabrata" ;
dwc:variety "puberula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vernonia_glabrata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vernonia_glabrata>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Vernonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "glabrata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vernonia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Vernonia>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Vernonia" ;
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/Vernonia_oxyodonta>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Vernonia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "oxyodonta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vernonia> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5147087>
dc:description "FIGURE 1. Lessingianthus pubescens. AB: Plant. C: Capitulum. DE: Inner phyllaries. FG: Middle phyllaries. HI: Outer phyllaries. J. Corolla. K. Corolla lobe apex. L. Cypsela with pappus. (AL: from Vanni et al. 2418, CTES; illustrated by Mirtha L. Gómez)." ;
fabio:hasRepresentation <https://zenodo.org/record/5147087/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6314FF9CA0EDFDBCF8883DCC>
dwc:collectionCode "CTES" ;
dwc:eventDate "1991-02-27" ;
dwc:locality "Loma Plata" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6314FF9CA0EDFDBCF8883DCC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA230FF42F9C13FEE>
dwc:locality "Alto Parana" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA230FF42F9C13FEE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA3ECFF42FF663FEE>
dwc:locality "Alto Parana" ;
dwc:recordedBy "K. Fiebrig" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA3ECFF42FF663FEE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA54AFF42FAE93E56>
dwc:collectionCode "CTES" ;
dwc:eventDate "1997-12-13" ;
dwc:locality "Bella Vista" ;
dwc:recordedBy "M. Dematteis & Dematteis & A. Schinni & Schinni" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA54AFF42FAE93E56> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA192FF3AF8213E1E>
dwc:collectionCode "CTES" ;
dwc:eventDate "1966-02-08" ;
dwc:locality "10 - 15 km N of Caaguazu" ;
dwc:recordedBy "A. Krapovickas & Krapovickas & T. M. Pedersen & Pedersen & Central & Bordas" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA192FF3AF8213E1E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA192FF3AF9EA3E72>
dwc:collectionCode "CTES" ;
dwc:eventDate "1966-02-08" ;
dwc:locality "10 - 15 km N of Caaguazu" ;
dwc:recordedBy "A. Krapovickas & Krapovickas & T. M. Pedersen & Pedersen" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA192FF3AF9EA3E72> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA3D3FED6F8213E1E>
dwc:collectionCode "CTES" ;
dwc:eventDate "1982-11" ;
dwc:locality "Ciudad Universitaria" ;
dwc:recordedBy "Central & Bordas" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA3D3FED6F8213E1E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA208FEF2FB603E3A>
dwc:collectionCode "CTES" ;
dwc:eventDate "1974-05-17" ;
dwc:locality "W of Concepcion" ;
dwc:recordedBy "A. Schinini & Schinini" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA208FEF2FB603E3A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA14CFE8EFFE83E3A>
dwc:collectionCode "CTES" ;
dwc:eventDate "1988-02-03" ;
dwc:locality "Santiago" ;
dwc:recordedBy "A. Shinini & Shinini" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA14CFE8EFFE83E3A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA0EDFEAAFFE83EE2>
dwc:collectionCode "CTES" ;
dwc:eventDate "1972-03" ;
dwc:locality "Cerro Tobaty" ;
dwc:recordedBy "A. Schinini & E. Bordas & de Ytororo & A. Krapovickas & Krapovickas" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA0EDFEAAFFE83EE2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA0EDFEAAFAA23EE2>
dwc:collectionCode "CTES" ;
dwc:eventDate "1972-03" ;
dwc:locality "Cerro Tobaty" ;
dwc:recordedBy "A. Schinini & E. Bordas" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA0EDFEAAFAA23EE2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA088FE46FFE83EE2>
dwc:collectionCode "CTES" ;
dwc:eventDate "1994-10-16" ;
dwc:locality "Ytororo" ;
dwc:recordedBy "de Ytororo & A. Krapovickas & Krapovickas" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA088FE46FFE83EE2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA0EDFE62FEBF3E8E>
dwc:collectionCode "CTES" ;
dwc:eventDate "1968-02-08" ;
dwc:locality "N de San Estanislao" ;
dwc:recordedBy "A. Krapovickas & Krapovickas" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA0EDFE62FEBF3E8E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA56BFE62FEEC3EAA>
dwc:collectionCode "ICN" ;
dwc:eventDate "1976-03-26" ;
dwc:locality "Morro Armour" ;
dwc:recordedBy "N. I. Matzenbacher & Matzenbacher" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA56BFE62FEEC3EAA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8001BD016314FF9EA0EDFDC8F9FB3C4A.mc.B8C0064A6316FF9EA4DCFE3EFE893D76>
dwc:collectionCode "CTES" ;
dwc:eventDate "2007-02-09" ;
dwc:locality "Uribici-Urupema" ;
dwc:recordedBy "G. Hatschbach & Hatschbach & O. S. Ribas & Ribas" ;
trt:httpUri <https://treatment.plazi.org/id/8001BD016314FF9EA0EDFDC8F9FB3C4A#B8C0064A6316FF9EA4DCFE3EFE893D76> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,87 @@
@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/8001F04D33BF9371AA06B47503A636B9>
dc:creator "Info Flora" ;
dc:title "Senecio aquaticus Hill" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Senecio_aquaticus> ;
trt:publishedIn <http://publication.plazi.org/id/726559447A88CFA27342DA99178CB9AD> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Senecio_aquaticus> ;
a trt:Treatment .
<http://publication.plazi.org/id/726559447A88CFA27342DA99178CB9AD>
dc:creator "Info Flora" ;
dc:date "2021" ;
dc:title "Info Flora Schweiz - Asteraceae" .
<http://taxon-name.plazi.org/id/Plantae/Senecio_aquaticus>
# Info: Couldn't generate language tag for "Wasser-Greiskraut"@undefined ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Senecio" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "aquaticus" ;
dwc:vernacularName "Wasser-Greiskraut", "Wasser-Greiskraut"@de, "Wasser-Kreuzkraut"@de, "Senecon aquatique"@fr, "Senecione dei rivi"@it ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Senecio> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Senecio>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Senecio" ;
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 .

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/800212E9B6B79AE2144AF4E7D79970C0>
dc:creator "Humala, Andrei E.; Reshchikov, Alexey" ;
dc:title "Saotis albionis Kasparyan 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800212E9B6B79AE2144AF4E7D79970C0.mc.0AB71B12532A53C402CEB3B80A37D316> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Saotis_albionis_Kasparyan_2007> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1047> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.2.e1047>
bibo:endPage "1047" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "1047" ;
bibo:volume "2" ;
dc:creator "Humala, Andrei E.; Reshchikov, Alexey" ;
dc:date "2014" ;
dc:title "Ichneumonidae (Hymenoptera) species new to the fauna of Norway" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Saotis_albionis_Kasparyan_2007>
dwc:authority "Kasparyan, 2007" ;
dwc:authorityName "Kasparyan" ;
dwc:authorityYear "2007" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Saotis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kasparyan, 2007" ;
dwc:species "albionis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6XK7Q> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Saotis_albionis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Saotis_albionis>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Saotis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "albionis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Saotis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Saotis>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Saotis" ;
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://tb.plazi.org/GgServer/dwcaRecords/800212E9B6B79AE2144AF4E7D79970C0.mc.0AB71B12532A53C402CEB3B80A37D316>
dwc:collectionCode "NTNU" ;
dwc:eventDate "24.VI.1986" ;
dwc:locality "Norway" ;
dwc:recordedBy "John O. Solem" ;
dwc:samplingProtocol "Malaise trap" ;
dwc:typeStatus "Other material" ;
trt:gbifOccurrenceId "1586249473" ;
trt:httpUri <https://treatment.plazi.org/id/800212E9B6B79AE2144AF4E7D79970C0#0AB71B12532A53C402CEB3B80A37D316> ;
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/80023CE41E197ADBB20F2291BCDBC229>
dc:creator "Tang, Liang; Li, Li-Zhen" ;
dc:title "Dianous huanghaoi Tang & Li 2011" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dianous_huanghaoi_Tang_2011> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Dianous_huanghaoi> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.342.5842> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.342.5842>
bibo:endPage "19" ;
bibo:journal "ZooKeys" ;
bibo:startPage "13" ;
bibo:volume "342" ;
dc:creator "Tang, Liang; Li, Li-Zhen" ;
dc:date "2013" ;
dc:title "Notes on the Chinese species of Dianous group I (Coleoptera, Staphylinidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dianous_huanghaoi_Tang_2011>
dwc:LSID "http://species-id.net/wiki/Dianous_huanghaoi" ;
dwc:authority "Tang & Li, 2011" ;
dwc:authorityName "Tang & Li" ;
dwc:authorityYear "2011" ;
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Dianous" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tang & Li, 2011" ;
dwc:species "huanghaoi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dianous_huanghaoi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dianous_huanghaoi>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Dianous" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "huanghaoi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dianous> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dianous>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Dianous" ;
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 .

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/80027467A1230DD9C225BDA048231A2F>
dc:creator "Weigmann, G.; Miko, L." ;
dc:title "Poecilochthonius spiciger" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Brachychthonius_brevis_spiciger>, <http://taxon-name.plazi.org/id/Animalia/Poecilochthonius_spiciger> ;
trt:publishedIn <http://publication.plazi.org/id/EC58F1CA36A9817DFE0D2DC542B03E70> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Poecilochthonius_spiciger> ;
a trt:Treatment .
<http://publication.plazi.org/id/EC58F1CA36A9817DFE0D2DC542B03E70>
bibo:endPage "101" ;
bibo:startPage "69" ;
dc:creator "Weigmann, G.; Miko, L." ;
dc:date "2006" ;
dc:title "Hornmilben (Oribatida) [pages 69 to 101]" ;
a fabio:BookSection .
<http://taxon-name.plazi.org/id/Animalia/Poecilochthonius_spiciger>
dwc:class "Arachnida" ;
dwc:family "Brachychthoniidae" ;
dwc:genus "Poecilochthonius" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "spiciger" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Poecilochthonius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Poecilochthonius>
dwc:class "Arachnida" ;
dwc:family "Brachychthoniidae" ;
dwc:genus "Poecilochthonius" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brachychthoniidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachychthoniidae>
dwc:class "Arachnida" ;
dwc:family "Brachychthoniidae" ;
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/Brachychthonius_brevis_spiciger>
dwc:class "Arachnida" ;
dwc:family "Brachychthoniidae" ;
dwc:genus "Brachychthonius" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "brevis" ;
dwc:variety "spiciger" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brachychthonius_brevis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachychthonius_brevis>
dwc:class "Arachnida" ;
dwc:family "Brachychthoniidae" ;
dwc:genus "Brachychthonius" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "brevis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brachychthonius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachychthonius>
dwc:class "Arachnida" ;
dwc:family "Brachychthoniidae" ;
dwc:genus "Brachychthonius" ;
dwc:kingdom "Animalia" ;
dwc:order "Sarcoptiformes" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brachychthoniidae> ;
a dwcFP:TaxonName .

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/8003665D975FB47B3BF1FF25FD98FC10>
cito:cites <http://dx.doi.org/10.5281/zenodo.4754096> ;
dc:creator "Zielke, Eberhard" ;
dc:title "Helina momchili Zielke 2016, spec. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8003665D975FB47B3BF1FF25FD98FC10.mc.B8C2DD16975FB4793AC7FF7FFE9EFE10> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Helina_momchili_Zielke_2016> ;
trt:publishedIn <http://dx.doi.org/10.21248/contrib.entomol.66.2.321-324> ;
a trt:Treatment .
<http://dx.doi.org/10.21248/contrib.entomol.66.2.321-324>
bibo:endPage "324" ;
bibo:issue "2" ;
bibo:journal "Beiträge Zur Entomologie = Contributions to Entomology" ;
bibo:pubDate "2016-12-20" ;
bibo:startPage "321" ;
bibo:volume "66" ;
dc:creator "Zielke, Eberhard" ;
dc:date "2016" ;
dc:title "Description of a new species of Helina ROBINEAU-DESVOIDY (Diptera, Muscidae) from the Rhodope Mountains of Bulgaria" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4754096> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Helina_momchili_Zielke_2016>
dwc:authority "Zielke, 2016" ;
dwc:authorityName "Zielke" ;
dwc:authorityYear "2016" ;
dwc:class "Insecta" ;
dwc:family "Lonchaeidae" ;
dwc:genus "Helina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Zielke, 2016" ;
dwc:species "momchili" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Helina_momchili> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Helina_momchili>
dwc:class "Insecta" ;
dwc:family "Lonchaeidae" ;
dwc:genus "Helina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "momchili" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Helina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Helina>
dwc:class "Insecta" ;
dwc:family "Lonchaeidae" ;
dwc:genus "Helina" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lonchaeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lonchaeidae>
dwc:class "Insecta" ;
dwc:family "Lonchaeidae" ;
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://dx.doi.org/10.5281/zenodo.4754096>
dc:description "Fig. 2: H. momchili spec. nov., male holotype, dorsal view of abdomen with stripe-like dark pattern (somewhat covered by wings) on tergite 3 (bar = 1 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/4754096/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8003665D975FB47B3BF1FF25FD98FC10.mc.B8C2DD16975FB4793AC7FF7FFE9EFE10>
dwc:collectionCode "V" ;
dwc:eventDate "1970-06-22" ;
dwc:locality "Male" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "450" ;
trt:httpUri <https://treatment.plazi.org/id/8003665D975FB47B3BF1FF25FD98FC10#B8C2DD16975FB4793AC7FF7FFE9EFE10> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,98 @@
@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/80036BE1DCAD565687DD49EE6F90FCE3>
cito:cites <https://binary.pensoft.net/fig/355047> ;
dc:creator "Monod, Lionel; Duperre, Nadine; Harms, Danilo" ;
dc:title "Opisthacanthus madagascariensis" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Opisthacanthus_madagascariensis> ;
trt:publishedIn <http://dx.doi.org/10.3897/evolsyst.3.37464> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Opisthacanthus_madagascariensis> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/evolsyst.3.37464>
bibo:endPage "200" ;
bibo:issue "2" ;
bibo:journal "Evolutionary Systematics" ;
bibo:startPage "109" ;
bibo:volume "3" ;
dc:creator "Monod, Lionel; Duperre, Nadine; Harms, Danilo" ;
dc:date "2019" ;
dc:title "An annotated catalogue of the scorpion types (Arachnida, Scorpiones) held in the Zoological Museum Hamburg. Part I: Parvorder Iurida Soleglad & Fet, 2003" ;
fabio:hasPart <https://binary.pensoft.net/fig/355047> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Opisthacanthus_madagascariensis>
dwc:class "Arachnida" ;
dwc:family "Hormuridae" ;
dwc:genus "Opisthacanthus" ;
dwc:kingdom "Animalia" ;
dwc:order "Scorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "madagascariensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Opisthacanthus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Opisthacanthus>
dwc:class "Arachnida" ;
dwc:family "Hormuridae" ;
dwc:genus "Opisthacanthus" ;
dwc:kingdom "Animalia" ;
dwc:order "Scorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hormuridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hormuridae>
dwc:class "Arachnida" ;
dwc:family "Hormuridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Scorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scorpiones> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scorpiones>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Scorpiones" ;
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 .
<https://binary.pensoft.net/fig/355047>
dc:description "Figure 34. Opisthacanthus madagascariensis Kraepelin, 1894, female syntype A dorsal aspect of habitus B ventral aspect of habitus C retrolateral aspect of chela illustrating dentate margins of fingers. Scale bars: 10 mm (A-B), 5 mm (C)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/355047> ;
a fabio:Figure .

View file

@ -0,0 +1,441 @@
@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/800387B5E9330A5259A7ECACF278D81C>
cito:cites <http://dx.doi.org/10.5281/zenodo.234738>, <http://dx.doi.org/10.5281/zenodo.234739>, <http://dx.doi.org/10.5281/zenodo.234740>, <http://dx.doi.org/10.5281/zenodo.234741> ;
dc:creator "Koch, Milan; Nguyen, Thanh Son; Ďuriš, Zdeněk" ;
dc:title "Monomia calla Koch, Nguyen & Ďuriš, 2015, sp. nov." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomia_calla>, <http://taxon-name.plazi.org/id/Animalia/Monomia_argentata>, <http://taxon-name.plazi.org/id/Animalia/Portunus_gladiator>, <http://taxon-name.plazi.org/id/Animalia/Monomia_pseudoargentata>, <http://taxon-name.plazi.org/id/Animalia/Monomia_pontica>, <http://taxon-name.plazi.org/id/Animalia/Monomia_lecromi>, <http://taxon-name.plazi.org/id/Animalia/Monomia_rubromarginata>, <http://taxon-name.plazi.org/id/Animalia/Portunus_calla> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Monomia_calla_Koch_2015> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Monomia_australiensis_Stephenson_1973>, <http://taxon-concept.plazi.org/id/Animalia/Monomia_curvipenis_Stephenson_1961>, <http://taxon-concept.plazi.org/id/Animalia/Monomia_euglypha_Laurie_1906>, <http://taxon-concept.plazi.org/id/Animalia/Monomia_petrea_Alcock_1899>, <http://taxon-concept.plazi.org/id/Animalia/Monomia_samoensis_Ward_1939>, <http://taxon-concept.plazi.org/id/Animalia/Portunus_ponticus_Fabricius_1798>, <http://taxon-concept.plazi.org/id/Animalia/Monomia_rubromarginata_Lanchester_1900>, <http://taxon-concept.plazi.org/id/Animalia/Monomia_lecromi_Moosa_1996> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3981.3.6> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3981.3.6>
bibo:endPage "412" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:startPage "405" ;
bibo:volume "3981" ;
dc:creator "Koch, Milan; Nguyen, Thanh Son; Ďuriš, Zdeněk" ;
dc:date "2015" ;
dc:title "Monomia calla, a new species of swimming crab (Decapoda, Portunidae) from Madagascar and the Philippines" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.234738>, <http://dx.doi.org/10.5281/zenodo.234739>, <http://dx.doi.org/10.5281/zenodo.234740>, <http://dx.doi.org/10.5281/zenodo.234741> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Monomia_calla_Koch_2015>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Koch, Nguyen & Ďuriš, 2015" ;
dwc:authorityName "Koch, Nguyen & Ďuriš" ;
dwc:authorityYear "2015" ;
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Koch, Nguyen & Ďuriš, 2015" ;
dwc:species "calla" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/447YK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomia_calla> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Monomia_australiensis_Stephenson_1973>
dwc:authority "Stephenson & Cook, 1973" ;
dwc:authorityName "Stephenson & Cook" ;
dwc:authorityYear "1973" ;
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Stephenson & Cook, 1973" ;
dwc:species "australiensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomia_australiensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Monomia_curvipenis_Stephenson_1961>
dwc:authority "Stephenson, 1961" ;
dwc:authorityName "Stephenson" ;
dwc:authorityYear "1961" ;
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Stephenson, 1961" ;
dwc:species "curvipenis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomia_curvipenis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Monomia_euglypha_Laurie_1906>
dwc:authority "Laurie, 1906" ;
dwc:authorityName "Laurie" ;
dwc:authorityYear "1906" ;
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Laurie, 1906" ;
dwc:species "euglypha" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomia_euglypha> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Monomia_petrea_Alcock_1899>
dwc:authority "Alcock, 1899" ;
dwc:authorityName "Alcock" ;
dwc:authorityYear "1899" ;
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Alcock, 1899" ;
dwc:species "petrea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomia_petrea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Monomia_samoensis_Ward_1939>
dwc:authority "Ward, 1939" ;
dwc:authorityName "Ward" ;
dwc:authorityYear "1939" ;
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ward, 1939" ;
dwc:species "samoensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomia_samoensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Portunus_ponticus_Fabricius_1798>
dwc:authority "Fabricius, 1798" ;
dwc:authorityName "Fabricius" ;
dwc:authorityYear "1798" ;
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Portunus" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fabricius, 1798" ;
dwc:species "ponticus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/447YK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Portunus_ponticus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Monomia_rubromarginata_Lanchester_1900>
dwc:authority "Lanchester, 1900" ;
dwc:authorityName "Lanchester" ;
dwc:authorityYear "1900" ;
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lanchester, 1900" ;
dwc:species "rubromarginata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomia_rubromarginata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Monomia_lecromi_Moosa_1996>
dwc:authority "Moosa, 1996" ;
dwc:authorityName "Moosa" ;
dwc:authorityYear "1996" ;
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moosa, 1996" ;
dwc:species "lecromi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomia_lecromi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Monomia_calla>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "calla" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomia>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Portunidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Portunidae>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
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/Monomia_argentata>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "argentata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomia_australiensis>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "australiensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomia_curvipenis>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "curvipenis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomia_euglypha>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "euglypha" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Portunus_gladiator>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Portunus" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gladiator" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Portunus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Portunus>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Portunus" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Portunidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomia_petrea>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "petrea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomia_pseudoargentata>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pseudoargentata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomia_samoensis>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "samoensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Portunus_ponticus>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Portunus" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ponticus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Portunus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomia_pontica>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pontica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomia_rubromarginata>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rubromarginata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomia_lecromi>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Monomia" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lecromi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Portunus_calla>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Portunus" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "calla" ;
dwc:subGenus "Monomia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Portunus_Monomia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Portunus_Monomia>
dwc:class "Malacostraca" ;
dwc:family "Portunidae" ;
dwc:genus "Portunus" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Monomia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Portunus> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.234738>
dc:description "FIGURE 1. Monomia calla sp. nov., male holotype, MNHN-IU- 2014 - 10105. A, overall habitus, dorsal. B, thoracic sternum and abdomen, ventral. C, male first gonopods, ventral. D, left male first gonopod, ventromesial. E, same, apex. Scale bars: A, 10 mm, B, 5 mm, C E, 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/234738/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.234739>
dc:description "FIGURE 2. Monomia calla sp. nov., male holotype, MNHN-IU- 2014 - 10105. A, carapace, dorsal. B, abdomen, ventral. C, third maxilliped. D, right chela and distal carpus, lateral. Scale bars: A, D, 10 mm, B, C, 5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/234739/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.234740>
dc:description "FIGURE 3. Monomia calla sp. nov., male (38.4 × 24.1 mm), ZRC 2001.0633. A, overall habitus of specimen. B, thoracic sternum and abdomen, ventral. C, front view. D, left chela." ;
fabio:hasRepresentation <https://zenodo.org/record/234740/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.234741>
dc:description "FIGURE 4. Monomia calla sp. nov., male (38.4 × 24.1 mm), ZRC 2001.0633. A, left male first gonopod. B, apex of left male first gonopod. C, lateral view of left male first gonopod apex. D, left male second gonopod. E, basal antennal segment. F, third maxiliped. G, male abdomen. Scale bars: 1.0 mm (B, C, same scale bar)." ;
fabio:hasRepresentation <https://zenodo.org/record/234741/files/figure.png> ;
a fabio:Figure .

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/800387F7FFABFFB27EB8510CFED48D9F>
dc:creator "Venu, Govindappa; Balakrishna, Gandlahalli N.; Mallikarjuna, Nagasandra A.; Seetharama, Halemane G.; G. Raju, Narayanappa; Ramakrishna, Sompalem; Venkatachalaiah, Govindaiah; Ganesh, S. R." ;
dc:title "Sepsophis punctatus Beddome 1870" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800387F7FFABFFB27EB8510CFED48D9F.mc.B8C23CBCFFABFFB07FF95176FD4D8AE3> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sepsophis_punctatus_Beddome_1870> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5424.3.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5424.3.9>
bibo:endPage "400" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-03-14" ;
bibo:startPage "396" ;
bibo:volume "5424" ;
dc:creator "Venu, Govindappa; Balakrishna, Gandlahalli N.; Mallikarjuna, Nagasandra A.; Seetharama, Halemane G.; G. Raju, Narayanappa; Ramakrishna, Sompalem; Venkatachalaiah, Govindaiah; Ganesh, S. R." ;
dc:date "2024" ;
dc:title "On further specimens of the Spotted Eastern Ghats Skink Sepsophis punctatus Beddome, 1870 (Squamata: Scincidae) from Ananthagiri hills, Northern Eastern Ghats, India" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Sepsophis_punctatus_Beddome_1870>
dwc:authority "Beddome, 1870" ;
dwc:authorityName "Beddome" ;
dwc:authorityYear "1870" ;
dwc:class "Squamata" ;
dwc:family "Scincidae" ;
dwc:genus "Sepsophis" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Beddome, 1870" ;
dwc:species "punctatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4WR6N> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sepsophis_punctatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sepsophis_punctatus>
dwc:class "Squamata" ;
dwc:family "Scincidae" ;
dwc:genus "Sepsophis" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "punctatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sepsophis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sepsophis>
dwc:class "Squamata" ;
dwc:family "Scincidae" ;
dwc:genus "Sepsophis" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scincidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scincidae>
dwc:class "Squamata" ;
dwc:family "Scincidae" ;
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 "Squamata" ;
dwc:kingdom "Animalia" ;
dwc:order "Squamata" ;
dwc:phylum "Chordata" ;
dwc:rank "order", "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/800387F7FFABFFB27EB8510CFED48D9F.mc.B8C23CBCFFABFFB07FF95176FD4D8AE3>
dwc:catalogNumber "1651A, 1653, 1671, 1692, 1693" ;
dwc:collectionCode "Bengaluru-BUB" ;
dwc:eventDate "2020-12-09" ;
dwc:locality "Visakhapatnam district" ;
dwc:recordedBy "Venu Govindappa & Balakrishna & Chandrasekhar & Mohan" ;
dwc:verbatimElevation "1180" ;
dwc:verbatimLatitude "18.257" ;
dwc:verbatimLongitude "82.989" ;
trt:httpUri <https://treatment.plazi.org/id/800387F7FFABFFB27EB8510CFED48D9F#B8C23CBCFFABFFB07FF95176FD4D8AE3> ;
a dwc:MaterialCitation .

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/8004083E854054B8A3441AEEB4EF879B>
cito:cites <http://dx.doi.org/10.3897/vz.73.e103534.figure5>, <http://dx.doi.org/10.3897/vz.73.e103534.figure4>, <http://dx.doi.org/10.3897/vz.73.e103534.figure6>, <http://dx.doi.org/10.3897/vz.73.e103534.figure8>, <http://dx.doi.org/10.3897/vz.73.e103534.figure7>, <http://dx.doi.org/10.3897/vz.73.e103534.figure9>, <http://dx.doi.org/10.3897/vz.73.e103534.figure10>, <http://dx.doi.org/10.3897/vz.73.e103534.figure1>, <http://dx.doi.org/10.3897/vz.73.e103534.figure11>, <http://dx.doi.org/10.3897/vz.73.e103534.figure12> ;
dc:creator "Souza, Jesus R. D.; Ferrao, Miqueias; Kaefer, Igor Luis; Cunha-Machado, Antonio Saulo; Melo-Sampaio, Paulo Roberto; Hanken, James; Lima, Albertina Pimentel" ;
dc:title "Allobates albiventris Souza & Ferrão & Kaefer & Cunha-Machado & Melo-Sampaio & Hanken & Lima 2023, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Allobates_albiventris_Souza_2023> ;
trt:publishedIn <http://dx.doi.org/10.3897/vz.73.e103534> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/vz.73.e103534>
bibo:endPage "675" ;
bibo:journal "Vertebrate Zoology" ;
bibo:pubDate "2023-07-21" ;
bibo:startPage "647" ;
bibo:volume "73" ;
dc:creator "Souza, Jesus R. D.; Ferrao, Miqueias; Kaefer, Igor Luis; Cunha-Machado, Antonio Saulo; Melo-Sampaio, Paulo Roberto; Hanken, James; Lima, Albertina Pimentel" ;
dc:date "2023" ;
dc:title "A new pale-ventered nurse frog (Aromobatidae: Allobates) from southwestern Brazilian Amazonia" ;
fabio:hasPart <http://dx.doi.org/10.3897/vz.73.e103534.figure5>, <http://dx.doi.org/10.3897/vz.73.e103534.figure4>, <http://dx.doi.org/10.3897/vz.73.e103534.figure6>, <http://dx.doi.org/10.3897/vz.73.e103534.figure8>, <http://dx.doi.org/10.3897/vz.73.e103534.figure7>, <http://dx.doi.org/10.3897/vz.73.e103534.figure9>, <http://dx.doi.org/10.3897/vz.73.e103534.figure10>, <http://dx.doi.org/10.3897/vz.73.e103534.figure1>, <http://dx.doi.org/10.3897/vz.73.e103534.figure11>, <http://dx.doi.org/10.3897/vz.73.e103534.figure12> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Allobates_albiventris_Souza_2023>
dwc:LSID "https://zoobank.org/DA65FF02-5C2B-4BF9-BDAF-B460B7A5A13E" ;
dwc:authority "Souza & Ferrão & Kaefer & Cunha-Machado & Melo-Sampaio & Hanken & Lima, 2023" ;
dwc:authorityName "Souza & Ferrão & Kaefer & Cunha-Machado & Melo-Sampaio & Hanken & Lima" ;
dwc:authorityYear "2023" ;
dwc:class "Amphibia" ;
dwc:family "Dendrobatidae" ;
dwc:genus "Allobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Souza & Ferrão & Kaefer & Cunha-Machado & Melo-Sampaio & Hanken & Lima, 2023" ;
dwc:species "albiventris" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Allobates_albiventris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Allobates_albiventris>
dwc:class "Amphibia" ;
dwc:family "Dendrobatidae" ;
dwc:genus "Allobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "albiventris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Allobates> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Allobates>
dwc:class "Amphibia" ;
dwc:family "Dendrobatidae" ;
dwc:genus "Allobates" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dendrobatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dendrobatidae>
dwc:class "Amphibia" ;
dwc:family "Dendrobatidae" ;
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.3897/vz.73.e103534.figure5>
dc:description "Figure 5. Coloration of the vocal sac and throat of Allobates albiventris sp. nov. (A, B) and A. gasconi sensu stricto (C, D). Photographs by J. R. D. Souza (A, B) and A. P. Lima (C, D)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/881724> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/vz.73.e103534.figure4>
dc:description "Figure 4. Dorsal, dorsolateral and ventral views of the male holotype INPAH 45035 (A - C) and a female paratype INPAH 45051 (D - F) of Allobates albiventris sp. nov. Scale bar: 5 mm. Photographs by J. R. D. Souza." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/881723> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/vz.73.e103534.figure6>
dc:description "Figure 6. Ventral view of the hand (A, B) and foot (C, D) of Allobates albiventris sp. nov. (A, C) Male holotype INPAH 45035. (B, D) Female paratype INPAH 45051. Scale bar: 0.5 mm (A, B) and 1 mm (C, D). Photographs by J. R. D. Souza." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/881725> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/vz.73.e103534.figure8>
dc:description "Figure 8. Coloration in life of Allobates albiventris sp. nov. from Manoel Urbano and Rio Branco, State of Acre, Brazil. A - C Male holotype, SVL 14.6 mm; D - F Female, INPAH 45051, SVL 16.8 mm; G - I Male, MNRJ 91679, SVL 16.0 mm; J - L Female, MPEG 44613, SVL 16.0 mm; M Male, uncollected; N Male, INPAH 45044, SVL 15.3 mm; O Male, uncollected. Photographs by J. R. D. Souza (A-F, J-O) and P. R. Melo-Sampaio (G-I)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/881727> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/vz.73.e103534.figure7>
dc:description "Figure 7. Paratypes of Allobates albiventris sp. nov. A Female, MPEG 44612, SVL 16.2 mm. B Male, INPAH 45038, SVL 14.7 mm. C, F Female, INPAH 45054, SVL 17.0 mm. D Male, INPAH 45060, SVL 15.6 mm. E Male, INPAH 45046, SVL 14.9 mm. G, H Male, INPAH 45064, SVL 16.4 mm. White rectangle in (G) delimits the magnified region (H) illustrating the third tubercle on toe IV (arrow). Photographs by J. R. D. Souza." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/881726> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/vz.73.e103534.figure9>
dc:description "Figure 9. Advertisement calls of the holotype of Allobates albiventris sp. nov. (INPAH 45035, FNJV 53687). A Oscillogram showing the continuous emission of calls with variable arrangements. Spectrograms and oscillograms of the four most common call arrangements: single call (B) and series of two (C), three (D) and four calls (D). Note that each call is composed of two notes. Air temperature: 22 ° C. Abbreviations: dB, decibels; kHz, kilohertz; s, seconds." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/881728> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/vz.73.e103534.figure10>
dc:description "Figure 10. Preserved tadpole of Allobates albiventris sp. nov. (lot INPAH 45066), Gosner stage 34. (A) Dorsal, (B) lateral and (C) ventrolateral views of the body, and (D) ventral and (E) ventrolateral views of the oral disc. Scale bar: 10 mm (A - C) and 1 mm (D, E). Photographs by J. R. D. Souza." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/881729> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/vz.73.e103534.figure1>
dc:description "Figure 1. Geographic distribution of the new species (yellow symbols): Type locality = star (1 Manoel Urbano), paratype localities = circles (2 Antimary River; 3 Parque Ambiental Chico Mendes) and additional localities = rhombus (4, Feijo; 5, Reserva Extrativista Arapixi). Type localities of other Allobates to which it is compared (squares): 6 A. subfolionidificans; 7 A. flaviventris; 8 A. tinae; 9 A. gasconi (red square); 10 A. vanzolinius; 11 A. fuscellus; 12 A. velocicantus; 13 A. conspicuus; 14 A. ornatus; 15 A. trilineatus; 16 A. sieggreenae; 17 A. melanolaemus; 18 A. caeruleodactylus; 19 A. nidicola; 20 A. paleovarzensis; 21 A. grillisimilis; 22 A. tapajos; 23 A. grillicantus; 24 A. pacaas; 25 A. paleci; 26 A. kamilae. Abbreviations: BOL, Bolivia; COL, Colombia; ECU, Ecuador; PER, Peru." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/881720> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/vz.73.e103534.figure11>
dc:description "Figure 11. Geographic distribution of Allobates albiventris sp. nov. Star = type locality (1 Manoel Urbano); circles = additional paratype localities (2 Antimary River; 3 Parque Ambiental Chico Mendes); and rhombus (4 Feijo; 5 Reserva Extrativista Arapixi). White triangles denote sampled localities where the new species was not recorded." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/881730> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/vz.73.e103534.figure12>
dc:description "Figure 12. Habitat and natural history of Allobates albiventris sp. nov. A Typical understory of open ombrophilous forest at the type locality in Manoel Urbano, State of Acre, Brazil. B Beginning of courtship behavior, in which a male is leading a female to an oviposition site. C Female (unvouchered) positioning herself to jump to the adaxial surface of the leaf, where the male is vocalizing. D Mating pair (unvouchered) in cephalic amplexus. E Mating pair (unvouchered) on the leaf, with the female in oviposition and the male silent. F Recently deposited clutch, with the smallest clutch recorded (17 eggs). G The largest clutch recorded (31 eggs). H Mating pair on a leaf, where a male vocalizes while a female deposits a second clutch on the same leaf. I Male INPAH 45045 carrying 10 tadpoles on his back. Photographs by J. R. D. Souza." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/881731> ;
a fabio:Figure .

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/800413E34E6BF91E5CDA73D976AC1634>
dc:creator "Holovachov, Oleksandr" ;
dc:title "Eumonhystera barbata Andrassy 1981" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Eumonhystera_barbata_Andrassy_1981> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1165> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.2.e1165>
bibo:endPage "1165" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "1165" ;
bibo:volume "2" ;
dc:creator "Holovachov, Oleksandr" ;
dc:date "2014" ;
dc:title "Nematodes from terrestrial and freshwater habitats in the Arctic" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Eumonhystera_barbata_Andrassy_1981>
dwc:authority "Andrassy, 1981" ;
dwc:authorityName "Andrassy" ;
dwc:authorityYear "1981" ;
dwc:class "Chromadorea" ;
dwc:family "Monhysteridae" ;
dwc:genus "Eumonhystera" ;
dwc:kingdom "Animalia" ;
dwc:order "Monhysterida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Andrassy, 1981" ;
dwc:species "barbata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8G8MX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Eumonhystera_barbata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Eumonhystera_barbata>
dwc:class "Chromadorea" ;
dwc:family "Monhysteridae" ;
dwc:genus "Eumonhystera" ;
dwc:kingdom "Animalia" ;
dwc:order "Monhysterida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:species "barbata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eumonhystera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Eumonhystera>
dwc:class "Chromadorea" ;
dwc:family "Monhysteridae" ;
dwc:genus "Eumonhystera" ;
dwc:kingdom "Animalia" ;
dwc:order "Monhysterida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monhysteridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monhysteridae>
dwc:class "Chromadorea" ;
dwc:family "Monhysteridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Monhysterida" ;
dwc:phylum "Nematoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monhysterida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monhysterida>
dwc:class "Chromadorea" ;
dwc:kingdom "Animalia" ;
dwc:order "Monhysterida" ;
dwc:phylum "Nematoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chromadorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chromadorea>
dwc:class "Chromadorea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Nematoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Nematoda" ;
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,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/800441AD22AB598183A8F860B8919AE2>
cito:cites <http://dx.doi.org/10.3897/zookeys.1109.83807.figure4>, <http://dx.doi.org/10.3897/zookeys.1109.83807.figure3>, <http://dx.doi.org/10.3897/zookeys.1109.83807.figure5> ;
dc:creator "Suzuki, Yuya; Hiramatsu, Takehisa; Tatsuta, Haruki" ;
dc:title "Zoma Saaristo 1996" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Zoma_Saaristo_1996> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1109.83807> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1109.83807>
bibo:endPage "101" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2022-07-01" ;
bibo:startPage "67" ;
bibo:volume "1109" ;
dc:creator "Suzuki, Yuya; Hiramatsu, Takehisa; Tatsuta, Haruki" ;
dc:date "2022" ;
dc:title "Two new species and a new genus of ray spiders (Araneae, Theridiosomatidae) from the Ryukyu Islands, southwest Japan, with notes on their natural history" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1109.83807.figure4>, <http://dx.doi.org/10.3897/zookeys.1109.83807.figure3>, <http://dx.doi.org/10.3897/zookeys.1109.83807.figure5> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Zoma_Saaristo_1996>
dwc:LSID "800441AD-22AB-5981-83A8-F860B8919AE2" ;
dwc:authority "Saaristo, 1996" ;
dwc:authorityName "Saaristo" ;
dwc:authorityYear "1996" ;
dwc:class "Arachnida" ;
dwc:family "Theridiosomatidae" ;
dwc:genus "Zoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Saaristo, 1996" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Zoma> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Zoma>
dwc:class "Arachnida" ;
dwc:family "Theridiosomatidae" ;
dwc:genus "Zoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Theridiosomatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Theridiosomatidae>
dwc:class "Arachnida" ;
dwc:family "Theridiosomatidae" ;
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 .
<http://dx.doi.org/10.3897/zookeys.1109.83807.figure4>
dc:description "Figure 4. Zoma dibaiyin Miller, Griswold & Yin, 2009, male habitus and genitalia (NSMT-Ar 21720 A-H) and female habitus and genitalia (NSMT-Ar 21721 I-K) A habitus, dorsal view B habitus, lateral view C palp, retrolateral view D palp, ventral view E palp, posterior-ventral view F palp, prolateral view G embolic division, prolateral view H embolic division, posterior-ventral view I habitus, dorsal view J epigyne, ventral view K vulva, dorsal view. Abbreviations: C conductor CD copulatory ducts E embolus EA embolic apophysis FD fertilization ducts MA median apophysis PC paracymbium PCP posterior conductor projection RCP retrolateral conductor projection S spermatheca ST subtegulum T tegulum. Arrows in E, F, H indicate a cornered margin of posterior membrane of conductor. Arrow in J indicates a sclerotized median pit. Scale bars: 1.0 mm (A, B, I); 0.1 mm (C-H, J, K)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/708570> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1109.83807.figure3>
dc:description "Figure 3. Theridiosoma nigrivirgatum sp. nov., male holotype genitalia (NSMT-Ar 21717 A-D) and female paratype genitalia (NSMT-Ar 21718 E-G) A retrolateral view B ventral view C posterior-ventral view D prolateral view E ventral view F ventral view G dorsal view. Abbreviations: C conductor CD copulatory ducts E embolus EA embolic apophysis FD fertilization ducts MA median apophysis PC paracymbium S spermatheca ST subtegulum T tegulum. White and black arrows indicate a ridge that separate the two triangular surfaces and a sharply cornered terminal of the ridge, respectively. Scale bars: 0.1 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/708569> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1109.83807.figure5>
dc:description "Figure 5. Zoma dibaiyin Miller, Griswold & Yin, 2009, male genitalia (NSMT-Ar 21720) A ventral view B posterior-ventral view C prolateral view D conductor and embolic division, retrolateral view E conductor and embolic division, posterior-ventral view. Abbreviations: C conductor CD copulatory ducts E embolus EA embolic apophysis MA median apophysis PC paracymbium PCP posterior conductor projection RCP retrolateral conductor projection ST subtegulum T tegulum. Arrows in B-E indicate a cornered margin of posterior membrane of conductor. Scale bars: 0.1 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/708571> ;
a fabio:Figure .

View file

@ -0,0 +1,121 @@
@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/8004B96EC6BE5A36887540793FD4CA83>
dc:creator "Neubauer, Thomas A." ;
dc:title "Melanopsis martiniana subsp. abscissa Handmann ” mentioned in Fischer (1996 b: 20, fig. 2) 2016, [unavailable]" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Melanopsis_martiniana_abscissa__2016> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.602.8136> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.602.8136>
bibo:endPage "358" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2016-07-05" ;
bibo:startPage "1" ;
bibo:volume "602" ;
dc:creator "Neubauer, Thomas A." ;
dc:date "2016" ;
dc:title "A nomenclator of extant and fossil taxa of the Melanopsidae (Gastropoda, Cerithioidea)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Melanopsis_martiniana_abscissa__2016>
dwc:LSID "8004B96E-C6BE-5A36-8875-40793FD4CA83" ;
dwc:authority "Handmann ” mentioned in Fischer (1996 b: 20, fig. 2)" ;
dwc:authorityName "Handmann ” mentioned in Fischer (1996 b: 20, fig. 2)" ;
dwc:authorityYear "2016" ;
dwc:class "Gastropoda" ;
dwc:family "Melanopsidae" ;
dwc:genus "Melanopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "Handmann ” mentioned, 2016" ;
dwc:species "martiniana" ;
dwc:subSpecies "abscissa" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Melanopsis_martiniana_abscissa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Melanopsis_martiniana_abscissa>
dwc:class "Gastropoda" ;
dwc:family "Melanopsidae" ;
dwc:genus "Melanopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "subSpecies" ;
dwc:species "martiniana" ;
dwc:subSpecies "abscissa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melanopsis_martiniana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melanopsis_martiniana>
dwc:class "Gastropoda" ;
dwc:family "Melanopsidae" ;
dwc:genus "Melanopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "martiniana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melanopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melanopsis>
dwc:class "Gastropoda" ;
dwc:family "Melanopsidae" ;
dwc:genus "Melanopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melanopsidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melanopsidae>
dwc:class "Gastropoda" ;
dwc:family "Melanopsidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sorbeoconcha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sorbeoconcha>
dwc:class "Gastropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Sorbeoconcha" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
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:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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:kingdom "Animalia" ;
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 .

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/8004E0874F9C533BB7C95CA3F173AF93>
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 "Plectranthus ellipticus Hedge, Fl. Madag. 175: 186. 1998" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Plectranthus_ellipticus_Hedge_1998> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Plectranthus_ellipticus> ;
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/Plectranthus_ellipticus_Hedge_1998>
dwc:LSID "8004E087-4F9C-533B-B7C9-5CA3F173AF93" ;
dwc:authority "Hedge, Fl. Madag. 175: 186. 1998" ;
dwc:authorityName "Hedge, Fl. Madag. 175: 186." ;
dwc:authorityYear "1998" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Plectranthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hedge, Fl. Madag. 175: 186., 1998" ;
dwc:species "ellipticus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Plectranthus_ellipticus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Plectranthus_ellipticus>
dwc:class "Magnoliopsida" ;
dwc:family "Lamiaceae" ;
dwc:genus "Plectranthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ellipticus" ;
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 .
<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,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/> .
<http://treatment.plazi.org/id/800503B878CB9B6765922B65B53ADE50>
dc:creator "Liu, Wenbin; Lin, Xiaolong; Wang, Xinhua" ;
dc:title "Rheocricotopus (Psilocricotopus) serratus Liu, Lin & Wang, 2014, sp. n." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.388.6316> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Rheocricotopus_serratus> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.388.6316>
bibo:endPage "34" ;
bibo:journal "ZooKeys" ;
bibo:startPage "17" ;
bibo:volume "388" ;
dc:creator "Liu, Wenbin; Lin, Xiaolong; Wang, Xinhua" ;
dc:date "2014" ;
dc:title "A review of Rheocricotopus (Psilocricotopus) chalybeatus species group from China, with the description of three new species (Diptera, Chironomidae)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Rheocricotopus_serratus>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Rheocricotopus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "serratus" ;
dwc:subGenus "Psilocricotopus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rheocricotopus_Psilocricotopus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rheocricotopus_Psilocricotopus>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Rheocricotopus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Psilocricotopus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rheocricotopus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rheocricotopus>
dwc:class "Insecta" ;
dwc:family "Chironomidae" ;
dwc:genus "Rheocricotopus" ;
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 .

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/80054F72A0708A462991FB7FFA45E982>
cito:cites <http://dx.doi.org/10.5281/zenodo.2614256> ;
dc:creator "Domahovski, Alexandre Cruz; Cavichioli, Rodney Ramiro" ;
dc:title "Acusana spina Domahovski & Cavichioli 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0708A462991FB7FFA45E982.mc.B8C4F439A0728A4628CDFE6CFD5DEBF7> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Acusana_spina_Domahovski_2019> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Acusana_prona_DeLong_1966> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4571.4.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4571.4.5>
bibo:endPage "543" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-03-28" ;
bibo:startPage "531" ;
bibo:volume "4571" ;
dc:creator "Domahovski, Alexandre Cruz; Cavichioli, Rodney Ramiro" ;
dc:date "2019" ;
dc:title "Acusana DeLong (Hemiptera: Cicadellidae: Gyponini), a genus not previously recorded in Brazil: description of four new species for the Brazilian fauna" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2614256> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Acusana_spina_Domahovski_2019>
dwc:authority "Domahovski & Cavichioli, 2019" ;
dwc:authorityName "Domahovski & Cavichioli" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Domahovski & Cavichioli, 2019" ;
dwc:species "spina" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8JNHH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Acusana_spina> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Acusana_prona_DeLong_1966>
dwc:authority "DeLong & Freytag, 1966" ;
dwc:authorityName "DeLong & Freytag" ;
dwc:authorityYear "1966" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "DeLong & Freytag, 1966" ;
dwc:species "prona" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8JNHH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Acusana_prona> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Acusana_spina>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "spina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Acusana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Acusana>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
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/Acusana_prona>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "prona" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Acusana> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.2614256>
dc:description "FIGURES 59─72. Acusana spina sp. nov., male holotype. 59, head and thorax, dorsal view. 60, head and thorax, ventral view. 61, head and thorax, lateral view. 62, forewing. 6372, male terminalia: 63, sternite VIII, ventral view. 64, valve, ventral view. 65, pygofer, valve, and subgenital plate, lateral view. 66, apex of pygofer, dorsal view. 67, subgenital plate, ventral view. 68, connective, posterior view. 69, style, dorsal view. 70, style, lateral view. 71, connective and aedeagus, lateral view. 72, aedeagus, posterior view. Scale bars: 5961 = 1.0mm, 62 = 2.0mm, 6367, 6972 = 0.5mm, 68 = 0.25mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2614256/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0708A462991FB7FFA45E982.mc.B8C4F439A0728A4628CDFE6CFD5DEBF7>
dwc:collectionCode "MT, AC, DZUP" ;
dwc:eventDate "2017-06-11" ;
dwc:locality "Rio Ronuro" ;
dwc:recordedBy "E. S. E. C. Rio Ronuro" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "330" ;
dwc:verbatimLatitude "-13.1122" ;
dwc:verbatimLongitude "-54.4436" ;
trt:gbifOccurrenceId "2107312840" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A0708A462991FB7FFA45E982#B8C4F439A0728A4628CDFE6CFD5DEBF7> ;
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/80054F72A0788A482991F8E2FED0EB42>
cito:cites <http://dx.doi.org/10.5281/zenodo.2614246>, <http://dx.doi.org/10.5281/zenodo.2614258>, <http://dx.doi.org/10.5281/zenodo.2614248> ;
dc:creator "Domahovski, Alexandre Cruz; Cavichioli, Rodney Ramiro" ;
dc:title "Acusana adunca Domahovski & Cavichioli 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A4928BAFF27FDAAEAB2>, <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492D1AFF0CFE96EAFA>, <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A49288DFF6FFC4CEB1E>, <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492AA7FEB4FA46EB42>, <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A4929CCFEFCFA5FEB67>, <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492C87FEFCFCEBEBAE>, <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492A79FE24FD03EBD2>, <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492BEBFE07FF28EBF6>, <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492807FE6CFB8FEBF6> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Acusana_adunca_Domahovski_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4571.4.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4571.4.5>
bibo:endPage "543" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-03-28" ;
bibo:startPage "531" ;
bibo:volume "4571" ;
dc:creator "Domahovski, Alexandre Cruz; Cavichioli, Rodney Ramiro" ;
dc:date "2019" ;
dc:title "Acusana DeLong (Hemiptera: Cicadellidae: Gyponini), a genus not previously recorded in Brazil: description of four new species for the Brazilian fauna" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2614246>, <http://dx.doi.org/10.5281/zenodo.2614258>, <http://dx.doi.org/10.5281/zenodo.2614248> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Acusana_adunca_Domahovski_2019>
dwc:authority "Domahovski & Cavichioli, 2019" ;
dwc:authorityName "Domahovski & Cavichioli" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Domahovski & Cavichioli, 2019" ;
dwc:species "adunca" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8JNH9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Acusana_adunca> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Acusana_adunca>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "adunca" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Acusana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Acusana>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
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.2614246>
dc:description "FIGURES 1─14. Acusana adunca sp. nov., male holotype. 1, head and thorax, dorsal view. 2, head and thorax, ventral view. 3, head and thorax, lateral view. 4, forewing. 514, male terminalia: 5, sternite VIII, ventral view. 6, valve, ventral view. 7, pygofer, valve, and subgenital plate, lateral view. 8, apex of pygofer, dorsal view. 9, subgenital plate, ventral view. 10, connective, posterior view. 11, style, dorsal view. 12, style, lateral view. 13, connective and aedeagus, lateral view. 14, aedeagus, posterior view. Scale bars: 13 = 1.0mm, 4 = 2.0mm, 59, 11, 12 = 0.5mm, 10, 13, 14 = 0.25mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2614246/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2614258>
dc:description "FIGURES 73─76. Holopypes habitus, dorsal view (up) and lateral view (down). 73, Acusana adunca sp. nov. 74, Acusana dilatata sp. nov. 75, Acusana longa sp. nov. 76, Acusana spina sp. nov. Scale bars: 2.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2614258/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2614248>
dc:description "FIGURES 15─22. Acusana adunca sp. nov., female paratype. 15, sternite VII, ventral view. 16, pygofer, lateral view. 17, first valvifer and first valvula, lateral view. 18, apex of first valvula, lateral view. 19, second valvula, lateral view. 20, teeth of dorsal margin, lateral view. 21, teeth of ventral margin, lateral view. 22, second valvifer and gonoplac, lateral view. Scale bars = 0.5mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2614248/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A4928BAFF27FDAAEAB2>
dwc:collectionCode "MT, AC, DZUP" ;
dwc:eventDate "2017-06-17" ;
dwc:locality "Claudia" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "365" ;
dwc:verbatimLatitude "-11.5841" ;
dwc:verbatimLongitude "-55.3003" ;
trt:gbifOccurrenceId "2107314452" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A0788A482991F8E2FED0EB42#B8C4F439A07D8A4928BAFF27FDAAEAB2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492D1AFF0CFE96EAFA>
dwc:collectionCode "DZUP, DZRJ" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2107329494" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A0788A482991F8E2FED0EB42#B8C4F439A07D8A492D1AFF0CFE96EAFA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A49288DFF6FFC4CEB1E>
dwc:collectionCode "MT, AC, DZUP" ;
dwc:eventDate "2017-06-11" ;
dwc:locality "Rio Ronuro" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "330" ;
dwc:verbatimLatitude "-13.1122" ;
dwc:verbatimLongitude "-54.4436" ;
trt:gbifOccurrenceId "2107303179" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A0788A482991F8E2FED0EB42#B8C4F439A07D8A49288DFF6FFC4CEB1E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492AA7FEB4FA46EB42>
dwc:collectionCode "MT, AC, DZUP" ;
dwc:eventDate "2017-06-21" ;
dwc:locality "Est. do Cristalino" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "240" ;
dwc:verbatimLatitude "-9.4517" ;
dwc:verbatimLongitude "-55.8396" ;
trt:gbifOccurrenceId "2107320193" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A0788A482991F8E2FED0EB42#B8C4F439A07D8A492AA7FEB4FA46EB42> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A4929CCFEFCFA5FEB67>
dwc:collectionCode "DZUP, DZRJ" ;
dwc:eventDate "1976-10" ;
dwc:locality "Sinop" ;
dwc:recordedBy "M. Alvarenga" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2107314074" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A0788A482991F8E2FED0EB42#B8C4F439A07D8A4929CCFEFCFA5FEB67> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492C87FEFCFCEBEBAE>
dwc:collectionCode "DZUP, MZSP" ;
dwc:eventDate "1973-10" ;
dwc:locality "Grosso Vila Vera" ;
dwc:recordedBy "M. Alvarenga" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2107309980" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A0788A482991F8E2FED0EB42#B8C4F439A07D8A492C87FEFCFCEBEBAE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492A79FE24FD03EBD2>
dwc:collectionCode "DZUP, CZMA" ;
dwc:locality "Grosso" ;
dwc:recordedBy "M. Alvarenga" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2107336157" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A0788A482991F8E2FED0EB42#B8C4F439A07D8A492A79FE24FD03EBD2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492BEBFE07FF28EBF6>
dwc:collectionCode "BR, DZUP" ;
dwc:eventDate "1975-10" ;
dwc:locality "Sinop-Mato Grosso" ;
dwc:recordedBy "M. Alvarenga" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2107309964" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A0788A482991F8E2FED0EB42#B8C4F439A07D8A492BEBFE07FF28EBF6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A0788A482991F8E2FED0EB42.mc.B8C4F439A07D8A492807FE6CFB8FEBF6>
dwc:collectionCode "DZUP" ;
dwc:eventDate "1961-11" ;
dwc:locality "Xingu" ;
dwc:typeStatus "paratype" ;
trt:gbifOccurrenceId "2107312358" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A0788A482991F8E2FED0EB42#B8C4F439A07D8A492807FE6CFB8FEBF6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,112 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/80054F72A0788A4C2991FC0EFE1BED0F>
cito:cites <http://dx.doi.org/10.5281/zenodo.2614258>, <http://dx.doi.org/10.5281/zenodo.2614246>, <http://dx.doi.org/10.5281/zenodo.2614250> ;
dc:creator "Domahovski, Alexandre Cruz; Cavichioli, Rodney Ramiro" ;
dc:title "Acusana DeLong 1942" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Acusana_DeLong_1942> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4571.4.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4571.4.5>
bibo:endPage "543" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-03-28" ;
bibo:startPage "531" ;
bibo:volume "4571" ;
dc:creator "Domahovski, Alexandre Cruz; Cavichioli, Rodney Ramiro" ;
dc:date "2019" ;
dc:title "Acusana DeLong (Hemiptera: Cicadellidae: Gyponini), a genus not previously recorded in Brazil: description of four new species for the Brazilian fauna" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2614258>, <http://dx.doi.org/10.5281/zenodo.2614246>, <http://dx.doi.org/10.5281/zenodo.2614250> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Acusana_DeLong_1942>
dwc:authority "DeLong (1942)" ;
dwc:authorityName "DeLong" ;
dwc:authorityYear "1942" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "DeLong, 1942" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8HC6V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Acusana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Acusana>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
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.2614258>
dc:description "FIGURES 73─76. Holopypes habitus, dorsal view (up) and lateral view (down). 73, Acusana adunca sp. nov. 74, Acusana dilatata sp. nov. 75, Acusana longa sp. nov. 76, Acusana spina sp. nov. Scale bars: 2.0 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2614258/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2614246>
dc:description "FIGURES 1─14. Acusana adunca sp. nov., male holotype. 1, head and thorax, dorsal view. 2, head and thorax, ventral view. 3, head and thorax, lateral view. 4, forewing. 514, male terminalia: 5, sternite VIII, ventral view. 6, valve, ventral view. 7, pygofer, valve, and subgenital plate, lateral view. 8, apex of pygofer, dorsal view. 9, subgenital plate, ventral view. 10, connective, posterior view. 11, style, dorsal view. 12, style, lateral view. 13, connective and aedeagus, lateral view. 14, aedeagus, posterior view. Scale bars: 13 = 1.0mm, 4 = 2.0mm, 59, 11, 12 = 0.5mm, 10, 13, 14 = 0.25mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2614246/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2614250>
dc:description "FIGURES 23─36. Acusana dilatata sp. nov., male holotype. 23, head and thorax, dorsal view. 24, head and thorax, ventral view. 25, head and thorax, lateral view. 26, forewing. 2736, male terminalia: 27, sternite VIII, ventral view. 28, valve, ventral view. 29, pygofer, valve, and subgenital plate, lateral view. 30, apex of pygofer, dorsal view. 31, subgenital plate, ventral view. 32, connective, posterior view. 33, style, dorsal view. 34, style, lateral view. 35, connective and aedeagus, lateral view. 36, aedeagus, posterior view. Scale bars: 2325 = 1.0mm, 26 = 2.0mm, 2729 = 0.5mm, 3036 = 0.25mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2614250/files/figure.png> ;
a fabio:Figure .

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/80054F72A07C8A442991F8BEFED7EE7F>
cito:cites <http://dx.doi.org/10.5281/zenodo.2614252>, <http://dx.doi.org/10.5281/zenodo.2614254> ;
dc:creator "Domahovski, Alexandre Cruz; Cavichioli, Rodney Ramiro" ;
dc:title "Acusana longa Domahovski & Cavichioli 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A07C8A442991F8BEFED7EE7F.mc.B8C4F439A0708A4428B0FDF7FDB3E862>, <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A07C8A442991F8BEFED7EE7F.mc.B8C4F439A0708A442A48FDDCFCB5E8CE>, <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A07C8A442991F8BEFED7EE7F.mc.B8C4F439A0708A442A71FD04FE2BE9CA> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Acusana_longa_Domahovski_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4571.4.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4571.4.5>
bibo:endPage "543" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-03-28" ;
bibo:startPage "531" ;
bibo:volume "4571" ;
dc:creator "Domahovski, Alexandre Cruz; Cavichioli, Rodney Ramiro" ;
dc:date "2019" ;
dc:title "Acusana DeLong (Hemiptera: Cicadellidae: Gyponini), a genus not previously recorded in Brazil: description of four new species for the Brazilian fauna" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2614252>, <http://dx.doi.org/10.5281/zenodo.2614254> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Acusana_longa_Domahovski_2019>
dwc:authority "Domahovski & Cavichioli, 2019" ;
dwc:authorityName "Domahovski & Cavichioli" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Domahovski & Cavichioli, 2019" ;
dwc:species "longa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8JNHF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Acusana_longa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Acusana_longa>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Acusana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Acusana>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
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.2614252>
dc:description "FIGURES 37─50. Acusana longa sp. nov., male holotype. 37, head and thorax, dorsal view. 38, head and thorax, ventral view. 39, head and thorax, lateral view. 40, forewing. 4150, male terminalia: 41, sternite VIII, ventral view. 42, valve, ventral view. 43, pygofer, valve, and subgenital plate, lateral view. 44, apex of pygofer, dorsal view. 45, subgenital plate, ventral view. 46, connective, posterior view. 47, style, dorsal view. 48, style, lateral view. 49, connective and aedeagus, lateral view. 50, aedeagus, posterior view. Scale bars: 3739 = 1.0mm, 40 = 2.0mm, 4145, 4750 = 0.5mm, 46 = 0.25mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2614252/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.2614254>
dc:description "FIGURES 51─58. Acusana longa sp. nov., female paratype. 51, sternite VII, ventral view. 52, pygofer, lateral view. 53, first valvifer and first valvula, lateral view. 54, apex of first valvula, lateral view. 55, second valvula, lateral view. 56, teeth of dorsal margin, lateral view. 57, teeth of ventral margin, lateral view. 58, second valvifer and gonoplac, lateral view. Scale bars = 0.5mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2614254/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A07C8A442991F8BEFED7EE7F.mc.B8C4F439A0708A4428B0FDF7FDB3E862>
dwc:collectionCode "CZMA" ;
dwc:eventDate "2006-08-21" ;
dwc:locality "Base da Geraldina" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2107327901" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A07C8A442991F8BEFED7EE7F#B8C4F439A0708A4428B0FDF7FDB3E862> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A07C8A442991F8BEFED7EE7F.mc.B8C4F439A0708A442A48FDDCFCB5E8CE>
dwc:collectionCode "DZUP" ;
dwc:eventDate "2012-08-18" ;
dwc:locality "Mirador" ;
dwc:recordedBy "J. S. Pinto Ju & D. W. A. Marques" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "419" ;
dwc:verbatimLatitude "-6.6236115" ;
dwc:verbatimLongitude "-45.86889" ;
trt:gbifOccurrenceId "2107316930" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A07C8A442991F8BEFED7EE7F#B8C4F439A0708A442A48FDDCFCB5E8CE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A07C8A442991F8BEFED7EE7F.mc.B8C4F439A0708A442A71FD04FE2BE9CA>
dwc:collectionCode "DZUP, CZMA" ;
dwc:eventDate "2009-11-13" ;
dwc:locality "Caxias" ;
dwc:recordedBy "F. Limeira-de-Oliveira & F. Limeira & L. S. Santos & W. A. Marques" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "419" ;
dwc:verbatimLatitude "-6.6236115" ;
dwc:verbatimLongitude "-45.86889" ;
trt:gbifOccurrenceId "2107315668" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A07C8A442991F8BEFED7EE7F#B8C4F439A0708A442A71FD04FE2BE9CA> ;
a dwc:MaterialCitation .

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/80054F72A07C8A482991FE24FAADECB9>
cito:cites <http://dx.doi.org/10.5281/zenodo.2614250> ;
dc:creator "Domahovski, Alexandre Cruz; Cavichioli, Rodney Ramiro" ;
dc:title "Acusana dilatata Domahovski & Cavichioli 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/80054F72A07C8A482991FE24FAADECB9.mc.B8C4F439A07C8A4828B1FA16FDB0EFBD> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Acusana_dilatata_Domahovski_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4571.4.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4571.4.5>
bibo:endPage "543" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-03-28" ;
bibo:startPage "531" ;
bibo:volume "4571" ;
dc:creator "Domahovski, Alexandre Cruz; Cavichioli, Rodney Ramiro" ;
dc:date "2019" ;
dc:title "Acusana DeLong (Hemiptera: Cicadellidae: Gyponini), a genus not previously recorded in Brazil: description of four new species for the Brazilian fauna" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.2614250> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Acusana_dilatata_Domahovski_2019>
dwc:authority "Domahovski & Cavichioli, 2019" ;
dwc:authorityName "Domahovski & Cavichioli" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Domahovski & Cavichioli, 2019" ;
dwc:species "dilatata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8JNHB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Acusana_dilatata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Acusana_dilatata>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "dilatata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Acusana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Acusana>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Acusana" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
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.2614250>
dc:description "FIGURES 23─36. Acusana dilatata sp. nov., male holotype. 23, head and thorax, dorsal view. 24, head and thorax, ventral view. 25, head and thorax, lateral view. 26, forewing. 2736, male terminalia: 27, sternite VIII, ventral view. 28, valve, ventral view. 29, pygofer, valve, and subgenital plate, lateral view. 30, apex of pygofer, dorsal view. 31, subgenital plate, ventral view. 32, connective, posterior view. 33, style, dorsal view. 34, style, lateral view. 35, connective and aedeagus, lateral view. 36, aedeagus, posterior view. Scale bars: 2325 = 1.0mm, 26 = 2.0mm, 2729 = 0.5mm, 3036 = 0.25mm." ;
fabio:hasRepresentation <https://zenodo.org/record/2614250/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/80054F72A07C8A482991FE24FAADECB9.mc.B8C4F439A07C8A4828B1FA16FDB0EFBD>
dwc:collectionCode "DZUP" ;
dwc:eventDate "1974-07-16" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2107307467" ;
trt:httpUri <https://treatment.plazi.org/id/80054F72A07C8A482991FE24FAADECB9#B8C4F439A07C8A4828B1FA16FDB0EFBD> ;
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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
<http://treatment.plazi.org/id/80056843974C9EABE6985E74D4C170FC>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Hypulidae>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Maroliini>' 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 "Hypulini Gistel 1848" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Hypulus>, <http://taxon-name.plazi.org/id/Animalia/Marolia> ;
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/Hypulus>
dwc:class "Insecta" ;
dwc:family "Melandryidae" ;
dwc:genus "Hypulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
dwc:class "Insecta" ;
dwc:family "Melandryidae" ;
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/Marolia>
dwc:class "Insecta" ;
dwc:family "Melandryidae" ;
dwc:genus "Marolia" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,82 @@
@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/8005B657FFC0FF806C60446AFEDBF9D8>
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:title "Odontoceridae Wallengren 1891" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Odontoceridae_Wallengren_1891> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.653> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.653>
bibo:endPage "17" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-05-27" ;
bibo:startPage "1" ;
bibo:volume "653" ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:date "2020" ;
dc:title "New species of caddisflies with bipectinate antennae from Cretaceous Burmese amber (Insecta, Trichoptera: Odontoceratidae, Calamoceratidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Odontoceridae_Wallengren_1891>
dwc:authority "Wallengren, 1891" ;
dwc:authorityName "Wallengren" ;
dwc:authorityYear "1891" ;
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Wallengren, 1891" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/DHW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Odontoceridae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Odontoceridae>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
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,100 @@
@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/8005B657FFC0FF876C44467DF8F6FD09>
cito:cites <http://dx.doi.org/10.5281/zenodo.3862489> ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:title "Palaeopsilotreta Wichard & Wang 2017" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Palaeopsilotreta_Wichard_2017> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.653> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.653>
bibo:endPage "17" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-05-27" ;
bibo:startPage "1" ;
bibo:volume "653" ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:date "2020" ;
dc:title "New species of caddisflies with bipectinate antennae from Cretaceous Burmese amber (Insecta, Trichoptera: Odontoceratidae, Calamoceratidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3862489> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Palaeopsilotreta_Wichard_2017>
dwc:authority "Wichard & Wang, 2017" ;
dwc:authorityName "Wichard & Wang" ;
dwc:authorityYear "2017" ;
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Wichard & Wang, 2017" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odontoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odontoceridae>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
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.3862489>
dc:description "Fig. 4. Palaeopsilotreta xiai Wichard & Wang, 2017. A. Male and possible female in one Baltic amber piece (ZFMK-TRI000815).B. Female with simple, filiform antennae in dorsal view (ZFMK-TRI000816). C. Female genitalia, as far as visible in cloudy amber (ZFMK-TRI000816). D. Drawing of female forewing. E. Head of male (ZFMK-TRI000811) in dorsal view with antennal, posterior and pronotal setose warts (s.w.). — F. P. burmanica sp. nov. (ZFMK-TRI000813), head of male with maxillary palps (mp), labial palps (lp) and basal bipectinate antennae with scapus (sc) and pedicellus (pe)." ;
fabio:hasRepresentation <https://zenodo.org/record/3862489/files/figure.png> ;
a fabio:Figure .

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/8005B657FFC5FF856C054148FE55F824>
cito:cites <http://dx.doi.org/10.5281/zenodo.3862483>, <http://dx.doi.org/10.5281/zenodo.3862489> ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:title "Palaeopsilotreta burmanica Wichard & Espeland & Müller & Wang 2020, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8005B657FFC5FF856C054148FE55F824.mc.B8C40D1CFFC5FF856EF943DBFB22FBD4> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Palaeopsilotreta_burmanica_Wichard_2020> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.653> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.653>
bibo:endPage "17" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-05-27" ;
bibo:startPage "1" ;
bibo:volume "653" ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:date "2020" ;
dc:title "New species of caddisflies with bipectinate antennae from Cretaceous Burmese amber (Insecta, Trichoptera: Odontoceratidae, Calamoceratidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3862483>, <http://dx.doi.org/10.5281/zenodo.3862489> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Palaeopsilotreta_burmanica_Wichard_2020>
dwc:authority "Wichard & Espeland & Müller & Wang, 2020" ;
dwc:authorityName "Wichard & Espeland & Müller & Wang" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wichard & Espeland & Müller & Wang, 2020" ;
dwc:species "burmanica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta_burmanica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta_burmanica>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "burmanica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odontoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odontoceridae>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
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.3862483>
dc:description "Fig. 2. Palaeopsilotreta burmanica sp. nov. (ZFMK-TRI000813) A. Holotype male in dorsal view. B. Head with maxillary palps and bipectinate antennae. C. Drawing of a forewing. D. Male genitalia in ventral view. E. Drawing of the male genitalia." ;
fabio:hasRepresentation <https://zenodo.org/record/3862483/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3862489>
dc:description "Fig. 4. Palaeopsilotreta xiai Wichard & Wang, 2017. A. Male and possible female in one Baltic amber piece (ZFMK-TRI000815).B. Female with simple, filiform antennae in dorsal view (ZFMK-TRI000816). C. Female genitalia, as far as visible in cloudy amber (ZFMK-TRI000816). D. Drawing of female forewing. E. Head of male (ZFMK-TRI000811) in dorsal view with antennal, posterior and pronotal setose warts (s.w.). — F. P. burmanica sp. nov. (ZFMK-TRI000813), head of male with maxillary palps (mp), labial palps (lp) and basal bipectinate antennae with scapus (sc) and pedicellus (pe)." ;
fabio:hasRepresentation <https://zenodo.org/record/3862489/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8005B657FFC5FF856C054148FE55F824.mc.B8C40D1CFFC5FF856EF943DBFB22FBD4>
dwc:catalogNumber "BUB 2885, ZFMK-TRI000813" ;
dwc:collectionCode "BUB" ;
dwc:locality "Kachin State" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2628167303" ;
trt:httpUri <https://treatment.plazi.org/id/8005B657FFC5FF856C054148FE55F824#B8C40D1CFFC5FF856EF943DBFB22FBD4> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,122 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/8005B657FFC7FF876C4B4346FB04F824>
cito:cites <http://dx.doi.org/10.5281/zenodo.3862479> ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:title "Palaeopsilotreta xiai Wichard & Wang 2017" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8005B657FFC7FF876C4B4346FB04F824.mc.B8C40D1CFFC7FF876EF944B6FF08FAFA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Palaeopsilotreta_xiai_Wichard_2017> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.653> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.653>
bibo:endPage "17" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-05-27" ;
bibo:startPage "1" ;
bibo:volume "653" ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:date "2020" ;
dc:title "New species of caddisflies with bipectinate antennae from Cretaceous Burmese amber (Insecta, Trichoptera: Odontoceratidae, Calamoceratidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3862479> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Palaeopsilotreta_xiai_Wichard_2017>
dwc:authority "Wichard & Wang, 2017" ;
dwc:authorityName "Wichard & Wang" ;
dwc:authorityYear "2017" ;
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wichard & Wang, 2017" ;
dwc:species "xiai" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta_xiai> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta_xiai>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "xiai" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odontoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odontoceridae>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
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.3862479>
dc:description "Fig. 1. Palaeopsilotreta xiai Wichard & Wang, 2017. A. Male with bipectinate antennae in dorsal view (ZFMK-TRI000811). B. Drawing of a forewing. C. Male genitalia in dorsal view (ZFMK-TRI000812). D. Drawing of the male genitalia." ;
fabio:hasRepresentation <https://zenodo.org/record/3862479/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8005B657FFC7FF876C4B4346FB04F824.mc.B8C40D1CFFC7FF876EF944B6FF08FAFA>
dwc:catalogNumber "BUB2571, BUB3101, ZFMK-TRI000811, ZFMK-TRI000812" ;
dwc:collectionCode "BUB" ;
dwc:locality "Kachin State" ;
trt:gbifOccurrenceId "2628167302" ;
trt:httpUri <https://treatment.plazi.org/id/8005B657FFC7FF876C4B4346FB04F824#B8C40D1CFFC7FF876EF944B6FF08FAFA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/8005B657FFC9FF896C0B4148F822F8E1>
cito:cites <http://dx.doi.org/10.5281/zenodo.3862489> ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:title "Palaeopsilotreta Wichard & Wang 2017" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8005B657FFC9FF896C0B4148F822F8E1.mc.B8C40D1CFFC9FF896EF941E6FB1DFDC6> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Palaeopsilotreta_Wichard_2017> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.653> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.653>
bibo:endPage "17" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-05-27" ;
bibo:startPage "1" ;
bibo:volume "653" ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:date "2020" ;
dc:title "New species of caddisflies with bipectinate antennae from Cretaceous Burmese amber (Insecta, Trichoptera: Odontoceratidae, Calamoceratidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3862489> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Palaeopsilotreta_Wichard_2017>
dwc:authorityName "Wichard & Wang" ;
dwc:authorityYear "2017" ;
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Wichard & Wang, 2017" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odontoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odontoceridae>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
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.3862489>
dc:description "Fig. 4. Palaeopsilotreta xiai Wichard & Wang, 2017. A. Male and possible female in one Baltic amber piece (ZFMK-TRI000815).B. Female with simple, filiform antennae in dorsal view (ZFMK-TRI000816). C. Female genitalia, as far as visible in cloudy amber (ZFMK-TRI000816). D. Drawing of female forewing. E. Head of male (ZFMK-TRI000811) in dorsal view with antennal, posterior and pronotal setose warts (s.w.). — F. P. burmanica sp. nov. (ZFMK-TRI000813), head of male with maxillary palps (mp), labial palps (lp) and basal bipectinate antennae with scapus (sc) and pedicellus (pe)." ;
fabio:hasRepresentation <https://zenodo.org/record/3862489/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8005B657FFC9FF896C0B4148F822F8E1.mc.B8C40D1CFFC9FF896EF941E6FB1DFDC6>
dwc:catalogNumber "BuB2572a, BuB2572b, ZFMK-TRI000815, ZFMK- TRI000816" ;
dwc:collectionCode "ZFMK" ;
dwc:locality "Kachin State" ;
trt:gbifOccurrenceId "2628167305" ;
trt:httpUri <https://treatment.plazi.org/id/8005B657FFC9FF896C0B4148F822F8E1#B8C40D1CFFC9FF896EF941E6FB1DFDC6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,123 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/8005B657FFCBFF8B6C154148FECEF824>
cito:cites <http://dx.doi.org/10.5281/zenodo.3862487> ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:title "Palaeopsilotreta cretacea Wichard & Espeland & Müller & Wang 2020, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8005B657FFCBFF8B6C154148FECEF824.mc.B8C40D1CFFCBFF8B6EF9433BFB22FC33> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Palaeopsilotreta_cretacea_Wichard_2020> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.653> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.653>
bibo:endPage "17" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-05-27" ;
bibo:startPage "1" ;
bibo:volume "653" ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:date "2020" ;
dc:title "New species of caddisflies with bipectinate antennae from Cretaceous Burmese amber (Insecta, Trichoptera: Odontoceratidae, Calamoceratidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3862487> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Palaeopsilotreta_cretacea_Wichard_2020>
dwc:authority "Wichard & Espeland & Müller & Wang, 2020" ;
dwc:authorityName "Wichard & Espeland & Müller & Wang" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wichard & Espeland & Müller & Wang, 2020" ;
dwc:species "cretacea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta_cretacea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta_cretacea>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cretacea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Palaeopsilotreta>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:genus "Palaeopsilotreta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odontoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odontoceridae>
dwc:class "Insecta" ;
dwc:family "Odontoceridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
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.3862487>
dc:description "Fig. 3. Palaeopsilotreta cretacea sp. nov. (ZFMK-TRI000814) A. Holotype male in dorsal view. B. Head with bipectinate antennae, maxillary palps and labial palps. C. Drawing of a forewing. D. Drawing of the male genitalia. E. Male genitalia in ventral view." ;
fabio:hasRepresentation <https://zenodo.org/record/3862487/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8005B657FFCBFF8B6C154148FECEF824.mc.B8C40D1CFFCBFF8B6EF9433BFB22FC33>
dwc:catalogNumber "BUB 2883, ZFMK-TRI000814" ;
dwc:collectionCode "BUB" ;
dwc:locality "Kachin State" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2628167304" ;
trt:httpUri <https://treatment.plazi.org/id/8005B657FFCBFF8B6C154148FECEF824#B8C40D1CFFCBFF8B6EF9433BFB22FC33> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,123 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/8005B657FFCFFF8D6C7F457BFF6AFB7B>
cito:cites <http://dx.doi.org/10.5281/zenodo.3862493> ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:title "Bipectinata orientalis Wichard & Espeland & Müller & Wang 2020, gen. et sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8005B657FFCFFF8D6C7F457BFF6AFB7B.mc.B8C40D1CFFCFFF8F6EF946B6FB30F8FC> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Bipectinata_orientalis_Wichard_2020> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.653> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.653>
bibo:endPage "17" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-05-27" ;
bibo:startPage "1" ;
bibo:volume "653" ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:date "2020" ;
dc:title "New species of caddisflies with bipectinate antennae from Cretaceous Burmese amber (Insecta, Trichoptera: Odontoceratidae, Calamoceratidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3862493> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Bipectinata_orientalis_Wichard_2020>
dwc:authority "Wichard & Espeland & Müller & Wang, 2020" ;
dwc:authorityName "Wichard & Espeland & Müller & Wang" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Calamoceratidae" ;
dwc:genus "Bipectinata" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wichard & Espeland & Müller & Wang, 2020" ;
dwc:species "orientalis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bipectinata_orientalis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Bipectinata_orientalis>
dwc:class "Insecta" ;
dwc:family "Calamoceratidae" ;
dwc:genus "Bipectinata" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "orientalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bipectinata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bipectinata>
dwc:class "Insecta" ;
dwc:family "Calamoceratidae" ;
dwc:genus "Bipectinata" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calamoceratidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calamoceratidae>
dwc:class "Insecta" ;
dwc:family "Calamoceratidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
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.3862493>
dc:description "Fig. 5. Bipectinata orientalis sp. nov. (NIGP172206) A. Holotype male in ventral view. B. Bipectinate antennae with scapus, pedicellus and flagellomeres. C. Drawing of fore- and hindwings. D. Drawing of the male genitalia. E. Male genitalia in dorsal view." ;
fabio:hasRepresentation <https://zenodo.org/record/3862493/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/8005B657FFCFFF8D6C7F457BFF6AFB7B.mc.B8C40D1CFFCFFF8F6EF946B6FB30F8FC>
dwc:catalogNumber "NIGP172206" ;
dwc:collectionCode "NIGP" ;
dwc:locality "Kachin State" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2628167301" ;
trt:httpUri <https://treatment.plazi.org/id/8005B657FFCFFF8D6C7F457BFF6AFB7B#B8C40D1CFFCFFF8F6EF946B6FB30F8FC> ;
a dwc:MaterialCitation .

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/> .
<http://treatment.plazi.org/id/8005B657FFCFFF8F6C36410EF967FB36>
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:title "Bipectinata Wichard & Espeland & Müller & Wang 2020, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Bipectinata_Wichard_2020> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2020.653> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2020.653>
bibo:endPage "17" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2020-05-27" ;
bibo:startPage "1" ;
bibo:volume "653" ;
dc:creator "Wichard, Wilfried; Espeland, Marianne; Müller, Patrick; Wang, Bo" ;
dc:date "2020" ;
dc:title "New species of caddisflies with bipectinate antennae from Cretaceous Burmese amber (Insecta, Trichoptera: Odontoceratidae, Calamoceratidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Bipectinata_Wichard_2020>
dwc:authority "Wichard & Espeland & Müller & Wang, 2020" ;
dwc:authorityName "Wichard & Espeland & Müller & Wang" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Calamoceratidae" ;
dwc:genus "Bipectinata" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Wichard & Espeland & Müller & Wang, 2020" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bipectinata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Bipectinata>
dwc:class "Insecta" ;
dwc:family "Calamoceratidae" ;
dwc:genus "Bipectinata" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calamoceratidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calamoceratidae>
dwc:class "Insecta" ;
dwc:family "Calamoceratidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
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,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/8005E30D8984025370BC44A3CDD4508D>
dc:creator "Moulin, Nicolas; Decaens, Thibaud; Annoyer, Philippe" ;
dc:title "Polyspilota pavani La Greca 1966" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Polyspilota_pavani_Greca_1966> ;
trt:publishedIn <http://dx.doi.org/10.3897/jor.26.19863> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/jor.26.19863>
bibo:endPage "141" ;
bibo:issue "2" ;
bibo:journal "Journal of Orthoptera Research" ;
bibo:pubDate "2017-11-24" ;
bibo:startPage "117" ;
bibo:volume "26" ;
dc:creator "Moulin, Nicolas; Decaens, Thibaud; Annoyer, Philippe" ;
dc:date "2017" ;
dc:title "Diversity of mantids (Dictyoptera: Mantodea) of Sangha-Mbaere Region, Central African Republic, with some ecological data and DNA barcoding" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Polyspilota_pavani_Greca_1966>
dwc:LSID "8005E30D-8984-0253-70BC-44A3CDD4508D" ;
dwc:authority "La Greca, 1966" ;
dwc:authorityName "La Greca" ;
dwc:authorityYear "1966" ;
dwc:class "Insecta" ;
dwc:family "Mantidae" ;
dwc:genus "Polyspilota" ;
dwc:kingdom "Animalia" ;
dwc:order "Mantodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "La Greca, 1966" ;
dwc:species "pavani" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Polyspilota_pavani> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Polyspilota_pavani>
dwc:class "Insecta" ;
dwc:family "Mantidae" ;
dwc:genus "Polyspilota" ;
dwc:kingdom "Animalia" ;
dwc:order "Mantodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pavani" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polyspilota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polyspilota>
dwc:class "Insecta" ;
dwc:family "Mantidae" ;
dwc:genus "Polyspilota" ;
dwc:kingdom "Animalia" ;
dwc:order "Mantodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mantidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mantidae>
dwc:class "Insecta" ;
dwc:family "Mantidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mantodea" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mantodea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mantodea>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Mantodea" ;
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,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/> .
<http://treatment.plazi.org/id/8006B9CF4A628F8338BB045C93A7868C>
cito:cites <https://binary.pensoft.net/fig/11826>, <https://binary.pensoft.net/fig/11827> ;
dc:creator "Alqarni, Abdulaziz S.; Hannan, Mohammed A.; Hinojosa-Diaz, Ismael A.; Engel, Michael S." ;
dc:title "Chiasmognathus nearchus Engel" ;
trt:publishedIn <http://dx.doi.org/10.3897/jhr.35.5841> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Chiasmognathus_nearchus> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/jhr.35.5841>
bibo:endPage "89" ;
bibo:journal "Journal of Hymenoptera Research" ;
bibo:pubDate "2013-10-25" ;
bibo:startPage "83" ;
bibo:volume "35" ;
dc:creator "Alqarni, Abdulaziz S.; Hannan, Mohammed A.; Hinojosa-Diaz, Ismael A.; Engel, Michael S." ;
dc:date "2013" ;
dc:title "First record of Chiasmognathus from the Kingdom of Saudi Arabia (Hymenoptera, Apidae)" ;
fabio:hasPart <https://binary.pensoft.net/fig/11826>, <https://binary.pensoft.net/fig/11827> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Chiasmognathus_nearchus>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Chiasmognathus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nearchus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chiasmognathus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chiasmognathus>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Chiasmognathus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Apidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Apidae>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
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 .
<https://binary.pensoft.net/fig/11826>
dc:description "Figures 1 - 3. Female of Chiasmognathus nearchus Engel from Amariah, Saudi Arabia. 1 Lateral habitus 2 Facial view 3 Dorsal habitus." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/11826> ;
a fabio:Figure .
<https://binary.pensoft.net/fig/11827>
dc:description "Figures 4 - 10. Male of Chiasmognathus nearchus Engel from Namar, Riyadh, Saudi Arabia. 4 Lateral habitus 5 Facial view 6 Dorsal habitus 7 Seventh metasomal sternum 8 Eighth metasomal sternum 9 Genital capsule, dorsal view 10 Genital capsule, ventral view." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/11827> ;
a fabio:Figure .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/8006E7D9706CC6CEFD57D7B30E942F98>
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:title "Allactodipus Kolesnikov 1937" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Allactodipus_Kolesnikov_1937> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.7316535> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.7316535>
bibo:endPage "893" ;
bibo:startPage "871" ;
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:date "2005" ;
dc:title "Order Rodentia - Family Dipodidae" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Animalia/Allactodipus_Kolesnikov_1937>
dwc:authority "Kolesnikov 1937" ;
dwc:authorityName "Kolesnikov" ;
dwc:authorityYear "1937" ;
dwc:class "Mammalia" ;
dwc:family "Dipodidae" ;
dwc:genus "Allactodipus" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Kolesnikov, 1937" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/S22> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Allactodipus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Allactodipus>
dwc:class "Mammalia" ;
dwc:family "Dipodidae" ;
dwc:genus "Allactodipus" ;
dwc:kingdom "Animalia" ;
dwc:order "Rodentia" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dipodidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dipodidae>
dwc:class "Mammalia" ;
dwc:family "Dipodidae" ;
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 .

View file

@ -0,0 +1,104 @@
@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/8007837F0F8B7F75C041F1E9E1279995>
dc:creator "Linnaeus, Carolus" ;
dc:title "Silurus clarias Linnaeus, 1758, spec. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Silurus_clarias_Linnaeus_1758> ;
trt:publishedIn <https://doi.org/10.5962/bhl.title.542> ;
a trt:Treatment .
<https://doi.org/10.5962/bhl.title.542>
dc:creator "Linnaeus, Carolus" ;
dc:date "1758" ;
dc:title "Systema Naturae per regna tria naturae: secundum classes, ordines, genera, species, cum characteribus, differentiis, synonymis, locis" ;
a fabio:Book .
<http://taxon-concept.plazi.org/id/Animalia/Silurus_clarias_Linnaeus_1758>
dwc:LSID "urn:lsid:zoobank.org:act:1A680AE5-51A7-433F-B076-FBD4E65C35FF" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1758" ;
dwc:class "Actinopterygii" ;
dwc:family "Siluridae" ;
dwc:genus "Silurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1758" ;
dwc:species "clarias" ;
dwc:zbkClass "Pisces" ;
dwc:zbkKingdom "Animalia" ;
dwc:zbkOrder "Abdominales" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Silurus_clarias> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Silurus_clarias>
dwc:class "Actinopterygii" ;
dwc:family "Siluridae" ;
dwc:genus "Silurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "clarias" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Silurus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Silurus>
dwc:class "Actinopterygii" ;
dwc:family "Siluridae" ;
dwc:genus "Silurus" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluridae>
dwc:class "Actinopterygii" ;
dwc:family "Siluridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:class "Actinopterygii" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
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 .

View file

@ -0,0 +1,148 @@
@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/8007B115D905F320C9D3E267A8DA5E44>
dc:creator "Robert Schelly; Melanie L. J. Stiassny; Lothar Seegers" ;
dc:title "Neolamprologus devosi Schelly, Stiassny & Seegers, 2003, new species" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/8007B115D905F320C9D3E267A8DA5E44.mc.1234D393AFE0713D524AB9E447DB27D8>, <http://tb.plazi.org/GgServer/dwcaRecords/8007B115D905F320C9D3E267A8DA5E44.mc.567826361907DB91BDDF0B734F44038D>, <http://tb.plazi.org/GgServer/dwcaRecords/8007B115D905F320C9D3E267A8DA5E44.mc.1AE414566B9C085C4F9A59634D00A87F>, <http://tb.plazi.org/GgServer/dwcaRecords/8007B115D905F320C9D3E267A8DA5E44.mc.62B130F3676EC15B69552951C126D8AA> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Neolamprologus_devosi_Schelly_2003> ;
trt:publishedIn <http://publication.plazi.org/id/6848EDA4A994E90E389A412B5B54C7F8> ;
a trt:Treatment .
<http://publication.plazi.org/id/6848EDA4A994E90E389A412B5B54C7F8>
bibo:endPage "11" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "373" ;
dc:creator "Robert Schelly; Melanie L. J. Stiassny; Lothar Seegers" ;
dc:date "2003" ;
dc:title "Neolamprologus devosi sp. n., a new riverine lamprologine cichlid (Teleostei, Cichlidae) from the lower Malagarasi River, Tanzania." ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Neolamprologus_devosi_Schelly_2003>
# Info: authority attributes generated from docAuthor ;
dwc:LSID-ZBK "urn:lsid:zoobank.org:act:E029B22B-61C7-4139-B48F-54D52FA58ED1" ;
dwc:authority "Robert Schelly & Lothar Seegers, 2003" ;
dwc:authorityName "Robert Schelly & Lothar Seegers" ;
dwc:authorityYear "2003" ;
dwc:family "Cichlidae" ;
dwc:genus "Neolamprologus" ;
dwc:kingdom "Animalia" ;
dwc:order "Perciformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Robert Schelly & Lothar Seegers, 2003" ;
dwc:species "devosi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/46K2Q> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neolamprologus_devosi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Neolamprologus_devosi>
dwc:family "Cichlidae" ;
dwc:genus "Neolamprologus" ;
dwc:kingdom "Animalia" ;
dwc:order "Perciformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "devosi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neolamprologus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neolamprologus>
dwc:family "Cichlidae" ;
dwc:genus "Neolamprologus" ;
dwc:kingdom "Animalia" ;
dwc:order "Perciformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cichlidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cichlidae>
dwc:family "Cichlidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Perciformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Perciformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Perciformes>
dwc:kingdom "Animalia" ;
dwc:order "Perciformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/8007B115D905F320C9D3E267A8DA5E44.mc.1234D393AFE0713D524AB9E447DB27D8>
dwc:catalogNumber "AMNH 233614" ;
dwc:collectionCode "AMNH" ;
dwc:eventDate "1994-07-02" ;
dwc:locality "a few kilometers upstream from Ilgala, lower course of Malagarasi River" ;
dwc:recordedBy "L. Seegers" ;
dwc:typeStatus "Holotype" ;
dwc:verbatimLatitude "-5.1997223" ;
dwc:verbatimLongitude "29.833055" ;
trt:gbifOccurrenceId "923897921" ;
trt:httpUri <https://treatment.plazi.org/id/8007B115D905F320C9D3E267A8DA5E44#1234D393AFE0713D524AB9E447DB27D8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8007B115D905F320C9D3E267A8DA5E44.mc.567826361907DB91BDDF0B734F44038D>
dwc:catalogNumber "AMNH 233615" ;
dwc:collectionCode "AMNH" ;
dwc:eventDate "1994-07-02" ;
dwc:locality "a few kilometers upstream from Ilgala, lower course of Malagarasi River" ;
dwc:recordedBy "L. Seegers" ;
dwc:typeStatus "Paratype" ;
dwc:verbatimLatitude "-5.1997223" ;
dwc:verbatimLongitude "29.833055" ;
trt:gbifOccurrenceId "923897919" ;
trt:httpUri <https://treatment.plazi.org/id/8007B115D905F320C9D3E267A8DA5E44#567826361907DB91BDDF0B734F44038D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8007B115D905F320C9D3E267A8DA5E44.mc.1AE414566B9C085C4F9A59634D00A87F>
dwc:catalogNumber "MRAC 93-152-P-1385-1394" ;
dwc:collectionCode "MRAC" ;
dwc:eventDate "1993-08-20" ;
dwc:locality "delta Malagarasi, right arm" ;
dwc:recordedBy "L. DeVos" ;
dwc:typeStatus "Paratypes" ;
dwc:verbatimLatitude "-5.2166667" ;
dwc:verbatimLongitude "29.8" ;
trt:gbifOccurrenceId "923897920" ;
trt:httpUri <https://treatment.plazi.org/id/8007B115D905F320C9D3E267A8DA5E44#1AE414566B9C085C4F9A59634D00A87F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/8007B115D905F320C9D3E267A8DA5E44.mc.62B130F3676EC15B69552951C126D8AA>
dwc:catalogNumber "MRAC 96-031-P-0528-0537" ;
dwc:collectionCode "MRAC" ;
dwc:eventDate "1993-08-20" ;
dwc:locality "delta Malagarasi, right arm" ;
dwc:recordedBy "L. De Vos" ;
dwc:typeStatus "Paratypes" ;
dwc:verbatimLatitude "-5.2166667" ;
dwc:verbatimLongitude "29.8" ;
trt:gbifOccurrenceId "923897922" ;
trt:httpUri <https://treatment.plazi.org/id/8007B115D905F320C9D3E267A8DA5E44#62B130F3676EC15B69552951C126D8AA> ;
a dwc:MaterialCitation .

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/800887D5FFB79664ABFAFDEB10CCFBBB>
cito:cites <http://dx.doi.org/10.5281/zenodo.1457688> ;
dc:creator "Heiss, Ernst; Guilbert, Eric" ;
dc:title "Burmacader lativentris Heiss & Guilbert 2018, sp.nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Burmacader_lativentris_Heiss_2018> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4457.2.10> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4457.2.10>
bibo:endPage "345" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2018-08-08" ;
bibo:startPage "339" ;
bibo:volume "4457" ;
dc:creator "Heiss, Ernst; Guilbert, Eric" ;
dc:date "2018" ;
dc:title "A new species of Tingidae from Cretaceous amber from Myanmar (Hemiptera, Heteroptera)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.1457688> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Burmacader_lativentris_Heiss_2018>
dwc:authority "Heiss & Guilbert, 2018" ;
dwc:authorityName "Heiss & Guilbert" ;
dwc:authorityYear "2018" ;
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:genus "Burmacader" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Heiss & Guilbert, 2018" ;
dwc:species "lativentris" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Burmacader_lativentris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Burmacader_lativentris>
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:genus "Burmacader" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lativentris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Burmacader> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Burmacader>
dwc:class "Insecta" ;
dwc:family "Tingidae" ;
dwc:genus "Burmacader" ;
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://dx.doi.org/10.5281/zenodo.1457688>
dc:description "FIGURES 35. Burmacader lativentris sp.nov., amber inclusion. 3—holotype dorsal view; 4—dito ventral view. 5—head and pronotum." ;
fabio:hasRepresentation <https://zenodo.org/record/1457688/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,117 @@
@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/8008A32FCA896D57B97752061516B81D>
dc:creator "Liston, Andrew D.; Knight, Guy T.; Sheppard, David A.; Broad, Gavin R.; Livermore, Laurence" ;
dc:title "Cladius Illiger 1807" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cladius_Illiger_1807> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Priophorus>, <http://taxon-name.plazi.org/id/Animalia/Trichiocampus> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1168> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.2.e1168>
bibo:endPage "1168" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "1168" ;
bibo:volume "2" ;
dc:creator "Liston, Andrew D.; Knight, Guy T.; Sheppard, David A.; Broad, Gavin R.; Livermore, Laurence" ;
dc:date "2014" ;
dc:title "Checklist of British and Irish Hymenoptera - Sawflies, ' Symphyta'" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cladius_Illiger_1807>
dwc:ID-ENA "362122" ;
dwc:authority "Illiger, 1807" ;
dwc:authorityName "Illiger" ;
dwc:authorityYear "1807" ;
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
dwc:genus "Cladius" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Illiger, 1807" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3QCH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cladius> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cladius>
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
dwc:genus "Cladius" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tenthredinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tenthredinidae>
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
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/Priophorus>
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
dwc:genus "Priophorus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tenthredinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichiocampus>
dwc:class "Insecta" ;
dwc:family "Tenthredinidae" ;
dwc:genus "Trichiocampus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tenthredinidae> ;
a dwcFP:TaxonName .

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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/80094C39AD4B54EDA6642EA14F75A4CC>
dc:creator "Nacoulma, Blandine M. I.; Schmidt, Marco; Hahn, Karen; Thiombiano, Adjima" ;
dc:title "Aeschynomene afraspera J. Leonard 1954" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aeschynomene_afraspera_Linnaeus_1954> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.8.e54205> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.8.e54205>
bibo:endPage "54205" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "54205" ;
bibo:volume "8" ;
dc:creator "Nacoulma, Blandine M. I.; Schmidt, Marco; Hahn, Karen; Thiombiano, Adjima" ;
dc:date "2020" ;
dc:title "A checklist of vascular plants of the W National Park in Burkina Faso, including the adjacent hunting zones of Tapoa-Djerma and Kondio" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aeschynomene_afraspera_Linnaeus_1954>
dwc:ID-ENA "552031" ;
dwc:LSID "80094C39-AD4B-54ED-A664-2EA14F75A4CC" ;
dwc:authority "J. Leonard" ;
dwc:authorityName "J. Leonard" ;
dwc:authorityYear "1954" ;
dwc:baseAuthorityName "L." ;
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Aeschynomene" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(L.) J. onard, 1954" ;
dwc:species "afraspera" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/65C5F> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aeschynomene_afraspera> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aeschynomene_afraspera>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Aeschynomene" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "afraspera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aeschynomene> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aeschynomene>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:genus "Aeschynomene" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fabaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fabales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fabales" ;
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,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/8009809489A6773DBB2E7EE3B51AB9CA>
dc:creator "Gkelis, Spyros; Ourailidis, Iordanis; Panou, Manthos; Pappas, Nikos" ;
dc:title "Cyanosarcina burmensis (Skuja) Kovacik 1988" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Bacteria/Cyanosarcina_burmensis_Kovacik_1988> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Bacteria/Cyanosarcina_burmensis> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e10084> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e10084>
bibo:endPage "10084" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "10084" ;
bibo:volume "4" ;
dc:creator "Gkelis, Spyros; Ourailidis, Iordanis; Panou, Manthos; Pappas, Nikos" ;
dc:date "2016" ;
dc:title "Cyanobacteria of Greece: an annotated checklist" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Bacteria/Cyanosarcina_burmensis_Kovacik_1988>
dwc:authority "(Skuja) Kovacik, 1988" ;
dwc:authorityName "(Skuja) Kovacik" ;
dwc:authorityYear "1988" ;
dwc:class "Cyanobacteriia" ;
dwc:family "Chroococcaceae" ;
dwc:genus "Cyanosarcina" ;
dwc:kingdom "Bacteria" ;
dwc:order "Cyanobacteriales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Skuja) Kovacik, 1988" ;
dwc:species "burmensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Bacteria/Cyanosarcina_burmensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Bacteria/Cyanosarcina_burmensis>
dwc:class "Cyanobacteriia" ;
dwc:family "Chroococcaceae" ;
dwc:genus "Cyanosarcina" ;
dwc:kingdom "Bacteria" ;
dwc:order "Cyanobacteriales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "species" ;
dwc:species "burmensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Cyanosarcina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Cyanosarcina>
dwc:class "Cyanobacteriia" ;
dwc:family "Chroococcaceae" ;
dwc:genus "Cyanosarcina" ;
dwc:kingdom "Bacteria" ;
dwc:order "Cyanobacteriales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Chroococcaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Chroococcaceae>
dwc:class "Cyanobacteriia" ;
dwc:family "Chroococcaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Cyanobacteriales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Cyanobacteriales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Cyanobacteriales>
dwc:class "Cyanobacteriia" ;
dwc:kingdom "Bacteria" ;
dwc:order "Cyanobacteriales" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Cyanobacteriia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Cyanobacteriia>
dwc:class "Cyanobacteriia" ;
dwc:kingdom "Bacteria" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Cyanobacteria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Cyanobacteria>
dwc:kingdom "Bacteria" ;
dwc:phylum "Cyanobacteria" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria>
dwc:kingdom "Bacteria" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

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/800987F351496F15215CC8D5189FFFD3>
dc:creator "Karpinski, Lech; Szczepanski, Wojciech T.; lewa, Radoslaw; Walczak, Marcin; Hilszczanski, Jacek; Kruszelnicki, Lech; Los, Krzysztof; Jaworski, Tomasz; Marek Bidas,; Tarwacki, Grzegorz" ;
dc:title "Brachyta interrogationis subsp. russica Herbst 1784" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Brachyta_interrogationis_russica_Herbst_1784> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.805.29660> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.805.29660>
bibo:endPage "126" ;
bibo:journal "ZooKeys" ;
bibo:startPage "59" ;
bibo:volume "805" ;
dc:creator "Karpinski, Lech; Szczepanski, Wojciech T.; lewa, Radoslaw; Walczak, Marcin; Hilszczanski, Jacek; Kruszelnicki, Lech; Los, Krzysztof; Jaworski, Tomasz; Marek Bidas,; Tarwacki, Grzegorz" ;
dc:date "2018" ;
dc:title "New data on the distribution, biology and ecology of the longhorn beetles from the area of South and East Kazakhstan (Coleoptera, Cerambycidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Brachyta_interrogationis_russica_Herbst_1784>
dwc:authority "Herbst, 1784" ;
dwc:authorityName "Herbst" ;
dwc:authorityYear "1784" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Brachyta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "Herbst, 1784" ;
dwc:species "interrogationis" ;
dwc:subSpecies "russica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Brachyta_interrogationis_russica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Brachyta_interrogationis_russica>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Brachyta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:species "interrogationis" ;
dwc:subSpecies "russica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brachyta_interrogationis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachyta_interrogationis>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Brachyta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "interrogationis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Brachyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Brachyta>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Brachyta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cerambycidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cerambycidae>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
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,154 @@
@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/80099DEDEA7349C7006D21FFD6821605>
dc:creator "Jarvis, Charlie" ;
dc:title "Lactuca sibirica Maxim." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/80099DEDEA7349C7006D21FFD6821605.mc.40872A40AB4C592EF25E3D5C3A9BFE5A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lactuca_sibirica_Linnaeus_1753> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Sonchus_sibiricus_Linnaeus_1753> ;
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.291971>
bibo:endPage "877" ;
bibo:startPage "806" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part S)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Lactuca_sibirica_Linnaeus_1753>
dwc:authority "(L.) Benth. ex Maxim." ;
dwc:authorityName "Maxim." ;
dwc:baseAuthorityName "Linnaeus" ;
dwc:baseAuthorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Lactuca" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Linnaeus, 1753) Maxim." ;
dwc:species "sibirica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3RTCN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lactuca_sibirica> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Sonchus_sibiricus_Linnaeus_1753>
dwc:authority "Linnaeus" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Sonchus" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "sibiricus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3RTCN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sonchus_sibiricus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lactuca_sibirica>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Lactuca" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sibirica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lactuca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lactuca>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Lactuca" ;
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://taxon-name.plazi.org/id/Plantae/Sonchus_sibiricus>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Sonchus" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "sibiricus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sonchus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sonchus>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Sonchus" ;
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://tb.plazi.org/GgServer/dwcaRecords/80099DEDEA7349C7006D21FFD6821605.mc.40872A40AB4C592EF25E3D5C3A9BFE5A>
dwc:catalogNumber "949.14" ;
dwc:collectionCode "LINN" ;
trt:gbifOccurrenceId "2612020513" ;
trt:httpUri <https://treatment.plazi.org/id/80099DEDEA7349C7006D21FFD6821605#40872A40AB4C592EF25E3D5C3A9BFE5A> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,154 @@
@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/8009B65A18C1E6F7F8AF1B4A7D75E3BB>
dc:creator "Price, Benjamin Wills; Allan, Elizabeth Louise; Marathe, Kiran; Sarkar, Vivek; Simon, Chris; Kunte, Krushnamegh" ;
dc:title "Huechys sanguinea subsp. philaemata Fabricius 1803" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Huechys_sanguinea_philaemata_Fabricius_1803> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Tettigonia_philaemata>, <http://taxon-name.plazi.org/id/Animalia/Huechys_sanguinea> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8051> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8051>
bibo:endPage "8051" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8051" ;
bibo:volume "4" ;
dc:creator "Price, Benjamin Wills; Allan, Elizabeth Louise; Marathe, Kiran; Sarkar, Vivek; Simon, Chris; Kunte, Krushnamegh" ;
dc:date "2016" ;
dc:title "The cicadas (Hemiptera: Cicadidae) of India, Bangladesh, Bhutan, Myanmar, Nepal and Sri Lanka: an annotated provisional catalogue, regional checklist and bibliography" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Huechys_sanguinea_philaemata_Fabricius_1803>
dwc:authority "Fabricius, 1803" ;
dwc:authorityName "Fabricius" ;
dwc:authorityYear "1803" ;
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Huechys" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "Fabricius, 1803" ;
dwc:species "sanguinea" ;
dwc:subSpecies "philaemata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Huechys_sanguinea_philaemata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Huechys_sanguinea_philaemata>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Huechys" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subSpecies" ;
dwc:species "sanguinea" ;
dwc:subSpecies "philaemata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Huechys_sanguinea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Huechys_sanguinea>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Huechys" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sanguinea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Huechys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Huechys>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Huechys" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadidae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
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/Tettigonia_philaemata>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Tettigonia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "philaemata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tettigonia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tettigonia>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Tettigonia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
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 .

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/8009F034B8CAE0030A315A150B95EAA8>
dc:creator "Popov †, George B.; Fishpool, Lincoln D. C.; Rowell, C. Hugh F." ;
dc:title "Guichardippus somalicus Dirsh 1959" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Guichardippus_somalicus_Dirsh_1959> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Guichardippus_somalicus> ;
trt:publishedIn <http://dx.doi.org/10.3897/jor.28.29312> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/jor.28.29312>
bibo:endPage "105" ;
bibo:issue "2" ;
bibo:journal "Journal of Orthoptera Research" ;
bibo:startPage "37" ;
bibo:volume "28" ;
dc:creator "Popov †, George B.; Fishpool, Lincoln D. C.; Rowell, C. Hugh F." ;
dc:date "2019" ;
dc:title "A review of the Acridinae s. str. (Orthoptera: Acridoidea: Acrididae) of eastern Africa with taxonomic changes and description of new taxa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Guichardippus_somalicus_Dirsh_1959>
dwc:authority "Dirsh, 1959" ;
dwc:authorityName "Dirsh" ;
dwc:authorityYear "1959" ;
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Guichardippus" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dirsh, 1959" ;
dwc:species "somalicus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6L5H8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Guichardippus_somalicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Guichardippus_somalicus>
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Guichardippus" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "somalicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Guichardippus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Guichardippus>
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
dwc:genus "Guichardippus" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Acrididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Acrididae>
dwc:class "Insecta" ;
dwc:family "Acrididae" ;
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,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/800A4EC8B4929463DFB7E7BC7B694150>
dc:creator "Jarvis, Charlie" ;
dc:title "Iris persica Linnaeus 1753" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A4EC8B4929463DFB7E7BC7B694150.mc.9D92A82074DC45382ABBC70DF4AA7F7F> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Iris_persica_Linnaeus_1753> ;
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.291971>
bibo:endPage "598" ;
bibo:startPage "586" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part I)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Iris_persica_Linnaeus_1753>
dwc:authority "L." ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Liliopsida" ;
dwc:family "Iridaceae" ;
dwc:genus "Iris" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "persica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3PZYS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Iris_persica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Iris_persica>
dwc:class "Liliopsida" ;
dwc:family "Iridaceae" ;
dwc:genus "Iris" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "persica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Iris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Iris>
dwc:class "Liliopsida" ;
dwc:family "Iridaceae" ;
dwc:genus "Iris" ;
dwc:kingdom "Plantae" ;
dwc:order "Asparagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Iridaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Iridaceae>
dwc:class "Liliopsida" ;
dwc:family "Iridaceae" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/800A4EC8B4929463DFB7E7BC7B694150.mc.9D92A82074DC45382ABBC70DF4AA7F7F>
dwc:catalogNumber "904.138-307" ;
dwc:collectionCode "L" ;
trt:gbifOccurrenceId "2611988378" ;
trt:httpUri <https://treatment.plazi.org/id/800A4EC8B4929463DFB7E7BC7B694150#9D92A82074DC45382ABBC70DF4AA7F7F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/800A7F3A42BB5B2D966ED916A855AADC>
dc:creator "Moreno-Gonzalez 1, Jairo A.; Pinto-da-Rocha 1, Ricardo; Gallao 2, Jonas E." ;
dc:title "Tityus (Tityus) C. L. Koch 1836" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tityus_Tityus_Tityus_1836> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1075.67459> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1075.67459>
bibo:endPage "75" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-12-07" ;
bibo:startPage "33" ;
bibo:volume "1075" ;
dc:creator "Moreno-Gonzalez 1, Jairo A.; Pinto-da-Rocha 1, Ricardo; Gallao 2, Jonas E." ;
dc:date "2021" ;
dc:title "Bringing order to a complex system: phenotypic and genotypic evidence contribute to the taxonomy of Tityus (Scorpiones, Buthidae) and support the description of a new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tityus_Tityus_Tityus_1836>
dwc:LSID "800A7F3A-42BB-5B2D-966E-D916A855AADC" ;
dwc:authority "(Tityus) C. L. Koch, 1836" ;
dwc:authorityName "C. L. Koch" ;
dwc:authorityYear "1836" ;
dwc:baseAuthorityName "Tityus" ;
dwc:class "Insecta" ;
dwc:family "Buthidae" ;
dwc:genus "Tityus" ;
dwc:kingdom "Animalia" ;
dwc:order "Scorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "(Tityus) C. L. Koch, 1836" ;
dwc:subGenus "Tityus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tityus_Tityus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tityus_Tityus>
dwc:class "Insecta" ;
dwc:family "Buthidae" ;
dwc:genus "Tityus" ;
dwc:kingdom "Animalia" ;
dwc:order "Scorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Tityus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tityus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tityus>
dwc:class "Insecta" ;
dwc:family "Buthidae" ;
dwc:genus "Tityus" ;
dwc:kingdom "Animalia" ;
dwc:order "Scorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Buthidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Buthidae>
dwc:class "Insecta" ;
dwc:family "Buthidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Scorpiones" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scorpiones> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scorpiones>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Scorpiones" ;
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,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/> .
<http://treatment.plazi.org/id/800A87B5FC509811FF87FA27DF0A985A>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis salicesbarba Dao & Li & Yang & Zhou 2020, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC509811FF87FA27DF0A985A.mc.B8CB3CFEFC509812FF87F976DF2B98F2> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_salicesbarba_Dao_2020> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_salicesbarba_Dao_2020>
dwc:authority "Dao & Li & Yang & Zhou, 2020" ;
dwc:authorityName "Dao & Li & Yang & Zhou" ;
dwc:authorityYear "2020" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dao & Li & Yang & Zhou, 2020" ;
dwc:species "salicesbarba" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_salicesbarba> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_salicesbarba>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "salicesbarba" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC509811FF87FA27DF0A985A.mc.B8CB3CFEFC509812FF87F976DF2B98F2>
dwc:eventDate "2007-05-05" ;
dwc:locality "Yangliu Town" ;
dwc:recordedBy "Kedu-he & F. L. Li" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC509811FF87FA27DF0A985A#B8CB3CFEFC509812FF87F976DF2B98F2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,94 @@
@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/800A87B5FC529810FCCEF8BADED69982>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis rhabdurus Ng 2004" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_rhabdurus_Ng_2004> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_rhabdurus_Ng_2004>
dwc:authorityName "Ng" ;
dwc:authorityYear "2004" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ng, 2004" ;
dwc:species "rhabdurus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DLDG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_rhabdurus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_rhabdurus>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "rhabdurus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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,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/800A87B5FC529810FCCEF9E2D89098D0>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis prolixdorsalis Li, Zhou, Thomson, Zhang & Yang 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEF9E2D89098D0.mc.B8CB3CFEFC529810FCCEF994DE8798F2>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEF9E2D89098D0.mc.B8CB3CFEFC529810FC4EF93CD89498D0> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_prolixdorsalis_Li_2007> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_prolixdorsalis_Li_2007>
dwc:authorityName "Li, Zhou, Thomson, Zhang & Yang" ;
dwc:authorityYear "2007" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Li, Zhou, Thomson, Zhang & Yang, 2007" ;
dwc:species "prolixdorsalis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DLDF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_prolixdorsalis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_prolixdorsalis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "prolixdorsalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC529810FCCEF9E2D89098D0.mc.B8CB3CFEFC529810FCCEF994DE8798F2>
dwc:locality "Xiaonuoyou Village" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEF9E2D89098D0#B8CB3CFEFC529810FCCEF994DE8798F2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEF9E2D89098D0.mc.B8CB3CFEFC529810FC4EF93CD89498D0>
dwc:locality "Baishui Village" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEF9E2D89098D0#B8CB3CFEFC529810FC4EF93CD89498D0> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,167 @@
@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/800A87B5FC529810FCCEFAB2D8899BC5>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis poilanei Pellegrin 1936" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FCCEFA64DEC39B8A>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FC09FA64D94F9B8A>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FB9DFA64D9FB9B8A>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FB21FA64D8679B8A>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FAB5FA64D8909B8A>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FCCEFA46DE899BE8>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FC4BFA46D9329BE8>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FBD0FA46D9B69BE8>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FB5CFA46D88D9BC5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_poilanei_Pellegrin_1936> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_poilanei_Pellegrin_1936>
dwc:authorityName "Pellegrin" ;
dwc:authorityYear "1936" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Pellegrin, 1936" ;
dwc:species "poilanei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/763GJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_poilanei> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_poilanei>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "poilanei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FCCEFA64DEC39B8A>
dwc:catalogNumber "MNHN 1936-0005, 1936-0007, 1936-0009, 1936-0011, 1936-0015, 1936-0017, 1936-0019, 1936-0020" ;
dwc:collectionCode "MNHN" ;
dwc:locality "Song Tan River" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFAB2D8899BC5#B8CB3CFEFC529810FCCEFA64DEC39B8A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FC09FA64D94F9B8A>
dwc:catalogNumber "MNHN 1936-0005, 1936-0007, 1936-0009, 1936-0011, 1936-0015, 1936-0017, 1936-0019, 1936-0020" ;
dwc:collectionCode "MNHN" ;
dwc:locality "Song Tan River" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFAB2D8899BC5#B8CB3CFEFC529810FC09FA64D94F9B8A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FB9DFA64D9FB9B8A>
dwc:catalogNumber "MNHN 1936-0005, 1936-0007, 1936-0009, 1936-0011, 1936-0015, 1936-0017, 1936-0019, 1936-0020" ;
dwc:collectionCode "MNHN" ;
dwc:locality "Song Tan River" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFAB2D8899BC5#B8CB3CFEFC529810FB9DFA64D9FB9B8A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FB21FA64D8679B8A>
dwc:catalogNumber "MNHN 1936-0005, 1936-0007, 1936-0009, 1936-0011, 1936-0015, 1936-0017, 1936-0019, 1936-0020" ;
dwc:collectionCode "MNHN" ;
dwc:locality "Song Tan River" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFAB2D8899BC5#B8CB3CFEFC529810FB21FA64D8679B8A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FAB5FA64D8909B8A>
dwc:catalogNumber "MNHN 1936-0005, 1936-0007, 1936-0009, 1936-0011, 1936-0015, 1936-0017, 1936-0019, 1936-0020" ;
dwc:collectionCode "MNHN" ;
dwc:locality "Song Tan River" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFAB2D8899BC5#B8CB3CFEFC529810FAB5FA64D8909B8A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FCCEFA46DE899BE8>
dwc:catalogNumber "MNHN 1936-0005, 1936-0007, 1936-0009, 1936-0011, 1936-0015, 1936-0017, 1936-0019, 1936-0020" ;
dwc:collectionCode "MNHN" ;
dwc:locality "Song Tan River" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFAB2D8899BC5#B8CB3CFEFC529810FCCEFA46DE899BE8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FC4BFA46D9329BE8>
dwc:catalogNumber "MNHN 1936-0005, 1936-0007, 1936-0009, 1936-0011, 1936-0015, 1936-0017, 1936-0019, 1936-0020" ;
dwc:collectionCode "MNHN" ;
dwc:locality "Song Tan River" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFAB2D8899BC5#B8CB3CFEFC529810FC4BFA46D9329BE8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FBD0FA46D9B69BE8>
dwc:catalogNumber "MNHN 1936-0005, 1936-0007, 1936-0009, 1936-0011, 1936-0015, 1936-0017, 1936-0019, 1936-0020" ;
dwc:collectionCode "MNHN" ;
dwc:locality "Song Tan River" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFAB2D8899BC5#B8CB3CFEFC529810FBD0FA46D9B69BE8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFAB2D8899BC5.mc.B8CB3CFEFC529810FB5CFA46D88D9BC5>
dwc:catalogNumber "MNHN 1936-0005, 1936-0007, 1936-0009, 1936-0011, 1936-0015, 1936-0017, 1936-0019, 1936-0020" ;
dwc:collectionCode "MNHN" ;
dwc:locality "Song Tan River" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFAB2D8899BC5#B8CB3CFEFC529810FB5CFA46D88D9BC5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,94 @@
@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/800A87B5FC529810FCCEFB6FD94D9AD8>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis nebulifer Ng & Kottelat 2000" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_nebulifer_Ng_2000> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_nebulifer_Ng_2000>
dwc:authorityName "Ng & Kottelat" ;
dwc:authorityYear "2000" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ng & Kottelat, 2000" ;
dwc:species "nebulifer" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DLDC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_nebulifer> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_nebulifer>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "nebulifer" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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,110 @@
@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/800A87B5FC529810FCCEFCCAD83D9A65>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis myzostoma" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFCCAD83D9A65.mc.B8CB3CFEFC529810FCCEFC7CD8439A2A>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFCCAD83D9A65.mc.B8CB3CFEFC529810FA7BFC04D8219A65> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_myzostoma_Norman_1923> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_myzostoma_Norman_1923>
dwc:baseAuthorityName "Norman" ;
dwc:baseAuthorityYear "1923" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Norman, 1923)" ;
dwc:species "myzostoma" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/75RGJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_myzostoma> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_myzostoma>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "myzostoma" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC529810FCCEFCCAD83D9A65.mc.B8CB3CFEFC529810FCCEFC7CD8439A2A>
dwc:catalogNumber "BMNH 1923.2" ;
dwc:collectionCode "BMNH" ;
dwc:locality "Lamahe" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFCCAD83D9A65#B8CB3CFEFC529810FCCEFC7CD8439A2A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFCCAD83D9A65.mc.B8CB3CFEFC529810FA7BFC04D8219A65>
dwc:collectionCode "BMNH" ;
dwc:locality "Changchun Village" ;
dwc:typeStatus "syntype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFCCAD83D9A65#B8CB3CFEFC529810FA7BFC04D8219A65> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,94 @@
@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/800A87B5FC529810FCCEFD67D9069CC0>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis macrotrema" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_macrotrema_Norman_1925> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_macrotrema_Norman_1925>
dwc:baseAuthorityName "Norman" ;
dwc:baseAuthorityYear "1925" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Norman, 1925)" ;
dwc:species "macrotrema" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DLD9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_macrotrema> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_macrotrema>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "macrotrema" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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,100 @@
@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/800A87B5FC529810FCCEFE37D8909C6D>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis hupingshanensis Kang, Chen & He 1952" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FCCEFE37D8909C6D.mc.B8CB3CFEFC529810FCCEFDFED8949C6D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_hupingshanensis_Kang_1952> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_hupingshanensis_Kang_1952>
dwc:authorityName "Kang, Chen & He" ;
dwc:authorityYear "1952" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kang, Chen & He, 1952" ;
dwc:species "hupingshanensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_hupingshanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_hupingshanensis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "hupingshanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC529810FCCEFE37D8909C6D.mc.B8CB3CFEFC529810FCCEFDFED8949C6D>
dwc:locality "Hupingshan Town" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FCCEFE37D8909C6D#B8CB3CFEFC529810FCCEFDFED8949C6D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,120 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/800A87B5FC529810FF87F8D8D8179FBA>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis gracilicaudata" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87F8D8D8179FBA.mc.B8CB3CFEFC529810FF87F883DF8A9982>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87F8D8D8179FBA.mc.B8CB3CFEFC529810FD38F86CD8469EEA>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87F8D8D8179FBA.mc.B8CB3CFEFC529810FA7BFF44D9CB9F25>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87F8D8D8179FBA.mc.B8CB3CFEFC529810FB0EFF03D90C9F60>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87F8D8D8179FBA.mc.B8CB3CFEFC529810FBD2FECEDEE59FBA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_gracilicaudata_Wu_1979> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_gracilicaudata_Wu_1979>
dwc:baseAuthorityName "Wu & Chen" ;
dwc:baseAuthorityYear "1979" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Wu & Chen, 1979)" ;
dwc:species "gracilicaudata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DLD4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_gracilicaudata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_gracilicaudata>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "gracilicaudata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC529810FF87F8D8D8179FBA.mc.B8CB3CFEFC529810FF87F883DF8A9982>
dwc:locality "Wulinyi Village" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87F8D8D8179FBA#B8CB3CFEFC529810FF87F883DF8A9982> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87F8D8D8179FBA.mc.B8CB3CFEFC529810FD38F86CD8469EEA>
dwc:locality "Xugong Village" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87F8D8D8179FBA#B8CB3CFEFC529810FD38F86CD8469EEA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87F8D8D8179FBA.mc.B8CB3CFEFC529810FA7BFF44D9CB9F25>
dwc:locality "Kangpu Village" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87F8D8D8179FBA#B8CB3CFEFC529810FA7BFF44D9CB9F25> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87F8D8D8179FBA.mc.B8CB3CFEFC529810FB0EFF03D90C9F60>
dwc:locality "Yezhi Village" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87F8D8D8179FBA#B8CB3CFEFC529810FB0EFF03D90C9F60> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87F8D8D8179FBA.mc.B8CB3CFEFC529810FBD2FECEDEE59FBA>
dwc:locality "Fanrong Village" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87F8D8D8179FBA#B8CB3CFEFC529810FBD2FECEDEE59FBA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,123 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/800A87B5FC529810FF87FA27DFE598F2>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis anteanalis Fang, Xu & Cui 1984" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FA27DFE598F2.mc.B8CB3CFEFC529810FF87F9EEDFEA9800>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FA27DFE598F2.mc.B8CB3CFEFC529810FD31F9EEDF1C985A>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FA27DFE598F2.mc.B8CB3CFEFC529810FDCDF994DF1598B8>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FA27DFE598F2.mc.B8CB3CFEFC529810FDBAF976DFE998F2> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_anteanalis_Fang_1984> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_anteanalis_Fang_1984>
dwc:authorityName "Fang, Xu & Cui" ;
dwc:authorityYear "1984" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fang, Xu & Cui, 1984" ;
dwc:species "anteanalis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6TRGJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_anteanalis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_anteanalis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "anteanalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC529810FF87FA27DFE598F2.mc.B8CB3CFEFC529810FF87F9EEDFEA9800>
dwc:catalogNumber "BMNH 1987.9" ;
dwc:collectionCode "BMNH" ;
dwc:locality "Xiaohe Village" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87FA27DFE598F2#B8CB3CFEFC529810FF87F9EEDFEA9800> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FA27DFE598F2.mc.B8CB3CFEFC529810FD31F9EEDF1C985A>
dwc:catalogNumber "BMNH 1987.9" ;
dwc:collectionCode "BMNH" ;
dwc:locality "Xiaohe Village" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87FA27DFE598F2#B8CB3CFEFC529810FD31F9EEDF1C985A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FA27DFE598F2.mc.B8CB3CFEFC529810FDCDF994DF1598B8>
dwc:catalogNumber "BMNH 1987.9" ;
dwc:collectionCode "BMNH" ;
dwc:locality "Xiaohe Village" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87FA27DFE598F2#B8CB3CFEFC529810FDCDF994DF1598B8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FA27DFE598F2.mc.B8CB3CFEFC529810FDBAF976DFE998F2>
dwc:catalogNumber "BMNH 1987.9" ;
dwc:collectionCode "BMNH" ;
dwc:locality "Xiaohe Village" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87FA27DFE598F2#B8CB3CFEFC529810FDBAF976DFE998F2> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,112 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/800A87B5FC529810FF87FB82DFAD9BAD>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis abbreviate Li, Zhou, Thomson, Zhang & Yang 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FB82DFAD9BAD.mc.B8CB3CFEFC529810FF87FB34DC719B35>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FB82DFAD9BAD.mc.B8CB3CFEFC529810FE9EFAF3DD9D9B70>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FB82DFAD9BAD.mc.B8CB3CFEFC529810FF47FABEDF519BAD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_abbreviate_Li_2007> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_abbreviate_Li_2007>
dwc:authorityName "Li, Zhou, Thomson, Zhang & Yang" ;
dwc:authorityYear "2007" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Li, Zhou, Thomson, Zhang & Yang, 2007" ;
dwc:species "abbreviate" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_abbreviate> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_abbreviate>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "abbreviate" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC529810FF87FB82DFAD9BAD.mc.B8CB3CFEFC529810FF87FB34DC719B35>
dwc:locality "Mola Village" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87FB82DFAD9BAD#B8CB3CFEFC529810FF87FB34DC719B35> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FB82DFAD9BAD.mc.B8CB3CFEFC529810FE9EFAF3DD9D9B70>
dwc:locality "Baishui Village" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87FB82DFAD9BAD#B8CB3CFEFC529810FE9EFAF3DD9D9B70> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC529810FF87FB82DFAD9BAD.mc.B8CB3CFEFC529810FF47FABEDF519BAD>
dwc:locality "Mengnai Village Zhengxing Town" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC529810FF87FB82DFAD9BAD#B8CB3CFEFC529810FF47FABEDF519BAD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,94 @@
@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/800A87B5FC559817FF87FBFADC809A42>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis tianquanensis Ding & Fang 1997" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_tianquanensis_Ding_1997> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_tianquanensis_Ding_1997>
dwc:authorityName "Ding & Fang" ;
dwc:authorityYear "1997" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ding & Fang, 1997" ;
dwc:species "tianquanensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DLDQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_tianquanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_tianquanensis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "tianquanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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,94 @@
@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/800A87B5FC559817FF87FC97DCC89D90>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis songdaensis Nguyen & Nguyen 2001" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_songdaensis_Nguyen_2001> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_songdaensis_Nguyen_2001>
dwc:authorityName "Nguyen & Nguyen" ;
dwc:authorityYear "2001" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Nguyen & Nguyen, 2001" ;
dwc:species "songdaensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DLDM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_songdaensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_songdaensis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "songdaensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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,94 @@
@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/800A87B5FC559817FF87FD40DCB49D3D>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis sinensis" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_sinensis_Hora_1952> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_sinensis_Hora_1952>
dwc:baseAuthorityName "Hora & Silas" ;
dwc:baseAuthorityYear "1952" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hora & Silas, 1952)" ;
dwc:species "sinensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DLDL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_sinensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_sinensis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "sinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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,103 @@
@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/800A87B5FC559817FF87FE6ADFEA9C4A>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis sichuanensis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC559817FF87FE6ADFEA9C4A.mc.B8CB3CFEFC559817FF87FE1CDF679FD2>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC559817FF87FE6ADFEA9C4A.mc.B8CB3CFEFC559817FDA7FE1CDCAC9C6D>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC559817FF87FE6ADFEA9C4A.mc.B8CB3CFEFC559817FE6BFDDBDFE99C4A> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_sichuanensis> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_sichuanensis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "sichuanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC559817FF87FE6ADFEA9C4A.mc.B8CB3CFEFC559817FF87FE1CDF679FD2>
dwc:catalogNumber "NRIS 6-1481" ;
dwc:collectionCode "NRIS" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC559817FF87FE6ADFEA9C4A#B8CB3CFEFC559817FF87FE1CDF679FD2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC559817FF87FE6ADFEA9C4A.mc.B8CB3CFEFC559817FDA7FE1CDCAC9C6D>
dwc:catalogNumber "NRIS 6-1488, 89, 6-1491, 92" ;
dwc:collectionCode "NRIS" ;
dwc:locality "Ya'an City" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC559817FF87FE6ADFEA9C4A#B8CB3CFEFC559817FDA7FE1CDCAC9C6D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC559817FF87FE6ADFEA9C4A.mc.B8CB3CFEFC559817FE6BFDDBDFE99C4A>
dwc:catalogNumber "NRIS 840561-573" ;
dwc:collectionCode "NRIS" ;
dwc:locality "Ya'an City" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC559817FF87FE6ADFEA9C4A#B8CB3CFEFC559817FE6BFDDBDFE99C4A> ;
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/> .
<http://treatment.plazi.org/id/800A87B5FC559817FF87FF7FDF429F60>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis robusta" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC559817FF87FF7FDF429F60.mc.B8CB3CFEFC559817FF87FF26DF069EC8>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC559817FF87FF7FDF429F60.mc.B8CB3CFEFC559817FDC0FF26DC639F02>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC559817FF87FF7FDF429F60.mc.B8CB3CFEFC559817FE90FEECDF469F60> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_robusta> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_robusta>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "robusta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC559817FF87FF7FDF429F60.mc.B8CB3CFEFC559817FF87FF26DF069EC8>
dwc:catalogNumber "NRIS 8801" ;
dwc:collectionCode "NRIS" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC559817FF87FF7FDF429F60#B8CB3CFEFC559817FF87FF26DF069EC8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC559817FF87FF7FDF429F60.mc.B8CB3CFEFC559817FDC0FF26DC639F02>
dwc:catalogNumber "NRIS 8804, 6-0466, 6-1506, 7, 0098-102, 8803, 88012-25" ;
dwc:collectionCode "NRIS" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC559817FF87FF7FDF429F60#B8CB3CFEFC559817FDC0FF26DC639F02> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC559817FF87FF7FDF429F60.mc.B8CB3CFEFC559817FE90FEECDF469F60>
dwc:catalogNumber "SAU 6-1297, 1298" ;
dwc:collectionCode "SAU" ;
dwc:locality "Ya'an City" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC559817FF87FF7FDF429F60#B8CB3CFEFC559817FE90FEECDF469F60> ;
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#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/800A87B5FC5A981DFF87FF7FD9C19FF5>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis arcuatum Dao & Li & Yang & Zhou 2020" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5A981DFF87FF7FD9C19FF5.mc.B8CB3CFEFC5A9818FF87FE33DFC39C30>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5A981DFF87FF7FD9C19FF5.mc.B8CB3CFEFC5A9818FF87FD4CD9CF9EC8>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5A981DFF87FF7FD9C19FF5.mc.B8CB3CFEFC5A9818FB17FF26D9AA9F60>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5A981DFF87FF7FD9C19FF5.mc.B8CB3CFEFC5A9818FB74FECED9909F98>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5A981DFF87FF7FD9C19FF5.mc.B8CB3CFEFC5A9818FB3DFE56D8B39C30> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_arcuatum_Dao_2020> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_longicauda_Yue_1981> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_arcuatum_Dao_2020>
dwc:authority "Dao & Li & Yang & Zhou, 2020" ;
dwc:authorityName "Dao & Li & Yang & Zhou" ;
dwc:authorityYear "2020" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dao & Li & Yang & Zhou, 2020" ;
dwc:species "arcuatum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_arcuatum> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_longicauda_Yue_1981>
dwc:baseAuthorityName "Yue" ;
dwc:baseAuthorityYear "1981" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Yue, 1981)" ;
dwc:species "longicauda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_longicauda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_arcuatum>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "arcuatum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/Pareuchiloglanis_longicauda>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "longicauda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5A981DFF87FF7FD9C19FF5.mc.B8CB3CFEFC5A9818FF87FE33DFC39C30>
dwc:eventDate "2001-05-06" ;
dwc:locality "Duoyi Village" ;
dwc:recordedBy "Y. W. Zhou & X. F. Pan" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5A981DFF87FF7FD9C19FF5#B8CB3CFEFC5A9818FF87FE33DFC39C30> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5A981DFF87FF7FD9C19FF5.mc.B8CB3CFEFC5A9818FF87FD4CD9CF9EC8>
dwc:eventDate "2006-03-12" ;
dwc:locality "Lubuge Town" ;
dwc:recordedBy "L. P. Zheng & F. L Li" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5A981DFF87FF7FD9C19FF5#B8CB3CFEFC5A9818FF87FD4CD9CF9EC8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5A981DFF87FF7FD9C19FF5.mc.B8CB3CFEFC5A9818FB17FF26D9AA9F60>
dwc:eventDate "2005-04-13" ;
dwc:locality "Changdi Town" ;
dwc:recordedBy "L. P. Zheng" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5A981DFF87FF7FD9C19FF5#B8CB3CFEFC5A9818FB17FF26D9AA9F60> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5A981DFF87FF7FD9C19FF5.mc.B8CB3CFEFC5A9818FB74FECED9909F98>
dwc:eventDate "2006-03-09" ;
dwc:locality "Changdi Town" ;
dwc:recordedBy "L. P. Zheng & F. L. Li" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5A981DFF87FF7FD9C19FF5#B8CB3CFEFC5A9818FB74FECED9909F98> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5A981DFF87FF7FD9C19FF5.mc.B8CB3CFEFC5A9818FB3DFE56D8B39C30>
dwc:eventDate "2019-05-24" ;
dwc:locality "Wenliu Town" ;
dwc:recordedBy "W. Zhou & H. F. Yang" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5A981DFF87FF7FD9C19FF5#B8CB3CFEFC5A9818FB3DFE56D8B39C30> ;
a dwc:MaterialCitation .

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/800A87B5FC5E9812FF87FAD0DCBF9BAD>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis posteranalis Dao & Li & Yang & Zhou 2020, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5E9812FF87FAD0DCBF9BAD.mc.B8CB3CFEFC5E981CFF87FA23DFA1985A>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5E9812FF87FAD0DCBF9BAD.mc.B8CB3CFEFC5E981CFF87F8FBDC2D99A5>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5E9812FF87FAD0DCBF9BAD.mc.B8CB3CFEFC5E981CFEF2F883DFFD9982>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5E9812FF87FAD0DCBF9BAD.mc.B8CB3CFEFC509812FF87FD4CDDF89D3D> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_posteranalis_Dao_2020> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pareuchiloglanis_posteranalis_Dao_2020>
dwc:authority "Dao & Li & Yang & Zhou, 2020" ;
dwc:authorityName "Dao & Li & Yang & Zhou" ;
dwc:authorityYear "2020" ;
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dao & Li & Yang & Zhou, 2020" ;
dwc:species "posteranalis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_posteranalis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_posteranalis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "posteranalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/800A87B5FC5E9812FF87FAD0DCBF9BAD.mc.B8CB3CFEFC5E981CFF87FA23DFA1985A>
dwc:eventDate "2019-08-24" ;
dwc:locality "Datian Village" ;
dwc:recordedBy "Nawangxiao-he & Qingshui-jiang & Nanpan-jiang & H. F. Yang" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5E9812FF87FAD0DCBF9BAD#B8CB3CFEFC5E981CFF87FA23DFA1985A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5E9812FF87FAD0DCBF9BAD.mc.B8CB3CFEFC5E981CFF87F8FBDC2D99A5>
dwc:catalogNumber "SWFC 1905023-28" ;
dwc:collectionCode "SWFC" ;
dwc:eventDate "2019-05-22" ;
dwc:recordedBy "H. F. Yang" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5E9812FF87FAD0DCBF9BAD#B8CB3CFEFC5E981CFF87F8FBDC2D99A5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5E9812FF87FAD0DCBF9BAD.mc.B8CB3CFEFC5E981CFEF2F883DFFD9982>
dwc:catalogNumber "FAQB 1905016-22" ;
dwc:collectionCode "FAQB" ;
dwc:eventDate "2019-05-22" ;
dwc:recordedBy "H. F. Yang" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5E9812FF87FAD0DCBF9BAD#B8CB3CFEFC5E981CFEF2F883DFFD9982> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5E9812FF87FAD0DCBF9BAD.mc.B8CB3CFEFC509812FF87FD4CDDF89D3D>
dwc:locality "Pearl River" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5E9812FF87FAD0DCBF9BAD#B8CB3CFEFC509812FF87FD4CDDF89D3D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,130 @@
@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/800A87B5FC5F981CFCCEFDDFDFFD9AFA>
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:title "Pareuchiloglanis longicauda" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5F981CFCCEFDDFDFFD9AFA.mc.B8CB3CFEFC5F981DFBEAFD86DE909C85>, <http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5F981CFCCEFDDFDFFD9AFA.mc.B8CB3CFEFC5F981DFCCEFC3BD9BF9A08> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_longicauda> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Euchiloglanis_longicauda_Yue_1981> ;
trt:publishedIn <http://dx.doi.org/10.1111/jfb.14178> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_longicauda> ;
a trt:Treatment .
<http://dx.doi.org/10.1111/jfb.14178>
bibo:endPage "36" ;
bibo:issue "1" ;
bibo:journal "Journal of Fish Biology" ;
bibo:pubDate "2019-11-13" ;
bibo:startPage "23" ;
bibo:volume "96" ;
dc:creator "Dao, Wei; Li, Xu; Yang, Hong-Fu; Zhou, Wei" ;
dc:date "2020" ;
dc:title "Pareuchiloglanis (Teleostei: Sisoridae) from the Pearl River, China with description of three new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Euchiloglanis_longicauda_Yue_1981>
dwc:authority "Yue, 1981: 183 - 185" ;
dwc:authorityName "Yue" ;
dwc:authorityPageNumber "183 - 185" ;
dwc:authorityYear "1981" ;
dwc:family "Sisoridae" ;
dwc:genus "Euchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yue, 1981" ;
dwc:species "longicauda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DLD6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Euchiloglanis_longicauda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis_longicauda>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "longicauda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pareuchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Pareuchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sisoridae>
dwc:family "Sisoridae" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Siluriformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Siluriformes>
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
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/Euchiloglanis_longicauda>
dwc:family "Sisoridae" ;
dwc:genus "Euchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "longicauda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Euchiloglanis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Euchiloglanis>
dwc:family "Sisoridae" ;
dwc:genus "Euchiloglanis" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sisoridae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5F981CFCCEFDDFDFFD9AFA.mc.B8CB3CFEFC5F981DFBEAFD86DE909C85>
dwc:locality "Jiazhuan of Bama Co." ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5F981CFCCEFDDFDFFD9AFA#B8CB3CFEFC5F981DFBEAFD86DE909C85> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800A87B5FC5F981CFCCEFDDFDFFD9AFA.mc.B8CB3CFEFC5F981DFCCEFC3BD9BF9A08>
dwc:locality "Nabao Village" ;
trt:httpUri <https://treatment.plazi.org/id/800A87B5FC5F981CFCCEFDDFDFFD9AFA#B8CB3CFEFC5F981DFCCEFC3BD9BF9A08> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,339 @@
@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/800AD0FDB51D55F19EE355739A8054E6>
cito:cites <http://dx.doi.org/10.3897/BDJ.7.e46545.figure29> ;
dc:creator "Holovachov, Oleksandr" ;
dc:title "Campylaimus amphidialis Fadeeva, Mordukhovich & Zograf 2016" ;
dwc:basisOfRecord <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177093>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177094>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177095>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177098>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177099>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177102>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177103>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177104>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177105>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177106>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177107>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177108>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177110>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177112>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177113>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177114>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177117>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177118>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177119>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177122>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177123>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177096>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH_TYPE-_9207_(same_slide_as_C._triclados)>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH_TYPE-_9206_(same_slide_as_C._triclados)>, <http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH_TYPE-_9208> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Campylaimus_amphidialis_Fadeeva_2016> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.7.e46545> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.7.e46545>
bibo:endPage "46545" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "46545" ;
bibo:volume "7" ;
dc:creator "Holovachov, Oleksandr" ;
dc:date "2019" ;
dc:title "New and known species of the genus Campylaimus Cobb, 1920 (Nematoda: Araeolaimida: Diplopeltidae) from North European marine habitats" ;
fabio:hasPart <http://dx.doi.org/10.3897/BDJ.7.e46545.figure29> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Campylaimus_amphidialis_Fadeeva_2016>
dwc:LSID "800AD0FD-B51D-55F1-9EE3-55739A8054E6" ;
dwc:authority "Fadeeva, Mordukhovich & Zograf, 2016" ;
dwc:authorityName "Fadeeva, Mordukhovich & Zograf" ;
dwc:authorityYear "2016" ;
dwc:class "Adenophorea" ;
dwc:family "Axonolaimidae" ;
dwc:genus "Campylaimus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araeolaimida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fadeeva, Mordukhovich & Zograf, 2016" ;
dwc:species "amphidialis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Campylaimus_amphidialis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Campylaimus_amphidialis>
dwc:class "Adenophorea" ;
dwc:family "Axonolaimidae" ;
dwc:genus "Campylaimus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araeolaimida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:species "amphidialis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Campylaimus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Campylaimus>
dwc:class "Adenophorea" ;
dwc:family "Axonolaimidae" ;
dwc:genus "Campylaimus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araeolaimida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Axonolaimidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Axonolaimidae>
dwc:class "Adenophorea" ;
dwc:family "Axonolaimidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araeolaimida" ;
dwc:phylum "Nematoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araeolaimida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araeolaimida>
dwc:class "Adenophorea" ;
dwc:kingdom "Animalia" ;
dwc:order "Araeolaimida" ;
dwc:phylum "Nematoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Adenophorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Adenophorea>
dwc:class "Adenophorea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Nematoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Nematoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/BDJ.7.e46545.figure29>
dc:description "Figure 29. Campylaimus amphidialis Fadeeva, Mordukhovich & Zograf, 2016 (scale bars = 20 µm, PIJ = pharyngo-intestinal junction / cardia, EP = secretory-excretory pore): a: female tail; b: female pharyngeal region; c: male pharyngeal region; d: male caudal region." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/330944> ;
a fabio:Figure .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177093>
dwc:catalogNumber "SMNH- 177093" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, Kristineberg-Lysekil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.262165" ;
dwc:verbatimLongitude "11.435" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177094>
dwc:catalogNumber "SMNH- 177094" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, Kristineberg-Lysekil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.262165" ;
dwc:verbatimLongitude "11.435" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177095>
dwc:catalogNumber "SMNH- 177095" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.371666" ;
dwc:verbatimLongitude "10.338833" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177098>
dwc:catalogNumber "SMNH- 177098" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.56983" ;
dwc:verbatimLongitude "10.636666" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177099>
dwc:catalogNumber "SMNH- 177099" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, near Fiskebaeckskil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.2515" ;
dwc:verbatimLongitude "11.459" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177102>
dwc:catalogNumber "SMNH- 177102" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.469334" ;
dwc:verbatimLongitude "10.617333" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177103>
dwc:catalogNumber "SMNH- 177103" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.319668" ;
dwc:verbatimLongitude "10.489" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177104>
dwc:catalogNumber "SMNH- 177104" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.456665" ;
dwc:verbatimLongitude "10.559334" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177105>
dwc:catalogNumber "SMNH- 177105" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.470333" ;
dwc:verbatimLongitude "10.489833" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177106>
dwc:catalogNumber "SMNH- 177106" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.371666" ;
dwc:verbatimLongitude "10.338833" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177107>
dwc:catalogNumber "SMNH- 177107" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.369835" ;
dwc:verbatimLongitude "10.391666" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177108>
dwc:catalogNumber "SMNH- 177108" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.469334" ;
dwc:verbatimLongitude "10.617333" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177110>
dwc:catalogNumber "SMNH- 177110" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, Kristineberg-Lysekil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.262165" ;
dwc:verbatimLongitude "11.435" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177112>
dwc:catalogNumber "SMNH- 177112" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, near Fiskeb √ § ckskil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.252167" ;
dwc:verbatimLongitude "11.455167" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177113>
dwc:catalogNumber "SMNH- 177113" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.369835" ;
dwc:verbatimLongitude "11.075833" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177114>
dwc:catalogNumber "SMNH- 177114" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, Kristineberg-Lysekil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.262165" ;
dwc:verbatimLongitude "11.435" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177117>
dwc:catalogNumber "SMNH- 177117" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, Klubban" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.2505" ;
dwc:verbatimLongitude "11.459" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177118>
dwc:catalogNumber "SMNH- 177118" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, near Fiskebaeckskil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.2605" ;
dwc:verbatimLongitude "11.462" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177119>
dwc:catalogNumber "SMNH- 177119" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, Kristineberg-Lysekil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.262165" ;
dwc:verbatimLongitude "11.435" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177122>
dwc:catalogNumber "SMNH- 177122" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, near Fiskebaeckskil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.254166" ;
dwc:verbatimLongitude "11.455" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177123>
dwc:catalogNumber "SMNH- 177123" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.47167" ;
dwc:verbatimLongitude "10.553667" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH-_177096>
dwc:catalogNumber "SMNH- 177096" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, near Fiskebaeckskil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.2515" ;
dwc:verbatimLongitude "11.459" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH_TYPE-_9207_(same_slide_as_C._triclados)>
dwc:catalogNumber "SMNH TYPE- 9207 (same slide as C. triclados)" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, near Fiskebaeckskil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.254166" ;
dwc:verbatimLongitude "11.455" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH_TYPE-_9206_(same_slide_as_C._triclados)>
dwc:catalogNumber "SMNH TYPE- 9206 (same slide as C. triclados)" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Gullmarsfjord, near Fiskebaeckskil" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.254166" ;
dwc:verbatimLongitude "11.455" ;
a dwc:MaterialCitation .
<http://treatment.plazi.org/id/800AD0FDB51D55F19EE355739A8054E6/SMNH_TYPE-_9208>
dwc:catalogNumber "SMNH TYPE- 9208" ;
dwc:collectionCode "SMNH" ;
dwc:locality "Bratten" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "58.56983" ;
dwc:verbatimLongitude "10.636666" ;
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/800AF444FFD05A17AB531565FC0FFE16>
dc:creator "McLellan, Ian; Mercado, Maritza; Elliott, Simon" ;
dc:title "Notoperla Enderlein 1909" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Notoperla_Enderlein_1909> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Senzilla_Navas_1917>, <http://taxon-concept.plazi.org/id/Animalia/Abranchioperla_Illies_1958>, <http://taxon-concept.plazi.org/id/Animalia/Notoperla_Illies_1963> ;
trt:publishedIn <http://doi.org/10.5281/zenodo.4757151> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.4757151>
bibo:endPage "39" ;
bibo:issue "5" ;
bibo:journal "Illiesia" ;
bibo:startPage "33" ;
bibo:volume "1" ;
dc:creator "McLellan, Ian; Mercado, Maritza; Elliott, Simon" ;
dc:date "2005" ;
dc:title "A New Species Of Notoperla (Plecoptera: Gripopterygidae) From Chile" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Notoperla_Enderlein_1909>
dwc:authority "Enderlein, 1909" ;
dwc:authorityName "Enderlein" ;
dwc:authorityYear "1909" ;
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:genus "Notoperla" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Enderlein, 1909" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Notoperla> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Senzilla_Navas_1917>
dwc:authority "Navas, 1917, p. 192" ;
dwc:authorityName "Navas" ;
dwc:authorityPageNumber "192" ;
dwc:authorityYear "1917" ;
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:genus "Senzilla" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Navas, 1917" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Senzilla> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Abranchioperla_Illies_1958>
dwc:authority "Illies, 1958, p. 123" ;
dwc:authorityName "Illies" ;
dwc:authorityPageNumber "123" ;
dwc:authorityYear "1958" ;
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:genus "Abranchioperla" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Illies, 1958" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Abranchioperla> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Notoperla_Illies_1963>
dwc:authority ", Illies, 1963, pp. 163 - 171" ;
dwc:authorityName ", Illies" ;
dwc:authorityPageNumber "163 - 171" ;
dwc:authorityYear "1963" ;
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:genus "Notoperla" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Illies, 1963" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Notoperla> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Notoperla>
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:genus "Notoperla" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gripopterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gripopterygidae>
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plecoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plecoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
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/Senzilla>
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:genus "Senzilla" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gripopterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Abranchioperla>
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:genus "Abranchioperla" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gripopterygidae> ;
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/> .
# 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
# 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/800AF444FFD25A13AAC3131FFD6EF904>
cito:cites <http://dx.doi.org/10.5281/zenodo.4757161>, <http://dx.doi.org/10.5281/zenodo.4754483> ;
dc:creator "McLellan, Ian; Mercado, Maritza; Elliott, Simon" ;
dc:title "Notoperla macdowalli McLellan & Mercado" ;
trt:publishedIn <http://doi.org/10.5281/zenodo.4757157> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Notoperla_macdowalli> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.4757157>
bibo:endPage "39" ;
bibo:issue "5" ;
bibo:journal "Illiesia" ;
bibo:startPage "33" ;
bibo:volume "1" ;
dc:creator "McLellan, Ian; Mercado, Maritza; Elliott, Simon" ;
dc:date "2005" ;
dc:title "A New Species Of Notoperla (Plecoptera: Gripopterygidae) From Chile" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.4757161>, <http://dx.doi.org/10.5281/zenodo.4754483> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Notoperla_macdowalli>
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:genus "Notoperla" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "macdowalli" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notoperla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Notoperla>
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:genus "Notoperla" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gripopterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gripopterygidae>
dwc:class "Insecta" ;
dwc:family "Gripopterygidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plecoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plecoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Plecoptera" ;
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.4757161>
dc:description "Figs. 1- 5. Notoperla macdowalli. 1. Adult left front procoxal projection. (pcp - procoxal projection); Notoperla archiplatae. 2. Adult left front procoxal projection. (pcp - procoxal projection); Notoperla macdowalli. 3.Johnstons Organ. (jo - Johnstons organ). 4. Male genitalia, dorsal. (e - epiproct, evh - epiproct ventral hook, mc - membranous cone, dpl - dorsal penial lobe, rlpl - right lateral penial lobe, p - paraproct, ps - posterior sclerite. 5. Male genitalia, lateral. (e - epiproct, evh - epiproct ventral hook, cs - central sclerite, mc - membranous cone, dpl - dorsal penial lobe, rlpl - right lateral penial lobe, vpl - ventral penial lobe, p - paraproct; ps - posterior sclerite." ;
fabio:hasRepresentation <https://zenodo.org/record/4757161/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.4754483>
dc:description "Fig. 7. Locality maps." ;
fabio:hasRepresentation <https://zenodo.org/record/4754483/files/figure.png> ;
a fabio:Figure .

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/800B1CA42B9B944214571CBC67048815>
cito:cites <http://dx.doi.org/10.3897/zookeys.862.34766.figure9> ;
dc:creator "Sittichaya, Wisut; Smith, Sarah M.; Beaver, Roger A." ;
dc:title "Cryptoxyleborus confusus Browne 1950" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cryptoxyleborus_confusus_Browne_1950> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cryptoxyleborus_confusus> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.862.34766> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.862.34766>
bibo:endPage "127" ;
bibo:journal "ZooKeys" ;
bibo:startPage "109" ;
bibo:volume "862" ;
dc:creator "Sittichaya, Wisut; Smith, Sarah M.; Beaver, Roger A." ;
dc:date "2019" ;
dc:title "Ten newly recorded species of xyleborine ambrosia beetles (Coleoptera, Curculionidae, Scolytinae, Xyleborini) from Thailand" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.862.34766.figure9> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cryptoxyleborus_confusus_Browne_1950>
dwc:LSID "800B1CA42B9B944214571CBC67048815" ;
dwc:authority "Browne, 1950" ;
dwc:authorityName "Browne" ;
dwc:authorityYear "1950" ;
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Cryptoxyleborus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Browne, 1950" ;
dwc:species "confusus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cryptoxyleborus_confusus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cryptoxyleborus_confusus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Cryptoxyleborus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "confusus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cryptoxyleborus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cryptoxyleborus>
dwc:class "Insecta" ;
dwc:family "Curculionidae" ;
dwc:genus "Cryptoxyleborus" ;
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://dx.doi.org/10.3897/zookeys.862.34766.figure9>
dc:description "Figure 9. Cryptoxyleborus confusus Browne, 1950 A lateral view B dorsal view C posterolateral view D front." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/315639> ;
a fabio:Figure .

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/800B365C76A9CDC369AFA47B9D07F738>
dc:creator "Parker, Joseph" ;
dc:title "Morphogenia struhli Parker, 2014, sp. n." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.373.6788> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Morphogenia_struhli> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.373.6788>
bibo:endPage "66" ;
bibo:journal "ZooKeys" ;
bibo:startPage "57" ;
bibo:volume "373" ;
dc:creator "Parker, Joseph" ;
dc:date "2014" ;
dc:title "Morphogenia: a new genus of the Neotropical tribe Jubini (Coleoptera, Staphylinidae, Pselaphinae) from the Brazilian Amazon" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Morphogenia_struhli>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Morphogenia" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "struhli" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Morphogenia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Morphogenia>
dwc:class "Insecta" ;
dwc:family "Staphylinidae" ;
dwc:genus "Morphogenia" ;
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 .

View file

@ -0,0 +1,134 @@
@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/800B87CDFFB0F953FF2EFCF2A1BCFEEF>
cito:cites <http://dx.doi.org/10.5281/zenodo.3943825>, <http://dx.doi.org/10.5281/zenodo.3943828>, <http://dx.doi.org/10.5281/zenodo.3943830> ;
dc:creator "Jałoszyński, Paweł" ;
dc:title "Pseudoceraphron belissimus Jałoszyński 2020, sp. n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800B87CDFFB0F953FF2EFCF2A1BCFEEF.mc.B8CA3C86FFB0F957FEE8FC66A2A0FBA4> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudoceraphron_belissimus_Ja%C5%82oszy%C5%84ski_2020> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4810.3.10> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4810.3.10>
bibo:endPage "558" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2020-07-13" ;
bibo:startPage "546" ;
bibo:volume "4810" ;
dc:creator "Jałoszyński, Paweł" ;
dc:date "2020" ;
dc:title "Three new species of Pseudoceraphron from Japan and New Zealand (Hymenoptera: Chalcidoidea: Pteromalidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3943825>, <http://dx.doi.org/10.5281/zenodo.3943828>, <http://dx.doi.org/10.5281/zenodo.3943830> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pseudoceraphron_belissimus_Ja%C5%82oszy%C5%84ski_2020>
dwc:authority "Jałoszyński, 2020" ;
dwc:authorityName "Jałoszyński" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
dwc:genus "Pseudoceraphron" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jałoszyński, 2020" ;
dwc:species "belissimus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron_belissimus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron_belissimus>
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
dwc:genus "Pseudoceraphron" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "belissimus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron>
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
dwc:genus "Pseudoceraphron" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pteromalidae>
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
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://dx.doi.org/10.5281/zenodo.3943825>
dc:description "FIGURES 13. Pseudoceraphron belissimus sp. n., holotype female. Habitus photographed in ethanol in lateral (1), ventral (2) and dorsal (3) views." ;
fabio:hasRepresentation <https://zenodo.org/record/3943825/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3943828>
dc:description "FIGURES 46. Pseudoceraphron belissimus sp. n., scanning electron micrographs. Habitus of holotype female in lateral (4) and dorsal (6) views, and close-up of head, mesosoma and anterior portion of gaster in lateral view (5)." ;
fabio:hasRepresentation <https://zenodo.org/record/3943828/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3943830>
dc:description "FIGURES 711. Pseudoceraphron belissimus sp. n., holotype female, scanning electron micrographs. Head in dorsal (7) and anterior (8) views; antenna in anterior view (9); tip of gaster in lateral view (1011)." ;
fabio:hasRepresentation <https://zenodo.org/record/3943830/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/800B87CDFFB0F953FF2EFCF2A1BCFEEF.mc.B8CA3C86FFB0F957FEE8FC66A2A0FBA4>
dwc:collectionCode "ELKU" ;
dwc:eventDate "2017-01-12" ;
dwc:locality "Kabira" ;
dwc:recordedBy "P. Jaloszynski" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800B87CDFFB0F953FF2EFCF2A1BCFEEF#B8CA3C86FFB0F957FEE8FC66A2A0FBA4> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,139 @@
@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/800B87CDFFB4F95EFF2EFE15A272FCB3>
cito:cites <http://dx.doi.org/10.5281/zenodo.3943832>, <http://dx.doi.org/10.5281/zenodo.3943834>, <http://dx.doi.org/10.5281/zenodo.3943838>, <http://dx.doi.org/10.5281/zenodo.3943836> ;
dc:creator "Jałoszyński, Paweł" ;
dc:title "Pseudoceraphron zealandicus Jałoszyński 2020, sp. n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800B87CDFFB4F95EFF2EFE15A272FCB3.mc.B8CA3C86FFB4F953FEEDFD89A131FD0F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudoceraphron_zealandicus_Ja%C5%82oszy%C5%84ski_2020> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4810.3.10> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4810.3.10>
bibo:endPage "558" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2020-07-13" ;
bibo:startPage "546" ;
bibo:volume "4810" ;
dc:creator "Jałoszyński, Paweł" ;
dc:date "2020" ;
dc:title "Three new species of Pseudoceraphron from Japan and New Zealand (Hymenoptera: Chalcidoidea: Pteromalidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3943832>, <http://dx.doi.org/10.5281/zenodo.3943834>, <http://dx.doi.org/10.5281/zenodo.3943838>, <http://dx.doi.org/10.5281/zenodo.3943836> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pseudoceraphron_zealandicus_Ja%C5%82oszy%C5%84ski_2020>
dwc:authority "Jałoszyński, 2020" ;
dwc:authorityName "Jałoszyński" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
dwc:genus "Pseudoceraphron" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jałoszyński, 2020" ;
dwc:species "zealandicus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron_zealandicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron_zealandicus>
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
dwc:genus "Pseudoceraphron" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "zealandicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron>
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
dwc:genus "Pseudoceraphron" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pteromalidae>
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
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://dx.doi.org/10.5281/zenodo.3943832>
dc:description "FIGURES 1216. Pseudoceraphron zealandicus sp. n., holotype female, photographed in ethanol (12, 13) and scanning elec- tron micrographs (1416). Lateral (12, 14) and dorsal (16) habitus; close-up of head, mesosoma and anterior portion of gaster in lateral view (13, 15)." ;
fabio:hasRepresentation <https://zenodo.org/record/3943832/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3943834>
dc:description "FIGURES 1720. Pseudoceraphron zealandicus sp. n., holotype female, scanning electron micrographs. Head, mesosoma and anterior portion of gaster in dorsal (17; arrowhead indicating axilla) and anteroventral (18) views; hypopygium in lateral view (19); tip of gaster in lateral view (20)." ;
fabio:hasRepresentation <https://zenodo.org/record/3943834/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3943838>
dc:description "FIGURES 2631. Pseudoceraphron kepanus sp. n., holotype female, scanning electron micrographs. Head in dorsal (26) and anterior (27) views; antenna in anterior view (28); hypopygium in lateral view (29); tip of gaster in lateral view (30, 31)." ;
fabio:hasRepresentation <https://zenodo.org/record/3943838/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3943836>
dc:description "FIGURES 2125. Pseudoceraphron kepanus sp. n., holotype female, photographed in ethanol (21, 22) and scanning electron micrographs (2325). Lateral (21, 23) and dorsal (25; arrowhead indicating axilla) habitus; close-up of head, mesosoma and anterior portion of gaster in lateral view (22, 24)." ;
fabio:hasRepresentation <https://zenodo.org/record/3943836/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/800B87CDFFB4F95EFF2EFE15A272FCB3.mc.B8CA3C86FFB4F953FEEDFD89A131FD0F>
dwc:collectionCode "NZAC" ;
dwc:eventDate "2019-06-08" ;
dwc:locality "North Is." ;
dwc:recordedBy "P. Jaloszynski" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800B87CDFFB4F95EFF2EFE15A272FCB3#B8CA3C86FFB4F953FEEDFD89A131FD0F> ;
a dwc:MaterialCitation .

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/800B87CDFFB9F95DFF2EFC21A7FDFC43>
cito:cites <http://dx.doi.org/10.5281/zenodo.3943836>, <http://dx.doi.org/10.5281/zenodo.3943838> ;
dc:creator "Jałoszyński, Paweł" ;
dc:title "Pseudoceraphron kepanus Jałoszyński 2020, sp. n." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800B87CDFFB9F95DFF2EFC21A7FDFC43.mc.B8CA3C86FFB9F95EFEF6FC55A2A6FBD3> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudoceraphron_kepanus_Ja%C5%82oszy%C5%84ski_2020> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4810.3.10> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4810.3.10>
bibo:endPage "558" ;
bibo:issue "3" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2020-07-13" ;
bibo:startPage "546" ;
bibo:volume "4810" ;
dc:creator "Jałoszyński, Paweł" ;
dc:date "2020" ;
dc:title "Three new species of Pseudoceraphron from Japan and New Zealand (Hymenoptera: Chalcidoidea: Pteromalidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3943836>, <http://dx.doi.org/10.5281/zenodo.3943838> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pseudoceraphron_kepanus_Ja%C5%82oszy%C5%84ski_2020>
dwc:authority "Jałoszyński, 2020" ;
dwc:authorityName "Jałoszyński" ;
dwc:authorityYear "2020" ;
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
dwc:genus "Pseudoceraphron" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jałoszyński, 2020" ;
dwc:species "kepanus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron_kepanus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron_kepanus>
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
dwc:genus "Pseudoceraphron" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kepanus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudoceraphron>
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
dwc:genus "Pseudoceraphron" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pteromalidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pteromalidae>
dwc:class "Insecta" ;
dwc:family "Pteromalidae" ;
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://dx.doi.org/10.5281/zenodo.3943836>
dc:description "FIGURES 2125. Pseudoceraphron kepanus sp. n., holotype female, photographed in ethanol (21, 22) and scanning electron micrographs (2325). Lateral (21, 23) and dorsal (25; arrowhead indicating axilla) habitus; close-up of head, mesosoma and anterior portion of gaster in lateral view (22, 24)." ;
fabio:hasRepresentation <https://zenodo.org/record/3943836/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3943838>
dc:description "FIGURES 2631. Pseudoceraphron kepanus sp. n., holotype female, scanning electron micrographs. Head in dorsal (26) and anterior (27) views; antenna in anterior view (28); hypopygium in lateral view (29); tip of gaster in lateral view (30, 31)." ;
fabio:hasRepresentation <https://zenodo.org/record/3943838/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/800B87CDFFB9F95DFF2EFC21A7FDFC43.mc.B8CA3C86FFB9F95EFEF6FC55A2A6FBD3>
dwc:collectionCode "NZAC" ;
dwc:eventDate "2019-06-08" ;
dwc:locality "North Is." ;
dwc:recordedBy "P. Jaloszynski" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800B87CDFFB9F95DFF2EFC21A7FDFC43#B8CA3C86FFB9F95EFEF6FC55A2A6FBD3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,136 @@
@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/800B87DFFFA8FFC8FF77F8157E28FF78>
cito:cites <http://dx.doi.org/10.5281/zenodo.3558227>, <http://dx.doi.org/10.5281/zenodo.3558229>, <http://dx.doi.org/10.5281/zenodo.3558235> ;
dc:creator "Li, Bo-Yan; Trýzna, Miloš; Guo, Jian-Jun" ;
dc:title "Morimotanthribus chinensis Senoh & Tryzna 2006" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFA8FFC8FF77F8157E28FF78.mc.B8CA3C94FFABFFC8FF77FF2E7E2CFF78> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Morimotanthribus_chinensis_Senoh_2006> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4701.4.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4701.4.5>
bibo:endPage "400" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-11-29" ;
bibo:startPage "392" ;
bibo:volume "4701" ;
dc:creator "Li, Bo-Yan; Trýzna, Miloš; Guo, Jian-Jun" ;
dc:date "2019" ;
dc:title "A new species of the genus Morimotanthribus Senoh & Trýzna (Coleoptera Anthribidae) from South China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3558227>, <http://dx.doi.org/10.5281/zenodo.3558229>, <http://dx.doi.org/10.5281/zenodo.3558235> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Morimotanthribus_chinensis_Senoh_2006>
dwc:authority "Senoh & Tryzna, 2006" ;
dwc:authorityName "Senoh & Tryzna" ;
dwc:authorityYear "2006" ;
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
dwc:genus "Morimotanthribus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Senoh & Tryzna, 2006" ;
dwc:species "chinensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Morimotanthribus_chinensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Morimotanthribus_chinensis>
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
dwc:genus "Morimotanthribus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "chinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Morimotanthribus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Morimotanthribus>
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
dwc:genus "Morimotanthribus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anthribidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anthribidae>
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
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.3558227>
dc:description "FIGURES 56. Morimotanthribus chinensis Senoh & Trýzna, male paratype; 5, dorsal view; 6, dorso-lateral view. Scale bars in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3558227/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3558229>
dc:description "FIGURES 718. 714, Morimotanthribus leigongshani sp. nov.; 710, male holotype; 1114, female allotype; 1518, Morimotanthribus chinensis Senoh & Trýzna, male paratype; 7, 11, 15, left antenna, dorsal view; 8, 12, 16, left humeral spot, lateral view; 9, 13, 17, pygidium, dorsal view; 10, 14, 18, head, dorsal view. Scale bars in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3558229/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3558235>
dc:description "FIGURE 26. Distribution of Morimotanthribus species in China." ;
fabio:hasRepresentation <https://zenodo.org/record/3558235/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFA8FFC8FF77F8157E28FF78.mc.B8CA3C94FFABFFC8FF77FF2E7E2CFF78>
dwc:collectionCode "MSR" ;
dwc:eventDate "2003-06-27" ;
dwc:locality "Yesanguan" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1300" ;
dwc:verbatimLongitude "110.05" ;
trt:gbifOccurrenceId "2556252016" ;
trt:httpUri <https://treatment.plazi.org/id/800B87DFFFA8FFC8FF77F8157E28FF78#B8CA3C94FFABFFC8FF77FF2E7E2CFF78> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,101 @@
@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/800B87DFFFA8FFCBFF77FA317C8EF8D3>
cito:cites <http://dx.doi.org/10.5281/zenodo.3558229> ;
dc:creator "Li, Bo-Yan; Trýzna, Miloš; Guo, Jian-Jun" ;
dc:title "Morimotanthribus Senoh & Tryzna 2006" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Morimotanthribus_Senoh_2006> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4701.4.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4701.4.5>
bibo:endPage "400" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-11-29" ;
bibo:startPage "392" ;
bibo:volume "4701" ;
dc:creator "Li, Bo-Yan; Trýzna, Miloš; Guo, Jian-Jun" ;
dc:date "2019" ;
dc:title "A new species of the genus Morimotanthribus Senoh & Trýzna (Coleoptera Anthribidae) from South China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3558229> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Morimotanthribus_Senoh_2006>
dwc:authority "Senoh & Tryzna, 2006" ;
dwc:authorityName "Senoh & Tryzna" ;
dwc:authorityYear "2006" ;
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
dwc:genus "Morimotanthribus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Senoh & Tryzna, 2006" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Morimotanthribus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Morimotanthribus>
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
dwc:genus "Morimotanthribus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anthribidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anthribidae>
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
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.3558229>
dc:description "FIGURES 718. 714, Morimotanthribus leigongshani sp. nov.; 710, male holotype; 1114, female allotype; 1518, Morimotanthribus chinensis Senoh & Trýzna, male paratype; 7, 11, 15, left antenna, dorsal view; 8, 12, 16, left humeral spot, lateral view; 9, 13, 17, pygidium, dorsal view; 10, 14, 18, head, dorsal view. Scale bars in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3558229/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,170 @@
@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/800B87DFFFABFFCFFF77FEFA7AF3FECB>
cito:cites <http://dx.doi.org/10.5281/zenodo.3558229>, <http://dx.doi.org/10.5281/zenodo.3558223>, <http://dx.doi.org/10.5281/zenodo.3558231>, <http://dx.doi.org/10.5281/zenodo.3558233>, <http://dx.doi.org/10.5281/zenodo.3558227>, <http://dx.doi.org/10.5281/zenodo.3558235> ;
dc:creator "Li, Bo-Yan; Trýzna, Miloš; Guo, Jian-Jun" ;
dc:title "Morimotanthribus leigongshani Li & Trýzna & Guo 2019, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFABFFCFFF77FEFA7AF3FECB.mc.B8CA3C94FFABFFC8FEA0FE0E7B09FE50>, <http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFABFFCFFF77FEFA7AF3FECB.mc.B8CA3C94FFABFFC8FE66FE6A7B64FD04>, <http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFABFFCFFF77FEFA7AF3FECB.mc.B8CA3C94FFABFFC8FF27FD6E7C5BFC94> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Morimotanthribus_leigongshani_Li_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4701.4.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4701.4.5>
bibo:endPage "400" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-11-29" ;
bibo:startPage "392" ;
bibo:volume "4701" ;
dc:creator "Li, Bo-Yan; Trýzna, Miloš; Guo, Jian-Jun" ;
dc:date "2019" ;
dc:title "A new species of the genus Morimotanthribus Senoh & Trýzna (Coleoptera Anthribidae) from South China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3558229>, <http://dx.doi.org/10.5281/zenodo.3558223>, <http://dx.doi.org/10.5281/zenodo.3558231>, <http://dx.doi.org/10.5281/zenodo.3558233>, <http://dx.doi.org/10.5281/zenodo.3558227>, <http://dx.doi.org/10.5281/zenodo.3558235> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Morimotanthribus_leigongshani_Li_2019>
dwc:authority "Li & Trýzna & Guo, 2019" ;
dwc:authorityName "Li & Trýzna & Guo" ;
dwc:authorityYear "2019" ;
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
dwc:genus "Morimotanthribus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Li & Trýzna & Guo, 2019" ;
dwc:species "leigongshani" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Morimotanthribus_leigongshani> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Morimotanthribus_leigongshani>
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
dwc:genus "Morimotanthribus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "leigongshani" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Morimotanthribus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Morimotanthribus>
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
dwc:genus "Morimotanthribus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anthribidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anthribidae>
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
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.3558229>
dc:description "FIGURES 718. 714, Morimotanthribus leigongshani sp. nov.; 710, male holotype; 1114, female allotype; 1518, Morimotanthribus chinensis Senoh & Trýzna, male paratype; 7, 11, 15, left antenna, dorsal view; 8, 12, 16, left humeral spot, lateral view; 9, 13, 17, pygidium, dorsal view; 10, 14, 18, head, dorsal view. Scale bars in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3558229/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3558223>
dc:description "FIGURES 12. Morimotanthribus leigongshani sp. nov., male holotype; 1, dorsal view; 2, dorso-lateral view. Scale bars in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3558223/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3558231>
dc:description "FIGURES 1924. Morimotanthribus leigongshani sp. nov., male holotype; 1921, aedeagus; 22, segment 8; 23, sternite 9 (= spiculum gastrale); 24, segment 8 and sternite 9; 19, 2224, ventral view; 20, dorsal view; 21, lateral view. Scale bars in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3558231/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3558233>
dc:description "FIGURE 25. Aerial and environment photographs of the type locality of Morimotanthribus leigongshani sp. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/3558233/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3558227>
dc:description "FIGURES 56. Morimotanthribus chinensis Senoh & Trýzna, male paratype; 5, dorsal view; 6, dorso-lateral view. Scale bars in mm." ;
fabio:hasRepresentation <https://zenodo.org/record/3558227/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.3558235>
dc:description "FIGURE 26. Distribution of Morimotanthribus species in China." ;
fabio:hasRepresentation <https://zenodo.org/record/3558235/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFABFFCFFF77FEFA7AF3FECB.mc.B8CA3C94FFABFFC8FEA0FE0E7B09FE50>
dwc:locality "Leigongshan" ;
dwc:verbatimElevation "1610" ;
dwc:verbatimLatitude "26.374166" ;
dwc:verbatimLongitude "108.19861" ;
trt:gbifOccurrenceId "2460219689" ;
trt:httpUri <https://treatment.plazi.org/id/800B87DFFFABFFCFFF77FEFA7AF3FECB#B8CA3C94FFABFFC8FEA0FE0E7B09FE50> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFABFFCFFF77FEFA7AF3FECB.mc.B8CA3C94FFABFFC8FE66FE6A7B64FD04>
dwc:collectionCode "DMH, DOM, DM, OHH, KM" ;
dwc:eventDate "1997-05-29" ;
dwc:locality "Leigongshan" ;
dwc:recordedBy "Bo-Yan Li & Laibin City & Pingzhao & Jinxiu & Leigongshan & Xijiang & Bolm" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1610" ;
dwc:verbatimLatitude "26.374166" ;
dwc:verbatimLongitude "108.19861" ;
trt:gbifOccurrenceId "2460219688" ;
trt:httpUri <https://treatment.plazi.org/id/800B87DFFFABFFCFFF77FEFA7AF3FECB#B8CA3C94FFABFFC8FE66FE6A7B64FD04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFABFFCFFF77FEFA7AF3FECB.mc.B8CA3C94FFABFFC8FF27FD6E7C5BFC94>
dwc:collectionCode "GUGC, MTDC" ;
dwc:locality "Institute of Entomology" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2460219686" ;
trt:httpUri <https://treatment.plazi.org/id/800B87DFFFABFFCFFF77FEFA7AF3FECB#B8CA3C94FFABFFC8FF27FD6E7C5BFC94> ;
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/800B87DFFFACFFCFFF77F9C87C06F875>
cito:cites <http://dx.doi.org/10.5281/zenodo.3558235> ;
dc:creator "Li, Bo-Yan; Trýzna, Miloš; Guo, Jian-Jun" ;
dc:title "Morimotanthribus Senoh & Tryzna 2006" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFACFFCFFF77F9C87C06F875.mc.B8CA3C94FFACFFCFFF77F8BB7E16F8A0>, <http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFACFFCFFF77F9C87C06F875.mc.B8CA3C94FFACFFCFFE65F8BC7DFFF8CB>, <http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFACFFCFFF77F9C87C06F875.mc.B8CA3C94FFACFFCFFF77F8227EE3F850> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Morimotanthribus_Senoh_2006> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4701.4.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4701.4.5>
bibo:endPage "400" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2019-11-29" ;
bibo:startPage "392" ;
bibo:volume "4701" ;
dc:creator "Li, Bo-Yan; Trýzna, Miloš; Guo, Jian-Jun" ;
dc:date "2019" ;
dc:title "A new species of the genus Morimotanthribus Senoh & Trýzna (Coleoptera Anthribidae) from South China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3558235> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Morimotanthribus_Senoh_2006>
dwc:authorityName "Senoh & Tryzna" ;
dwc:authorityYear "2006" ;
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
dwc:genus "Morimotanthribus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Senoh & Tryzna, 2006" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Morimotanthribus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Morimotanthribus>
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
dwc:genus "Morimotanthribus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anthribidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anthribidae>
dwc:class "Insecta" ;
dwc:family "Anthribidae" ;
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.3558235>
dc:description "FIGURE 26. Distribution of Morimotanthribus species in China." ;
fabio:hasRepresentation <https://zenodo.org/record/3558235/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFACFFCFFF77F9C87C06F875.mc.B8CA3C94FFACFFCFFF77F8BB7E16F8A0>
dwc:locality "China" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "2460219683" ;
trt:httpUri <https://treatment.plazi.org/id/800B87DFFFACFFCFFF77F9C87C06F875#B8CA3C94FFACFFCFFF77F8BB7E16F8A0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFACFFCFFF77F9C87C06F875.mc.B8CA3C94FFACFFCFFE65F8BC7DFFF8CB>
dwc:locality "Yesanguan" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1300" ;
dwc:verbatimLongitude "110.05" ;
trt:gbifOccurrenceId "2460219687" ;
trt:httpUri <https://treatment.plazi.org/id/800B87DFFFACFFCFFF77F9C87C06F875#B8CA3C94FFACFFCFFE65F8BC7DFFF8CB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800B87DFFFACFFCFFF77F9C87C06F875.mc.B8CA3C94FFACFFCFFF77F8227EE3F850>
dwc:locality "Leigongshan" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1610" ;
dwc:verbatimLatitude "26.374166" ;
dwc:verbatimLongitude "108.19861" ;
trt:gbifOccurrenceId "2460219685" ;
trt:httpUri <https://treatment.plazi.org/id/800B87DFFFACFFCFFF77F9C87C06F875#B8CA3C94FFACFFCFFF77F8227EE3F850> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,199 @@
@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/800B881405C79B4B78F49EBDF1D2204A>
dc:creator "Wilson, E. O." ;
dc:title "Pheidole triconstricta Forel" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta>, <http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta_ambulans>, <http://taxon-name.plazi.org/id/Animalia/Pheidole_radoszkowskii_saviozae>, <http://taxon-name.plazi.org/id/Animalia/Pheidole_radoszkowskii_discursans>, <http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta_rosariensis>, <http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta_hebe>, <http://taxon-name.plazi.org/id/Animalia/Pheidole_bruesi>, <http://taxon-name.plazi.org/id/Animalia/Pheidole_laidlowi>, <http://taxon-name.plazi.org/id/Animalia/Pheidole_nubila> ;
trt:publishedIn <http://publication.plazi.org/id/EB375D387B7AABC202B01DF28EF2DA63> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta> ;
a trt:Treatment .
<http://publication.plazi.org/id/EB375D387B7AABC202B01DF28EF2DA63>
dc:creator "Wilson, E. O." ;
dc:date "2003" ;
dc:title "Pheidole in the New World. A dominant, hyperdiverse ant genus." ;
a fabio:Book .
<http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "triconstricta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pheidole>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
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/Pheidole_triconstricta_ambulans>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "triconstricta" ;
dwc:variety "ambulans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pheidole_radoszkowskii_saviozae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "radoszkowskii" ;
dwc:variety "saviozae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole_radoszkowskii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pheidole_radoszkowskii>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "radoszkowskii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pheidole_radoszkowskii_discursans>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "radoszkowskii" ;
dwc:variety "discursans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole_radoszkowskii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta_rosariensis>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "triconstricta" ;
dwc:variety "rosariensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta_hebe>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "triconstricta" ;
dwc:variety "hebe" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole_triconstricta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pheidole_bruesi>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bruesi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pheidole_laidlowi>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "laidlowi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pheidole_nubila>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Pheidole" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nubila" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole> ;
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/800BA8C49F641D6E63E0BE2259D7E9C1>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Proctotrupoidea_talpae>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Proctotrupoidea_borneanus>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Proctotrupoidea_reicherti>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Proctotrupoidea_parvulus>' due to issues with rank, Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Proctotrupoidea_philonthiphagus>' due to issues with rank ;
dc:creator "Broad, Gavin R." ;
dc:title "Exallonyx (Exallonyx) trifoveatus Kieffer 1908" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Exallonyx_trifoveatus_Kieffer_1908> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Proctotrypes>, <http://taxon-name.plazi.org/id/Animalia/Proctotrupes> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e7936> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e7936>
bibo:endPage "7936" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "7936" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Proctotrupoidea" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Exallonyx_trifoveatus_Kieffer_1908>
dwc:authority "Kieffer, 1908" ;
dwc:authorityName "Kieffer" ;
dwc:authorityYear "1908" ;
dwc:class "Insecta" ;
dwc:family "Proctotrupidae" ;
dwc:genus "Exallonyx" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kieffer, 1908" ;
dwc:species "trifoveatus" ;
dwc:subGenus "Exallonyx" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Exallonyx_trifoveatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Exallonyx_trifoveatus>
dwc:class "Insecta" ;
dwc:family "Proctotrupidae" ;
dwc:genus "Exallonyx" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "trifoveatus" ;
dwc:subGenus "Exallonyx" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exallonyx_Exallonyx> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Exallonyx_Exallonyx>
dwc:class "Insecta" ;
dwc:family "Proctotrupidae" ;
dwc:genus "Exallonyx" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Exallonyx" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Exallonyx> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Exallonyx>
dwc:class "Insecta" ;
dwc:family "Proctotrupidae" ;
dwc:genus "Exallonyx" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Proctotrupidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Proctotrupidae>
dwc:class "Insecta" ;
dwc:family "Proctotrupidae" ;
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/Proctotrypes>
dwc:class "Insecta" ;
dwc:family "Proctotrupidae" ;
dwc:genus "Proctotrypes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Proctotrupidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Proctotrupes>
dwc:class "Insecta" ;
dwc:family "Proctotrupidae" ;
dwc:genus "Proctotrupes" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Proctotrupidae> ;
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/800BD4930E2158198F3C4EE95B668C55>
dc:creator "Banamar, Ouarda; Chandler, Peter J.; Driauach, Ouafaa; Belqat, Boutaina" ;
dc:title "Phronia tyrrhenica Edwards 1928" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phronia_tyrrhenica_Edwards_1928> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.934.49157> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.934.49157>
bibo:endPage "110" ;
bibo:journal "ZooKeys" ;
bibo:startPage "93" ;
bibo:volume "934" ;
dc:creator "Banamar, Ouarda; Chandler, Peter J.; Driauach, Ouafaa; Belqat, Boutaina" ;
dc:date "2020" ;
dc:title "New faunistic records of the family Mycetophilidae (Insecta, Diptera) from Morocco" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Phronia_tyrrhenica_Edwards_1928>
dwc:LSID "800BD493-0E21-5819-8F3C-4EE95B668C55" ;
dwc:authority "Edwards, 1928" ;
dwc:authorityName "Edwards" ;
dwc:authorityYear "1928" ;
dwc:class "Insecta" ;
dwc:family "Mycetophilidae" ;
dwc:genus "Phronia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Edwards, 1928" ;
dwc:species "tyrrhenica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phronia_tyrrhenica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phronia_tyrrhenica>
dwc:class "Insecta" ;
dwc:family "Mycetophilidae" ;
dwc:genus "Phronia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tyrrhenica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phronia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phronia>
dwc:class "Insecta" ;
dwc:family "Mycetophilidae" ;
dwc:genus "Phronia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mycetophilidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mycetophilidae>
dwc:class "Insecta" ;
dwc:family "Mycetophilidae" ;
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,162 @@
@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/800C6098FF845EA3B262283ECD0235C4>
cito:cites <http://dx.doi.org/10.3897/phytokeys.67.6703.figure161>, <http://dx.doi.org/10.3897/phytokeys.67.6703.figure162> ;
dc:creator "Kriebel, Ricardo" ;
dc:title "Conostegia galdamesiae Kriebel 2016, comb. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Conostegia_galdamesiae_Kriebel_2016> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Miconia_galdamesiae_Kriebel_2016> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.67.6703> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.67.6703>
bibo:endPage "326" ;
bibo:journal "PhytoKeys" ;
bibo:pubDate "2016-07-20" ;
bibo:startPage "1" ;
bibo:volume "67" ;
dc:creator "Kriebel, Ricardo" ;
dc:date "2016" ;
dc:title "A Monograph of Conostegia (Melastomataceae, Miconieae)" ;
fabio:hasPart <http://dx.doi.org/10.3897/phytokeys.67.6703.figure161>, <http://dx.doi.org/10.3897/phytokeys.67.6703.figure162> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Conostegia_galdamesiae_Kriebel_2016>
dwc:LSID "800C6098-FF84-5EA3-B262-283ECD0235C4" ;
dwc:authority "(Kriebel & Almeda) Kriebel" ;
dwc:authorityName "Kriebel" ;
dwc:authorityYear "2016" ;
dwc:baseAuthorityName "Kriebel & Almeda" ;
dwc:baseAuthorityYear "2016" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Conostegia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kriebel & Almeda, 2016) Kriebel, 2016" ;
dwc:species "galdamesiae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Conostegia_galdamesiae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Miconia_galdamesiae_Kriebel_2016>
dwc:authorityName "Kriebel" ;
dwc:authorityYear "2016" ;
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Miconia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kriebel, 2016" ;
dwc:species "galdamesiae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Miconia_galdamesiae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Conostegia_galdamesiae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Conostegia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "galdamesiae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Conostegia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Conostegia>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Conostegia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
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/Miconia_galdamesiae>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Miconia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "galdamesiae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Miconia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Miconia>
dwc:class "Magnoliopsida" ;
dwc:family "Melastomataceae" ;
dwc:genus "Miconia" ;
dwc:kingdom "Plantae" ;
dwc:order "Myrtales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/phytokeys.67.6703.figure161>
dc:description "Figure 161. Conostegia galdamesiae. A Habit B Leaf abaxial surface. Note asymmetric leaf venation C Inflorescence D Close up of the flowers E Flower bud. Note closed sepals with apiculum F Pickled flower G Longitudinal section of a pickled flower H Petal I Close up of the longitudinal section of the flower showing the ovary apex J Close up of the longitudinal section of the flower showing the inner hypanthium wall K Stamen. Photos of specimen vouchered R. Kriebel 5736." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/96519> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.67.6703.figure162>
dc:description "Figure 162. Distribution of Conostegia galdamesiae." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/96520> ;
a fabio:Figure .

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/800C77E24BB852CB909A367F1C614F23>
dc:creator "Wood, John R. I.; Williams, Bethany R. M.; Mitchell, Thomas C.; Carine, Mark A.; Harris, David J.; Scotland, Robert W." ;
dc:title "Convolvulus chinensis Ker-Gawl., Bot. Reg. 4: t. 322. 1818. (Ker-Gawler 1818" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Convolvulus_chinensis_Ker-Gawl._1818> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.51.7104> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.51.7104>
bibo:endPage "282" ;
bibo:journal "PhytoKeys" ;
bibo:pubDate "2015-06-18" ;
bibo:startPage "1" ;
bibo:volume "51" ;
dc:creator "Wood, John R. I.; Williams, Bethany R. M.; Mitchell, Thomas C.; Carine, Mark A.; Harris, David J.; Scotland, Robert W." ;
dc:date "2015" ;
dc:title "A foundation monograph of Convolvulus L. (Convolvulaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Convolvulus_chinensis_Ker-Gawl._1818>
dwc:LSID "800C77E2-4BB8-52CB-909A-367F1C614F23" ;
dwc:authority "Ker-Gawl., Bot. Reg. 4: t. 322. 1818. (Ker-Gawler 1818: t 322)." ;
dwc:authorityName "Ker-Gawl., Bot. Reg. 4: t. 322. 1818. (Ker-Gawler" ;
dwc:authorityYear "1818" ;
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:genus "Convolvulus" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ker-Gawl., Bot. Reg. 4: t. 322. 1818. (Ker-Gawler, 1818)" ;
dwc:species "chinensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Convolvulus_chinensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Convolvulus_chinensis>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:genus "Convolvulus" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "chinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Convolvulus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Convolvulus>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:genus "Convolvulus" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Convolvulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Convolvulaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solanales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Solanales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
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,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/800C87C66000FFF6C6C7C952FE549957>
cito:cites <http://dx.doi.org/10.5281/zenodo.8389271>, <http://dx.doi.org/10.5281/zenodo.8389275> ;
dc:creator "González, Favio" ;
dc:title "Burmeistera venezuelensis Lammers, Brittonia 1998" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800C87C66000FFF6C6C7C952FE549957.mc.B8CD3C8D6000FFF7C5E6C952FF279D3F>, <http://tb.plazi.org/GgServer/dwcaRecords/800C87C66000FFF6C6C7C952FE549957.mc.B8CD3C8D6001FFF6C418CC16FA289973>, <http://tb.plazi.org/GgServer/dwcaRecords/800C87C66000FFF6C6C7C952FE549957.mc.B8CD3C8D6001FFF6C6C7CC7AFE509957> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Burmeistera_venezuelensis_Lammers_1998> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.615.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.615.1.1>
bibo:endPage "113" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2023-09-19" ;
bibo:startPage "1" ;
bibo:volume "615" ;
dc:creator "González, Favio" ;
dc:date "2023" ;
dc:title "Taxonomic revision of Burmeistera (Campanulaceae-Lobelioideae) in Colombia" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.8389271>, <http://dx.doi.org/10.5281/zenodo.8389275> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Burmeistera_venezuelensis_Lammers_1998>
dwc:authority "Lammers, Brittonia" ;
dwc:authorityName "Lammers, Brittonia" ;
dwc:authorityYear "1998" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Burmeistera" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lammers, Brittonia, 1998" ;
dwc:species "venezuelensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/NXW9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Burmeistera_venezuelensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Burmeistera_venezuelensis>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Burmeistera" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "venezuelensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Burmeistera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Burmeistera>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Burmeistera" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanulaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
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://dx.doi.org/10.5281/zenodo.8389271>
dc:description "FIGURE 27. AD. Burmeistera tomentosula (Luteyn et al. 12593), leaf (A), leaf margin (B), flower (C), and berry (D). EH. B. variabilis (EG, Pennell 10734, type; H, Luteyn 12594), leaf (E), leaf margin (F), flower (G), and berry (H). IL. B. venezuelensis (Mendoza et al. 17709), leaf (I), leaf margin (J), flower (K), and berry (L). Scale bars: 1 cm in A, E, I; 2 mm in B, F, J, L; 5 mm in C, D, G, H, K." ;
fabio:hasRepresentation <https://zenodo.org/record/8389271/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.8389275>
dc:description "FIGURE 28. Distribution of Burmeistera variabilis, B. venezuelensis, B. villosa, B. vulgaris and B. xerampelina." ;
fabio:hasRepresentation <https://zenodo.org/record/8389275/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/800C87C66000FFF6C6C7C952FE549957.mc.B8CD3C8D6000FFF7C5E6C952FF279D3F>
dwc:catalogNumber "F0052918, NY00233176" ;
dwc:collectionCode "J, F, MER, MO, NY, VEN" ;
dwc:eventDate "1983-12-29" ;
dwc:locality "rio Quinimari" ;
dwc:recordedBy "Parque Nacional El Tama & de Tama" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/800C87C66000FFF6C6C7C952FE549957#B8CD3C8D6000FFF7C5E6C952FF279D3F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800C87C66000FFF6C6C7C952FE549957.mc.B8CD3C8D6001FFF6C418CC16FA289973>
dwc:collectionCode "H" ;
dwc:eventDate "2012-02-01" ;
dwc:locality "Tama" ;
dwc:verbatimElevation "2800" ;
trt:httpUri <https://treatment.plazi.org/id/800C87C66000FFF6C6C7C952FE549957#B8CD3C8D6001FFF6C418CC16FA289973> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800C87C66000FFF6C6C7C952FE549957.mc.B8CD3C8D6001FFF6C6C7CC7AFE509957>
dwc:collectionCode "COL" ;
dwc:locality "Mendoza" ;
trt:httpUri <https://treatment.plazi.org/id/800C87C66000FFF6C6C7C952FE549957#B8CD3C8D6001FFF6C6C7CC7AFE509957> ;
a dwc:MaterialCitation .

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/800C87C66001FFF6C6C7CCA2FE9B9DD7>
cito:cites <http://dx.doi.org/10.5281/zenodo.8389275>, <http://dx.doi.org/10.5281/zenodo.8389277> ;
dc:creator "González, Favio" ;
dc:title "Burmeistera villosa F. Gonzalez & Luteyn, Brittonia 2019" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/800C87C66001FFF6C6C7CCA2FE9B9DD7.mc.B8CD3C8D6001FFF6C5BCCCA2FACB99C6>, <http://tb.plazi.org/GgServer/dwcaRecords/800C87C66001FFF6C6C7CCA2FE9B9DD7.mc.B8CD3C8D6001FFF6C31CCCEAFD959E2B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Burmeistera_villosa_Gonzalez_2019> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.615.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.615.1.1>
bibo:endPage "113" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2023-09-19" ;
bibo:startPage "1" ;
bibo:volume "615" ;
dc:creator "González, Favio" ;
dc:date "2023" ;
dc:title "Taxonomic revision of Burmeistera (Campanulaceae-Lobelioideae) in Colombia" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.8389275>, <http://dx.doi.org/10.5281/zenodo.8389277> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Burmeistera_villosa_Gonzalez_2019>
dwc:authority "F. Gonzalez & Luteyn, Brittonia" ;
dwc:authorityName "F. Gonzalez & Luteyn, Brittonia" ;
dwc:authorityYear "2019" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Burmeistera" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "F. Gonzalez & Luteyn, Brittonia, 2019" ;
dwc:species "villosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9V3JD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Burmeistera_villosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Burmeistera_villosa>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Burmeistera" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "villosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Burmeistera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Burmeistera>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Burmeistera" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanulaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
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://dx.doi.org/10.5281/zenodo.8389275>
dc:description "FIGURE 28. Distribution of Burmeistera variabilis, B. venezuelensis, B. villosa, B. vulgaris and B. xerampelina." ;
fabio:hasRepresentation <https://zenodo.org/record/8389275/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.8389277>
dc:description "FIGURE 29. AD. Burmeistera villosa (Luteyn et al. 12310, type), flowering branch (A), leaf (B), leaf margin (C), and flower at preanthesis (D). EH. B. vulgaris (EG, Silverstone et al. 2995; H. Luteyn et al. 11898), leaf (E), leaf margin (F), flower (G), and berry (H). IL. B. xerampelina (Killip 11394, type), leaf (I), leaf margin (J), flower (K), and berry (L). Scale bars: 5 mm in A, B; 2 mm in C, D; 1 cm in E, I; 2 mm in F, JL; 5 mm in G, H; 1 cm in I." ;
fabio:hasRepresentation <https://zenodo.org/record/8389277/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/800C87C66001FFF6C6C7CCA2FE9B9DD7.mc.B8CD3C8D6001FFF6C5BCCCA2FACB99C6>
dwc:collectionCode "J, L, P, M, N, NY, CUVC" ;
dwc:eventDate "1988-05-13" ;
dwc:locality "Type" ;
dwc:recordedBy "El Cairo & Luteyn & Silverstone & D. Heredia & Paz" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1900" ;
dwc:verbatimLatitude "4.75" ;
dwc:verbatimLongitude "-76.333336" ;
trt:gbifOccurrenceId "4419284926" ;
trt:httpUri <https://treatment.plazi.org/id/800C87C66001FFF6C6C7CCA2FE9B9DD7#B8CD3C8D6001FFF6C5BCCCA2FACB99C6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/800C87C66001FFF6C6C7CCA2FE9B9DD7.mc.B8CD3C8D6001FFF6C31CCCEAFD959E2B>
dwc:collectionCode "J, L, P, M, N, NY, CUVC" ;
dwc:eventDate "1988-05-13" ;
dwc:locality "Type" ;
dwc:recordedBy "El Cairo & Luteyn & Silverstone & D. Heredia & Paz" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "1900" ;
dwc:verbatimLatitude "4.75" ;
dwc:verbatimLongitude "-76.333336" ;
trt:gbifOccurrenceId "4419284934" ;
trt:httpUri <https://treatment.plazi.org/id/800C87C66001FFF6C6C7CCA2FE9B9DD7#B8CD3C8D6001FFF6C31CCCEAFD959E2B> ;
a dwc:MaterialCitation .

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