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

This commit is contained in:
GG2RDF 2024-07-04 11:04:24 +00:00
parent ab08172755
commit e1eb9389c6
3000 changed files with 408129 additions and 0 deletions

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/28012232CF3E508FBD8B595FBF77F028>
dc:creator "Mey, Wolfram; Malicky, Hans" ;
dc:title "Hydropsyche hackeri Mey 1998" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydropsyche_hackeri_Mey_1998> ;
trt:publishedIn <http://dx.doi.org/10.3897/dez.68.61819> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/dez.68.61819>
bibo:endPage "164" ;
bibo:issue "1" ;
bibo:journal "Deutsche Entomologische Zeitschrift" ;
bibo:pubDate "2021-03-26" ;
bibo:startPage "139" ;
bibo:volume "68" ;
dc:creator "Mey, Wolfram; Malicky, Hans" ;
dc:date "2021" ;
dc:title "Records and descriptions of caddisflies from Natma Taung National Park and adjacent localities in the Chin Hills of Myanmar (Insecta, Trichoptera)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hydropsyche_hackeri_Mey_1998>
dwc:LSID "28012232-CF3E-508F-BD8B-595FBF77F028" ;
dwc:authority "Mey, 1998" ;
dwc:authorityName "Mey" ;
dwc:authorityYear "1998" ;
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
dwc:genus "Hydropsyche" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Mey, 1998" ;
dwc:species "hackeri" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hydropsyche_hackeri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hydropsyche_hackeri>
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
dwc:genus "Hydropsyche" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hackeri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydropsyche> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydropsyche>
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
dwc:genus "Hydropsyche" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydropsychidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydropsychidae>
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
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,210 @@
@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/2801621EB0995727B3D528D0459E1E12>
cito:cites <http://dx.doi.org/10.3897/zookeys.1197.116092.figure14>, <http://dx.doi.org/10.3897/zookeys.1197.116092.figure15>, <http://dx.doi.org/10.3897/zookeys.1197.116092.figure16> ;
dc:creator "Pham, Thi Nhi; Long, Khuat Dang; van Achterberg, Cornelis; Cao, Thi Quynh Nga; Pham, Van Phu; Dang, Thi Hoa" ;
dc:title "Aulacocentrum philippinense" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.6761DABD380CE4C431F996AD2E8B8563>, <http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.BBE33E8F7EC447B1BAC262A72927B46F>, <http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.7FC5ACB942884D9FEA4D9D68D4B3D62A>, <http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.5DE6ECC0CAC56FBF52E9268E6EF93685>, <http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.AD56DA89C300F84ACB43BE698FD36226>, <http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.56A6EE7663CD6FFC6CA976A8DEA07D43> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Aulacocentrum_philippinense_Ashmead_1904> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Macrocentrus_philippinensis> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1197.116092> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1197.116092>
bibo:endPage "41" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-04-03" ;
bibo:startPage "13" ;
bibo:volume "1197" ;
dc:creator "Pham, Thi Nhi; Long, Khuat Dang; van Achterberg, Cornelis; Cao, Thi Quynh Nga; Pham, Van Phu; Dang, Thi Hoa" ;
dc:date "2024" ;
dc:title "Revisionary notes on the genus Aulacocentrum Brues (Hymenoptera, Braconidae, Macrocentrinae) from Vietnam" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1197.116092.figure14>, <http://dx.doi.org/10.3897/zookeys.1197.116092.figure15>, <http://dx.doi.org/10.3897/zookeys.1197.116092.figure16> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Aulacocentrum_philippinense_Ashmead_1904>
dwc:LSID "2801621E-B099-5727-B3D5-28D0459E1E12" ;
dwc:authority "(Ashmead, 1904)" ;
dwc:baseAuthorityName "Ashmead" ;
dwc:baseAuthorityYear "1904" ;
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Aulacocentrum" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Ashmead, 1904)" ;
dwc:species "philippinense" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/67XSJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Aulacocentrum_philippinense> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Aulacocentrum_philippinense>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Aulacocentrum" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "philippinense" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aulacocentrum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aulacocentrum>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Aulacocentrum" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Braconidae>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Macrocentrus_philippinensis>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Macrocentrus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "philippinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Macrocentrus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Macrocentrus>
dwc:class "Insecta" ;
dwc:family "Braconidae" ;
dwc:genus "Macrocentrus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Braconidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/zookeys.1197.116092.figure14>
dc:description "Figure 14. Habitus of Aulacocentrum philippinense (Ashmead), male, dorsal, \" Macr. 126 \" (IEBR)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1014258> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1197.116092.figure15>
dc:description "Figure 15. Aulacocentrum philippinense (Ashmead), male, \" Macr. 126 \" (IEBR) A head, dorsal B head, frontal C head, lateral D mesonotum E mesopleuron F propodeum, dorsal G hind coxa H first-third metasomal tergites, dorsal I fore wing J hind wing." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1014259> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1197.116092.figure16>
dc:description "Figure 16. Distribution map of Aulacocentrum species." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1014260> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.6761DABD380CE4C431F996AD2E8B8563>
dwc:eventDate "2020-06-07" ;
dwc:locality "Phu Ly" ;
dwc:recordedBy "PT Nhi" ;
dwc:samplingProtocol "light trap" ;
dwc:verbatimElevation "82" ;
dwc:verbatimLatitude "11.376866" ;
dwc:verbatimLongitude "107.0599" ;
trt:httpUri <https://treatment.plazi.org/id/2801621EB0995727B3D528D0459E1E12#6761DABD380CE4C431F996AD2E8B8563> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.BBE33E8F7EC447B1BAC262A72927B46F>
dwc:eventDate "2019-07-21" ;
dwc:locality "Bac Me" ;
dwc:recordedBy "DT Hoa" ;
dwc:samplingProtocol "light trap" ;
dwc:verbatimElevation "207" ;
dwc:verbatimLongitude "105.20592" ;
trt:httpUri <https://treatment.plazi.org/id/2801621EB0995727B3D528D0459E1E12#BBE33E8F7EC447B1BAC262A72927B46F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.7FC5ACB942884D9FEA4D9D68D4B3D62A>
dwc:eventDate "2016-05-01" ;
dwc:locality "Chieng Bom" ;
dwc:recordedBy "HV Tru" ;
dwc:samplingProtocol "light trap" ;
dwc:verbatimElevation "1100" ;
dwc:verbatimLatitude "21.353056" ;
dwc:verbatimLongitude "103.60667" ;
trt:httpUri <https://treatment.plazi.org/id/2801621EB0995727B3D528D0459E1E12#7FC5ACB942884D9FEA4D9D68D4B3D62A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.5DE6ECC0CAC56FBF52E9268E6EF93685>
dwc:eventDate "2017-09-18" ;
dwc:locality "Trung Phin" ;
dwc:samplingProtocol "light trap" ;
dwc:verbatimLatitude "22.5038" ;
dwc:verbatimLongitude "105.389946" ;
trt:httpUri <https://treatment.plazi.org/id/2801621EB0995727B3D528D0459E1E12#5DE6ECC0CAC56FBF52E9268E6EF93685> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.AD56DA89C300F84ACB43BE698FD36226>
dwc:eventDate "2023-06-12" ;
dwc:locality "Pho Bang" ;
dwc:recordedBy "Dinh Dieu Thuy" ;
dwc:samplingProtocol "light trap" ;
trt:httpUri <https://treatment.plazi.org/id/2801621EB0995727B3D528D0459E1E12#AD56DA89C300F84ACB43BE698FD36226> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/2801621EB0995727B3D528D0459E1E12.mc.56A6EE7663CD6FFC6CA976A8DEA07D43>
dwc:eventDate "2020-07-12" ;
dwc:locality "Suoi Rong" ;
dwc:recordedBy "PV Phu" ;
dwc:samplingProtocol "light trap" ;
dwc:verbatimElevation "285" ;
dwc:verbatimLatitude "11.486195" ;
dwc:verbatimLongitude "107.166336" ;
trt:httpUri <https://treatment.plazi.org/id/2801621EB0995727B3D528D0459E1E12#56A6EE7663CD6FFC6CA976A8DEA07D43> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,85 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280171E79A81545CBA8B16045E220FDB>
cito:cites <http://dx.doi.org/10.3897/zookeys.1071.72515.figure1> ;
dc:creator "Wood, Hannah M.; Singh, Hukam; Grimaldi, David A." ;
dc:title "Myrmecarchaea sp." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1071.72515> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Myrmecarchaea> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1071.72515>
bibo:endPage "61" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-11-17" ;
bibo:startPage "49" ;
bibo:volume "1071" ;
dc:creator "Wood, Hannah M.; Singh, Hukam; Grimaldi, David A." ;
dc:date "2021" ;
dc:title "Another Laurasian connection in the Early Eocene of India: Myrmecarchaea spiders (Araneae, Archaeidae)" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1071.72515.figure1> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Myrmecarchaea>
dwc:class "Arachnida" ;
dwc:family "Archaeidae" ;
dwc:genus "Myrmecarchaea" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Archaeidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Archaeidae>
dwc:class "Arachnida" ;
dwc:family "Archaeidae" ;
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.1071.72515.figure1>
dc:description "Figure 1. Images of Myrmecarchaea sp. (BSIP 41985) from Cambay amber A exuvium, ventral; arrow pointing to dorsal of abdomen B cephalothorax, dorsal; asterisks denote the coxal openings on the right side where the legs were pulled out of the ventral portion of the exuvium; arrow pointing to some silk threads that is part of a mesh that covers the dorsum of the exuvium C abdomen, lateral; arrow pointing at spinnerets; ' ds' showing the anterior dorsal abdominal sclerite, which is folded back as part of the molting process when the spider freed its body from the exuvium; ' bl' marking the booklung cover that is attached to the anterior ventral abdominal sclerite (labeled ' vs') D anterior portion of cephalothorax, ventral; for reference, the coxae on the right side are numbered and labeled (c = coxa) E distal portion of chelicerae, posterior; dashed line outlines the cheliceral gland mound on the right chelicera; arrow points to one peg tooth F posterior portion of cephalothorax, ventral; for reference, the coxae on the left side are numbered and labeled (c = coxa); arrows show the lateral spurs on the pedicel; black line shows the diastema between coxa III and coxa IV. Scale bars: 1 mm (A, B); 0.25 mm (C-F)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/611878> ;
a fabio:Figure .

View file

@ -0,0 +1,138 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/28019CDA45F95928A638FBFC2E7CFBCF>
cito:cites <http://dx.doi.org/10.3897/zookeys.1056.56996.figure7> ;
dc:creator "Wang, Ya-Lian; Li, Qiao; Toda, Masanori J.; Gao, Jian-Jun" ;
dc:title "Dettopsomyia camelonota Wang, Li & Gao 2021, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/28019CDA45F95928A638FBFC2E7CFBCF.mc.437EF39C1988060AF6CABB8088E37A86>, <http://tb.plazi.org/GgServer/dwcaRecords/28019CDA45F95928A638FBFC2E7CFBCF.mc.BBA8F7B6425EAAD7EE1CE1218484C083> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dettopsomyia_camelonota_Wang_2021> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1056.56996> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1056.56996>
bibo:endPage "94" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-08-19" ;
bibo:startPage "73" ;
bibo:volume "1056" ;
dc:creator "Wang, Ya-Lian; Li, Qiao; Toda, Masanori J.; Gao, Jian-Jun" ;
dc:date "2021" ;
dc:title "The genus Dettopsomyia Lamb, 1914 (Diptera, Drosophilidae) from southern China" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1056.56996.figure7> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dettopsomyia_camelonota_Wang_2021>
dwc:LSID "http://zoobank.org/7BCD32DA-ABD3-47B3-AAC9-5DF315757B63" ;
dwc:authority "Wang, Li & Gao" ;
dwc:authorityName "Wang, Li & Gao" ;
dwc:authorityYear "2021" ;
dwc:class "Insecta" ;
dwc:family "Drosophilidae" ;
dwc:genus "Dettopsomyia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wang, Li & Gao, 2021" ;
dwc:species "camelonota" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/9HHYC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dettopsomyia_camelonota> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dettopsomyia_camelonota>
dwc:class "Insecta" ;
dwc:family "Drosophilidae" ;
dwc:genus "Dettopsomyia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "camelonota" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dettopsomyia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dettopsomyia>
dwc:class "Insecta" ;
dwc:family "Drosophilidae" ;
dwc:genus "Dettopsomyia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Drosophilidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Drosophilidae>
dwc:class "Insecta" ;
dwc:family "Drosophilidae" ;
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.3897/zookeys.1056.56996.figure7>
dc:description "Figure 7. Dettopsomyia camelonota Wang, Li & Gao, sp. nov. (A-I # 01607, J-L paratype # 01608) A left lateral habitus B head and thorax (dorsal view) C wing (right, dorsal view) D abdomen (lateral view) E abdomen (dorsal view) F periphallic organs (posterolateral view) G surstylus H phallic organs (ventral view) I phallic organs (dorsolateral view) J oviscapt (lateral view) K oviscapt (ventral view) L spermatheca. Scale bars: 1.0 mm (photograph) or 0.1 mm (line drawing)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/579217> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/28019CDA45F95928A638FBFC2E7CFBCF.mc.437EF39C1988060AF6CABB8088E37A86>
dwc:eventDate "2012-10-25" ;
dwc:locality "Banpo" ;
dwc:recordedBy "J. J. Gao" ;
dwc:typeStatus "Holotype" ;
dwc:verbatimElevation "1300" ;
dwc:verbatimLatitude "22.73" ;
dwc:verbatimLongitude "101.12" ;
trt:httpUri <https://treatment.plazi.org/id/28019CDA45F95928A638FBFC2E7CFBCF#437EF39C1988060AF6CABB8088E37A86> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/28019CDA45F95928A638FBFC2E7CFBCF.mc.BBA8F7B6425EAAD7EE1CE1218484C083>
dwc:eventDate "2021-01-01" ;
dwc:locality "China" ;
dwc:recordedBy "J. J. Gao" ;
dwc:typeStatus "Paratype" ;
dwc:verbatimElevation "1300" ;
dwc:verbatimLatitude "22.73" ;
dwc:verbatimLongitude "101.12" ;
trt:httpUri <https://treatment.plazi.org/id/28019CDA45F95928A638FBFC2E7CFBCF#BBA8F7B6425EAAD7EE1CE1218484C083> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,166 @@
@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/2801A450F03E5123929E1DC5EBFF9E59>
cito:cites <http://dx.doi.org/10.3897/asp.81.e104396.figure3>, <http://dx.doi.org/10.3897/asp.81.e104396.figure5>, <http://dx.doi.org/10.3897/asp.81.e104396.figure6>, <http://dx.doi.org/10.3897/asp.81.e104396.figure7>, <http://dx.doi.org/10.3897/asp.81.e104396.figure9>, <http://dx.doi.org/10.3897/asp.81.e104396.figure12> ;
dc:creator "Konstantinov, Fedor V." ;
dc:title "Mesopsallus Wagner 1970, stat. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mesopsallus_Wagner_1970> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Mesopsallus_Konstantinov_2023>, <http://taxon-concept.plazi.org/id/Animalia/Psallus_Konstantinov_2023> ;
trt:publishedIn <http://dx.doi.org/10.3897/asp.81.e104396> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/asp.81.e104396>
bibo:endPage "879" ;
bibo:journal "Arthropod Systematics & amp; Phylogeny" ;
bibo:pubDate "2023-11-09" ;
bibo:startPage "845" ;
bibo:volume "81" ;
dc:creator "Konstantinov, Fedor V." ;
dc:date "2023" ;
dc:title "Plant bugs with swollen antennae: a morphology-based phylogenetic analysis of Heterocapillus Wagner, 1960 and related genera (Hemiptera: Miridae: Phylinae)" ;
fabio:hasPart <http://dx.doi.org/10.3897/asp.81.e104396.figure3>, <http://dx.doi.org/10.3897/asp.81.e104396.figure5>, <http://dx.doi.org/10.3897/asp.81.e104396.figure6>, <http://dx.doi.org/10.3897/asp.81.e104396.figure7>, <http://dx.doi.org/10.3897/asp.81.e104396.figure9>, <http://dx.doi.org/10.3897/asp.81.e104396.figure12> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mesopsallus_Wagner_1970>
dwc:LSID "2801A450-F03E-5123-929E-1DC5EBFF9E59" ;
dwc:authority "Wagner, 1970" ;
dwc:authorityName "Wagner" ;
dwc:authorityYear "1970" ;
dwc:class "Insecta" ;
dwc:family "Miridae" ;
dwc:genus "Mesopsallus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Wagner, 1970" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mesopsallus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Mesopsallus_Konstantinov_2023>
dwc:authorityName "Konstantinov" ;
dwc:authorityYear "2023" ;
dwc:class "Insecta" ;
dwc:family "Miridae" ;
dwc:genus "Mesopsallus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Konstantinov, 2023" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mesopsallus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Psallus_Konstantinov_2023>
dwc:authorityName "Konstantinov" ;
dwc:authorityYear "2023" ;
dwc:class "Insecta" ;
dwc:family "Miridae" ;
dwc:genus "Psallus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Konstantinov, 2023" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Psallus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mesopsallus>
dwc:class "Insecta" ;
dwc:family "Miridae" ;
dwc:genus "Mesopsallus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Miridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Miridae>
dwc:class "Insecta" ;
dwc:family "Miridae" ;
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/Psallus>
dwc:class "Insecta" ;
dwc:family "Miridae" ;
dwc:genus "Psallus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Miridae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/asp.81.e104396.figure3>
dc:description "Figure 3. Dorsal habitus of species included in the phylogenetic analysis. A Atractotomus amygdali ♂; B A. rhodani ♂; C A. magnicornis ♂; D A. magnicornis ♀; E Mesopsallus mali ♂; F M. mali ♀; G Salicarus genistae ♂; H S. genistae ♀; I Heterocapillus tigripes ♂; J H. tigripes ♀; K Salicarus cavinotum ♂; L S. cavinotum ♀; M Mesopsallus pici ♀; N Mesopsallius ambiguus ♂; O Atractotomus parvulus, holotype ♀; P Atractotomus parvulus ♂, a specimen described as a male of Heterocapillus schmiedeknechti (Wagner 1973 a). Scale bar in A valid for all pictures." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/933888> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/asp.81.e104396.figure5>
dc:description "Figure 5. Head and pronotum in dorsal view. A Campylomma pusillum ♂; B Campylomma atlanticum ♂; C Lobicris basalis ♀; D Salicarus roseri ♀; E S. roseri ♂; F Psallus (Phylidea) validicornis ♂; G P. (P.) validicornis ♀; H Heterocapillus tigripes ♂; I H. tigripes ♀; J Mesopsallus amygdali ♂; K M. amygdali ♀; L Mesopsallus pici ♀; M Salicarus nitidus ♂; N S. nitidus ♀; O Abietocapsus dissimilis ♂; P A. dissimilis ♀." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/933890> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/asp.81.e104396.figure6>
dc:description "Figure 6. Vestiture. A - F Hemelytron in dorsal view: A Salicarus halimodendri ♂; B Abietocapsus dissimilis ♂; C Heterocapillus genistae ♀; D Mesopsallus ambiguus ♂; E Mesopsallus mali ♂; F Mesopsallus pici ♀. G - H Head and pronotum in lateral view: G Heterocapillus tigripes ♂; H Salicarus perpusillus ♂." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/933891> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/asp.81.e104396.figure7>
dc:description "Figure. 7. SEM images of selected structures. A Mesopsallus ambiguus, head and pronotum in lateral view ♂; B Salicarus roseri, head and pronotum in lateral view ♂; C Mesopsallus ambiguus, head in lateral view ♂; D Mesopsallus ambiguus, abdomen in lateral view ♂; E Mesopsallus ambiguus, vestiture of hemelytron ♂; F Salicarus fulvicornis, vestiture of hemelytron ♂; G Mesopsallus ambiguus, metathoracic pretarsus in lateral view ♂; H Salicarus fulvicornis, metathoracic claw in lateral view ♂; I Mesopsallus mali, metathoracic pretarsus in lateral view ♀; J Lobicris basalis, metathoracic preatrsus in lateral view ♂; K Salicarus roseri, metathoracic pretarsus in lateral view ♀; L Heterocapillus tigripes, metathoracic pretarsus in ventral view ♂." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/933892> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/asp.81.e104396.figure9>
dc:description "Figure 9. Male genitalia. A - E Psallus (Phylidea) validicornis, vesica: A apex of vesica in lateral view, magnified, B - C: vesica in ventral and lateral views. D, E: holotype of P. (Psallus P.) Psallus niger, vesica in ventral and lateral views. F - N: vesica of Mesopsallus spp: F M. ambiguus; G - H M. mali in lateral and ventral views; I, J M. rhodani in left and right lateral views; K, L M. pici in lateral and ventral views; M, N M. amygdali in lateral and ventral views. O, P Psallus (Phylidea) validicornis, holotype of P. niger: O right paramere, P apex of phallotheca. Q - T Salicarus spp., vesica in lateral view: Q S. cavinotum; R S. nitidus; S S. genistae; T S. perpusillus." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/933894> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/asp.81.e104396.figure12>
dc:description "Figure 12. Female genitalia. A Mesopsallus ambiguus, vestibulum. B Psallus (Phylidea) validicornis, dorsal labiate plate. C Salicarus genistae, vestibulum. D-F Salicarus roseri: D dorsal labiate plate; E sclerotized ring, magnified; F vestibulum." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/933897> ;
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/28030BFF067226DCD1FADAFD030239EA>
dc:creator "Likhitrakarn, Natdanai; Golovatch, Sergei I.; Panha, Somsak" ;
dc:title "Orthomorpha gladiata Likhitrakarn, Golovatch & Panha, 2014, sp. n." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.374.6711> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Orthomorpha_gladiata> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.374.6711>
bibo:endPage "22" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "374" ;
dc:creator "Likhitrakarn, Natdanai; Golovatch, Sergei I.; Panha, Somsak" ;
dc:date "2014" ;
dc:title "The millipede genus Orthomorpha Bollman, 1893 in Laos (Diplopoda, Polydesmida, Paradoxosomatidae), with descriptions of new species" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Orthomorpha_gladiata>
dwc:class "Diplopoda" ;
dwc:family "Paradoxosomatidae" ;
dwc:genus "Orthomorpha" ;
dwc:kingdom "Animalia" ;
dwc:order "Polydesmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gladiata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthomorpha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthomorpha>
dwc:class "Diplopoda" ;
dwc:family "Paradoxosomatidae" ;
dwc:genus "Orthomorpha" ;
dwc:kingdom "Animalia" ;
dwc:order "Polydesmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paradoxosomatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paradoxosomatidae>
dwc:class "Diplopoda" ;
dwc:family "Paradoxosomatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Polydesmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polydesmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polydesmida>
dwc:class "Diplopoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Polydesmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diplopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diplopoda>
dwc:class "Diplopoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/28033F9A31C8A321EE6E58EC8162290D>
dc:creator "Linnaeus, Carolus" ;
dc:title "Phalaena processionea Linnaeus, 1758, spec. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Phalaena_processionea_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/Phalaena_processionea_Linnaeus_1758>
dwc:LSID "urn:lsid:zoobank.org:act:C2F1AC28-3811-4564-818F-2FDFF958E2A3" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1758" ;
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Phalaena" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1758" ;
dwc:species "processionea" ;
dwc:zbkClass "Insecta" ;
dwc:zbkKingdom "Animalia" ;
dwc:zbkOrder "Lepidoptera" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Phalaena_processionea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Phalaena_processionea>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Phalaena" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "processionea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phalaena> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phalaena>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:genus "Phalaena" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Noctuidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Noctuidae>
dwc:class "Insecta" ;
dwc:family "Noctuidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

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/280387924C2CFFE4FF7EFE3E321F7AA6>
cito:cites <http://dx.doi.org/10.5281/zenodo.212855>, <http://dx.doi.org/10.5281/zenodo.212860>, <http://dx.doi.org/10.5281/zenodo.212853> ;
dc:creator "Wollenberg, Katharina C.; Glaw, Frank; Vences, Miguel" ;
dc:title "Gephyromantis" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.212849> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Gephyromantis> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.212849>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "32" ;
bibo:volume "3421" ;
dc:creator "Wollenberg, Katharina C.; Glaw, Frank; Vences, Miguel" ;
dc:date "2012" ;
dc:title "Revision of the little brown frogs in the Gephyromantis decaryi complex with description of a new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.212855>, <http://dx.doi.org/10.5281/zenodo.212860>, <http://dx.doi.org/10.5281/zenodo.212853> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Gephyromantis>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:genus "Gephyromantis" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mantellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mantellidae>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anura> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anura>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphibia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphibia>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.212855>
dc:description "FIGURE 6. Photographs of dorsal skin structure in preserved specimens of (a) Gephyromantis decaryi (ZSM 2497 / 2007; field number ZCMV 5223), (b) G. verrucosus (ZSM 2462 / 2007; ZCMV 5459), (c) G. hintelmannae (holotype ZSM 2500 / 2007; ZCMV 5230), and (d) G. sp. 7 (ZSM 2492 / 2007; ZCMV 5485). Note continuous dorsolateral ridges in G. decaryi, discontinuous ridges and elongated tubercles in G. verrucosus, and relatively smooth skin with weakly expressed ridges in G. hintelmannae and G. sp. 7. Scale bars represent 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/212855/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212860>
dc:description "FIGURE 11. Preserved specimens of the species and candidate species in the Gephyromantis decaryi complex; left—dorsal, right—ventral view. A— G. d e c a r y i (ZSM 2597 / 2007; field number ZCMV 5223); B— G. hintelmannae (holotype 2500 / 2007; ZCMV 5230); C— G. sp. 7 (ZSM 2492 / 2007; ZCMV 5485); D— G. verrucosus (ZSM 2462 / 2007; ZCMV 5495). Not to scale (see Table 1 for precise measurements of the specimens)." ;
fabio:hasRepresentation <https://zenodo.org/record/212860/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212853>
dc:description "FIGURE 4. Comparative dorsolateral and ventral views of males of the four species respectively candidate species in the Gephyromantis decaryi complex. (a, b) Gephyromantis decaryi from Ranomafana, specimen photographed in 2007 and preserved in the UADBA collection; (c, d) Gephyromantis verrucosus from Manombo, specimen ZSM 2508 / 2007 (field number ZCMV 5495); (e, f) Gephyromantis hintelmannae from Ambohitsara, holotype specimen ZSM 2500 / 2007 (field number ZCMV 5230); (g, h) Gephyromantis sp. 7, specimen preserved in UADBA (field number ZCMV 5484)." ;
fabio:hasRepresentation <https://zenodo.org/record/212853/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,124 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280387924C2EFFE5FF7EFC8B30757D48>
cito:cites <http://dx.doi.org/10.5281/zenodo.212855>, <http://dx.doi.org/10.5281/zenodo.212854>, <http://dx.doi.org/10.5281/zenodo.212853> ;
dc:creator "Wollenberg, Katharina C.; Glaw, Frank; Vences, Miguel" ;
dc:title "Gephyromantis hintelmannae Wollenberg, Glaw & Vences, 2012, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gephyromantis_hintelmannae_Wollenberg_2012> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.212849> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.212849>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "32" ;
bibo:volume "3421" ;
dc:creator "Wollenberg, Katharina C.; Glaw, Frank; Vences, Miguel" ;
dc:date "2012" ;
dc:title "Revision of the little brown frogs in the Gephyromantis decaryi complex with description of a new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.212855>, <http://dx.doi.org/10.5281/zenodo.212854>, <http://dx.doi.org/10.5281/zenodo.212853> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gephyromantis_hintelmannae_Wollenberg_2012>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Wollenberg, Glaw & Vences, 2012" ;
dwc:authorityName "Wollenberg, Glaw & Vences" ;
dwc:authorityYear "2012" ;
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:genus "Gephyromantis" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wollenberg, Glaw & Vences, 2012" ;
dwc:species "hintelmannae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3FTTS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gephyromantis_hintelmannae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gephyromantis_hintelmannae>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:genus "Gephyromantis" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "hintelmannae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gephyromantis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gephyromantis>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:genus "Gephyromantis" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mantellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mantellidae>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anura> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anura>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphibia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphibia>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.212855>
dc:description "FIGURE 6. Photographs of dorsal skin structure in preserved specimens of (a) Gephyromantis decaryi (ZSM 2497 / 2007; field number ZCMV 5223), (b) G. verrucosus (ZSM 2462 / 2007; ZCMV 5459), (c) G. hintelmannae (holotype ZSM 2500 / 2007; ZCMV 5230), and (d) G. sp. 7 (ZSM 2492 / 2007; ZCMV 5485). Note continuous dorsolateral ridges in G. decaryi, discontinuous ridges and elongated tubercles in G. verrucosus, and relatively smooth skin with weakly expressed ridges in G. hintelmannae and G. sp. 7. Scale bars represent 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/212855/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212854>
dc:description "FIGURE 5. Morphometric differentiation of specimens from Ranomafana (G. decaryi, open gray dots), from Ambohitsara (G. hintelmannae, filled gray dots), from Manombo (G. verrucosus, red filled dots), and Manakara (G. sp. 7, filled black dots). Polygonal shapes denote morphological differences among groups. A - G. verrucosus and G. sp. 7 differ in PCs 3 and 5; B G. decaryi shows different PC 1 / SVL values as compared to all other species of the G. d e c a r y i complex. C G. hintelmannae is well distinguished from G. sp. 7 by the residuals of TL and HL, but shows some overlap with specimens belonging to G. v e r r u - cosus." ;
fabio:hasRepresentation <https://zenodo.org/record/212854/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212853>
dc:description "FIGURE 4. Comparative dorsolateral and ventral views of males of the four species respectively candidate species in the Gephyromantis decaryi complex. (a, b) Gephyromantis decaryi from Ranomafana, specimen photographed in 2007 and preserved in the UADBA collection; (c, d) Gephyromantis verrucosus from Manombo, specimen ZSM 2508 / 2007 (field number ZCMV 5495); (e, f) Gephyromantis hintelmannae from Ambohitsara, holotype specimen ZSM 2500 / 2007 (field number ZCMV 5230); (g, h) Gephyromantis sp. 7, specimen preserved in UADBA (field number ZCMV 5484)." ;
fabio:hasRepresentation <https://zenodo.org/record/212853/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/280387924C31FFFEFF7EFB3532537E73>
cito:cites <http://dx.doi.org/10.5281/zenodo.212861>, <http://dx.doi.org/10.5281/zenodo.212859>, <http://dx.doi.org/10.5281/zenodo.212858>, <http://dx.doi.org/10.5281/zenodo.212854> ;
dc:creator "Wollenberg, Katharina C.; Glaw, Frank; Vences, Miguel" ;
dc:title "Gephyromantis decaryi Angel 1930" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gephyromantis_decaryi_Angel_1930> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.212849> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.212849>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "32" ;
bibo:volume "3421" ;
dc:creator "Wollenberg, Katharina C.; Glaw, Frank; Vences, Miguel" ;
dc:date "2012" ;
dc:title "Revision of the little brown frogs in the Gephyromantis decaryi complex with description of a new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.212861>, <http://dx.doi.org/10.5281/zenodo.212859>, <http://dx.doi.org/10.5281/zenodo.212858>, <http://dx.doi.org/10.5281/zenodo.212854> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gephyromantis_decaryi_Angel_1930>
dwc:authority "Angel, 1930" ;
dwc:authorityName "Angel" ;
dwc:authorityYear "1930" ;
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:genus "Gephyromantis" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Angel, 1930" ;
dwc:species "decaryi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3FTTK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gephyromantis_decaryi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gephyromantis_decaryi>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:genus "Gephyromantis" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "decaryi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gephyromantis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gephyromantis>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:genus "Gephyromantis" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mantellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mantellidae>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anura> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anura>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphibia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphibia>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.212861>
dc:description "FIGURE 12. Preserved lectotypes of A— G. d e c a r y i (MNHN 1930.435) and B— G. verrucosus (MNHN 1930.444); photographs taken by A. Miralles. Note the poor state of preservation of the type of G. decaryi, with one hindlimb detached from the body. Scale bars represent 5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/212861/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212859>
dc:description "FIGURE 10. Distribution map of species of the Gephyromantis decaryi complex. Midongy du Sud and Ikongo (= Fort Carnot) refer to the type localities of G. decaryi and G. verrucosus, respectively." ;
fabio:hasRepresentation <https://zenodo.org/record/212859/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212858>
dc:description "FIGURE 9. Photographs of the femoral glands of preserved specimens of species of the Gephyromantis decaryi complex in internal view (after reflection of ventral skin of thigh). (a) G. decaryi (ZSM 2496 / 2007; field number ZCMV 5222), (b) G. v e rrucosus (ZSM 2505 / 2007; ZCMV 5438), (c) G. hintelmannae (ZSM 2501 / 2007; ZCMV 5231), and (d) G. sp. 7 (ZSM 2491 / 2007; ZCMV 5424). Scale bars represent 1 mm. Note the slightly larger size of the scale bar in b vs. a, illustrating the larger size of the gland in G. decaryi vs. G. verrucosus." ;
fabio:hasRepresentation <https://zenodo.org/record/212858/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212854>
dc:description "FIGURE 5. Morphometric differentiation of specimens from Ranomafana (G. decaryi, open gray dots), from Ambohitsara (G. hintelmannae, filled gray dots), from Manombo (G. verrucosus, red filled dots), and Manakara (G. sp. 7, filled black dots). Polygonal shapes denote morphological differences among groups. A - G. verrucosus and G. sp. 7 differ in PCs 3 and 5; B G. decaryi shows different PC 1 / SVL values as compared to all other species of the G. d e c a r y i complex. C G. hintelmannae is well distinguished from G. sp. 7 by the residuals of TL and HL, but shows some overlap with specimens belonging to G. v e r r u - cosus." ;
fabio:hasRepresentation <https://zenodo.org/record/212854/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,133 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280387924C37FFE7FF7EFD20314A7EE0>
cito:cites <http://dx.doi.org/10.5281/zenodo.212861>, <http://dx.doi.org/10.5281/zenodo.212859>, <http://dx.doi.org/10.5281/zenodo.212855>, <http://dx.doi.org/10.5281/zenodo.212854>, <http://dx.doi.org/10.5281/zenodo.212853> ;
dc:creator "Wollenberg, Katharina C.; Glaw, Frank; Vences, Miguel" ;
dc:title "Gephyromantis verrucosus Angel 1930" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gephyromantis_verrucosus_Angel_1930> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.212849> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.212849>
bibo:endPage "60" ;
bibo:journal "Zootaxa" ;
bibo:startPage "32" ;
bibo:volume "3421" ;
dc:creator "Wollenberg, Katharina C.; Glaw, Frank; Vences, Miguel" ;
dc:date "2012" ;
dc:title "Revision of the little brown frogs in the Gephyromantis decaryi complex with description of a new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.212861>, <http://dx.doi.org/10.5281/zenodo.212859>, <http://dx.doi.org/10.5281/zenodo.212855>, <http://dx.doi.org/10.5281/zenodo.212854>, <http://dx.doi.org/10.5281/zenodo.212853> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gephyromantis_verrucosus_Angel_1930>
dwc:authority "Angel, 1930" ;
dwc:authorityName "Angel" ;
dwc:authorityYear "1930" ;
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:genus "Gephyromantis" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Angel, 1930" ;
dwc:species "verrucosus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6KCLW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gephyromantis_verrucosus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gephyromantis_verrucosus>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:genus "Gephyromantis" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "verrucosus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gephyromantis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gephyromantis>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:genus "Gephyromantis" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mantellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mantellidae>
dwc:class "Amphibia" ;
dwc:family "Mantellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anura> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anura>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:order "Anura" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphibia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphibia>
dwc:class "Amphibia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.212861>
dc:description "FIGURE 12. Preserved lectotypes of A— G. d e c a r y i (MNHN 1930.435) and B— G. verrucosus (MNHN 1930.444); photographs taken by A. Miralles. Note the poor state of preservation of the type of G. decaryi, with one hindlimb detached from the body. Scale bars represent 5 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/212861/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212859>
dc:description "FIGURE 10. Distribution map of species of the Gephyromantis decaryi complex. Midongy du Sud and Ikongo (= Fort Carnot) refer to the type localities of G. decaryi and G. verrucosus, respectively." ;
fabio:hasRepresentation <https://zenodo.org/record/212859/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212855>
dc:description "FIGURE 6. Photographs of dorsal skin structure in preserved specimens of (a) Gephyromantis decaryi (ZSM 2497 / 2007; field number ZCMV 5223), (b) G. verrucosus (ZSM 2462 / 2007; ZCMV 5459), (c) G. hintelmannae (holotype ZSM 2500 / 2007; ZCMV 5230), and (d) G. sp. 7 (ZSM 2492 / 2007; ZCMV 5485). Note continuous dorsolateral ridges in G. decaryi, discontinuous ridges and elongated tubercles in G. verrucosus, and relatively smooth skin with weakly expressed ridges in G. hintelmannae and G. sp. 7. Scale bars represent 1 mm." ;
fabio:hasRepresentation <https://zenodo.org/record/212855/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212854>
dc:description "FIGURE 5. Morphometric differentiation of specimens from Ranomafana (G. decaryi, open gray dots), from Ambohitsara (G. hintelmannae, filled gray dots), from Manombo (G. verrucosus, red filled dots), and Manakara (G. sp. 7, filled black dots). Polygonal shapes denote morphological differences among groups. A - G. verrucosus and G. sp. 7 differ in PCs 3 and 5; B G. decaryi shows different PC 1 / SVL values as compared to all other species of the G. d e c a r y i complex. C G. hintelmannae is well distinguished from G. sp. 7 by the residuals of TL and HL, but shows some overlap with specimens belonging to G. v e r r u - cosus." ;
fabio:hasRepresentation <https://zenodo.org/record/212854/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.212853>
dc:description "FIGURE 4. Comparative dorsolateral and ventral views of males of the four species respectively candidate species in the Gephyromantis decaryi complex. (a, b) Gephyromantis decaryi from Ranomafana, specimen photographed in 2007 and preserved in the UADBA collection; (c, d) Gephyromantis verrucosus from Manombo, specimen ZSM 2508 / 2007 (field number ZCMV 5495); (e, f) Gephyromantis hintelmannae from Ambohitsara, holotype specimen ZSM 2500 / 2007 (field number ZCMV 5230); (g, h) Gephyromantis sp. 7, specimen preserved in UADBA (field number ZCMV 5484)." ;
fabio:hasRepresentation <https://zenodo.org/record/212853/files/figure.png> ;
a fabio:Figure .

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/2803FD03FFD6FFFB7284F968A6EC5780>
cito:cites <http://dx.doi.org/10.5281/zenodo.270833>, <http://dx.doi.org/10.5281/zenodo.270832>, <http://dx.doi.org/10.5281/zenodo.270835>, <http://dx.doi.org/10.5281/zenodo.270834> ;
dc:creator "Almeida, Everlin; Costa, Sabrina; Mariano, Rodolfo" ;
dc:title "Hermanella angeli Almeida, Costa & Mariano, 2016, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hermanella_angeli_Almeida_2016> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4078.1.10> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4078.1.10>
bibo:endPage "126" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:startPage "121" ;
bibo:volume "4078" ;
dc:creator "Almeida, Everlin; Costa, Sabrina; Mariano, Rodolfo" ;
dc:date "2016" ;
dc:title "A new species of the genus Hermanella Needham & Murphy (Ephemeroptera: Leptophlebiidae) from Northeastern Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.270833>, <http://dx.doi.org/10.5281/zenodo.270832>, <http://dx.doi.org/10.5281/zenodo.270835>, <http://dx.doi.org/10.5281/zenodo.270834> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hermanella_angeli_Almeida_2016>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Almeida, Costa & Mariano, 2016" ;
dwc:authorityName "Almeida, Costa & Mariano" ;
dwc:authorityYear "2016" ;
dwc:class "Insecta" ;
dwc:family "Leptophlebiidae" ;
dwc:genus "Hermanella" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Almeida, Costa & Mariano, 2016" ;
dwc:species "angeli" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hermanella_angeli> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hermanella_angeli>
dwc:class "Insecta" ;
dwc:family "Leptophlebiidae" ;
dwc:genus "Hermanella" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "angeli" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hermanella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hermanella>
dwc:class "Insecta" ;
dwc:family "Leptophlebiidae" ;
dwc:genus "Hermanella" ;
dwc:kingdom "Animalia" ;
dwc:order "Ephemeroptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptophlebiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptophlebiidae>
dwc:class "Insecta" ;
dwc:family "Leptophlebiidae" ;
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.270833>
dc:description "FIGURES 5 8. Hermanella angeli sp nov., male imago. 5 a. forewing; 5 b. color of C and Sc area of forewing; 6. hind wing; 7. penes in ventral view; 8. male genitalia in ventral view." ;
fabio:hasRepresentation <https://zenodo.org/record/270833/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.270832>
dc:description "FIGURES 1 4. Hermanella angeli sp nov., male imago. 1. prosternum; 2. thorax in lateral view; 3. abdomen in dorsal view; 4. abdomen in lateral view." ;
fabio:hasRepresentation <https://zenodo.org/record/270832/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.270835>
dc:description "FIGURES 16 19. Hermanella angeli sp nov., nymph. 16. fore leg; 17. middle leg; 18. hind leg; 19. detail of accessory denticles of tarsal claws." ;
fabio:hasRepresentation <https://zenodo.org/record/270835/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.270834>
dc:description "FIGURES 9 15. Hermanella angeli sp nov., nymph. 9. habitus in dorsal view. 10. male head in dorsal view; 11. gills; 12. labrum in dorsal view; 13 a. left mandible; 13 b. mandible incisors; 14. maxilla; 15. labium in ventral view." ;
fabio:hasRepresentation <https://zenodo.org/record/270834/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,155 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/28041C1DAC1559AB9E4C9E69A048484A>
cito:cites <http://dx.doi.org/10.3897/zookeys.1189.111041.figure25>, <http://dx.doi.org/10.3897/zookeys.1189.111041.figure26>, <http://dx.doi.org/10.3897/zookeys.1189.111041.figure27>, <http://dx.doi.org/10.3897/zookeys.1189.111041.figure28>, <http://dx.doi.org/10.3897/zookeys.1189.111041.figure29> ;
dc:creator "Liu, Bin-Lu; Yao, Yan-bin; Jiang, Zi-Min; Xiao, Yong-hong; Liu, Ke-Ke" ;
dc:title "Pararana mingxuani Yao & Liu 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/28041C1DAC1559AB9E4C9E69A048484A.mc.62820999EC3E62A1732131FA86F35264>, <http://tb.plazi.org/GgServer/dwcaRecords/28041C1DAC1559AB9E4C9E69A048484A.mc.83D8E565636CB2BE2AC63C409B04FADF> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pararana_mingxuani_Yao_2024> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1189.111041> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1189.111041>
bibo:endPage "325" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-01-18" ;
bibo:startPage "287" ;
bibo:volume "1189" ;
dc:creator "Liu, Bin-Lu; Yao, Yan-bin; Jiang, Zi-Min; Xiao, Yong-hong; Liu, Ke-Ke" ;
dc:date "2024" ;
dc:title "Midget cave spiders (Araneae, Leptonetidae) from Jiangxi and Fujian Province, China" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1189.111041.figure25>, <http://dx.doi.org/10.3897/zookeys.1189.111041.figure26>, <http://dx.doi.org/10.3897/zookeys.1189.111041.figure27>, <http://dx.doi.org/10.3897/zookeys.1189.111041.figure28>, <http://dx.doi.org/10.3897/zookeys.1189.111041.figure29> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pararana_mingxuani_Yao_2024>
dwc:LSID "https://zoobank.org/CDB6306E-1FF8-49B4-B68C-F2ECEA5FD3D5" ;
dwc:authority "Yao & Liu" ;
dwc:authorityName "Yao & Liu" ;
dwc:authorityYear "2024" ;
dwc:class "Arachnida" ;
dwc:family "Leptonetidae" ;
dwc:genus "Pararana" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yao & Liu, 2024" ;
dwc:species "mingxuani" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pararana_mingxuani> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pararana_mingxuani>
dwc:class "Arachnida" ;
dwc:family "Leptonetidae" ;
dwc:genus "Pararana" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mingxuani" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pararana> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pararana>
dwc:class "Arachnida" ;
dwc:family "Leptonetidae" ;
dwc:genus "Pararana" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptonetidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptonetidae>
dwc:class "Arachnida" ;
dwc:family "Leptonetidae" ;
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.1189.111041.figure25>
dc:description "Figure 25. Pararana mingxuani sp. nov., male holotype A habitus, dorsal view B palp, prolateral view C same, ventral view D same, retrolateral view. Abbreviations: Con - conductor, Em - embolus, MA - medial apophysis, PL - prolateral lobe, RL - retrolateral lobe. Scale bars: 0.2 mm (A); 0.1 mm (B-D)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/969289> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1189.111041.figure26>
dc:description "Figure 26. SEM micrographs of Pararana mingxuani sp. nov., male palp A ventral view B patella, retrolateral view C detail of patellar spines, retrolateral view D detail of tegular apophysis, ventral view E detail of conductor and embolus, ventral view. Abbreviations: Con - conductor, Em - embolus, MA - medial apophysis." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/969290> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1189.111041.figure27>
dc:description "Figure 27. Pararana mingxuani sp. nov., female paratype A habitus, dorsal view B same, ventral view C vulva, dorsal view. Abbreviations: At - atrium, Spe - spermathecae, SS - spermathecae stalk. Scale bars: 0.1 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/969291> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1189.111041.figure28>
dc:description "Figure 28. Photographs of living specimens from China. A Longileptoneta guadunensis sp. nov., B L. huboliao sp. nov. C L. jiaxiani sp. nov. D L. letuensis sp. nov. E L. renzhouensis sp. nov. F L. tianmenensis sp. nov. G, H Pararana mingxuani sp. nov." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/969292> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1189.111041.figure29>
dc:description "Figure 29. Records of Falcileptoneta monodactyla (Yin, Wang & Wang, 1984), Leptonetela dawu sp. nov., L. yuanhaoi sp. nov. and L. zuojiashan sp. nov. from Jiangxi; Longileptoneta guadunensis sp. nov., L. huboliao sp. nov., L. jiaxiani sp. nov., L. letuensis sp. nov., L. renzhouensis sp. nov., L. tianmenensis sp. nov., and Pararana mingxuani sp. nov. from Fujian, China." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/969293> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/28041C1DAC1559AB9E4C9E69A048484A.mc.62820999EC3E62A1732131FA86F35264>
dwc:eventDate "2023-04-10" ;
dwc:locality "Fujian Province" ;
dwc:recordedBy "R. Zhao, J. Gong, M. Wu" ;
dwc:typeStatus "Holotype" ;
dwc:verbatimLatitude "25.818779" ;
dwc:verbatimLongitude "119.01808" ;
trt:httpUri <https://treatment.plazi.org/id/28041C1DAC1559AB9E4C9E69A048484A#62820999EC3E62A1732131FA86F35264> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/28041C1DAC1559AB9E4C9E69A048484A.mc.83D8E565636CB2BE2AC63C409B04FADF>
dwc:eventDate "2023-06-05" ;
dwc:locality "Fujian Province" ;
dwc:recordedBy "Y. Yao, W. Zhang, M. Wu, R. Zhao" ;
dwc:typeStatus "Paratype" ;
dwc:verbatimLatitude "25.973349" ;
dwc:verbatimLongitude "119.22108" ;
trt:httpUri <https://treatment.plazi.org/id/28041C1DAC1559AB9E4C9E69A048484A#83D8E565636CB2BE2AC63C409B04FADF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,111 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/28048EF3E80F13E284D5176581CD0C77>
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:title "Tupaia gracilis Thomas 1893" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/28048EF3E80F13E284D5176581CD0C77.mc.705CAA054BCA40C5E768875DFA431D83> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tupaia_gracilis_Thomas_1893> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.7316519> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.7316519>
bibo:endPage "109" ;
bibo:startPage "104" ;
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:date "2005" ;
dc:title "Order Scandentia" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Animalia/Tupaia_gracilis_Thomas_1893>
dwc:authority "Thomas 1893" ;
dwc:authorityName "Thomas" ;
dwc:authorityYear "1893" ;
dwc:class "Mammalia" ;
dwc:family "Tupaiidae" ;
dwc:genus "Tupaia" ;
dwc:kingdom "Animalia" ;
dwc:order "Scandentia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Thomas, 1893" ;
dwc:species "gracilis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/59LYG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tupaia_gracilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tupaia_gracilis>
dwc:class "Mammalia" ;
dwc:family "Tupaiidae" ;
dwc:genus "Tupaia" ;
dwc:kingdom "Animalia" ;
dwc:order "Scandentia" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "gracilis" ;
dwc:vernacularName "Slender Treeshrew"@en ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tupaia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tupaia>
dwc:class "Mammalia" ;
dwc:family "Tupaiidae" ;
dwc:genus "Tupaia" ;
dwc:kingdom "Animalia" ;
dwc:order "Scandentia" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tupaiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tupaiidae>
dwc:class "Mammalia" ;
dwc:family "Tupaiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Scandentia" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scandentia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scandentia>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Scandentia" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mammalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mammalia>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/28048EF3E80F13E284D5176581CD0C77.mc.705CAA054BCA40C5E768875DFA431D83>
trt:gbifOccurrenceId "4867317330" ;
trt:httpUri <https://treatment.plazi.org/id/28048EF3E80F13E284D5176581CD0C77#705CAA054BCA40C5E768875DFA431D83> ;
a dwc:MaterialCitation .

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/2804D83296EF5122B2E31DAB054E9B70>
dc:creator "Reiswig, Henry M.; Dohrmann, Martin; Kelly, Michelle; Mills, Sadie; Schupp, Peter J.; Woerheide, Gert" ;
dc:title "Caulophacus Schulze 1886" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rossellidae_Schulze_1886> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1060.63307> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1060.63307>
bibo:endPage "84" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-09-17" ;
bibo:startPage "33" ;
bibo:volume "1060" ;
dc:creator "Reiswig, Henry M.; Dohrmann, Martin; Kelly, Michelle; Mills, Sadie; Schupp, Peter J.; Woerheide, Gert" ;
dc:date "2021" ;
dc:title "Rossellid glass sponges (Porifera, Hexactinellida) from New Zealand waters, with description of one new genus and six new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rossellidae_Schulze_1886>
dwc:LSID "2804D832-96EF-5122-B2E3-1DAB054E9B70" ;
dwc:authority "Schulze, 1885" ;
dwc:authorityName "Schulze" ;
dwc:authorityYear "1886" ;
dwc:class "Hexactinellida" ;
dwc:family "Rossellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lyssacinosida" ;
dwc:phylum "Porifera" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Schulze, 1886" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rossellidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rossellidae>
dwc:class "Hexactinellida" ;
dwc:family "Rossellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lyssacinosida" ;
dwc:phylum "Porifera" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lyssacinosida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lyssacinosida>
dwc:class "Hexactinellida" ;
dwc:kingdom "Animalia" ;
dwc:order "Lyssacinosida" ;
dwc:phylum "Porifera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hexactinellida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hexactinellida>
dwc:class "Hexactinellida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Porifera" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Porifera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Porifera>
dwc:kingdom "Animalia" ;
dwc:phylum "Porifera" ;
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,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/28061F13CCCD0E3B158E5A417AF42EA8>
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
dc:title "Quercus nigra L." ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Quercus_nigra> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.2.e1099>
bibo:endPage "1099" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "1099" ;
bibo:volume "2" ;
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
dc:date "2014" ;
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Quercus_nigra>
dwc:class "Magnoliopsida" ;
dwc:family "Fagaceae" ;
dwc:genus "Quercus" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "nigra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Quercus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Quercus>
dwc:class "Magnoliopsida" ;
dwc:family "Fagaceae" ;
dwc:genus "Quercus" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fagaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Fagaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Fagales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Fagales" ;
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,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/2806B05F395879179B77D1D11E8DD2CE>
dc:creator "Linnaeus, Carolus" ;
dc:title "Laurus indica Linnaeus, 1753, spec. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Laurus_indica_Linnaeus_1753> ;
trt:publishedIn <https://doi.org/10.5962/bhl.title.669> ;
a trt:Treatment .
<https://doi.org/10.5962/bhl.title.669>
dc:creator "Linnaeus, Carolus" ;
dc:date "1753" ;
dc:title "Species plantarum: exhibentes plantas rite cognitas, ad genera relatas, cum differentiis specificis, nominibus trivialibus, synonymis selectis, locis natalibus, secundum systema sexuale digestas" ;
a fabio:Book .
<http://taxon-concept.plazi.org/id/Plantae/Laurus_indica_Linnaeus_1753>
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Lauraceae" ;
dwc:genus "Laurus" ;
dwc:kingdom "Plantae" ;
dwc:order "Laurales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "indica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3SN24> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Laurus_indica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Laurus_indica>
dwc:class "Magnoliopsida" ;
dwc:family "Lauraceae" ;
dwc:genus "Laurus" ;
dwc:kingdom "Plantae" ;
dwc:order "Laurales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "indica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Laurus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Laurus>
dwc:class "Magnoliopsida" ;
dwc:family "Lauraceae" ;
dwc:genus "Laurus" ;
dwc:kingdom "Plantae" ;
dwc:order "Laurales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lauraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lauraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Lauraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Laurales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Laurales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Laurales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Laurales" ;
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,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/2806BCCC6405561866D3849C6BCD908D>
dc:creator "Mayr, G." ;
dc:title "Paltothyreus tarsatus Mayr" ;
trt:publishedIn <http://publication.plazi.org/id/B82718D933079E45F01FB28D70FC2BBD> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Paltothyreus_tarsatus> ;
a trt:Treatment .
<http://publication.plazi.org/id/B82718D933079E45F01FB28D70FC2BBD>
bibo:endPage "154" ;
bibo:journal "Annalen des Naturhistorischen Museums in Wien" ;
bibo:startPage "124" ;
bibo:volume "10" ;
dc:creator "Mayr, G." ;
dc:date "1895" ;
dc:title "Afrikanische Formiciden." ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Paltothyreus_tarsatus>
dwc:class "Hexapoda" ;
dwc:family "Formicidae" ;
dwc:genus "Paltothyreus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tarsatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paltothyreus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paltothyreus>
dwc:class "Hexapoda" ;
dwc:family "Formicidae" ;
dwc:genus "Paltothyreus" ;
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 "Hexapoda" ;
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 "Hexapoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hexapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hexapoda>
dwc:class "Hexapoda" ;
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,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/2806CAAF410285EAB5F3C470532080C9>
dc:creator "Paprocki, Henrique; Franca, Diogo" ;
dc:title "Macronema partitum Navas 1932" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Macronema_partitum_Navas_1932> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1557> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.2.e1557>
bibo:endPage "1557" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "1557" ;
bibo:volume "2" ;
dc:creator "Paprocki, Henrique; Franca, Diogo" ;
dc:date "2014" ;
dc:title "Brazilian Trichoptera Checklist II" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Macronema_partitum_Navas_1932>
dwc:ID-ENA "1877883" ;
dwc:authority "Navas, 1932" ;
dwc:authorityName "Navas" ;
dwc:authorityYear "1932" ;
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
dwc:genus "Macronema" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Navas, 1932" ;
dwc:species "partitum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6R4GY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Macronema_partitum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Macronema_partitum>
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
dwc:genus "Macronema" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "partitum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Macronema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Macronema>
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
dwc:genus "Macronema" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydropsychidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydropsychidae>
dwc:class "Insecta" ;
dwc:family "Hydropsychidae" ;
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,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/28086FE7592D61873E9122EB79AEE35E>
dc:creator "Murao, Ryuki; Tadauchi, Osamu; Miyanaga, Ryoichi" ;
dc:title "Lasioglossum (Sphecodogastra) calceatum Scopoli 1763" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lasioglossum_calceatum_Scopoli_1763> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.5.e15050> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.5.e15050>
bibo:endPage "15050" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "15050" ;
bibo:volume "5" ;
dc:creator "Murao, Ryuki; Tadauchi, Osamu; Miyanaga, Ryoichi" ;
dc:date "2017" ;
dc:title "The bee family Halictidae (Hymenoptera, Apoidea) from Central Asia collected by the Kyushu and Shimane Universities Expeditions" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lasioglossum_calceatum_Scopoli_1763>
dwc:ID-ENA "88504" ;
dwc:authority "Scopoli, 1763" ;
dwc:authorityName "Scopoli" ;
dwc:authorityYear "1763" ;
dwc:class "Insecta" ;
dwc:family "Halictidae" ;
dwc:genus "Lasioglossum" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Scopoli, 1763" ;
dwc:species "calceatum" ;
dwc:subGenus "Sphecodogastra" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3SDVS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lasioglossum_calceatum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lasioglossum_calceatum>
dwc:class "Insecta" ;
dwc:family "Halictidae" ;
dwc:genus "Lasioglossum" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "calceatum" ;
dwc:subGenus "Sphecodogastra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lasioglossum_Sphecodogastra> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lasioglossum_Sphecodogastra>
dwc:class "Insecta" ;
dwc:family "Halictidae" ;
dwc:genus "Lasioglossum" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Sphecodogastra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lasioglossum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lasioglossum>
dwc:class "Insecta" ;
dwc:family "Halictidae" ;
dwc:genus "Lasioglossum" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Halictidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Halictidae>
dwc:class "Insecta" ;
dwc:family "Halictidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,165 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/2808CFA0097ECBC17A66FA0F15630A19>
dc:creator "Garcia-Garza, Maria Elena; Leon-Gonzalez, Jesus Angel De" ;
dc:title "Notomastus hemipodus Hartman 1945" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Notomastus_hemipodus_Hartman_1945> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Notomastus_hemipodus>, <http://taxon-name.plazi.org/id/Animalia/Notomastus_near_hemipodus>, <http://taxon-name.plazi.org/id/Animalia/Notomastus_tenuis_fide>, <http://taxon-name.plazi.org/id/Animalia/Notomastus_americanus> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.151.1964> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.151.1964>
bibo:endPage "52" ;
bibo:journal "ZooKeys" ;
bibo:startPage "17" ;
bibo:volume "151" ;
dc:creator "Garcia-Garza, Maria Elena; Leon-Gonzalez, Jesus Angel De" ;
dc:date "2011" ;
dc:title "Review of the Capitellidae (Annelida, Polychaeta) from the Eastern Tropical Pacific region, with notes on selected species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Notomastus_hemipodus_Hartman_1945>
dwc:LSID "http://species-id.net/wiki/Notomastus_hemipodus" ;
dwc:authority "Hartman, 1945" ;
dwc:authorityName "Hartman" ;
dwc:authorityYear "1945" ;
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hartman, 1945" ;
dwc:species "hemipodus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Notomastus_hemipodus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Notomastus_hemipodus>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:species "hemipodus" ;
dwc:subGenus "Clistomastus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notomastus>, <http://taxon-name.plazi.org/id/Animalia/Notomastus_Clistomastus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Notomastus>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Capitellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Capitellidae>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polychaeta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polychaeta>
dwc:class "Polychaeta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Annelida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Annelida>
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
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/Notomastus_Clistomastus>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "subGenus" ;
dwc:subGenus "Clistomastus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notomastus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Notomastus_near_hemipodus>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "subSpecies" ;
dwc:species "near" ;
dwc:subSpecies "hemipodus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notomastus_near> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Notomastus_near>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:species "near" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notomastus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Notomastus_tenuis_fide>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "subSpecies" ;
dwc:species "tenuis" ;
dwc:subGenus "Clistomastus" ;
dwc:subSpecies "fide" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notomastus_tenuis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Notomastus_tenuis>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:species "tenuis" ;
dwc:subGenus "Clistomastus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notomastus_Clistomastus>, <http://taxon-name.plazi.org/id/Animalia/Notomastus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Notomastus_americanus>
dwc:class "Polychaeta" ;
dwc:family "Capitellidae" ;
dwc:genus "Notomastus" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Annelida" ;
dwc:rank "species" ;
dwc:species "americanus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notomastus> ;
a dwcFP:TaxonName .

View file

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

View file

@ -0,0 +1,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/280943F1441926A8AD1DD31F65AD9F3B>
dc:creator "Vazquez-Bader, Ana Rosa; Gracia, Adolfo" ;
dc:title "Munidopsis spinoculata A. Milne-Edwards 1880" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Munidopsis_spinoculata_Milne-Edwards_1880> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.612.9492> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.612.9492>
bibo:endPage "30" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "612" ;
dc:creator "Vazquez-Bader, Ana Rosa; Gracia, Adolfo" ;
dc:date "2016" ;
dc:title "Diversity and distribution of Chirostyloidea and Galatheoidea (Decapoda, Anomura) in the Southern Gulf of Mexico" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Munidopsis_spinoculata_Milne-Edwards_1880>
dwc:authority "A. Milne-Edwards, 1880" ;
dwc:authorityName "A. Milne-Edwards" ;
dwc:authorityYear "1880" ;
dwc:class "Malacostraca" ;
dwc:family "Munidopsidae" ;
dwc:genus "Munidopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "A. Milne-Edwards, 1880" ;
dwc:species "spinoculata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/B865Z> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Munidopsis_spinoculata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Munidopsis_spinoculata>
dwc:class "Malacostraca" ;
dwc:family "Munidopsidae" ;
dwc:genus "Munidopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "spinoculata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Munidopsis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Munidopsis>
dwc:class "Malacostraca" ;
dwc:family "Munidopsidae" ;
dwc:genus "Munidopsis" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Munidopsidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Munidopsidae>
dwc:class "Malacostraca" ;
dwc:family "Munidopsidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Decapoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,144 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/28094D2DFCE58D18D93E309DBED0C746>
dc:creator "Jarvis, Charlie" ;
dc:title "Spilanthes urens Jacq." ;
trt:deprecates <http://taxon-concept.plazi.org/id/Plantae/Cotula_spilanthes_Linnaeus_1767>, <http://taxon-concept.plazi.org/id/Plantae/Spilanthes_urens_Jacq._1760> ;
trt:publishedIn <https://doi.org/10.5281/zenodo.291971> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Spilanthes_urens> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.291971>
bibo:endPage "473" ;
bibo:startPage "370" ;
dc:creator "Jarvis, Charlie" ;
dc:date "2007" ;
dc:title "Chapter 7: Linnaean Plant Names and their Types (part C)" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Plantae/Cotula_spilanthes_Linnaeus_1767>
dwc:authority "Linnaeus" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1767" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Cotula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1767" ;
dwc:species "spilanthes" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4Z3C5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cotula_spilanthes> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Plantae/Spilanthes_urens_Jacq._1760>
dwc:authority "Jacq. (1760)" ;
dwc:authorityName "Jacq." ;
dwc:authorityYear "1760" ;
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Spilanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jacq., 1760" ;
dwc:species "urens" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Spilanthes_urens> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Spilanthes_urens>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Spilanthes" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "urens" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Spilanthes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Spilanthes>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Spilanthes" ;
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/Cotula_spilanthes>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Cotula" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "spilanthes" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cotula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cotula>
dwc:class "Magnoliopsida" ;
dwc:family "Asteraceae" ;
dwc:genus "Cotula" ;
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 .

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/280987AA2428FF81FF06CEE3AFF7F8B0>
cito:cites <http://dx.doi.org/10.5281/zenodo.219159>, <http://dx.doi.org/10.5281/zenodo.219160> ;
dc:creator "Wang, Honghong; Zhuo, Kan; Ye, Weimin; Zhang, Hongling; Peng, Deliang; Liao, Jinling" ;
dc:title "Heterodera fengi Wang, Zhuo, Ye, Zhang, Peng & Liao, 2013, n. sp." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Heterodera_fengi_Wang_2013> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3652.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3652.1.7>
bibo:endPage "192" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:startPage "179" ;
bibo:volume "3652" ;
dc:creator "Wang, Honghong; Zhuo, Kan; Ye, Weimin; Zhang, Hongling; Peng, Deliang; Liao, Jinling" ;
dc:date "2013" ;
dc:title "Heterodera fengi n. sp. (Nematoda: Heteroderinae) from bamboo in Guangdong Province, China a new cyst nematode in the Cyperi group" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.219159>, <http://dx.doi.org/10.5281/zenodo.219160> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Heterodera_fengi_Wang_2013>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Wang, Zhuo, Ye, Zhang, Peng & Liao, 2013" ;
dwc:authorityName "Wang, Zhuo, Ye, Zhang, Peng & Liao" ;
dwc:authorityYear "2013" ;
dwc:class "Secernentea" ;
dwc:family "Heteroderidae" ;
dwc:genus "Heterodera" ;
dwc:kingdom "Animalia" ;
dwc:order "Tylenchida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Wang, Zhuo, Ye, Zhang, Peng & Liao, 2013" ;
dwc:species "fengi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Heterodera_fengi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Heterodera_fengi>
dwc:class "Secernentea" ;
dwc:family "Heteroderidae" ;
dwc:genus "Heterodera" ;
dwc:kingdom "Animalia" ;
dwc:order "Tylenchida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:species "fengi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Heterodera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Heterodera>
dwc:class "Secernentea" ;
dwc:family "Heteroderidae" ;
dwc:genus "Heterodera" ;
dwc:kingdom "Animalia" ;
dwc:order "Tylenchida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Heteroderidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Heteroderidae>
dwc:class "Secernentea" ;
dwc:family "Heteroderidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Tylenchida" ;
dwc:phylum "Nematoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tylenchida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tylenchida>
dwc:class "Secernentea" ;
dwc:kingdom "Animalia" ;
dwc:order "Tylenchida" ;
dwc:phylum "Nematoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Secernentea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Secernentea>
dwc:class "Secernentea" ;
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.5281/zenodo.219159>
dc:description "FIGURE 4. J 2 s of Heterodera fengi n. sp. under light microscope. A: Entire body; B: Pharyngeal region; C-D: Anterior region; E: Lateral lines; F: Tail. (Scale bar: A = 100 μ m; B, F = 20 μ m; C-E = 10 μ m.)." ;
fabio:hasRepresentation <https://zenodo.org/record/219159/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.219160>
dc:description "FIGURE 7. RFLP-ITS-rRNA pattern of Heterodera fengi n. sp. Lanes: M = 100 bp DNA ladder (NEB); 1 = ITS-rRNA amplification product; 2 = Alu I; 3 = Ava I; 4 = Bsh 1236 I (Bstu I); 5 = BsuRI (Hae III); 6 = Cfo I (Hha I); 7 = Mva I; 8 = Rsa I (Afa I)." ;
fabio:hasRepresentation <https://zenodo.org/record/219160/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,385 @@
@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/280A4125F402FFCE3E02D179FB1FFD11>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666054>, <http://dx.doi.org/10.5281/zenodo.10666056> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina bacillis O'Loughlin and Barmos 2011, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C70D73DFCF7FECA>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3D92D709FEC7FE1E>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C14D7EFFD1AFE1E>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3FDFD7EFFE60FE04>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C8BD7D5FD33FE04>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3FE6D7D5FE81FE62>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C55D7BBFCF5FE62>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3DB8D7A1FE45FE48>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C90D7A1FDC7FDB7>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C60D46AFE45FDFB>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3CEAD450FF5FFDE1>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3D90D436FD5EFDE1>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3F97D436FE72FDCF>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3CA5D41CFCF5FDCF>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3DB8D402FD99FD13>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3F5ED4E8FDAEFD79>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3F43D4CEFDF2FD64>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3F25D4B5FF02FD42>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3DD0D49BFD63FD42>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3FB1D49BFEDEFCA8>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C11D481FD56FC96>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3F9AD567FE87FCFC>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C11D211FE7EFB18> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_bacillis_O'Loughlin_2011> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_australis_Semper_1868>, <http://taxon-concept.plazi.org/id/Animalia/Molpadia_australis_Semper_1868> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666054>, <http://dx.doi.org/10.5281/zenodo.10666056> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_bacillis_O'Loughlin_2011>
dwc:authority "O'Loughlin and Barmos" ;
dwc:authorityName "O'Loughlin and Barmos" ;
dwc:authorityYear "2011" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "O'Loughlin & Barmos, 2011" ;
dwc:species "bacillis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_bacillis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_australis_Semper_1868>
dwc:baseAuthorityName "Semper" ;
dwc:baseAuthorityYear "1868" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Semper, 1868)" ;
dwc:species "australis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_australis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Molpadia_australis_Semper_1868>
dwc:authority "Semper, 1868" ;
dwc:authorityName "Semper" ;
dwc:authorityYear "1868" ;
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Semper, 1868" ;
dwc:species "australis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Molpadia_australis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_bacillis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "bacillis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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/Paracaudina_australis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "australis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia_australis>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "australis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadiidae>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10666054>
dc:description "Figure 5. Photos of Paracaudina bacillis OLoughlin and Barmos sp. nov.: a, preserved holotype specimen (insert with drawings of rods from the mid-body wall; NMV F151853); b, photo of live holotype (oral end right; photo by L. Altoff and A. Falconer); c, mouth and tentacles of paratype (NMV F174894); d, anal valves and papillae (holotype); e, dorsal mesentery with tufts of gonad tubules on both sides, divided flat longitudinal muscle with thin retractor muscle (holotype); f, live specimen spawning, Port Phillip Bay, Rye Pier, 4 m, 10 Nov 2007 (photo by D. McKenzie)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666054/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666056>
dc:description "Figure 6. Paracaudina bacillis OLoughlin and Barmos sp. nov. a, b, SEM images of rod ossicles from the mid-body wall of a paratype from Westernport Bay, Victoria (NMV F174893); c, photo of live specimen in Blairgowrie Marina, Port Phillip Bay, at 5 m depth (photo by J. Finn, 18 June 2011)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666056/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C70D73DFCF7FECA>
dwc:catalogNumber "F151853" ;
dwc:collectionCode "MRG, NMV" ;
dwc:eventDate "2008-02-16" ;
dwc:locality "Ventnor" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3C70D73DFCF7FECA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3D92D709FEC7FE1E>
dwc:catalogNumber "F89700" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1999-01-02" ;
dwc:locality "Westernport Bay" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3D92D709FEC7FE1E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C14D7EFFD1AFE1E>
dwc:catalogNumber "F45254" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1967-11-05" ;
dwc:locality "Merricks" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3C14D7EFFD1AFE1E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3FDFD7EFFE60FE04>
dwc:catalogNumber "F45240" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1969-07-27" ;
dwc:locality "Merricks" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3FDFD7EFFE60FE04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C8BD7D5FD33FE04>
dwc:catalogNumber "F174893" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "2011-06-04" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3C8BD7D5FD33FE04> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3FE6D7D5FE81FE62>
dwc:catalogNumber "F174894" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "2011-06-10" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3FE6D7D5FE81FE62> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C55D7BBFCF5FE62>
dwc:catalogNumber "F76071" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1978-08-26" ;
dwc:locality "Shoreham" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3C55D7BBFCF5FE62> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3DB8D7A1FE45FE48>
dwc:catalogNumber "F173250" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1902-03-30" ;
dwc:locality "Shoreham" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3DB8D7A1FE45FE48> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C90D7A1FDC7FDB7>
dwc:locality "Shoreham" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3C90D7A1FDC7FDB7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C60D46AFE45FDFB>
dwc:catalogNumber "F169343" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1968-10-13" ;
dwc:locality "Crawfish Rock" ;
dwc:verbatimElevation "12" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3C60D46AFE45FDFB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3CEAD450FF5FFDE1>
dwc:catalogNumber "F45273" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1968-09-28" ;
dwc:locality "Somers" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3CEAD450FF5FFDE1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3D90D436FD5EFDE1>
dwc:catalogNumber "F45020" ;
dwc:collectionCode "NMV" ;
dwc:locality "Port Phillip Bay" ;
dwc:recordedBy "Brighton" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3D90D436FD5EFDE1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3F97D436FE72FDCF>
dwc:catalogNumber "F173247" ;
dwc:collectionCode "NMV" ;
dwc:locality "Rosebud" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3F97D436FE72FDCF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3CA5D41CFCF5FDCF>
dwc:catalogNumber "F173272" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "2011-04-06" ;
dwc:locality "Rye" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3CA5D41CFCF5FDCF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3DB8D402FD99FD13>
dwc:catalogNumber "F174896" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "2011-06-18" ;
dwc:locality "Tootgarook" ;
dwc:recordedBy "J. Finn" ;
dwc:verbatimElevation "5" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3DB8D402FD99FD13> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3F5ED4E8FDAEFD79>
dwc:catalogNumber "K2493" ;
dwc:collectionCode "SAM" ;
dwc:locality "South Australia" ;
dwc:recordedBy "Yorke Peninsula & Browns Beach" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3F5ED4E8FDAEFD79> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3F43D4CEFDF2FD64>
dwc:catalogNumber "K2486" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1999-05-12" ;
dwc:locality "Edithburgh" ;
dwc:verbatimElevation "4" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3F43D4CEFDF2FD64> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3F25D4B5FF02FD42>
dwc:catalogNumber "K2487" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "2005-06-11" ;
dwc:locality "Edithburgh" ;
dwc:verbatimElevation "3" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3F25D4B5FF02FD42> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3DD0D49BFD63FD42>
dwc:catalogNumber "K2490" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "2007-10-26" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3DD0D49BFD63FD42> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3FB1D49BFEDEFCA8>
dwc:catalogNumber "K2491" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "2003-11-08" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3FB1D49BFEDEFCA8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C11D481FD56FC96>
dwc:catalogNumber "Z31888" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "1990-11" ;
dwc:locality "Niminup" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3C11D481FD56FC96> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3F9AD567FE87FCFC>
dwc:catalogNumber "Z31881" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "1983-12-05" ;
dwc:locality "Albany" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3F9AD567FE87FCFC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCE3E02D179FB1FFD11.mc.10CBFA6EF403FFCE3C11D211FE7EFB18>
dwc:locality "Phillip Island" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCE3E02D179FB1FFD11#10CBFA6EF403FFCE3C11D211FE7EFB18> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,287 @@
@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/280A4125F402FFCF3DA7D506FAB7F958>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666042>, <http://dx.doi.org/10.5281/zenodo.10666046>, <http://dx.doi.org/10.5281/zenodo.10666048> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina australis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCF3DA7D506FAB7F958.mc.10CBFA6EF402FFCF3C7AD280FD23FA96>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCF3DA7D506FAB7F958.mc.10CBFA6EF402FFCF3FF7D367FE7AFAFC>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCF3DA7D506FAB7F958.mc.10CBFA6EF402FFCF3E02D5DBFB3FFC01> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_australis_Semper_1868> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_chilensis> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Molpadia_australis_Semper_1868>, <http://taxon-concept.plazi.org/id/Animalia/Molpadia_chilensis_Muller_1850>, <http://taxon-concept.plazi.org/id/Animalia/Pseudocaudina_australis_Gray_1838> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666042>, <http://dx.doi.org/10.5281/zenodo.10666046>, <http://dx.doi.org/10.5281/zenodo.10666048> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_australis_Semper_1868>
dwc:authority "(Semper, 1868)" ;
dwc:baseAuthorityName "Semper" ;
dwc:baseAuthorityYear "1868" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Semper, 1868)" ;
dwc:species "australis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/75NFX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_australis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Molpadia_australis_Semper_1868>
dwc:authority "Semper, 1868: 233 - 234" ;
dwc:authorityName "Semper" ;
dwc:authorityPageNumber "233 - 234" ;
dwc:authorityYear "1868" ;
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Semper, 1868" ;
dwc:species "australis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Molpadia_australis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Molpadia_chilensis_Muller_1850>
dwc:authority "Muller, 1850" ;
dwc:authorityName "Muller" ;
dwc:authorityYear "1850" ;
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Muller, 1850" ;
dwc:species "chilensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Molpadia_chilensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pseudocaudina_australis_Gray_1838>
dwc:authorityName "Gray, 1839: 332 (Non Tiliqua Australis Gray" ;
dwc:authorityYear "1838" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Pseudocaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gray, 1839: 332 (Non Tiliqua Australis Gray, 1838)" ;
dwc:species "australis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudocaudina_australis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_australis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "australis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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/Molpadia_australis>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "australis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadiidae>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudocaudina_australis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Pseudocaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "australis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudocaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudocaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Pseudocaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10666042>
dc:description "Figure 1. Photos of preserved specimens of species of Paracaudina Heding, 1932: a, holotype of P. ambigua OLoughlin and Barmos sp. nov. (insert with drawings of rod and loop ossicles from the mid-body wall; WAM Z29767); b, P. australis (Semper, 1868) (insert with drawings of rod ossicles from the mid-body wall; AM J13583); c, P. chilensis (Müller, 1850) (WAM Z5638); d, P. coriacea (Hutton, 1872) (NIWA 70955); e, P. coriacea (Hutton, 1872) (AM J12290); f, mouth and tentacles of P. coriacea (Hutton, 1872) (NIWA 70954)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666042/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666046>
dc:description "Figure 3. SEM images of ossicles from the mid-body wall of a specimen of Paracaudina australis (Semper, 1868) from Dunwich, Moreton Bay, south-east Queensland (AM J13583). Rarely occurring chilensis-like ossicle with cross and box bridging shown top right." ;
fabio:hasRepresentation <https://zenodo.org/record/10666046/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666048>
dc:description "Figure 4. SEM images showing variation in form of ossicles from the mid-body wall of a specimen of Paracaudina australis (Semper, 1868) from Dunwich, Moreton Bay, south-east Queensland (AM J13583). Rarely occurring chilensis-like ossicle with cross and box bridging shown bottom right." ;
fabio:hasRepresentation <https://zenodo.org/record/10666048/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCF3DA7D506FAB7F958.mc.10CBFA6EF402FFCF3C7AD280FD23FA96>
dwc:catalogNumber "J13583" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1978-12-02" ;
dwc:locality "Dunwich" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCF3DA7D506FAB7F958#10CBFA6EF402FFCF3C7AD280FD23FA96> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCF3DA7D506FAB7F958.mc.10CBFA6EF402FFCF3FF7D367FE7AFAFC>
dwc:catalogNumber "J4145" ;
dwc:collectionCode "AM" ;
dwc:locality "Port Denison District" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCF3DA7D506FAB7F958#10CBFA6EF402FFCF3FF7D367FE7AFAFC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F402FFCF3DA7D506FAB7F958.mc.10CBFA6EF402FFCF3E02D5DBFB3FFC01>
dwc:locality "Rockhampton" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F402FFCF3DA7D506FAB7F958#10CBFA6EF402FFCF3E02D5DBFB3FFC01> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,600 @@
@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/280A4125F403FFD13E1AD4AEFAA9FEE8>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666042>, <http://dx.doi.org/10.5281/zenodo.10666058>, <http://dx.doi.org/10.5281/zenodo.10666060>, <http://dx.doi.org/10.5281/zenodo.10666068> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina chilensis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3946D0B7FB18F966>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE39DDD0B7FA96F94C>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE385BD09DFC7AF8AA>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3EB9D083FBDAF8AA>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3919D083FB34F8AA>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE39FBD083FA95F8AA>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE385BD083FC7AF891>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3EB8D166FBDBF891>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3919D166FB34F891>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE39FBD166FA95F891>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE385BD166FC45F8FF>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3E95D14CFC7BF8E5>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3EB9D132FB2AF8E5>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFD139CDD132FD4BFF41>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF41CFFD13FEDD696FF37FEAF>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF41CFFD13DA7D4E8FEA7FD11> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_chilensis_Muller_1850> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_chilensis>, <http://taxon-name.plazi.org/id/Animalia/Pseudocaudina_chilensis>, <http://taxon-name.plazi.org/id/Animalia/Pseudocaudina_ransonnetii>, <http://taxon-name.plazi.org/id/Animalia/Paracaudina_ransonnetii> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Molpadia_chilensis_Muller_1850>, <http://taxon-concept.plazi.org/id/Animalia/Microdactyla_caudata_Sluiter_1880>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_ransonnetii_Marenzeller_1881>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_caudata_Sluiter_1880>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_coriacea_Hutton_1872>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_rugosa_Perrier_1904>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_pigmentosa_Perrier_1904>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_contractacauda_Clark_1908>, <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_chilensis_ransonnetii_Clark_1935> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666042>, <http://dx.doi.org/10.5281/zenodo.10666058>, <http://dx.doi.org/10.5281/zenodo.10666060>, <http://dx.doi.org/10.5281/zenodo.10666068> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_chilensis_Muller_1850>
dwc:authority "(Muller, 1850)" ;
dwc:baseAuthorityName "Muller" ;
dwc:baseAuthorityYear "1850" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Muller, 1850)" ;
dwc:species "chilensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_chilensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Molpadia_chilensis_Muller_1850>
dwc:authority "Muller, 1850: 139" ;
dwc:authorityName "Muller" ;
dwc:authorityPageNumber "139" ;
dwc:authorityYear "1850" ;
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Muller, 1850" ;
dwc:species "chilensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Molpadia_chilensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Microdactyla_caudata_Sluiter_1880>
dwc:authority "Sluiter, 1880: 348 - 351" ;
dwc:authorityName "Sluiter" ;
dwc:authorityPageNumber "348 - 351" ;
dwc:authorityYear "1880" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Microdactyla" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sluiter, 1880" ;
dwc:species "caudata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Microdactyla_caudata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_ransonnetii_Marenzeller_1881>
dwc:authority "Marenzeller, 1881: 126 - 127" ;
dwc:authorityName "Marenzeller" ;
dwc:authorityPageNumber "126 - 127" ;
dwc:authorityYear "1881" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Marenzeller, 1881" ;
dwc:species "ransonnetii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_ransonnetii> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_caudata_Sluiter_1880>
dwc:baseAuthorityName "Sluiter" ;
dwc:baseAuthorityYear "1880" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Sluiter, 1880)" ;
dwc:species "caudata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_caudata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_coriacea_Hutton_1872>
dwc:authority "Hutton, 1872" ;
dwc:authorityName "Hutton" ;
dwc:authorityYear "1872" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hutton, 1872" ;
dwc:species "coriacea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_coriacea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_rugosa_Perrier_1904>
dwc:authority "R. Perrier, 1904: 16" ;
dwc:authorityName "R. Perrier" ;
dwc:authorityPageNumber "16" ;
dwc:authorityYear "1904" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "R. Perrier, 1904" ;
dwc:species "rugosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_rugosa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_pigmentosa_Perrier_1904>
dwc:authority "Perrier, 1904: 16 - 17" ;
dwc:authorityName "Perrier" ;
dwc:authorityPageNumber "16 - 17" ;
dwc:authorityYear "1904" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Perrier, 1904" ;
dwc:species "pigmentosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_pigmentosa> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_contractacauda_Clark_1908>
dwc:authority "H. L. Clark, 1908: 38 - 39" ;
dwc:authorityName "H. L. Clark" ;
dwc:authorityPageNumber "38 - 39" ;
dwc:authorityYear "1908" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. L. Clark, 1908" ;
dwc:species "contractacauda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_contractacauda> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_chilensis_ransonnetii_Clark_1935>
dwc:authority "H. L. Clark, 1935: 281" ;
dwc:authorityName "H. L. Clark" ;
dwc:authorityPageNumber "281" ;
dwc:authorityYear "1935" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "H. L. Clark, 1935" ;
dwc:species "chilensis" ;
dwc:variety "ransonnetii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_chilensis_ransonnetii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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/Molpadia_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadiidae>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microdactyla_caudata>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Microdactyla" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "caudata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microdactyla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Microdactyla>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Microdactyla" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_ransonnetii>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "ransonnetii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_caudata>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "caudata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_coriacea>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "coriacea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_rugosa>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "rugosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_pigmentosa>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "pigmentosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_contractacauda>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "contractacauda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudocaudina_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Pseudocaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudocaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudocaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Pseudocaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudocaudina_ransonnetii>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Pseudocaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "ransonnetii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudocaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_ransonnetii>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "ransonnetii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_chilensis_ransonnetii>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "variety" ;
dwc:species "chilensis" ;
dwc:variety "ransonnetii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_chilensis> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10666042>
dc:description "Figure 1. Photos of preserved specimens of species of Paracaudina Heding, 1932: a, holotype of P. ambigua OLoughlin and Barmos sp. nov. (insert with drawings of rod and loop ossicles from the mid-body wall; WAM Z29767); b, P. australis (Semper, 1868) (insert with drawings of rod ossicles from the mid-body wall; AM J13583); c, P. chilensis (Müller, 1850) (WAM Z5638); d, P. coriacea (Hutton, 1872) (NIWA 70955); e, P. coriacea (Hutton, 1872) (AM J12290); f, mouth and tentacles of P. coriacea (Hutton, 1872) (NIWA 70954)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666042/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666058>
dc:description "Figure 7. SEM images of ossicles from the mid-body wall of a specimen of Paracaudina chilensis (Müller, 1850) from Eighty Mile Beach, NW Australia (WAM Z5640)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666058/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666060>
dc:description "Figure 8. SEM images of ossicles from the mid-body wall of a small specimen of Paracaudina chilensis (Müller, 1850) from Tasman Bay, South Island, New Zealand (NIWA 70956)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666060/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666068>
dc:description "Figure 12. a, Calcareous ring of a specimen of Paracaudina cuprea OLoughlin and Barmos sp. nov. from Portland Bay, Victoria (NMV F174890) (insert with drawing of two radial plates and one interradial plate typical of Paracaudina species); b, SEM images of ossicles from a specimen of Paracaudina chilensis obesacauda (H. L. Clark, 1908), judged here to be typical of Paracaudina chilensis (Müller, 1850) (copied from Pawson et al. 2001)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666068/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3946D0B7FB18F966>
dwc:catalogNumber "J6435" ;
dwc:collectionCode "AM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE3946D0B7FB18F966> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE39DDD0B7FA96F94C>
dwc:locality "Eighty Mile Beach" ;
dwc:recordedBy "Annabim Expedition" ;
dwc:verbatimLatitude "-19.333334" ;
dwc:verbatimLongitude "121.35" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE39DDD0B7FA96F94C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE385BD09DFC7AF8AA>
dwc:catalogNumber "Z5637" ;
dwc:collectionCode "WAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE385BD09DFC7AF8AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3EB9D083FBDAF8AA>
dwc:catalogNumber "Z5638" ;
dwc:collectionCode "WAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE3EB9D083FBDAF8AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3919D083FB34F8AA>
dwc:catalogNumber "Z5639" ;
dwc:collectionCode "WAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE3919D083FB34F8AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE39FBD083FA95F8AA>
dwc:catalogNumber "Z5640" ;
dwc:collectionCode "WAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE39FBD083FA95F8AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE385BD083FC7AF891>
dwc:catalogNumber "Z5641" ;
dwc:collectionCode "WAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE385BD083FC7AF891> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3EB8D166FBDBF891>
dwc:catalogNumber "Z5642" ;
dwc:collectionCode "WAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE3EB8D166FBDBF891> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3919D166FB34F891>
dwc:catalogNumber "Z5653" ;
dwc:collectionCode "WAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE3919D166FB34F891> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE39FBD166FA95F891>
dwc:catalogNumber "Z5654" ;
dwc:collectionCode "WAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE39FBD166FA95F891> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE385BD166FC45F8FF>
dwc:catalogNumber "Z5655" ;
dwc:collectionCode "WAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE385BD166FC45F8FF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3E95D14CFC7BF8E5>
dwc:eventDate "1985-02-22" ;
dwc:locality "Nullica Bay" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE3E95D14CFC7BF8E5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFCE3EB9D132FB2AF8E5>
dwc:catalogNumber "J19908" ;
dwc:collectionCode "AM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFCE3EB9D132FB2AF8E5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF403FFD139CDD132FD4BFF41>
dwc:eventDate "1972-01-24" ;
dwc:locality "Bay" ;
dwc:verbatimLatitude "-41.17" ;
dwc:verbatimLongitude "173.17" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF403FFD139CDD132FD4BFF41> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF41CFFD13FEDD696FF37FEAF>
dwc:catalogNumber "NIWA 70956" ;
dwc:collectionCode "NIWA" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF41CFFD13FEDD696FF37FEAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F403FFD13E1AD4AEFAA9FEE8.mc.10CBFA6EF41CFFD13DA7D4E8FEA7FD11>
dwc:locality "Chile" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F403FFD13E1AD4AEFAA9FEE8#10CBFA6EF41CFFD13DA7D4E8FEA7FD11> ;
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/280A4125F40DFFC03DB8D266FAB8F929>
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina Heding 1932" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_Heding_1932> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_Heding_1932>
dwc:authority "Heding" ;
dwc:authorityName "Heding" ;
dwc:authorityYear "1932" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Heding, 1932" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7PPGL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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,71 @@
@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/280A4125F40DFFC33E1AD0C6FD3CFEE8>
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Molpadida Haeckel 1896" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Molpadida_Haeckel_1896> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Molpadida_Haeckel_1896>
dwc:authority "Haeckel, 1896" ;
dwc:authorityName "Haeckel" ;
dwc:authorityYear "1896" ;
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
dwc:scientificNameAuthorship "Haeckel, 1896" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NFC8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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,150 @@
@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/280A4125F40EFFC33DA7D4C5FC00FE4E>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666042>, <http://dx.doi.org/10.5281/zenodo.10666054>, <http://dx.doi.org/10.5281/zenodo.10666058>, <http://dx.doi.org/10.5281/zenodo.10666060>, <http://dx.doi.org/10.5281/zenodo.10666068> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina Heding 1932" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_Heding_1932> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pseudocaudina_Heding_1931> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666042>, <http://dx.doi.org/10.5281/zenodo.10666054>, <http://dx.doi.org/10.5281/zenodo.10666058>, <http://dx.doi.org/10.5281/zenodo.10666060>, <http://dx.doi.org/10.5281/zenodo.10666068> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_Heding_1932>
dwc:authority "Heding, 1932" ;
dwc:authorityName "Heding" ;
dwc:authorityYear "1932" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Heding, 1932" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7PPGL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pseudocaudina_Heding_1931>
dwc:authority "Heding, 1931: 283" ;
dwc:authorityName "Heding" ;
dwc:authorityPageNumber "283" ;
dwc:authorityYear "1931" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Pseudocaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Heding, 1931" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7PPGL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudocaudina> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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/Pseudocaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Pseudocaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10666042>
dc:description "Figure 1. Photos of preserved specimens of species of Paracaudina Heding, 1932: a, holotype of P. ambigua OLoughlin and Barmos sp. nov. (insert with drawings of rod and loop ossicles from the mid-body wall; WAM Z29767); b, P. australis (Semper, 1868) (insert with drawings of rod ossicles from the mid-body wall; AM J13583); c, P. chilensis (Müller, 1850) (WAM Z5638); d, P. coriacea (Hutton, 1872) (NIWA 70955); e, P. coriacea (Hutton, 1872) (AM J12290); f, mouth and tentacles of P. coriacea (Hutton, 1872) (NIWA 70954)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666042/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666054>
dc:description "Figure 5. Photos of Paracaudina bacillis OLoughlin and Barmos sp. nov.: a, preserved holotype specimen (insert with drawings of rods from the mid-body wall; NMV F151853); b, photo of live holotype (oral end right; photo by L. Altoff and A. Falconer); c, mouth and tentacles of paratype (NMV F174894); d, anal valves and papillae (holotype); e, dorsal mesentery with tufts of gonad tubules on both sides, divided flat longitudinal muscle with thin retractor muscle (holotype); f, live specimen spawning, Port Phillip Bay, Rye Pier, 4 m, 10 Nov 2007 (photo by D. McKenzie)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666054/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666058>
dc:description "Figure 7. SEM images of ossicles from the mid-body wall of a specimen of Paracaudina chilensis (Müller, 1850) from Eighty Mile Beach, NW Australia (WAM Z5640)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666058/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666060>
dc:description "Figure 8. SEM images of ossicles from the mid-body wall of a small specimen of Paracaudina chilensis (Müller, 1850) from Tasman Bay, South Island, New Zealand (NIWA 70956)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666060/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666068>
dc:description "Figure 12. a, Calcareous ring of a specimen of Paracaudina cuprea OLoughlin and Barmos sp. nov. from Portland Bay, Victoria (NMV F174890) (insert with drawing of two radial plates and one interradial plate typical of Paracaudina species); b, SEM images of ossicles from a specimen of Paracaudina chilensis obesacauda (H. L. Clark, 1908), judged here to be typical of Paracaudina chilensis (Müller, 1850) (copied from Pawson et al. 2001)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666068/files/figure.png> ;
a fabio:Figure .

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/280A4125F40EFFC33DA7D706FEF5FD2C>
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Caudinidae Heding 1931" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Caudinidae_Heding_1931> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Caudinidae_Heding_1931>
dwc:authority "Heding, 1931" ;
dwc:authorityName "Heding" ;
dwc:authorityYear "1931" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Heding, 1931" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NGDW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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,151 @@
@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/280A4125F40EFFC33E02D467FBE6F8D5>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666042>, <http://dx.doi.org/10.5281/zenodo.10666044> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina ambigua O'Loughlin and Barmos 2011, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F40EFFC33E02D467FBE6F8D5.mc.10CBFA6EF40EFFC33ECCD40FFAAFFD6E>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F40EFFC33E02D467FBE6F8D5.mc.10CBFA6EF40EFFC33E64D4A2FB13FC9E>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F40EFFC33E02D467FBE6F8D5.mc.10CBFA6EF40EFFC33E93D37FFAC5FAAC> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_ambigua_O'Loughlin_2011> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666042>, <http://dx.doi.org/10.5281/zenodo.10666044> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_ambigua_O'Loughlin_2011>
dwc:authority "O'Loughlin and Barmos" ;
dwc:authorityName "O'Loughlin and Barmos" ;
dwc:authorityYear "2011" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "O'Loughlin & Barmos, 2011" ;
dwc:species "ambigua" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_ambigua> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_ambigua>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "ambigua" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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.10666042>
dc:description "Figure 1. Photos of preserved specimens of species of Paracaudina Heding, 1932: a, holotype of P. ambigua OLoughlin and Barmos sp. nov. (insert with drawings of rod and loop ossicles from the mid-body wall; WAM Z29767); b, P. australis (Semper, 1868) (insert with drawings of rod ossicles from the mid-body wall; AM J13583); c, P. chilensis (Müller, 1850) (WAM Z5638); d, P. coriacea (Hutton, 1872) (NIWA 70955); e, P. coriacea (Hutton, 1872) (AM J12290); f, mouth and tentacles of P. coriacea (Hutton, 1872) (NIWA 70954)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666042/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666044>
dc:description "Figure 2. SEM images of ossicles from the holotype of Paracaudina ambigua OLoughlin and Barmos sp. nov. from Shark Bay, central Western Australia (WAM Z29767): upper, forms of predominant ossicles from the mid-body wall; lower, forms of ossicles from the caudal body wall (rarely occurring chilensis-like ossicles with cross and box bridging shown lower top right and lower bottom left)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666044/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F40EFFC33E02D467FBE6F8D5.mc.10CBFA6EF40EFFC33ECCD40FFAAFFD6E>
dwc:catalogNumber "Z29767" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "2003-03" ;
dwc:locality "Naturaliste Shark Bay" ;
dwc:recordedBy "S. Morrison & S. M. Slack-Smith" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "24" ;
dwc:verbatimLatitude "-24.774666" ;
dwc:verbatimLongitude "113.368" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F40EFFC33E02D467FBE6F8D5#10CBFA6EF40EFFC33ECCD40FFAAFFD6E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F40EFFC33E02D467FBE6F8D5.mc.10CBFA6EF40EFFC33E64D4A2FB13FC9E>
dwc:catalogNumber "Z23331" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "2008-02-01" ;
dwc:locality "Ningaloo Marine Park" ;
dwc:recordedBy "M. Salotti & S. M. Slack-Smith" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "33" ;
dwc:verbatimLatitude "-23.8" ;
dwc:verbatimLongitude "113.5" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F40EFFC33E02D467FBE6F8D5#10CBFA6EF40EFFC33E64D4A2FB13FC9E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F40EFFC33E02D467FBE6F8D5.mc.10CBFA6EF40EFFC33E93D37FFAC5FAAC>
dwc:locality "Shark Bay" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F40EFFC33E02D467FBE6F8D5#10CBFA6EF40EFFC33E93D37FFAC5FAAC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,169 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280A4125F414FFD93DA7D3AFFB49F8F5>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666082>, <http://dx.doi.org/10.5281/zenodo.10666084> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina tripoda O'Loughlin and Barmos 2011, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F414FFD93DA7D3AFFB49F8F5.mc.10CBFA6EF414FFD93C6ED056FDA3F9EC>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F414FFD93DA7D3AFFB49F8F5.mc.10CBFA6EF414FFD93D99D023FD72F9CA>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F414FFD93DA7D3AFFB49F8F5.mc.10CBFA6EF414FFD93FA5D023FD0DF930>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F414FFD93DA7D3AFFB49F8F5.mc.10CBFA6EF414FFD93DA7D0EFFF39F904>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F414FFD93DA7D3AFFB49F8F5.mc.10CBFA6EF414FFD93EEED20BFC0BFB1D> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_tripoda_O'Loughlin_2011> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666082>, <http://dx.doi.org/10.5281/zenodo.10666084> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_tripoda_O'Loughlin_2011>
dwc:authority "O'Loughlin and Barmos" ;
dwc:authorityName "O'Loughlin and Barmos" ;
dwc:authorityYear "2011" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "O'Loughlin & Barmos, 2011" ;
dwc:species "tripoda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_tripoda> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_tripoda>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "tripoda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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.10666082>
dc:description "Figure 18. Photos of Paracaudina tripoda OLoughlin and Barmos, sp. nov. (photos by L. Altoff, MRG). a, holotype from Queensland, east of Lady Elliot Island, 230 m (AM J24922); b, small paratype, north of Fraser Island, 137 m, (AM J11150 (7))." ;
fabio:hasRepresentation <https://zenodo.org/record/10666082/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666084>
dc:description "Figure 19. SEM images of ossicles from the mid-body wall of the holotype of Paracaudina tripoda OLoughlin and Barmos sp. nov. (AM J24922)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666084/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F414FFD93DA7D3AFFB49F8F5.mc.10CBFA6EF414FFD93C6ED056FDA3F9EC>
dwc:catalogNumber "J24922" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1984-07-07" ;
dwc:locality "Lady Elliot Island" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "230" ;
dwc:verbatimLatitude "-24.116667" ;
dwc:verbatimLongitude "152.86667" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F414FFD93DA7D3AFFB49F8F5#10CBFA6EF414FFD93C6ED056FDA3F9EC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F414FFD93DA7D3AFFB49F8F5.mc.10CBFA6EF414FFD93D99D023FD72F9CA>
dwc:catalogNumber "J18814" ;
dwc:collectionCode "AM" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F414FFD93DA7D3AFFB49F8F5#10CBFA6EF414FFD93D99D023FD72F9CA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F414FFD93DA7D3AFFB49F8F5.mc.10CBFA6EF414FFD93FA5D023FD0DF930>
dwc:catalogNumber "J18813" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1984-07-07" ;
dwc:locality "Lady Elliot Island" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "192" ;
dwc:verbatimLatitude "-24.066668" ;
dwc:verbatimLongitude "152.8" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F414FFD93DA7D3AFFB49F8F5#10CBFA6EF414FFD93FA5D023FD0DF930> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F414FFD93DA7D3AFFB49F8F5.mc.10CBFA6EF414FFD93DA7D0EFFF39F904>
dwc:catalogNumber "J11150" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1977-12-15" ;
dwc:locality "Fraser Island" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "137" ;
dwc:verbatimLatitude "-24.383333" ;
dwc:verbatimLongitude "153.29167" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F414FFD93DA7D3AFFB49F8F5#10CBFA6EF414FFD93DA7D0EFFF39F904> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F414FFD93DA7D3AFFB49F8F5.mc.10CBFA6EF414FFD93EEED20BFC0BFB1D>
dwc:locality "Northeast" ;
dwc:verbatimElevation "230" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F414FFD93DA7D3AFFB49F8F5#10CBFA6EF414FFD93EEED20BFC0BFB1D> ;
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/280A4125F416FFDB3DA7D34AFD57F8EE>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666086> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina Heding" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F416FFDB3DA7D34AFD57F8EE.mc.10CBFA6EF416FFDB3C65D3F2FDACFA03>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F416FFDB3DA7D34AFD57F8EE.mc.10CBFA6EF416FFDB3F46D3D8FD0DFA69>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F416FFDB3DA7D34AFD57F8EE.mc.10CBFA6EF416FFDB3DA7D3A4FD45FA57>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F416FFDB3DA7D34AFD57F8EE.mc.10CBFA6EF416FFDB3F94D3A4FDABF9BD> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666086> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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.10666086>
dc:description "Figure 20. SEM images of ossicles from the mid-body wall of a 35 mm long specimen of a species of Paracaudina Heding 1932 from the Chatham Rise (NIWA 70957)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666086/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F416FFDB3DA7D34AFD57F8EE.mc.10CBFA6EF416FFDB3C65D3F2FDACFA03>
dwc:catalogNumber "NIWA 70957" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "1989-09-12" ;
dwc:locality "East" ;
dwc:verbatimElevation "546" ;
dwc:verbatimLatitude "-43.0" ;
dwc:verbatimLongitude "-179.0" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F416FFDB3DA7D34AFD57F8EE#10CBFA6EF416FFDB3C65D3F2FDACFA03> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F416FFDB3DA7D34AFD57F8EE.mc.10CBFA6EF416FFDB3F46D3D8FD0DFA69>
dwc:catalogNumber "NIWA 63034" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "2010-04-15" ;
dwc:locality "east Cook Strait" ;
dwc:verbatimElevation "1060" ;
dwc:verbatimLatitude "-41.7" ;
dwc:verbatimLongitude "175.65" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F416FFDB3DA7D34AFD57F8EE#10CBFA6EF416FFDB3F46D3D8FD0DFA69> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F416FFDB3DA7D34AFD57F8EE.mc.10CBFA6EF416FFDB3DA7D3A4FD45FA57>
dwc:catalogNumber "NIWA 63195" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "2010-04-17" ;
dwc:locality "east Cook Strait" ;
dwc:verbatimElevation "1090" ;
dwc:verbatimLatitude "-41.51" ;
dwc:verbatimLongitude "175.72" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F416FFDB3DA7D34AFD57F8EE#10CBFA6EF416FFDB3DA7D3A4FD45FA57> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F416FFDB3DA7D34AFD57F8EE.mc.10CBFA6EF416FFDB3F94D3A4FDABF9BD>
dwc:catalogNumber "NIWA 63806" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "2010-04-23" ;
dwc:verbatimElevation "985" ;
dwc:verbatimLatitude "-41.95" ;
dwc:verbatimLongitude "174.62" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F416FFDB3DA7D34AFD57F8EE#10CBFA6EF416FFDB3F94D3A4FDABF9BD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,327 @@
@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/280A4125F418FFD93DA7D0B6FD59FA16>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666066>, <http://dx.doi.org/10.5281/zenodo.10666078>, <http://dx.doi.org/10.5281/zenodo.10666080> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina tetrapora" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD53EC0D0B0FBF2F941>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD53927D096FCB1F8AF>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD53E60D17CFB76F895>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD539A5D162FAF7F8F3>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD53826D148FBB3F8DE>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD43960D12EFF07F9B6>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF419FFD43C28D387FD5EF9B6>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF419FFD43F91D387FD5DF99C>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF419FFD43F92D06DFE25F9FB>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF419FFD43CCFD053FE39F9CF>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF419FFD43CFFD01CFF25F935>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF414FFD93DA7D5F1FD30FC1E> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_tetrapora_Clark_1914> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_chilensis> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Molpadia_chilensis_Muller_1850>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_tetrapora_Clark_1914> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666066>, <http://dx.doi.org/10.5281/zenodo.10666078>, <http://dx.doi.org/10.5281/zenodo.10666080> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_tetrapora_Clark_1914>
dwc:authority "(H. L. Clark, 1914)" ;
dwc:baseAuthorityName "H. L. Clark" ;
dwc:baseAuthorityYear "1914" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(H. L. Clark, 1914)" ;
dwc:species "tetrapora" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_tetrapora> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Molpadia_chilensis_Muller_1850>
dwc:authority "Muller, 1850" ;
dwc:authorityName "Muller" ;
dwc:authorityYear "1850" ;
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Muller, 1850" ;
dwc:species "chilensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Molpadia_chilensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_tetrapora_Clark_1914>
dwc:authority "H. L. Clark, 1914: 170" ;
dwc:authorityName "H. L. Clark" ;
dwc:authorityPageNumber "170" ;
dwc:authorityYear "1914" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "H. L. Clark, 1914" ;
dwc:species "tetrapora" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_tetrapora> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_tetrapora>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "tetrapora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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/Caudina_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadiidae>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_tetrapora>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "tetrapora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10666066>
dc:description "Figure 11. Photos of preserved specimens of species of Paracaudina (a, cf): a, P. cuprea OLoughlin and Barmos sp. nov. holotype (NMV F157396); b, photo of live specimens of P. cuprea including holotype (photo by P. Vafiadis); c, P. keablei OLoughlin and Barmos sp. nov. holotype (AM J13579); d, P. luticola Hickman, 1962 (NMV F169342); e, P. tetrapora (H. L. Clark, 1914) (from Merricks, Westernport Bay, Victoria; NMV F76565); f, P. tetrapora (H. L. Clark, 1914) (from off Glenelg, South Australia; AM J24918)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666066/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666078>
dc:description "Figure 16. SEM images of ossicles from the mid-body wall of a specimen of Paracaudina tetrapora (H. L. Clark, 1914) from Merricks, Westernport Bay, Victoria (NMV F76565)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666078/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666080>
dc:description "Figure 17. SEM images of ossicles from the mid-body wall of a specimen of Paracaudina tetrapora (H. L. Clark, 1914) from off Glenelg, St. Vincent Gulf, South Australia (AM J24918)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666080/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD53EC0D0B0FBF2F941>
dwc:catalogNumber "Z31886" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "1958-10" ;
dwc:locality "Western Australia" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF418FFD53EC0D0B0FBF2F941> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD53927D096FCB1F8AF>
dwc:catalogNumber "Z31883" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "2008-11-08" ;
dwc:locality "South Cottesloe" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF418FFD53927D096FCB1F8AF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD53E60D17CFB76F895>
dwc:catalogNumber "K2496" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1984-01-08" ;
dwc:locality "South Australia" ;
dwc:recordedBy "Marum I." ;
dwc:verbatimElevation "5" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF418FFD53E60D17CFB76F895> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD539A5D162FAF7F8F3>
dwc:catalogNumber "K2501" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1980-12-01" ;
dwc:locality "Gulf" ;
dwc:recordedBy "Largs Jetty" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF418FFD539A5D162FAF7F8F3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD53826D148FBB3F8DE>
dwc:catalogNumber "K2507" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1975-02-14" ;
dwc:locality "Brighton Beach" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF418FFD53826D148FBB3F8DE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF418FFD43960D12EFF07F9B6>
dwc:catalogNumber "J24918" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1969-02-15" ;
dwc:locality "Glenelg" ;
dwc:verbatimElevation "10" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF418FFD43960D12EFF07F9B6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF419FFD43C28D387FD5EF9B6>
dwc:catalogNumber "K2485" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1886-08" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF419FFD43C28D387FD5EF9B6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF419FFD43F91D387FD5DF99C>
dwc:catalogNumber "F76565" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1983-01-29" ;
dwc:locality "Victoria" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF419FFD43F91D387FD5DF99C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF419FFD43F92D06DFE25F9FB>
dwc:catalogNumber "F45259" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1967-07" ;
dwc:locality "Flinders" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF419FFD43F92D06DFE25F9FB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF419FFD43CCFD053FE39F9CF>
dwc:catalogNumber "F45019" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1902-03-30" ;
dwc:locality "Shoreham" ;
dwc:recordedBy "Shoreham" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF419FFD43CCFD053FE39F9CF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF419FFD43CFFD01CFF25F935>
dwc:catalogNumber "F45274" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1969-04" ;
dwc:locality "Merricks" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF419FFD43CFFD01CFF25F935> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F418FFD93DA7D0B6FD59FA16.mc.10CBFA6EF414FFD93DA7D5F1FD30FC1E>
dwc:locality "Cottesloe" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F418FFD93DA7D0B6FD59FA16#10CBFA6EF414FFD93DA7D5F1FD30FC1E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,453 @@
@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/280A4125F41CFFD03E02D708FEEDFB74>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Echinosoma_Audinet-Serville_1838>, <http://dx.doi.org/10.5281/zenodo.10666042>, <http://dx.doi.org/10.5281/zenodo.10666062>, <http://dx.doi.org/10.5281/zenodo.10666064> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina coriacea" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41CFFD03E02D708FEEDFB74.mc.10CBFA6EF41CFFD13ECCD2FBFC36FB08>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41CFFD03E02D708FEEDFB74.mc.10CBFA6EF41CFFD13EFBD2E1FA6FFB08>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41CFFD03E02D708FEEDFB74.mc.10CBFA6EF41CFFD13E02D2C7FC1AFB5C>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41CFFD03E02D708FEEDFB74.mc.10CBFA6EF41DFFD03D92D201FEE9FB74> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_coriacea_Hutton_1872> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_chilensis>, <http://taxon-name.plazi.org/id/Animalia/Paracaudina_chilensis_coriacea>, <http://taxon-name.plazi.org/id/Animalia/Paracaudina_chilensis> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Molpadia_coriacea_Hutton_1872>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_coriacea_Hutton_1872>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_meridionalis_Bell_1883>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_coriacea_brevicauda_Perrier_1905>, <http://taxon-concept.plazi.org/id/Animalia/Caudina_pulchella_Perrier_1905>, <http://taxon-concept.plazi.org/id/Animalia/Paracuadina_chilensis_Muller_1850> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666042>, <http://dx.doi.org/10.5281/zenodo.10666062>, <http://dx.doi.org/10.5281/zenodo.10666064> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_coriacea_Hutton_1872>
dwc:authority "(Hutton, 1872)" ;
dwc:baseAuthorityName "Hutton" ;
dwc:baseAuthorityYear "1872" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hutton, 1872)" ;
dwc:species "coriacea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_coriacea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Molpadia_coriacea_Hutton_1872>
dwc:authority "Hutton, 1872: 17" ;
dwc:authorityName "Hutton" ;
dwc:authorityPageNumber "17" ;
dwc:authorityYear "1872" ;
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hutton, 1872" ;
dwc:species "coriacea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Molpadia_coriacea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Echinosoma_Audinet-Serville_1838>
dwc:authorityName "Audinet-Serville" ;
dwc:authorityYear "1838" ;
dwc:class "Holothuroidea" ;
dwc:family "Eupyrgidae" ;
dwc:genus "Echinosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Audinet-Serville, 1838" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Echinosoma> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_coriacea_Hutton_1872>
dwc:authority "(Hutton)" ;
dwc:baseAuthorityName "Hutton" ;
dwc:baseAuthorityYear "1872" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hutton, 1872)" ;
dwc:species "coriacea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_coriacea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_meridionalis_Bell_1883>
dwc:authority "Bell, 1883: 58 - 59" ;
dwc:authorityName "Bell" ;
dwc:authorityPageNumber "58 - 59" ;
dwc:authorityYear "1883" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bell, 1883" ;
dwc:species "meridionalis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_meridionalis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_coriacea_brevicauda_Perrier_1905>
dwc:authority "R. Perrier, 1905: 121 - 123" ;
dwc:authorityName "R. Perrier" ;
dwc:authorityPageNumber "121 - 123" ;
dwc:authorityYear "1905" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "R. Perrier, 1905" ;
dwc:species "coriacea" ;
dwc:variety "brevicauda" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_coriacea_brevicauda> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Caudina_pulchella_Perrier_1905>
dwc:authority "R. Perrier, 1905: 117 - 120" ;
dwc:authorityName "R. Perrier" ;
dwc:authorityPageNumber "117 - 120" ;
dwc:authorityYear "1905" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "R. Perrier, 1905" ;
dwc:species "pulchella" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_pulchella> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Paracuadina_chilensis_Muller_1850>
dwc:authority "(Muller, 1850))" ;
dwc:authorityName "" ;
dwc:baseAuthorityName "Muller" ;
dwc:baseAuthorityYear "1850" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracuadina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Muller, 1850)" ;
dwc:species "chilensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracuadina_chilensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_coriacea>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "coriacea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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/Molpadia_coriacea>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "coriacea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadiidae>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinosoma>
dwc:class "Holothuroidea" ;
dwc:family "Eupyrgidae" ;
dwc:genus "Echinosoma" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Eupyrgidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Eupyrgidae>
dwc:class "Holothuroidea" ;
dwc:family "Eupyrgidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_coriacea>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "coriacea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_meridionalis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "meridionalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_coriacea_brevicauda>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "variety" ;
dwc:species "coriacea" ;
dwc:variety "brevicauda" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina_coriacea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_chilensis_coriacea>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "variety" ;
dwc:species "chilensis" ;
dwc:variety "coriacea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_chilensis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_pulchella>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "pulchella" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracuadina_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracuadina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracuadina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracuadina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracuadina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10666042>
dc:description "Figure 1. Photos of preserved specimens of species of Paracaudina Heding, 1932: a, holotype of P. ambigua OLoughlin and Barmos sp. nov. (insert with drawings of rod and loop ossicles from the mid-body wall; WAM Z29767); b, P. australis (Semper, 1868) (insert with drawings of rod ossicles from the mid-body wall; AM J13583); c, P. chilensis (Müller, 1850) (WAM Z5638); d, P. coriacea (Hutton, 1872) (NIWA 70955); e, P. coriacea (Hutton, 1872) (AM J12290); f, mouth and tentacles of P. coriacea (Hutton, 1872) (NIWA 70954)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666042/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666062>
dc:description "Figure 9. SEM images of ossicles from the mid-body wall of a specimen of Paracaudina coriacea (Hutton, 1872) from the west coast of the South Island, New Zealand (AM J12290)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666062/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666064>
dc:description "Figure 10. SEM images of ossicles from the mid-body wall of a specimen of Paracaudina coriacea (Hutton, 1872) from Cook Strait, New Zealand (NIWA 70954)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666064/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41CFFD03E02D708FEEDFB74.mc.10CBFA6EF41CFFD13ECCD2FBFC36FB08>
dwc:catalogNumber "NIWA 70954" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "1975-05-26" ;
dwc:locality "Cook Strait" ;
dwc:verbatimElevation "61" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41CFFD03E02D708FEEDFB74#10CBFA6EF41CFFD13ECCD2FBFC36FB08> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41CFFD03E02D708FEEDFB74.mc.10CBFA6EF41CFFD13EFBD2E1FA6FFB08>
dwc:catalogNumber "NIWA 70955" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "1983-12-15" ;
dwc:locality "Cook Strait" ;
dwc:verbatimElevation "18" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41CFFD03E02D708FEEDFB74#10CBFA6EF41CFFD13EFBD2E1FA6FFB08> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41CFFD03E02D708FEEDFB74.mc.10CBFA6EF41CFFD13E02D2C7FC1AFB5C>
dwc:catalogNumber "J12290" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1969-07-08" ;
dwc:locality "South Island" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41CFFD03E02D708FEEDFB74#10CBFA6EF41CFFD13E02D2C7FC1AFB5C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41CFFD03E02D708FEEDFB74.mc.10CBFA6EF41DFFD03D92D201FEE9FB74>
dwc:locality "Our" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41CFFD03E02D708FEEDFB74#10CBFA6EF41DFFD03D92D201FEE9FB74> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,454 @@
@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/280A4125F41DFFD23DB8D28DFD4DFEEB>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666066>, <http://dx.doi.org/10.5281/zenodo.10666068>, <http://dx.doi.org/10.5281/zenodo.10666070> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina cuprea O'Loughlin and Barmos. As 2011, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03C7BD06FFDDDF987>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03D92D03BFE8EF9C8>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03C65D007FCF5F936>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03DB8D0EAFCF5F91C>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03DB8D0D3FD42F961>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03F97D0B9FDB8F94F>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03F72D09CFCF5F94F>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03DB8D082FD48F8B5>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03FE3D082FE30F893>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03CE0D168FF02F8F9>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03DD7D14EFF4BF8E7>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03DEAD135FD23F8E7>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03FF2D134FC7DFF42>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03EB2D69BFB36FF42>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD039FBD69BFC0FFEA8>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD0392DD77EFCB9FE96>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03E79D764FAD5FE96>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03805D764FC29FEFC>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03EC9D74AFCB9FEDB>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03E7DD733FB14FEDB>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD039D9D730FC0DFEC1>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03923D716FAB2FEC1>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03EE9D510FC6AFC1B> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_chilensis>, <http://taxon-name.plazi.org/id/Animalia/Caudina_australis> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_cuprea_O'Loughlin_2011> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Molpadia_chilensis_Muller_1850>, <http://taxon-concept.plazi.org/id/Animalia/Molpadia_australis_Semper_1868>, <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_australis_Semper_1868> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666066>, <http://dx.doi.org/10.5281/zenodo.10666068>, <http://dx.doi.org/10.5281/zenodo.10666070> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_cuprea_O'Loughlin_2011>
dwc:authority "O'Loughlin and Barmos" ;
dwc:authorityName "O'Loughlin and Barmos. As" ;
dwc:authorityYear "2011" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "O'Loughlin & Barmos. As, 2011" ;
dwc:species "cuprea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_cuprea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Molpadia_chilensis_Muller_1850>
dwc:authority "Muller, 1850" ;
dwc:authorityName "Muller" ;
dwc:authorityYear "1850" ;
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Muller, 1850" ;
dwc:species "chilensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Molpadia_chilensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Molpadia_australis_Semper_1868>
dwc:authority "Semper, 1868" ;
dwc:authorityName "Semper" ;
dwc:authorityYear "1868" ;
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Semper, 1868" ;
dwc:species "australis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Molpadia_australis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_australis_Semper_1868>
dwc:baseAuthorityName "Semper" ;
dwc:baseAuthorityYear "1868" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Semper, 1868)" ;
dwc:species "australis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_australis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_cuprea>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "cuprea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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/Caudina_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadiidae>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina_australis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "australis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia_australis>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "australis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_australis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "australis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10666066>
dc:description "Figure 11. Photos of preserved specimens of species of Paracaudina (a, cf): a, P. cuprea OLoughlin and Barmos sp. nov. holotype (NMV F157396); b, photo of live specimens of P. cuprea including holotype (photo by P. Vafiadis); c, P. keablei OLoughlin and Barmos sp. nov. holotype (AM J13579); d, P. luticola Hickman, 1962 (NMV F169342); e, P. tetrapora (H. L. Clark, 1914) (from Merricks, Westernport Bay, Victoria; NMV F76565); f, P. tetrapora (H. L. Clark, 1914) (from off Glenelg, South Australia; AM J24918)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666066/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666068>
dc:description "Figure 12. a, Calcareous ring of a specimen of Paracaudina cuprea OLoughlin and Barmos sp. nov. from Portland Bay, Victoria (NMV F174890) (insert with drawing of two radial plates and one interradial plate typical of Paracaudina species); b, SEM images of ossicles from a specimen of Paracaudina chilensis obesacauda (H. L. Clark, 1908), judged here to be typical of Paracaudina chilensis (Müller, 1850) (copied from Pawson et al. 2001)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666068/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666070>
dc:description "Figure 13. SEM images of ossicles from the mid-body wall of the holotype specimen of Paracaudina cuprea OLoughlin and Barmos sp. nov. from Sunday Island, Corner Inlet, Victoria (NMV F157396)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666070/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03C7BD06FFDDDF987>
dwc:catalogNumber "F157396" ;
dwc:collectionCode "MRG, NMV" ;
dwc:eventDate "2004-03-15" ;
dwc:locality "Sunday Island" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03C7BD06FFDDDF987> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03D92D03BFE8EF9C8>
dwc:catalogNumber "F169322" ;
dwc:collectionCode "MRG, NMV" ;
dwc:eventDate "2010-03-05" ;
dwc:locality "Corner Inlet" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03D92D03BFE8EF9C8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03C65D007FCF5F936>
dwc:catalogNumber "J10610" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1977-03-08" ;
dwc:locality "Seaspray" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03C65D007FCF5F936> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03DB8D0EAFCF5F91C>
dwc:catalogNumber "F169346" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1972-04-02" ;
dwc:locality "San Remo" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03DB8D0EAFCF5F91C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03DB8D0D3FD42F961>
dwc:catalogNumber "F169344" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1902-03-30" ;
dwc:locality "Shoreham" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03DB8D0D3FD42F961> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03F97D0B9FDB8F94F>
dwc:catalogNumber "F76073" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1975-08-29" ;
dwc:locality "Portland Bay" ;
dwc:verbatimElevation "31" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03F97D0B9FDB8F94F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03F72D09CFCF5F94F>
dwc:catalogNumber "F174890" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1975-08-29" ;
dwc:locality "Portland Bay" ;
dwc:verbatimElevation "31" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03F72D09CFCF5F94F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03DB8D082FD48F8B5>
dwc:catalogNumber "J7195" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1956-08-13" ;
dwc:locality "Seven-mile Beach" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03DB8D082FD48F8B5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03FE3D082FE30F893>
dwc:catalogNumber "J8437" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1974-03-06" ;
dwc:locality "Roches Beach" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03FE3D082FE30F893> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03CE0D168FF02F8F9>
dwc:catalogNumber "K2504" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1924-06-24" ;
dwc:locality "Roches Beach" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03CE0D168FF02F8F9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03DD7D14EFF4BF8E7>
dwc:catalogNumber "K1381" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1886-08" ;
dwc:locality "St Vincent Gulf" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03DD7D14EFF4BF8E7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03DEAD135FD23F8E7>
dwc:catalogNumber "K2495" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1991-02-06" ;
dwc:locality "Port Stanvac" ;
dwc:verbatimElevation "16" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03DEAD135FD23F8E7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03FF2D134FC7DFF42>
dwc:catalogNumber "K2498" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1991-02-06" ;
dwc:locality "Port Stanvac" ;
dwc:verbatimElevation "16" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03FF2D134FC7DFF42> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03EB2D69BFB36FF42>
dwc:catalogNumber "K2503" ;
dwc:collectionCode "SAM" ;
dwc:verbatimElevation "1991" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03EB2D69BFB36FF42> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD039FBD69BFC0FFEA8>
dwc:catalogNumber "K2506" ;
dwc:collectionCode "SAM" ;
dwc:locality "Jul" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD039FBD69BFC0FFEA8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD0392DD77EFCB9FE96>
dwc:catalogNumber "K2492" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1975-08-22" ;
dwc:locality "Port Lincoln" ;
dwc:verbatimElevation "5" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD0392DD77EFCB9FE96> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03E79D764FAD5FE96>
dwc:catalogNumber "J2341" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1975-08-22" ;
dwc:locality "Port Lincoln" ;
dwc:verbatimElevation "5" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03E79D764FAD5FE96> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03805D764FC29FEFC>
dwc:catalogNumber "J2342" ;
dwc:collectionCode "AM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03805D764FC29FEFC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03EC9D74AFCB9FEDB>
dwc:catalogNumber "Z8977" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "1962-08-15" ;
dwc:locality "Rottnest" ;
dwc:verbatimElevation "151" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03EC9D74AFCB9FEDB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03E7DD733FB14FEDB>
dwc:catalogNumber "Z8979" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "1962-08-12" ;
dwc:locality "Rottnest" ;
dwc:verbatimElevation "142" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03E7DD733FB14FEDB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD039D9D730FC0DFEC1>
dwc:catalogNumber "Z8981" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "1962-08-14" ;
dwc:verbatimElevation "186" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD039D9D730FC0DFEC1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03923D716FAB2FEC1>
dwc:catalogNumber "Z8985" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "1962-08-10" ;
dwc:verbatimElevation "146" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03923D716FAB2FEC1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41DFFD23DB8D28DFD4DFEEB.mc.10CBFA6EF41DFFD03EE9D510FC6AFC1B>
dwc:locality "Sunday Island" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41DFFD23DB8D28DFD4DFEEB#10CBFA6EF41DFFD03EE9D510FC6AFC1B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,156 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280A4125F41FFFD23DB8D708FDCCF8DD>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666066>, <http://dx.doi.org/10.5281/zenodo.10666074> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina keablei O'Loughlin and Barmos 2011, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD23DB8D708FDCCF8DD.mc.10CBFA6EF41FFFD23C64D7B0FD4DFE41>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD23DB8D708FDCCF8DD.mc.10CBFA6EF41FFFD23C7DD47CFE23FDF3>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD23DB8D708FDCCF8DD.mc.10CBFA6EF41FFFD23CF6D448FCF9FDD9>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD23DB8D708FDCCF8DD.mc.10CBFA6EF41FFFD23DB8D580FD89FBA9> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_keablei_O'Loughlin_2011> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666066>, <http://dx.doi.org/10.5281/zenodo.10666074> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_keablei_O'Loughlin_2011>
dwc:authority "O'Loughlin and Barmos" ;
dwc:authorityName "O'Loughlin and Barmos" ;
dwc:authorityYear "2011" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "O'Loughlin & Barmos, 2011" ;
dwc:species "keablei" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_keablei> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_keablei>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "keablei" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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.10666066>
dc:description "Figure 11. Photos of preserved specimens of species of Paracaudina (a, cf): a, P. cuprea OLoughlin and Barmos sp. nov. holotype (NMV F157396); b, photo of live specimens of P. cuprea including holotype (photo by P. Vafiadis); c, P. keablei OLoughlin and Barmos sp. nov. holotype (AM J13579); d, P. luticola Hickman, 1962 (NMV F169342); e, P. tetrapora (H. L. Clark, 1914) (from Merricks, Westernport Bay, Victoria; NMV F76565); f, P. tetrapora (H. L. Clark, 1914) (from off Glenelg, South Australia; AM J24918)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666066/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666074>
dc:description "Figure 14. SEM images of ossicles from the mid-body wall of the holotype specimen of Paracaudina keablei OLoughlin and Barmos sp. nov. from Dunwich, Stradbroke Island, Moreton Bay, Queensland (AM J13579)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666074/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD23DB8D708FDCCF8DD.mc.10CBFA6EF41FFFD23C64D7B0FD4DFE41>
dwc:catalogNumber "J13579" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1978-12-02" ;
dwc:locality "Stradbroke Island" ;
dwc:recordedBy "H. Silver" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD23DB8D708FDCCF8DD#10CBFA6EF41FFFD23C64D7B0FD4DFE41> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD23DB8D708FDCCF8DD.mc.10CBFA6EF41FFFD23C7DD47CFE23FDF3>
dwc:catalogNumber "J17085" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1964-01-16" ;
dwc:locality "Gulf of Carpentaria" ;
dwc:recordedBy "Carpentaria, SE" ;
dwc:verbatimLatitude "-17.415277" ;
dwc:verbatimLongitude "140.70972" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD23DB8D708FDCCF8DD#10CBFA6EF41FFFD23C7DD47CFE23FDF3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD23DB8D708FDCCF8DD.mc.10CBFA6EF41FFFD23CF6D448FCF9FDD9>
dwc:catalogNumber "J17051" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1963-12-18" ;
dwc:verbatimLatitude "-17.504168" ;
dwc:verbatimLongitude "140.66945" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD23DB8D708FDCCF8DD#10CBFA6EF41FFFD23CF6D448FCF9FDD9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD23DB8D708FDCCF8DD.mc.10CBFA6EF41FFFD23DB8D580FD89FBA9>
dwc:locality "Northeast" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD23DB8D708FDCCF8DD#10CBFA6EF41FFFD23DB8D580FD89FBA9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,342 @@
@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/280A4125F41FFFD53E1AD69BFD85F919>
cito:cites <http://dx.doi.org/10.5281/zenodo.10666066>, <http://dx.doi.org/10.5281/zenodo.10666076> ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:title "Paracaudina luticola Hickman 1962" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23ED9D7B0FB9FFE41>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23ED2D47CFB38FD95>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD239F7D462FA96FDF0>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23858D448FBDBFDDE>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD2391ED42FFAC0FDDE>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD2386BD42FFB0DFD22>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23827D4FBFB4DFD08>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD239E3D4E1FBECFD76>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23903D4C4FA50FD76>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23E1AD4ADFBBEFD5C>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD2397CD4ADFCB8FCBB>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23E72D490FADEFCBB>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23810D493FACBFCA1>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD2386DD576FCB9FCF5>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23E7FD542FB3EFCF5>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD239FDD542FC63FCD3>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23EB2D528FCB9FC39>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23E79D50FFBD6FC27>, <http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23E1AD345FA6DFAF5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paracaudina_luticola_Hickman_1962> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Caudina_chilensis> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Molpadia_chilensis_Muller_1850> ;
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2011.68.03> ;
a trt:Treatment .
<http://dx.doi.org/10.24199/j.mmv.2011.68.03>
bibo:endPage "65" ;
bibo:journal "Memoirs of Museum Victoria" ;
bibo:pubDate "2011-12-31" ;
bibo:startPage "37" ;
bibo:volume "68" ;
dc:creator "O'Loughlin, P. Mark; Barmos, Shari; VandenSpiegel, Didier" ;
dc:date "2011" ;
dc:title "The paracaudinid sea cucumbers of Australia and New Zealand (Echinodermata: Holothuroidea: Molpadida: Caudinidae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.10666066>, <http://dx.doi.org/10.5281/zenodo.10666076> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paracaudina_luticola_Hickman_1962>
dwc:authority "Hickman, 1962" ;
dwc:authorityName "Hickman" ;
dwc:authorityYear "1962" ;
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hickman, 1962" ;
dwc:species "luticola" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4CNVN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paracaudina_luticola> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Molpadia_chilensis_Muller_1850>
dwc:authority "Muller, 1850" ;
dwc:authorityName "Muller" ;
dwc:authorityYear "1850" ;
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Muller, 1850" ;
dwc:species "chilensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Molpadia_chilensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina_luticola>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "luticola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paracaudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paracaudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Paracaudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudinidae>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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/Caudina_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caudina>
dwc:class "Holothuroidea" ;
dwc:family "Caudinidae" ;
dwc:genus "Caudina" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caudinidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia_chilensis>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "chilensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadia>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:genus "Molpadia" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Molpadiidae>
dwc:class "Holothuroidea" ;
dwc:family "Molpadiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Molpadida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Molpadida> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.10666066>
dc:description "Figure 11. Photos of preserved specimens of species of Paracaudina (a, cf): a, P. cuprea OLoughlin and Barmos sp. nov. holotype (NMV F157396); b, photo of live specimens of P. cuprea including holotype (photo by P. Vafiadis); c, P. keablei OLoughlin and Barmos sp. nov. holotype (AM J13579); d, P. luticola Hickman, 1962 (NMV F169342); e, P. tetrapora (H. L. Clark, 1914) (from Merricks, Westernport Bay, Victoria; NMV F76565); f, P. tetrapora (H. L. Clark, 1914) (from off Glenelg, South Australia; AM J24918)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666066/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.10666076>
dc:description "Figure 15. SEM images of ossicles from the mid-body wall of a specimen of Paracaudina luticola Hickman, 1962 from Sandy Point, Waratah Bay, Victoria (NMV F76072)." ;
fabio:hasRepresentation <https://zenodo.org/record/10666076/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23ED9D7B0FB9FFE41>
dwc:catalogNumber "J7205" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1959-06-30" ;
dwc:locality "Ralph's Bay" ;
dwc:typeStatus "syntype" ;
dwc:verbatimElevation "13" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23ED9D7B0FB9FFE41> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23ED2D47CFB38FD95>
dwc:catalogNumber "F169342" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1990-02-02" ;
dwc:recordedBy "Victoria & Shallow Inlet" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23ED2D47CFB38FD95> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD239F7D462FA96FDF0>
dwc:catalogNumber "F76072" ;
dwc:collectionCode "NMV" ;
dwc:eventDate "1969-03-31" ;
dwc:locality "Waratah Bay" ;
dwc:recordedBy "Wilson's Promontory & Sandy Point" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD239F7D462FA96FDF0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23858D448FBDBFDDE>
dwc:catalogNumber "K1379" ;
dwc:collectionCode "SAM" ;
dwc:locality "South Australia" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23858D448FBDBFDDE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD2391ED42FFAC0FDDE>
dwc:catalogNumber "K1380" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1886-08" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD2391ED42FFAC0FDDE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD2386BD42FFB0DFD22>
dwc:catalogNumber "F45018" ;
dwc:collectionCode "SAM, NMV" ;
dwc:locality "St. Vincent" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD2386BD42FFB0DFD22> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23827D4FBFB4DFD08>
dwc:catalogNumber "K2484" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1886-08" ;
dwc:recordedBy "St Vincent Gulf" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23827D4FBFB4DFD08> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD239E3D4E1FBECFD76>
dwc:catalogNumber "K2505" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1935-02" ;
dwc:recordedBy "Adelaide Outer Harbour" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD239E3D4E1FBECFD76> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23903D4C4FA50FD76>
dwc:catalogNumber "K2499" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1991-02-06" ;
dwc:locality "Port Stanvac" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23903D4C4FA50FD76> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23E1AD4ADFBBEFD5C>
dwc:catalogNumber "K2488" ;
dwc:collectionCode "SAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23E1AD4ADFBBEFD5C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD2397CD4ADFCB8FCBB>
dwc:catalogNumber "K2494" ;
dwc:collectionCode "SAM" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD2397CD4ADFCB8FCBB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23E72D490FADEFCBB>
dwc:catalogNumber "K2508" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1971-08-26" ;
dwc:locality "Largs Bay" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23E72D490FADEFCBB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23810D493FACBFCA1>
dwc:catalogNumber "K2489" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "2003-11-08" ;
dwc:recordedBy "Edithburgh & Sultana Point" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23810D493FACBFCA1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD2386DD576FCB9FCF5>
dwc:catalogNumber "K2497" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1984-01-11" ;
dwc:recordedBy "Sir Joseph Banks Group & Marum I." ;
dwc:verbatimElevation "12" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD2386DD576FCB9FCF5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23E7FD542FB3EFCF5>
dwc:catalogNumber "J9466" ;
dwc:collectionCode "AM" ;
dwc:eventDate "1975-08-22" ;
dwc:locality "Port Lincoln" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23E7FD542FB3EFCF5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD239FDD542FC63FCD3>
dwc:catalogNumber "K2500" ;
dwc:collectionCode "SAM" ;
dwc:locality "Venus Bay" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD239FDD542FC63FCD3> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23EB2D528FCB9FC39>
dwc:catalogNumber "K2483" ;
dwc:collectionCode "SAM" ;
dwc:eventDate "1986-10-23" ;
dwc:locality "Edward Bay" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23EB2D528FCB9FC39> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23E79D50FFBD6FC27>
dwc:catalogNumber "Z31887" ;
dwc:collectionCode "WAM" ;
dwc:eventDate "1984-08-05" ;
dwc:locality "Western Australia" ;
dwc:recordedBy "Albany" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23E79D50FFBD6FC27> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A4125F41FFFD53E1AD69BFD85F919.mc.10CBFA6EF41FFFD23E1AD345FA6DFAF5>
dwc:locality "Ralph's Bay" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "13" ;
trt:httpUri <https://treatment.plazi.org/id/280A4125F41FFFD53E1AD69BFD85F919#10CBFA6EF41FFFD23E1AD345FA6DFAF5> ;
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/280A878C2C20671293D31F2149DE5C8B>
cito:cites <http://dx.doi.org/10.5281/zenodo.5325024>, <http://dx.doi.org/10.5281/zenodo.5325036> ;
dc:creator "Gerstmeier, Roland" ;
dc:title "Opilo socotrensis Gerstmeier 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C20671293D31F2149DE5C8B.mc.10CB3CC72C20671093041F85496C5E9F>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C20671293D31F2149DE5C8B.mc.10CB3CC72C206710904A1FCE48F45E9F>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C20671293D31F2149DE5C8B.mc.10CB3CC72C20671096251FCE4AB4597A>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C20671293D31F2149DE5C8B.mc.10CB3CC72C20671093E71FF54BEE5964> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Opilo_socotrensis_Gerstmeier_2017> ;
trt:publishedIn <http://dx.doi.org/10.1515/aemnp-2017-0112> ;
a trt:Treatment .
<http://dx.doi.org/10.1515/aemnp-2017-0112>
bibo:endPage "123" ;
bibo:journal "Acta Entomologica Musei Nationalis Pragae" ;
bibo:pubDate "2017-12-31" ;
bibo:series "Acta. Ent. Mus. Natl. Pragae" ;
bibo:startPage "113" ;
bibo:volume "57" ;
dc:creator "Gerstmeier, Roland" ;
dc:date "2017" ;
dc:title "Cleridae (Coleoptera) from Socotra Island with description of new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5325024>, <http://dx.doi.org/10.5281/zenodo.5325036> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Opilo_socotrensis_Gerstmeier_2017>
dwc:authority "Gerstmeier, 2017" ;
dwc:authorityName "Gerstmeier" ;
dwc:authorityYear "2017" ;
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Opilo" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gerstmeier, 2017" ;
dwc:species "socotrensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Opilo_socotrensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Opilo_socotrensis>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Opilo" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "socotrensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Opilo> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Opilo>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Opilo" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cleridae>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
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.5325024>
dc:description "Figs 14. Habitus. 1 Wittmeridecus insularis sp. nov.; 2 Opilo angustipennis sp. nov.; 3 O. longipilis Fairmaire, 1892; 4 O. socotrensis sp. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/5325024/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5325036>
dc:description "Figs 2331.Genitalia of Opilo socotrensis sp. nov.23 aedeagus ventral; 24 aedeagus lateral; 25 tegmen ventral; 26 phallus ventral; 27 spicular fork;28 phallus tip ventral; 29 phallus tip lateral; 30 pygidium; 31 ventrite VI." ;
fabio:hasRepresentation <https://zenodo.org/record/5325036/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C20671293D31F2149DE5C8B.mc.10CB3CC72C20671093041F85496C5E9F>
dwc:collectionCode "NMPC" ;
dwc:eventDate "2012-06-14" ;
dwc:locality "Dixam" ;
dwc:recordedBy "J. Bezdek & J. Hajek & V. Hula & P. Kment & I. Malenovsky & J. Niedobova & L. Purchart" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "490" ;
dwc:verbatimLatitude "12.476666" ;
dwc:verbatimLongitude "54.018333" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C20671293D31F2149DE5C8B#10CB3CC72C20671093041F85496C5E9F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C20671293D31F2149DE5C8B.mc.10CB3CC72C206710904A1FCE48F45E9F>
dwc:collectionCode "RGCM" ;
dwc:eventDate "2012-06-14" ;
dwc:locality "Dixam" ;
dwc:recordedBy "J. Bezdek & J. Hajek & V. Hula & P. Kment & I. Malenovsky & J. Niedobova & L. Purchart" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "490" ;
dwc:verbatimLatitude "12.476666" ;
dwc:verbatimLongitude "54.018333" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C20671293D31F2149DE5C8B#10CB3CC72C206710904A1FCE48F45E9F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C20671293D31F2149DE5C8B.mc.10CB3CC72C20671096251FCE4AB4597A>
dwc:collectionCode "JRCP" ;
dwc:eventDate "2001-03-25" ;
dwc:locality "Zerik" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C20671293D31F2149DE5C8B#10CB3CC72C20671096251FCE4AB4597A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C20671293D31F2149DE5C8B.mc.10CB3CC72C20671093E71FF54BEE5964>
dwc:collectionCode "RGCM" ;
dwc:eventDate "2001-03-31" ;
dwc:locality "Noged" ;
dwc:recordedBy "V. Bejcek & K. Stastny" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C20671293D31F2149DE5C8B#10CB3CC72C20671093E71FF54BEE5964> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,327 @@
@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/280A878C2C29671D93881FDB49BB5E4B>
cito:cites <http://dx.doi.org/10.5281/zenodo.5325024>, <http://dx.doi.org/10.5281/zenodo.5325028>, <http://dx.doi.org/10.5281/zenodo.5325030> ;
dc:creator "Gerstmeier, Roland" ;
dc:title "Wittmeridecus insularis Gerstmeier 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671992DD183F4ABC592B>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719939C185A4A665915>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671993541840487459F0>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671991A7186F49BA59DB>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719909B188A499459A0>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719908518DF4F34598B>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719925018E048FE5875>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719962118E04BE3583B>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671992D1192A4A1F5825>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719933E195049555800>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C2967199044197F4F345800>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C2967199250199A4A6158EB>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C2967199351199A499758D5>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719908619804BA558B0>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719929419AF49B6589B>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671990EB19CA4A625885>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719935419F049DB5B60>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671B90FA1A1F4BD85D97>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C2B671B92FD1CC649CB5D97>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C2B671B90EA1CC64AC05C72> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Wittmeridecus_insularis_Gerstmeier_2017> ;
trt:publishedIn <http://dx.doi.org/10.1515/aemnp-2017-0112> ;
a trt:Treatment .
<http://dx.doi.org/10.1515/aemnp-2017-0112>
bibo:endPage "123" ;
bibo:journal "Acta Entomologica Musei Nationalis Pragae" ;
bibo:pubDate "2017-12-31" ;
bibo:series "Acta. Ent. Mus. Natl. Pragae" ;
bibo:startPage "113" ;
bibo:volume "57" ;
dc:creator "Gerstmeier, Roland" ;
dc:date "2017" ;
dc:title "Cleridae (Coleoptera) from Socotra Island with description of new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5325024>, <http://dx.doi.org/10.5281/zenodo.5325028>, <http://dx.doi.org/10.5281/zenodo.5325030> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Wittmeridecus_insularis_Gerstmeier_2017>
dwc:authority "Gerstmeier, 2017" ;
dwc:authorityName "Gerstmeier" ;
dwc:authorityYear "2017" ;
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Wittmeridecus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gerstmeier, 2017" ;
dwc:species "insularis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Wittmeridecus_insularis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Wittmeridecus_insularis>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Wittmeridecus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "insularis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Wittmeridecus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Wittmeridecus>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Wittmeridecus" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cleridae>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
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.5325024>
dc:description "Figs 14. Habitus. 1 Wittmeridecus insularis sp. nov.; 2 Opilo angustipennis sp. nov.; 3 O. longipilis Fairmaire, 1892; 4 O. socotrensis sp. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/5325024/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5325028>
dc:description "Fig. 5. Elytral variability of Wittmeridecus insularis sp. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/5325028/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5325030>
dc:description "Figs 614. Genitalia of Wittmeridecus insularis sp. nov.6 aedeagus ventral; 7 aedeagus lateral; 8 tegmen ventral; 9 phallus ventral; 10 spicular fork; 11 phallus tip ventral; 12 phallus tip lateral; 13 pygidium; 14 ventrite VI." ;
fabio:hasRepresentation <https://zenodo.org/record/5325030/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671992DD183F4ABC592B>
dwc:collectionCode "NMPC" ;
dwc:eventDate "2010-06-16" ;
dwc:locality "Zemhon area" ;
dwc:recordedBy "V. Hula" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "285" ;
dwc:verbatimLatitude "12.349444" ;
dwc:verbatimLongitude "54.110832" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C29671992DD183F4ABC592B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719939C185A4A665915>
dwc:collectionCode "NMPC, ABCM, MMBC" ;
dwc:eventDate "2010-06-16" ;
dwc:locality "Zemhon area" ;
dwc:recordedBy "V. Hula" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "285" ;
dwc:verbatimLatitude "12.349444" ;
dwc:verbatimLongitude "54.110832" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C296719939C185A4A665915> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671993541840487459F0>
dwc:collectionCode "NMPC, RGCM" ;
dwc:eventDate "2010-06-04" ;
dwc:locality "Qualentiah" ;
dwc:recordedBy "V. Hula & J. Niedobova" ;
dwc:typeStatus "paratype" ;
dwc:verbatimLatitude "12.661517" ;
dwc:verbatimLongitude "53.4443" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C29671993541840487459F0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671991A7186F49BA59DB>
dwc:locality "Aloove area" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C29671991A7186F49BA59DB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719909B188A499459A0>
dwc:collectionCode "NMPC, RGCM" ;
dwc:eventDate "2012-06-19" ;
dwc:locality "SOCOTRA" ;
dwc:recordedBy "J. Bezdek & J. Hajek & V. Hula & P. Kment & I. Malenovsky & J. Niedobova & L. Purchart" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "221" ;
dwc:verbatimLatitude "12.52" ;
dwc:verbatimLongitude "54.123333" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C296719909B188A499459A0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719908518DF4F34598B>
dwc:collectionCode "NMPC, RGCM" ;
dwc:eventDate "2012-06-05" ;
dwc:locality "Kaza Kazihon" ;
dwc:recordedBy "V. Hula & J. Niedobova" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "900" ;
dwc:verbatimLatitude "12.520278" ;
dwc:verbatimLongitude "53.926666" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C296719908518DF4F34598B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719925018E048FE5875>
dwc:collectionCode "NMPC" ;
dwc:locality "wadi Ayhaft" ;
dwc:recordedBy "J. Bezdek" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "200" ;
dwc:verbatimLatitude "12.608334" ;
dwc:verbatimLongitude "53.981667" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C296719925018E048FE5875> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719962118E04BE3583B>
dwc:collectionCode "JRCP, RGCM" ;
dwc:eventDate "2000-11-17" ;
dwc:locality "Isl." ;
dwc:recordedBy "V. Bejcek & K. Stastny" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "69" ;
dwc:verbatimLatitude "12.652" ;
dwc:verbatimLongitude "54.024" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C296719962118E04BE3583B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671992D1192A4A1F5825>
dwc:collectionCode "JRCP" ;
dwc:eventDate "2000-11-20" ;
dwc:locality "Isl." ;
dwc:recordedBy "V. Bejcek & K. Stastny" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "330" ;
dwc:verbatimLatitude "12.318" ;
dwc:verbatimLongitude "54.302" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C29671992D1192A4A1F5825> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719933E195049555800>
dwc:eventDate "2003-11-24" ;
dwc:locality "YEMEN" ;
dwc:recordedBy "Soqotra Is. & P. Kabatek & Expedition" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "190" ;
dwc:verbatimLatitude "12.610556" ;
dwc:verbatimLongitude "53.980278" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C296719933E195049555800> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C2967199044197F4F345800>
dwc:collectionCode "JRCP" ;
dwc:locality "Jan Farkac" ;
dwc:recordedBy "Petr Kabatek & David Kral" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C2967199044197F4F345800> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C2967199250199A4A6158EB>
dwc:collectionCode "JRCP" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C2967199250199A4A6158EB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C2967199351199A499758D5>
dwc:eventDate "2003-11-27" ;
dwc:locality "YEMEN" ;
dwc:recordedBy "Soqotra Is. & P. Kabatek & Expedition" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "85" ;
dwc:verbatimLatitude "12.615278" ;
dwc:verbatimLongitude "54.06361" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C2967199351199A499758D5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719908619804BA558B0>
dwc:collectionCode "JRCP" ;
dwc:locality "Jan Farkac" ;
dwc:recordedBy "Petr Kabatek & David Kral" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C296719908619804BA558B0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719929419AF49B6589B>
dwc:eventDate "2003-11-28" ;
dwc:locality "YEMEN" ;
dwc:recordedBy "Soqotra Is. & P. Kabatek & Expedition" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "11" ;
dwc:verbatimLatitude "12.634722" ;
dwc:verbatimLongitude "54.210835" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C296719929419AF49B6589B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671990EB19CA4A625885>
dwc:collectionCode "JRCP, RGCM" ;
dwc:locality "Jan Farkac" ;
dwc:recordedBy "Petr Kabatek & David Kral" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C29671990EB19CA4A625885> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C296719935419F049DB5B60>
dwc:collectionCode "CULS" ;
dwc:eventDate "2003-11-28" ;
dwc:locality "Noged" ;
dwc:recordedBy "Soqotra Is. & Jan Farkac" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "57" ;
dwc:verbatimLatitude "12.634722" ;
dwc:verbatimLongitude "54.210835" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C296719935419F049DB5B60> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C29671B90FA1A1F4BD85D97>
dwc:locality "Noged" ;
dwc:recordedBy "Soqotra Is. & David Kral & Expedition" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "57" ;
dwc:verbatimLatitude "12.336111" ;
dwc:verbatimLongitude "53.63222" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C29671B90FA1A1F4BD85D97> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C2B671B92FD1CC649CB5D97>
dwc:collectionCode "JRCP" ;
dwc:locality "Jan Farkac" ;
dwc:recordedBy "Petr Kabatek & David Kral" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C2B671B92FD1CC649CB5D97> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C29671D93881FDB49BB5E4B.mc.10CB3CC72C2B671B90EA1CC64AC05C72>
dwc:collectionCode "JRCP" ;
dwc:eventDate "2000-03-15" ;
dwc:locality "Isl." ;
dwc:recordedBy "V. Bejcek & K. Stastny" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C29671D93881FDB49BB5E4B#10CB3CC72C2B671B90EA1CC64AC05C72> ;
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/280A878C2C2D671F939D1F9049BB5ECB>
cito:cites <http://dx.doi.org/10.5281/zenodo.5325024>, <http://dx.doi.org/10.5281/zenodo.5325034> ;
dc:creator "Gerstmeier, Roland" ;
dc:title "Opilo angustipennis Gerstmeier 2017, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D92DF1FF44BED5964>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D92CC18134843594E>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D917218394AF15929>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D9020182448435914>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D917518434AEF59FE>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D93CF186948FA59D9>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D93AA18B3480459AE>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D913618D94A165989> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Opilo_angustipennis_Gerstmeier_2017> ;
trt:publishedIn <http://dx.doi.org/10.1515/aemnp-2017-0112> ;
a trt:Treatment .
<http://dx.doi.org/10.1515/aemnp-2017-0112>
bibo:endPage "123" ;
bibo:journal "Acta Entomologica Musei Nationalis Pragae" ;
bibo:pubDate "2017-12-31" ;
bibo:series "Acta. Ent. Mus. Natl. Pragae" ;
bibo:startPage "113" ;
bibo:volume "57" ;
dc:creator "Gerstmeier, Roland" ;
dc:date "2017" ;
dc:title "Cleridae (Coleoptera) from Socotra Island with description of new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5325024>, <http://dx.doi.org/10.5281/zenodo.5325034> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Opilo_angustipennis_Gerstmeier_2017>
dwc:authority "Gerstmeier, 2017" ;
dwc:authorityName "Gerstmeier" ;
dwc:authorityYear "2017" ;
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Opilo" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gerstmeier, 2017" ;
dwc:species "angustipennis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Opilo_angustipennis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Opilo_angustipennis>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Opilo" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "angustipennis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Opilo> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Opilo>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Opilo" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cleridae>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
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.5325024>
dc:description "Figs 14. Habitus. 1 Wittmeridecus insularis sp. nov.; 2 Opilo angustipennis sp. nov.; 3 O. longipilis Fairmaire, 1892; 4 O. socotrensis sp. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/5325024/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5325034>
dc:description "Figs 1522. Genitalia of Opilo angustipennis sp. nov. 15 aedeagus ventral; 16 aedeagus lateral; 17 tegmen ventral; 18 phallus ventral; 19 spicular fork; 20 phallus tip ventral; 21 pygidium; 22 ventrite VI." ;
fabio:hasRepresentation <https://zenodo.org/record/5325034/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D92DF1FF44BED5964>
dwc:collectionCode "NMPC" ;
dwc:locality "wadi Ayhaft" ;
dwc:recordedBy "J. Bezdek" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "200" ;
dwc:verbatimLatitude "12.608334" ;
dwc:verbatimLongitude "53.981667" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2D671F939D1F9049BB5ECB#10CB3CC72C2D671D92DF1FF44BED5964> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D92CC18134843594E>
dwc:eventDate "2003-11-24" ;
dwc:locality "YEMEN" ;
dwc:recordedBy "Soqotra Is. & P. Kabatek & Expedition" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "190" ;
dwc:verbatimLatitude "12.610556" ;
dwc:verbatimLongitude "53.980278" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2D671F939D1F9049BB5ECB#10CB3CC72C2D671D92CC18134843594E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D917218394AF15929>
dwc:collectionCode "JRCP, RGCM" ;
dwc:recordedBy "Jan Farkac & Petr Kabatek & David Kral" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2D671F939D1F9049BB5ECB#10CB3CC72C2D671D917218394AF15929> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D9020182448435914>
dwc:eventDate "2003-11-24" ;
dwc:locality "YEMEN" ;
dwc:recordedBy "Soqotra Is. & David Kral & Expedition" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "190" ;
dwc:verbatimLatitude "12.610556" ;
dwc:verbatimLongitude "53.980278" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2D671F939D1F9049BB5ECB#10CB3CC72C2D671D9020182448435914> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D917518434AEF59FE>
dwc:collectionCode "JRCP, RGCM" ;
dwc:recordedBy "Jan Farkac & Petr Kabatek & David Kral" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2D671F939D1F9049BB5ECB#10CB3CC72C2D671D917518434AEF59FE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D93CF186948FA59D9>
dwc:collectionCode "JRCP" ;
dwc:locality "YEMEN" ;
dwc:recordedBy "Soqotra Is. & David Kral & Expedition" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2003364" ;
dwc:verbatimLatitude "12.574166" ;
dwc:verbatimLongitude "54.308887" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2D671F939D1F9049BB5ECB#10CB3CC72C2D671D93CF186948FA59D9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D93AA18B3480459AE>
dwc:locality "YEMEN" ;
dwc:recordedBy "Soqotra Is. & P. Kabatek & Expedition" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2003364" ;
dwc:verbatimLatitude "12.574166" ;
dwc:verbatimLongitude "54.308887" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2D671F939D1F9049BB5ECB#10CB3CC72C2D671D93AA18B3480459AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2D671F939D1F9049BB5ECB.mc.10CB3CC72C2D671D913618D94A165989>
dwc:collectionCode "JRCP" ;
dwc:recordedBy "Jan Farkac & Petr Kabatek & David Kral" ;
dwc:typeStatus "paratype" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2D671F939D1F9049BB5ECB#10CB3CC72C2D671D913618D94A165989> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,150 @@
@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/280A878C2C2F671093871FC14BEC5E6B>
cito:cites <http://dx.doi.org/10.5281/zenodo.5325024> ;
dc:creator "Gerstmeier, Roland" ;
dc:title "Opilo longipilis Fairmaire 1892" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2F671093871FC14BEC5E6B.mc.10CB3CC72C2F671F9311183E49D0592A>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2F671093871FC14BEC5E6B.mc.10CB3CC72C2F671F90C118254BD859FF>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2F671093871FC14BEC5E6B.mc.10CB3CC72C2F671F92FA186E49B059FF>, <http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2F671093871FC14BEC5E6B.mc.10CB3CC72C2F671F90E3186E4AC059DA> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Opilo_longipilis_Fairmaire_1892> ;
trt:publishedIn <http://dx.doi.org/10.1515/aemnp-2017-0112> ;
a trt:Treatment .
<http://dx.doi.org/10.1515/aemnp-2017-0112>
bibo:endPage "123" ;
bibo:journal "Acta Entomologica Musei Nationalis Pragae" ;
bibo:pubDate "2017-12-31" ;
bibo:series "Acta. Ent. Mus. Natl. Pragae" ;
bibo:startPage "113" ;
bibo:volume "57" ;
dc:creator "Gerstmeier, Roland" ;
dc:date "2017" ;
dc:title "Cleridae (Coleoptera) from Socotra Island with description of new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5325024> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Opilo_longipilis_Fairmaire_1892>
dwc:authority "Fairmaire, 1892" ;
dwc:authorityName "Fairmaire" ;
dwc:authorityYear "1892" ;
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Opilo" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Fairmaire, 1892" ;
dwc:species "longipilis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Opilo_longipilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Opilo_longipilis>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Opilo" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longipilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Opilo> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Opilo>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
dwc:genus "Opilo" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cleridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cleridae>
dwc:class "Insecta" ;
dwc:family "Cleridae" ;
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.5325024>
dc:description "Figs 14. Habitus. 1 Wittmeridecus insularis sp. nov.; 2 Opilo angustipennis sp. nov.; 3 O. longipilis Fairmaire, 1892; 4 O. socotrensis sp. nov." ;
fabio:hasRepresentation <https://zenodo.org/record/5325024/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2F671093871FC14BEC5E6B.mc.10CB3CC72C2F671F9311183E49D0592A>
dwc:collectionCode "NMPC" ;
dwc:eventDate "2012-06-05" ;
dwc:locality "Kaza Kazihon" ;
dwc:recordedBy "V. Hula & J. Niedobova" ;
dwc:verbatimElevation "900" ;
dwc:verbatimLatitude "12.520278" ;
dwc:verbatimLongitude "53.926666" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2F671093871FC14BEC5E6B#10CB3CC72C2F671F9311183E49D0592A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2F671093871FC14BEC5E6B.mc.10CB3CC72C2F671F90C118254BD859FF>
dwc:locality "Dixam" ;
dwc:recordedBy "Soqotra Is. & David Kral & Expedition" ;
dwc:verbatimElevation "300" ;
dwc:verbatimLatitude "12.469166" ;
dwc:verbatimLongitude "54.01" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2F671093871FC14BEC5E6B#10CB3CC72C2F671F90C118254BD859FF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2F671093871FC14BEC5E6B.mc.10CB3CC72C2F671F92FA186E49B059FF>
dwc:collectionCode "JRCP" ;
dwc:locality "Jan Farkac" ;
dwc:recordedBy "Petr Kabatek & David Kral" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2F671093871FC14BEC5E6B#10CB3CC72C2F671F92FA186E49B059FF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280A878C2C2F671093871FC14BEC5E6B.mc.10CB3CC72C2F671F90E3186E4AC059DA>
dwc:collectionCode "JRCP" ;
dwc:eventDate "2000-03-10" ;
dwc:locality "Isl." ;
dwc:recordedBy "V. Bejcek & K. Stastny" ;
trt:httpUri <https://treatment.plazi.org/id/280A878C2C2F671093871FC14BEC5E6B#10CB3CC72C2F671F90E3186E4AC059DA> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,133 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280AB1F933B666127D75A60CA31C4175>
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:title "Manis (Manis) pentadactyla subsp. auritus Hodgson 1836" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Manis_pentadactyla_auritus_Hodgson_1836> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.7316519> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.7316519>
bibo:endPage "531" ;
bibo:startPage "530" ;
dc:creator "Wilson, Don E.; Reeder, DeeAnn" ;
dc:date "2005" ;
dc:title "Order Pholidota" ;
a fabio:BookSection .
<http://taxon-concept.plazi.org/id/Animalia/Manis_pentadactyla_auritus_Hodgson_1836>
dwc:authority "Hodgson 1836" ;
dwc:authorityName "Hodgson" ;
dwc:authorityYear "1836" ;
dwc:class "Mammalia" ;
dwc:family "Manidae" ;
dwc:genus "Manis" ;
dwc:kingdom "Animalia" ;
dwc:order "Pholidota" ;
dwc:phylum "Chordata" ;
dwc:rank "subSpecies" ;
dwc:scientificNameAuthorship "Hodgson, 1836" ;
dwc:species "pentadactyla" ;
dwc:subGenus "Manis" ;
dwc:subSpecies "auritus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5JJD7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Manis_pentadactyla_auritus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Manis_pentadactyla_auritus>
dwc:class "Mammalia" ;
dwc:family "Manidae" ;
dwc:genus "Manis" ;
dwc:kingdom "Animalia" ;
dwc:order "Pholidota" ;
dwc:phylum "Chordata" ;
dwc:rank "subSpecies" ;
dwc:species "pentadactyla" ;
dwc:subGenus "Manis" ;
dwc:subSpecies "auritus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Manis_pentadactyla> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Manis_pentadactyla>
dwc:class "Mammalia" ;
dwc:family "Manidae" ;
dwc:genus "Manis" ;
dwc:kingdom "Animalia" ;
dwc:order "Pholidota" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "pentadactyla" ;
dwc:subGenus "Manis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Manis_Manis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Manis_Manis>
dwc:class "Mammalia" ;
dwc:family "Manidae" ;
dwc:genus "Manis" ;
dwc:kingdom "Animalia" ;
dwc:order "Pholidota" ;
dwc:phylum "Chordata" ;
dwc:rank "subGenus" ;
dwc:subGenus "Manis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Manis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Manis>
dwc:class "Mammalia" ;
dwc:family "Manidae" ;
dwc:genus "Manis" ;
dwc:kingdom "Animalia" ;
dwc:order "Pholidota" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Manidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Manidae>
dwc:class "Mammalia" ;
dwc:family "Manidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Pholidota" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pholidota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pholidota>
dwc:class "Mammalia" ;
dwc:kingdom "Animalia" ;
dwc:order "Pholidota" ;
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,85 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280ABD2AAAD9EF6FE2FE2739BB0F18AF>
dc:creator "Hess, Hans Ernst; Landolt, Elias; Hirzel, Rosmarie" ;
dc:title "Lonicera alpigena L." ;
trt:publishedIn <https://doi.org/10.5281/zenodo.292249> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Lonicera_alpigena> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.292249>
dc:creator "Hess, Hans Ernst; Landolt, Elias; Hirzel, Rosmarie" ;
dc:date "1976" ;
dc:title "Flora der Schweiz und angrenzender Gebiete. Band 3. Plumbaginaceae bis Compositae (2 nd edition): Caprifoliaceae" ;
a fabio:Book .
<http://taxon-name.plazi.org/id/Plantae/Lonicera_alpigena>
dwc:class "Magnoliopsida" ;
dwc:family "Caprifoliaceae" ;
dwc:genus "Lonicera" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "alpigena" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lonicera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lonicera>
dwc:class "Magnoliopsida" ;
dwc:family "Caprifoliaceae" ;
dwc:genus "Lonicera" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caprifoliaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caprifoliaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Caprifoliaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dipsacales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Dipsacales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Dipsacales" ;
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,84 @@
@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/280B1036D9188979BEA0F3361DEBF905>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Trigonisca mepecheu ENGEL AND GONZALEZ" ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Trigonisca_mepecheu> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-name.plazi.org/id/Animalia/Trigonisca_mepecheu>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Trigonisca" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mepecheu" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trigonisca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trigonisca>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Trigonisca" ;
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 .

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/280B1036D9268947BEEAF6001B68FAC5>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Scaptotrigona depilis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280B1036D9268947BEEAF6001B68FAC5.mc.10CAAB7DD9268947BF82F1EA1B6CFAC5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Scaptotrigona_depilis_Moure_1942> ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-concept.plazi.org/id/Animalia/Scaptotrigona_depilis_Moure_1942>
dwc:authority "(MOURE)" ;
dwc:baseAuthorityName "Moure" ;
dwc:baseAuthorityYear "1942" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Scaptotrigona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Moure, 1942)" ;
dwc:species "depilis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6Y5ZD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Scaptotrigona_depilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Scaptotrigona_depilis>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Scaptotrigona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "depilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scaptotrigona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scaptotrigona>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Scaptotrigona" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/280B1036D9268947BEEAF6001B68FAC5.mc.10CAAB7DD9268947BF82F1EA1B6CFAC5>
dwc:eventDate "2019-07-13" ;
dwc:locality "Sao Paulo" ;
dwc:recordedBy "E. A. B. Almeida & D. A. Alves" ;
trt:httpUri <https://treatment.plazi.org/id/280B1036D9268947BEEAF6001B68FAC5#10CAAB7DD9268947BF82F1EA1B6CFAC5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,97 @@
@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/280B1036D9278946BE04F6C11B1DFA9F>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Plebeia (Schwarzula) coccidophila" ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Plebeia_coccidophila> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-name.plazi.org/id/Animalia/Plebeia_coccidophila>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "coccidophila" ;
dwc:subGenus "Schwarzula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plebeia_Schwarzula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plebeia_Schwarzula>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Schwarzula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plebeia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plebeia>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
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 .

View file

@ -0,0 +1,105 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280B1036D9288949BE8DF7ED1B68FB02>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Plebeia (Plebeia) schrottkyi" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280B1036D9288949BE8DF7ED1B68FB02.mc.10CAAB7DD9288949BF82F1AC1B6CFB02> ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Plebeia_schrottkyi> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-name.plazi.org/id/Animalia/Plebeia_schrottkyi>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "schrottkyi" ;
dwc:subGenus "Plebeia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plebeia_Plebeia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plebeia_Plebeia>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Plebeia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plebeia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plebeia>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/280B1036D9288949BE8DF7ED1B68FB02.mc.10CAAB7DD9288949BF82F1AC1B6CFB02>
dwc:eventDate "2019-07-13" ;
dwc:locality "Sao Paulo" ;
dwc:recordedBy "E. B. A. Almeida & D. A. Alves" ;
trt:httpUri <https://treatment.plazi.org/id/280B1036D9288949BE8DF7ED1B68FB02#10CAAB7DD9288949BF82F1AC1B6CFB02> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,97 @@
@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/280B1036D9288949BEF3F0501B36F951>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Plebeia (Scaura) latitarsis" ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Plebeia_latitarsis> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-name.plazi.org/id/Animalia/Plebeia_latitarsis>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "latitarsis" ;
dwc:subGenus "Scaura" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plebeia_Scaura> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plebeia_Scaura>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Scaura" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plebeia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plebeia>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
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 .

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/280B1036D9298948BD38F1DB1B8AF95E>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Plebeia (Plebeia)" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280B1036D9298948BD38F1DB1B8AF95E.mc.10CAAB7DD9298948BF82F32C1B8EF95E> ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Plebeia_Plebeia> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-name.plazi.org/id/Animalia/Plebeia_Plebeia>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Plebeia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plebeia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plebeia>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/280B1036D9298948BD38F1DB1B8AF95E.mc.10CAAB7DD9298948BF82F32C1B8EF95E>
dwc:eventDate "2019-12-10" ;
dwc:locality "Pontifica Universidad Catolica" ;
dwc:recordedBy "D. Roubik" ;
dwc:verbatimLatitude "-0.8659" ;
dwc:verbatimLongitude "-76.3953" ;
trt:httpUri <https://treatment.plazi.org/id/280B1036D9298948BD38F1DB1B8AF95E#10CAAB7DD9298948BF82F32C1B8EF95E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,84 @@
@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/280B1036D92B894ABD38F0271B69F9A8>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Plebeia (Plebeia)" ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Plebeia_Plebeia> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-name.plazi.org/id/Animalia/Plebeia_Plebeia>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Plebeia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plebeia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plebeia>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Plebeia" ;
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 .

View file

@ -0,0 +1,92 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280B1036D92D894CBE8BF0CA1B26F92E>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Paratrigona lineatifrons" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280B1036D92D894CBE8BF0CA1B26F92E.mc.10CAAB7DD92D894CBF82F3811B2AF92E> ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Paratrigona_lineatifrons> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-name.plazi.org/id/Animalia/Paratrigona_lineatifrons>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Paratrigona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lineatifrons" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paratrigona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paratrigona>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Paratrigona" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/280B1036D92D894CBE8BF0CA1B26F92E.mc.10CAAB7DD92D894CBF82F3811B2AF92E>
dwc:eventDate "1980-08-02" ;
dwc:locality "Amazonas" ;
dwc:recordedBy "J. M. F. Camargo" ;
trt:httpUri <https://treatment.plazi.org/id/280B1036D92D894CBE8BF0CA1B26F92E#10CAAB7DD92D894CBF82F3811B2AF92E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,84 @@
@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/280B1036D92F894EBE8DF0531DEDF903>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Nannotrigona melanocera" ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Nannotrigona_melanocera> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-name.plazi.org/id/Animalia/Nannotrigona_melanocera>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Nannotrigona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "melanocera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nannotrigona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nannotrigona>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Nannotrigona" ;
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 .

View file

@ -0,0 +1,105 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280B1036D92F894EBEABF68A188BFB46>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Melipona (Eomelipona) bicolor Lepeletier" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280B1036D92F894EBEABF68A188BFB46.mc.10CAAB7DD92F894EBF85F169188FFB46> ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Melipona_bicolor> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-name.plazi.org/id/Animalia/Melipona_bicolor>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Melipona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bicolor" ;
dwc:subGenus "Eomelipona" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melipona_Eomelipona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melipona_Eomelipona>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Melipona" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Eomelipona" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melipona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Melipona>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Melipona" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/280B1036D92F894EBEABF68A188BFB46.mc.10CAAB7DD92F894EBF85F169188FFB46>
dwc:eventDate "2020-01-27" ;
dwc:locality "Sao Paulo" ;
dwc:recordedBy "E. A. B. Almeida" ;
trt:httpUri <https://treatment.plazi.org/id/280B1036D92F894EBEABF68A188BFB46#10CAAB7DD92F894EBF85F169188FFB46> ;
a dwc:MaterialCitation .

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/280B1036D9308951BECDF33B1BF6F903>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Lestrimelitta limao Lucas de Oliveira 1968" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lestrimelitta_limao_Smith_1863> ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-concept.plazi.org/id/Animalia/Lestrimelitta_limao_Smith_1863>
dwc:authority "(SMITH)" ;
dwc:authorityName "Lucas de Oliveira" ;
dwc:authorityYear "1968" ;
dwc:baseAuthorityName "Smith" ;
dwc:baseAuthorityYear "1863" ;
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Lestrimelitta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Smith, 1863) Lucas de Oliveira, 1968" ;
dwc:species "limao" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/722WF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lestrimelitta_limao> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lestrimelitta_limao>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Lestrimelitta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "limao" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lestrimelitta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lestrimelitta>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Lestrimelitta" ;
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 .

View file

@ -0,0 +1,84 @@
@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/280B1036D9318950BEB8F07F1800F92B>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:title "Lestrimelitta glabrata CAMARGO AND MOURE" ;
trt:publishedIn <http://dx.doi.org/10.1206/3971.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Lestrimelitta_glabrata> ;
a trt:Treatment .
<http://dx.doi.org/10.1206/3971.1>
dc:creator "Rozen, Jerome G.; Almeida, Eduardo A. B.; Smith, Corey Shepard; Jones, Lance Eric" ;
dc:date "2021" ;
dc:title "Intratribal Variation among Mature Larvae of Stingless Bees (Apidae: Meliponini) with Descriptions of the Eggs of 11 Species" .
<http://taxon-name.plazi.org/id/Animalia/Lestrimelitta_glabrata>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Lestrimelitta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "glabrata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lestrimelitta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lestrimelitta>
dwc:class "Insecta" ;
dwc:family "Apidae" ;
dwc:genus "Lestrimelitta" ;
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 .

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/280B322F8649CE5CFF2194B5197AF94D>
cito:cites <http://dx.doi.org/10.5281/zenodo.237319> ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:title "Vertomannus (Vertomannus) tibetanus Li & Bu, 2015, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vertomannus_tibetanus_Li_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3972.4.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3972.4.9>
bibo:endPage "588" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "581" ;
bibo:volume "3972" ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:date "2015" ;
dc:title "Review of the genus Vertomannus Distant (Hemiptera: Heteroptera: Lygaeoidea: Rhyparochromidae: Ozophorini), with description of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.237319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vertomannus_tibetanus_Li_2015>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Li & Bu, 2015" ;
dwc:authorityName "Li & Bu" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Li & Bu, 2015" ;
dwc:species "tibetanus" ;
dwc:subGenus "Vertomannus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8QNF9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_tibetanus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_tibetanus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tibetanus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
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.237319>
dc:description "FIGURES 1 7. Adult dorsal habitus: 1, V. V brevicollum; 2, V. V. c r aS S uS; 3, V. V. emeia; 4, V. V. ophiocephaluS; 5, V. V. pa r v uS; 6, V. V. tibetanuS; 7, V. V. validuS (scale bars = 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/237319/files/figure.png> ;
a fabio:Figure .

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/280B322F864ACE5CFF2196B81E93FE37>
cito:cites <http://dx.doi.org/10.5281/zenodo.237319> ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:title "Vertomannus (Vertomannus) parvus Li & Bu, 2015, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vertomannus_parvus_Li_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3972.4.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3972.4.9>
bibo:endPage "588" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "581" ;
bibo:volume "3972" ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:date "2015" ;
dc:title "Review of the genus Vertomannus Distant (Hemiptera: Heteroptera: Lygaeoidea: Rhyparochromidae: Ozophorini), with description of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.237319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vertomannus_parvus_Li_2015>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Li & Bu, 2015" ;
dwc:authorityName "Li & Bu" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Li & Bu, 2015" ;
dwc:species "parvus" ;
dwc:subGenus "Vertomannus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8QP4T> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_parvus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_parvus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "parvus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
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.237319>
dc:description "FIGURES 1 7. Adult dorsal habitus: 1, V. V brevicollum; 2, V. V. c r aS S uS; 3, V. V. emeia; 4, V. V. ophiocephaluS; 5, V. V. pa r v uS; 6, V. V. tibetanuS; 7, V. V. validuS (scale bars = 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/237319/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/280B322F864ACE5FFF2194C41967FC2F>
cito:cites <http://dx.doi.org/10.5281/zenodo.237319> ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:title "Vertomannus (Vertomannus) validus Zheng 1981" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vertomannus_validus_Zheng_1981> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3972.4.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3972.4.9>
bibo:endPage "588" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "581" ;
bibo:volume "3972" ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:date "2015" ;
dc:title "Review of the genus Vertomannus Distant (Hemiptera: Heteroptera: Lygaeoidea: Rhyparochromidae: Ozophorini), with description of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.237319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vertomannus_validus_Zheng_1981>
dwc:authority "Zheng, 1981" ;
dwc:authorityName "Zheng" ;
dwc:authorityYear "1981" ;
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Zheng, 1981" ;
dwc:species "validus" ;
dwc:subGenus "Vertomannus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5B9CT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_validus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_validus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "validus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>, <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
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.237319>
dc:description "FIGURES 1 7. Adult dorsal habitus: 1, V. V brevicollum; 2, V. V. c r aS S uS; 3, V. V. emeia; 4, V. V. ophiocephaluS; 5, V. V. pa r v uS; 6, V. V. tibetanuS; 7, V. V. validuS (scale bars = 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/237319/files/figure.png> ;
a fabio:Figure .

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/280B322F864BCE5EFF2197661F85FA44>
cito:cites <http://dx.doi.org/10.5281/zenodo.237319> ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:title "Vertomannus (Vertomannus) emeia Zheng 1981" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vertomannus_emeia_Zheng_1981> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3972.4.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3972.4.9>
bibo:endPage "588" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "581" ;
bibo:volume "3972" ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:date "2015" ;
dc:title "Review of the genus Vertomannus Distant (Hemiptera: Heteroptera: Lygaeoidea: Rhyparochromidae: Ozophorini), with description of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.237319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vertomannus_emeia_Zheng_1981>
dwc:authority "Zheng, 1981", "Zheng, 1981: 160" ;
dwc:authorityName "Zheng" ;
dwc:authorityPageNumber "160" ;
dwc:authorityYear "1981" ;
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Zheng, 1981" ;
dwc:species "emeia" ;
dwc:subGenus "Vertomannus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5B9CR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_emeia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_emeia>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "emeia" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>, <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
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.237319>
dc:description "FIGURES 1 7. Adult dorsal habitus: 1, V. V brevicollum; 2, V. V. c r aS S uS; 3, V. V. emeia; 4, V. V. ophiocephaluS; 5, V. V. pa r v uS; 6, V. V. tibetanuS; 7, V. V. validuS (scale bars = 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/237319/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/280B322F864BCE5FFF219373196BFEDA>
cito:cites <http://dx.doi.org/10.5281/zenodo.237319> ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:title "Vertomannus (Vertomannus) ophiocephalus Zheng 1981" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vertomannus_ophiocephalus_Zheng_1981> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3972.4.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3972.4.9>
bibo:endPage "588" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "581" ;
bibo:volume "3972" ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:date "2015" ;
dc:title "Review of the genus Vertomannus Distant (Hemiptera: Heteroptera: Lygaeoidea: Rhyparochromidae: Ozophorini), with description of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.237319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vertomannus_ophiocephalus_Zheng_1981>
dwc:authority "Zheng, 1981" ;
dwc:authorityName "Zheng" ;
dwc:authorityYear "1981" ;
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Zheng, 1981" ;
dwc:species "ophiocephalus" ;
dwc:subGenus "Vertomannus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5B9CS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_ophiocephalus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_ophiocephalus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ophiocephalus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>, <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
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.237319>
dc:description "FIGURES 1 7. Adult dorsal habitus: 1, V. V brevicollum; 2, V. V. c r aS S uS; 3, V. V. emeia; 4, V. V. ophiocephaluS; 5, V. V. pa r v uS; 6, V. V. tibetanuS; 7, V. V. validuS (scale bars = 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/237319/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,122 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280B322F864CCE59FF219374192AF94D>
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:title "Vertomannus (Vertomannus) capitatus Distant 1903" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vertomannus_capitatus_Distant_1903> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_capitatus> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3972.4.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3972.4.9>
bibo:endPage "588" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "581" ;
bibo:volume "3972" ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:date "2015" ;
dc:title "Review of the genus Vertomannus Distant (Hemiptera: Heteroptera: Lygaeoidea: Rhyparochromidae: Ozophorini), with description of two new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vertomannus_capitatus_Distant_1903>
dwc:authority "Distant, 1903" ;
dwc:authorityName "Distant" ;
dwc:authorityYear "1903" ;
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Distant, 1903" ;
dwc:species "capitatus" ;
dwc:subGenus "Vertomannus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5B9CP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_capitatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_capitatus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "capitatus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>, <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
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 .

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/280B322F864CCE5EFF219269196AFE4A>
cito:cites <http://dx.doi.org/10.5281/zenodo.237319> ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:title "Vertomannus (Vertomannus) crassus Zheng 1981" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vertomannus_crassus_Zheng_1981> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3972.4.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3972.4.9>
bibo:endPage "588" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "581" ;
bibo:volume "3972" ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:date "2015" ;
dc:title "Review of the genus Vertomannus Distant (Hemiptera: Heteroptera: Lygaeoidea: Rhyparochromidae: Ozophorini), with description of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.237319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vertomannus_crassus_Zheng_1981>
dwc:authority "Zheng, 1981" ;
dwc:authorityName "Zheng" ;
dwc:authorityYear "1981" ;
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Zheng, 1981" ;
dwc:species "crassus" ;
dwc:subGenus "Vertomannus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5B9CQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_crassus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_crassus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "crassus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>, <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
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.237319>
dc:description "FIGURES 1 7. Adult dorsal habitus: 1, V. V brevicollum; 2, V. V. c r aS S uS; 3, V. V. emeia; 4, V. V. ophiocephaluS; 5, V. V. pa r v uS; 6, V. V. tibetanuS; 7, V. V. validuS (scale bars = 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/237319/files/figure.png> ;
a fabio:Figure .

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/280B322F864DCE59FF2195D51A6CFA7F>
cito:cites <http://dx.doi.org/10.5281/zenodo.237319> ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:title "Vertomannus (Vertomannus) brevicollum Zheng 1981" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Vertomannus_brevicollum_Zheng_1981> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3972.4.9> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3972.4.9>
bibo:endPage "588" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "581" ;
bibo:volume "3972" ;
dc:creator "Li, Junlan; Bu, Wenjun" ;
dc:date "2015" ;
dc:title "Review of the genus Vertomannus Distant (Hemiptera: Heteroptera: Lygaeoidea: Rhyparochromidae: Ozophorini), with description of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.237319> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Vertomannus_brevicollum_Zheng_1981>
dwc:authority "Zheng, 1981", "Zheng, 1981: 159" ;
dwc:authorityName "Zheng" ;
dwc:authorityPageNumber "159" ;
dwc:authorityYear "1981" ;
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Zheng, 1981" ;
dwc:species "brevicollum" ;
dwc:subGenus "Vertomannus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5B9CN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_brevicollum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_brevicollum>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "brevicollum" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>, <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus_Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Vertomannus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Vertomannus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Vertomannus>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
dwc:genus "Vertomannus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhyparochromidae>
dwc:class "Insecta" ;
dwc:family "Rhyparochromidae" ;
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.237319>
dc:description "FIGURES 1 7. Adult dorsal habitus: 1, V. V brevicollum; 2, V. V. c r aS S uS; 3, V. V. emeia; 4, V. V. ophiocephaluS; 5, V. V. pa r v uS; 6, V. V. tibetanuS; 7, V. V. validuS (scale bars = 1.0 mm)." ;
fabio:hasRepresentation <https://zenodo.org/record/237319/files/figure.png> ;
a fabio:Figure .

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/> .
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/280B9875FAE9988A71FA94F408F0A6E7>
dc:creator "Amon, Diva J; Ziegler, Amanda F; Kremenetskaia, Antonina; Mah, Christopher L; Mooi, Rich; O'Hara, Tim; Pawson, David L; Roux, Michel; Smith, Craig R" ;
dc:title "Oneirophanta morphospecies" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Oneirophanta_morphospecies>, <http://taxon-name.plazi.org/id/Animalia/Oneirophanta_setigera> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.5.e11794> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Oneirophanta_morphospecies> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.5.e11794>
bibo:endPage "11794" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "11794" ;
bibo:volume "5" ;
dc:creator "Amon, Diva J; Ziegler, Amanda F; Kremenetskaia, Antonina; Mah, Christopher L; Mooi, Rich; O'Hara, Tim; Pawson, David L; Roux, Michel; Smith, Craig R" ;
dc:date "2017" ;
dc:title "Megafauna of the UKSRL exploration contract area and eastern Clarion-Clipperton Zone in the Pacific Ocean: Echinodermata" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Oneirophanta_morphospecies>
dwc:class "Holothuroidea" ;
dwc:family "Deimatidae" ;
dwc:genus "Oneirophanta" ;
dwc:kingdom "Animalia" ;
dwc:order "Synallactida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "undef-species" ;
dwc:undef-species "morphospecies" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oneirophanta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oneirophanta>
dwc:class "Holothuroidea" ;
dwc:family "Deimatidae" ;
dwc:genus "Oneirophanta" ;
dwc:kingdom "Animalia" ;
dwc:order "Synallactida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Deimatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Deimatidae>
dwc:class "Holothuroidea" ;
dwc:family "Deimatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Synallactida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Synallactida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Synallactida>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:order "Synallactida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Holothuroidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Holothuroidea>
dwc:class "Holothuroidea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
dwc:kingdom "Animalia" ;
dwc:phylum "Echinodermata" ;
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/Oneirophanta_setigera>
dwc:class "Holothuroidea" ;
dwc:family "Deimatidae" ;
dwc:genus "Oneirophanta" ;
dwc:kingdom "Animalia" ;
dwc:order "Synallactida" ;
dwc:phylum "Echinodermata" ;
dwc:rank "species" ;
dwc:species "setigera" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oneirophanta> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,90 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280BAD085502B8E33C42D2A31614677F>
dc:creator "Alfred W. Thomson; Lawrence M. Page" ;
dc:title "Ayarnangra Roberts 2001" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ayarnangra>, <http://taxon-name.plazi.org/id/Animalia/Ayarnangra_estuarius> ;
trt:publishedIn <http://publication.plazi.org/id/B9C560F494E5BA8F4131C5F7853E35BA> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Ayarnangra> ;
a trt:Treatment .
<http://publication.plazi.org/id/B9C560F494E5BA8F4131C5F7853E35BA>
bibo:endPage "96" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "1345" ;
dc:creator "Alfred W. Thomson; Lawrence M. Page" ;
dc:date "2006" ;
dc:title "Genera of the Asian Catfish Families Sisoridae and Erethistidae (Teleostei: Siluriformes)." ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Ayarnangra>
dwc:class "Actinopterygii" ;
dwc:family "Erethistidae" ;
dwc:genus "Ayarnangra" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Erethistidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Erethistidae>
dwc:class "Actinopterygii" ;
dwc:family "Erethistidae" ;
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 .
<http://taxon-name.plazi.org/id/Animalia/Ayarnangra_estuarius>
dwc:class "Actinopterygii" ;
dwc:family "Erethistidae" ;
dwc:genus "Ayarnangra" ;
dwc:kingdom "Animalia" ;
dwc:order "Siluriformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "estuarius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ayarnangra> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,89 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280BCB8B32E7A51DB24592A8F1254270>
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
dc:title "Anthenantia rufa Schult." ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Anthenantia_rufa> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.2.e1099>
bibo:endPage "1099" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "1099" ;
bibo:volume "2" ;
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
dc:date "2014" ;
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Anthenantia_rufa>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Anthenantia" ;
dwc:kingdom "Plantae" ;
dwc:order "Poales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rufa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anthenantia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anthenantia>
dwc:class "Liliopsida" ;
dwc:family "Poaceae" ;
dwc:genus "Anthenantia" ;
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 .

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/280BDF8AAC90591AB455FE1566F63B02>
dc:creator "Forbicioni, Leonardo; Tormen, Nicola; Curletti, Gianfranco; Bani, Luciano; Di Giulio, Andrea; Ruzzier, Enrico" ;
dc:title "Chrysobothris (Chrysobothris) solieri Gory & Laporte 1839" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280BDF8AAC90591AB455FE1566F63B02.mc.93092B1446437EE9E19A63655DBF750E>, <http://tb.plazi.org/GgServer/dwcaRecords/280BDF8AAC90591AB455FE1566F63B02.mc.9C4FDD6A0C0D30E52332E3B4FE267085> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chrysobothris_solieri_Gory_1839> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.12.e117362> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.12.e117362>
bibo:endPage "117362" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:pubDate "2024-02-21" ;
bibo:startPage "117362" ;
bibo:volume "12" ;
dc:creator "Forbicioni, Leonardo; Tormen, Nicola; Curletti, Gianfranco; Bani, Luciano; Di Giulio, Andrea; Ruzzier, Enrico" ;
dc:date "2024" ;
dc:title "The Buprestidae (Coleoptera, Buprestoidea) of the Tuscan Archipelago (Italy)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chrysobothris_solieri_Gory_1839>
dwc:LSID "280BDF8A-AC90-591A-B455-FE1566F63B02" ;
dwc:authority "Gory & Laporte, 1839" ;
dwc:authorityName "Gory & Laporte" ;
dwc:authorityYear "1839" ;
dwc:class "Insecta" ;
dwc:family "Buprestidae" ;
dwc:genus "Chrysobothris" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gory & Laporte, 1839" ;
dwc:species "solieri" ;
dwc:subGenus "Chrysobothris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5YNBH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chrysobothris_solieri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Chrysobothris_solieri>
dwc:class "Insecta" ;
dwc:family "Buprestidae" ;
dwc:genus "Chrysobothris" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "solieri" ;
dwc:subGenus "Chrysobothris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysobothris_Chrysobothris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysobothris_Chrysobothris>
dwc:class "Insecta" ;
dwc:family "Buprestidae" ;
dwc:genus "Chrysobothris" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Chrysobothris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysobothris> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysobothris>
dwc:class "Insecta" ;
dwc:family "Buprestidae" ;
dwc:genus "Chrysobothris" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Buprestidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Buprestidae>
dwc:class "Insecta" ;
dwc:family "Buprestidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/280BDF8AAC90591AB455FE1566F63B02.mc.93092B1446437EE9E19A63655DBF750E>
dwc:eventDate "2014-08-06" ;
dwc:locality "Occurrence" ;
dwc:recordedBy "Leonardo Forbicioni, Gory, Laporte, Identification, E. Paggetti, Event, Record Level" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "42.733128" ;
dwc:verbatimLongitude "10.145147" ;
trt:httpUri <https://treatment.plazi.org/id/280BDF8AAC90591AB455FE1566F63B02#93092B1446437EE9E19A63655DBF750E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280BDF8AAC90591AB455FE1566F63B02.mc.9C4FDD6A0C0D30E52332E3B4FE267085>
dwc:eventDate "2014-08-06" ;
dwc:locality "Occurrence" ;
dwc:recordedBy "Leonardo Forbicioni, Gory, Laporte, Identification, E. Paggetti, Event, Record Level" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "42.733128" ;
dwc:verbatimLongitude "10.145147" ;
trt:httpUri <https://treatment.plazi.org/id/280BDF8AAC90591AB455FE1566F63B02#9C4FDD6A0C0D30E52332E3B4FE267085> ;
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/280C04E04B8ECC4EA5310EE5F8DE37FF>
dc:creator "Santschi, F." ;
dc:title "Monomorium (Xeromyrmex) bicolor var. tropicale Santschi, 1926, n. var." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Monomorium_bicolor_tropicale_Santschi_1926> ;
trt:publishedIn <http://publication.plazi.org/id/DECABB2F7D882FE8E2D963EB52CDA767> ;
a trt:Treatment .
<http://publication.plazi.org/id/DECABB2F7D882FE8E2D963EB52CDA767>
bibo:endPage "267" ;
bibo:journal "Revue de Zoologie Africaine" ;
bibo:startPage "207" ;
bibo:volume "13" ;
dc:creator "Santschi, F." ;
dc:date "1926" ;
dc:title "Description de nouveaux formicides éthiopiens (IIIme partie)." ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Monomorium_bicolor_tropicale_Santschi_1926>
# Info: authority attributes generated from docAuthor ;
dwc:LSID-HNS "urn:lsid:biosci.ohio-state.edu:osuc_concepts:140341" ;
dwc:authority "Santschi, 1926" ;
dwc:authorityName "Santschi" ;
dwc:authorityYear "1926" ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Santschi, 1926" ;
dwc:species "bicolor" ;
dwc:subGenus "Xeromyrmex" ;
dwc:variety "tropicale" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomorium_bicolor_tropicale> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Monomorium_bicolor_tropicale>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "bicolor" ;
dwc:subGenus "Xeromyrmex" ;
dwc:variety "tropicale" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomorium_bicolor> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomorium_bicolor>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bicolor" ;
dwc:subGenus "Xeromyrmex" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomorium_Xeromyrmex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomorium_Xeromyrmex>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Xeromyrmex" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomorium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomorium>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
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 .

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/280C0F345411F269675EBC56C4741906>
dc:creator "Rozo-Lopez, Paula; Mengual, Ximo" ;
dc:title "Culex (Melanoconion) comminutor Dyar 1920" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Culex_comminutor_Dyar_1920> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.3.e4567> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.3.e4567>
bibo:endPage "4567" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "4567" ;
bibo:volume "3" ;
dc:creator "Rozo-Lopez, Paula; Mengual, Ximo" ;
dc:date "2015" ;
dc:title "Updated list of the mosquitoes of Colombia (Diptera: Culicidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Culex_comminutor_Dyar_1920>
dwc:ID-ENA "2758409" ;
dwc:authority "Dyar, 1920" ;
dwc:authorityName "Dyar" ;
dwc:authorityYear "1920" ;
dwc:class "Insecta" ;
dwc:family "Culicidae" ;
dwc:genus "Culex" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dyar, 1920" ;
dwc:species "comminutor" ;
dwc:subGenus "Melanoconion" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8BN38> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Culex_comminutor> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Culex_comminutor>
dwc:class "Insecta" ;
dwc:family "Culicidae" ;
dwc:genus "Culex" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "comminutor" ;
dwc:subGenus "Melanoconion" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Culex_Melanoconion> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Culex_Melanoconion>
dwc:class "Insecta" ;
dwc:family "Culicidae" ;
dwc:genus "Culex" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Melanoconion" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Culex> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Culex>
dwc:class "Insecta" ;
dwc:family "Culicidae" ;
dwc:genus "Culex" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Culicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Culicidae>
dwc:class "Insecta" ;
dwc:family "Culicidae" ;
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,78 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280D696C5A2F0090AFF61F8110ABCD92>
dc:creator "Grimaldi, David A.; Arillo, Antonio; Cumming, Jeffrey M.; Hauser, Martin" ;
dc:title "Tethepomyia" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Tethepomyia> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.148.1809> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Tethepomyia> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.148.1809>
bibo:endPage "332" ;
bibo:journal "ZooKeys" ;
bibo:startPage "293" ;
bibo:volume "148" ;
dc:creator "Grimaldi, David A.; Arillo, Antonio; Cumming, Jeffrey M.; Hauser, Martin" ;
dc:date "2011" ;
dc:title "Brachyceran Diptera (Insecta) in Cretaceous ambers, Part IV, Significant New Orthorrhaphous Taxa" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Tethepomyia>
dwc:class "Insecta" ;
dwc:family "Tethepomyiidae" ;
dwc:genus "Tethepomyia" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tethepomyiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tethepomyiidae>
dwc:class "Insecta" ;
dwc:family "Tethepomyiidae" ;
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,448 @@
@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/280D862CA2D75919B4B557DCFD731E38>
cito:cites <http://dx.doi.org/10.3897/phytokeys.239.117851.figure1>, <http://dx.doi.org/10.3897/phytokeys.239.117851.figure2>, <http://dx.doi.org/10.3897/phytokeys.239.117851.figure3>, <http://dx.doi.org/10.3897/phytokeys.239.117851.figure4>, <http://dx.doi.org/10.3897/phytokeys.239.117851.figure6> ;
dc:creator "Song, Zhu-Qiu; Zhang, Bu-Yun" ;
dc:title "Itea riparia Collett & Hemsl., J. Linn. Soc., Bot. 28: 57. 1890." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.B0BC543ED8931EC03DD210503E439E71>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.B7E9CB7FBDAE71E0F75C47A650EF9B3B>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.ACBBE82DFA988F19F106EBF1357B6D7E>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.E4418501D2A8051B9E0493FC4E5AA950>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.DEB26DCD5B0A7157EB47D3B1B45134AD>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.97EDCD3CD2563EB943FFD5AFCCBA15CF>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.D56F6CBCADBAF92CD773D30E813AB483>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.AC9030C59403D6E9BE4DB2BB3D5AD89A>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.A3D3B54DCDDD38EFC6D3E0D97D5AECCB>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.A56D825DF89DAA0DC25AA21A20C72849>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.6745DA158D800A51878F6C7E24864A27>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.3196481F3E2E3E3D9B9CF0F2A7DC3F31>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.BB73F52B696AB3CD577CAD5FA77F2643>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.D6298B60AB8A7481307F838B0715B033>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.7FEEDCB5B790E561CAAAF785B0228633>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.D78814B477488CF2C342F5750267979B>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.A694C95DF028DA6AC7567ED1F7D58B21>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.2F02EC8583A0A3E2D1FB361A430150F8>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.82881889ACBF2B223F798BA609A5F59B>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.69ABE1C3E0A3CE0849093A5CCF94F09F>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.051812E43AA43FC4D4F48E92BCBA444B>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.F7513FE52EA23699F97687DF0947190E>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.69F725681F612608851A2C8B97B35C56>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.DEEB18548132FA68CEC5E503F5D24F88>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.4320E85B8906FB7C09116EC0DAF426AE>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.B9E64587DBDF90F6802DDA27CBE7925C>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.E5828269BCE1795458B1B04C2E4CA393>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.868BC9B999F01F6DA0A57DFD10033EB9>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.3521774FA6A4D112A9E447715BD7BDAE>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.21A4B3F52C29129611704AE60E3A54BD>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.910D8662434612C5579B9F6404C3D25F>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.22863AF9244732DE8885053FAB4426AE>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.D219BE20EC405F6656F87810542B2B20>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.7829BBABC7184A710D8A04CAE60A5FBC>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.618C049695BC70893ED0E725A12038AF>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.04CEE202E169DCF773BBB8EE77CABF41>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.6DA1AC9C621A02FD37C632DE669F0E28>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.7E3978A7E766ABF777E5594E02667849>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.60EBEFBD412535F82A28E466ABD1BA33>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.81E32AB8E8875A7EA3251E3937B395EF>, <http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.482B4374538C558B7C3675F15B4C1104> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Itea_thorelii>, <http://taxon-name.plazi.org/id/Plantae/Itea_tenuinervia> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.239.117851> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Itea_riparia> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.239.117851>
bibo:endPage "72" ;
bibo:journal "PhytoKeys" ;
bibo:pubDate "2024-03-12" ;
bibo:startPage "59" ;
bibo:volume "239" ;
dc:creator "Song, Zhu-Qiu; Zhang, Bu-Yun" ;
dc:date "2024" ;
dc:title "Taxonomic notes on the genus Itea (Iteaceae)" ;
fabio:hasPart <http://dx.doi.org/10.3897/phytokeys.239.117851.figure1>, <http://dx.doi.org/10.3897/phytokeys.239.117851.figure2>, <http://dx.doi.org/10.3897/phytokeys.239.117851.figure3>, <http://dx.doi.org/10.3897/phytokeys.239.117851.figure4>, <http://dx.doi.org/10.3897/phytokeys.239.117851.figure6> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Itea_riparia>
dwc:class "Magnoliopsida" ;
dwc:family "Iteaceae" ;
dwc:genus "Itea" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "riparia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Itea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Itea>
dwc:class "Magnoliopsida" ;
dwc:family "Iteaceae" ;
dwc:genus "Itea" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Iteaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Iteaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Iteaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saxifragales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Saxifragales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
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/Itea_thorelii>
dwc:class "Magnoliopsida" ;
dwc:family "Iteaceae" ;
dwc:genus "Itea" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "thorelii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Itea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Itea_tenuinervia>
dwc:class "Magnoliopsida" ;
dwc:family "Iteaceae" ;
dwc:genus "Itea" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tenuinervia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Itea> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/phytokeys.239.117851.figure1>
dc:description "Figure 1. Itea riparia A isotype of Itea tenuinervia (Shou-Yang Liu 2893, IBK 00190789, https: // www. cvh. ac. cn / spms / detail. php? id = c 1 cf 1 dd 4) B topotype of Itea tenuinervia (Shou-Yang Liu F 000749, GXMI 014126), showing two divergent carpels per fruit C specimen of Itea riparia from Myanmar (J. H. Lace s. n., E 00397667, https: // data. rbge. org. uk / herb / E 00397667), showing two divergent carpels per fruit D lectotype of Itea thorelii (Thorel 3474, P 00709632, https: // science. mnhn. fr / institution / mnhn / collection / p / item / p 00709632), showing two divergent carpels per fruit." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1000745> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.239.117851.figure2>
dc:description "Figure 2. Itea riparia from Jingxi County, Guangxi, China A habitat B-C terminal inflorescences D leaves in adaxial and abaxial views E inflorescences F flowers with the different parts separated G infructescence, showing two divergent carpels per fruit and persistent sepals and petals H fruits and seeds. Voucher specimens: Bu-Yun Zhang et al. JZ 20230371 (fl., IBSC), Zhu-Qiu Song et al. JZ 20230553 (fr., IBSC). Scale bars: 2 cm (B, D); 5 mm (F); 1 cm (H)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1000746> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.239.117851.figure3>
dc:description "Figure 3. Itea riparia from Daxin County, Guangxi, China A habitat B leaves in adaxial and abaxial views C fruiting branchlets D infructescence E fruits, showing two divergent carpels per fruit and becoming green and thickened petals and persistent sepals and petals. Voucher specimens: Zhu-Qiu Song et al. JZ 20230549 (IBSC). Scale bar: 2 cm (B)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1000747> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.239.117851.figure4>
dc:description "Figure 4. Itea riparia from Mengla County, Yunnan, China A habitat B habit C leaves D fruiting branchlet E part of infructescence F fruits and seeds, showing two divergent carpels per fruit. Voucher specimens: Zhu-Qiu Song et al. JZ 20231022 (IBSC). Scale bars: 2 cm (C); 5 mm (F)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1000748> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.239.117851.figure6>
dc:description "Figure 6. Distribution map of Itea riparia (green circles) and Itea amoena (red squares)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1000751> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.B0BC543ED8931EC03DD210503E439E71>
dwc:eventDate "2024-01-01" ;
dwc:locality "States" ;
dwc:recordedBy "H. Collett" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "914" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#B0BC543ED8931EC03DD210503E439E71> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.B7E9CB7FBDAE71E0F75C47A650EF9B3B>
dwc:eventDate "2008-05-15" ;
dwc:locality "Daxin" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#B7E9CB7FBDAE71E0F75C47A650EF9B3B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.ACBBE82DFA988F19F106EBF1357B6D7E>
dwc:eventDate "2004-09-17" ;
dwc:locality "Exped. Inst. Bot." ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#ACBBE82DFA988F19F106EBF1357B6D7E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.E4418501D2A8051B9E0493FC4E5AA950>
dwc:eventDate "2013-06-30" ;
dwc:locality "Jingxi" ;
dwc:recordedBy "Zhu-Qiu Song" ;
dwc:verbatimElevation "457" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#E4418501D2A8051B9E0493FC4E5AA950> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.DEB26DCD5B0A7157EB47D3B1B45134AD>
dwc:eventDate "1943-05-18" ;
dwc:locality "Napo" ;
dwc:recordedBy "Zhu-Qiu Song" ;
dwc:verbatimElevation "450" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#DEB26DCD5B0A7157EB47D3B1B45134AD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.97EDCD3CD2563EB943FFD5AFCCBA15CF>
dwc:eventDate "1974-05-29" ;
dwc:locality "Yunnan" ;
dwc:recordedBy "Cangyuan" ;
dwc:verbatimElevation "700" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#97EDCD3CD2563EB943FFD5AFCCBA15CF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.D56F6CBCADBAF92CD773D30E813AB483>
dwc:eventDate "1955-05-07" ;
dwc:locality "Jinghong" ;
dwc:recordedBy "Yan-Hui Li" ;
dwc:verbatimElevation "540" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#D56F6CBCADBAF92CD773D30E813AB483> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.AC9030C59403D6E9BE4DB2BB3D5AD89A>
dwc:eventDate "1940-06-21" ;
dwc:locality "Malipo" ;
dwc:recordedBy "Yun-Hong Tan ML" ;
dwc:verbatimElevation "1100" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#AC9030C59403D6E9BE4DB2BB3D5AD89A> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.A3D3B54DCDDD38EFC6D3E0D97D5AECCB>
dwc:eventDate "1976-01-17" ;
dwc:locality "Mengla" ;
dwc:recordedBy "Wang" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#A3D3B54DCDDD38EFC6D3E0D97D5AECCB> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.A56D825DF89DAA0DC25AA21A20C72849>
dwc:eventDate "2023-09-02" ;
dwc:locality "Yunnan" ;
dwc:recordedBy "First Section" ;
dwc:verbatimElevation "600" ;
dwc:verbatimLatitude "21.989365" ;
dwc:verbatimLongitude "101.368004" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#A56D825DF89DAA0DC25AA21A20C72849> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.6745DA158D800A51878F6C7E24864A27>
dwc:eventDate "1976-04-12" ;
dwc:locality "Zhenkang" ;
dwc:recordedBy "Zhu-Qiu Song" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#6745DA158D800A51878F6C7E24864A27> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.3196481F3E2E3E3D9B9CF0F2A7DC3F31>
dwc:eventDate "2013-04-29" ;
dwc:locality "Paksong" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#3196481F3E2E3E3D9B9CF0F2A7DC3F31> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.BB73F52B696AB3CD577CAD5FA77F2643>
dwc:eventDate "2006-04-21" ;
dwc:locality "Nateuy" ;
dwc:verbatimElevation "1130" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#BB73F52B696AB3CD577CAD5FA77F2643> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.D6298B60AB8A7481307F838B0715B033>
dwc:eventDate "1993-04-30" ;
dwc:locality "Phongsal" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#D6298B60AB8A7481307F838B0715B033> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.7FEEDCB5B790E561CAAAF785B0228633>
dwc:eventDate "1993-12-31" ;
dwc:locality "Mt. Phu Kao Kwai" ;
dwc:verbatimElevation "750" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#7FEEDCB5B790E561CAAAF785B0228633> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.D78814B477488CF2C342F5750267979B>
dwc:eventDate "2024-01-01" ;
dwc:locality "Without" ;
dwc:recordedBy "N. Fukuoka, H. Bon" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#D78814B477488CF2C342F5750267979B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.A694C95DF028DA6AC7567ED1F7D58B21>
dwc:eventDate "1916-04-21" ;
dwc:locality "Myanmar" ;
dwc:recordedBy "Maymyo" ;
dwc:verbatimElevation "760" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#A694C95DF028DA6AC7567ED1F7D58B21> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.2F02EC8583A0A3E2D1FB361A430150F8>
dwc:eventDate "1912-05-04" ;
dwc:locality "Lace" ;
dwc:verbatimElevation "1066" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#2F02EC8583A0A3E2D1FB361A430150F8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.82881889ACBF2B223F798BA609A5F59B>
dwc:eventDate "1939-04" ;
dwc:locality "Taunggyi" ;
dwc:recordedBy "J. H. Lace" ;
dwc:verbatimElevation "1219" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#82881889ACBF2B223F798BA609A5F59B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.69ABE1C3E0A3CE0849093A5CCF94F09F>
dwc:eventDate "1974-05-24" ;
dwc:locality "Ban Nam Phrom" ;
dwc:recordedBy "Phu Khieo, K. Larsen" ;
dwc:verbatimElevation "650" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#69ABE1C3E0A3CE0849093A5CCF94F09F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.051812E43AA43FC4D4F48E92BCBA444B>
dwc:eventDate "1991-05-07" ;
dwc:locality "Kasem" ;
dwc:recordedBy "Thawatchai" ;
dwc:verbatimElevation "700" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#051812E43AA43FC4D4F48E92BCBA444B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.F7513FE52EA23699F97687DF0947190E>
dwc:eventDate "1928-04-21" ;
dwc:locality "Me Ka Pak Bank" ;
dwc:recordedBy "Tao" ;
dwc:verbatimElevation "1300" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#F7513FE52EA23699F97687DF0947190E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.69F725681F612608851A2C8B97B35C56>
dwc:eventDate "2009-06-12" ;
dwc:locality "Mae Rim District" ;
dwc:recordedBy "H. B. Garret" ;
dwc:verbatimElevation "600" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#69F725681F612608851A2C8B97B35C56> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.DEEB18548132FA68CEC5E503F5D24F88>
dwc:eventDate "1989-04-10" ;
dwc:locality "Mae Sa Falls" ;
dwc:recordedBy "J. F. Maxwell" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#DEEB18548132FA68CEC5E503F5D24F88> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.4320E85B8906FB7C09116EC0DAF426AE>
dwc:eventDate "1997-05-04" ;
dwc:locality "Doi Intson National Park" ;
dwc:recordedBy "J. F. Maxwell" ;
dwc:verbatimElevation "650" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#4320E85B8906FB7C09116EC0DAF426AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.B9E64587DBDF90F6802DDA27CBE7925C>
dwc:eventDate "1975-01-03" ;
dwc:locality "Doi Inthanon" ;
dwc:recordedBy "J. F. Maxwell" ;
dwc:verbatimElevation "1400" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#B9E64587DBDF90F6802DDA27CBE7925C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.E5828269BCE1795458B1B04C2E4CA393>
dwc:eventDate "1988-07-21" ;
dwc:locality "Doi Inthanon" ;
dwc:recordedBy "R. Geesink" ;
dwc:verbatimElevation "940" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#E5828269BCE1795458B1B04C2E4CA393> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.868BC9B999F01F6DA0A57DFD10033EB9>
dwc:eventDate "1994-01-12" ;
dwc:locality "Toong Yai Narssuan Wildlife Reserve" ;
dwc:recordedBy "Sangklaburi" ;
dwc:verbatimElevation "200" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#868BC9B999F01F6DA0A57DFD10033EB9> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.3521774FA6A4D112A9E447715BD7BDAE>
dwc:eventDate "1968-03-25" ;
dwc:locality "Pompee Village" ;
dwc:recordedBy "J. F. Maxwell" ;
dwc:verbatimElevation "250" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#3521774FA6A4D112A9E447715BD7BDAE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.21A4B3F52C29129611704AE60E3A54BD>
dwc:eventDate "2004-04-30" ;
dwc:locality "Phengkhlai" ;
dwc:recordedBy "C. F. van Beusekom" ;
dwc:verbatimElevation "800" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#21A4B3F52C29129611704AE60E3A54BD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.910D8662434612C5579B9F6404C3D25F>
dwc:eventDate "1968-03-25" ;
dwc:locality "Khao Yai" ;
dwc:verbatimElevation "800" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#910D8662434612C5579B9F6404C3D25F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.22863AF9244732DE8885053FAB4426AE>
dwc:eventDate "1972-01-05" ;
dwc:locality "Mae Bhaem" ;
dwc:verbatimElevation "440" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#22863AF9244732DE8885053FAB4426AE> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.D219BE20EC405F6656F87810542B2B20>
dwc:eventDate "2005-06-20" ;
dwc:locality "Pha Charoen Waterfall National Park" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#D219BE20EC405F6656F87810542B2B20> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.7829BBABC7184A710D8A04CAE60A5FBC>
dwc:eventDate "1973-07-21" ;
dwc:locality "Lansang National Park" ;
dwc:recordedBy "Pooma" ;
dwc:verbatimElevation "600" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#7829BBABC7184A710D8A04CAE60A5FBC> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.618C049695BC70893ED0E725A12038AF>
dwc:eventDate "1967-08-30" ;
dwc:locality "Lan Sang National Park" ;
dwc:recordedBy "G. Murata" ;
dwc:verbatimElevation "325" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#618C049695BC70893ED0E725A12038AF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.04CEE202E169DCF773BBB8EE77CABF41>
dwc:eventDate "1973-05-29" ;
dwc:locality "Larn Sarng Nat. Park" ;
dwc:recordedBy "M. Tagawa" ;
dwc:verbatimElevation "350" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#04CEE202E169DCF773BBB8EE77CABF41> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.6DA1AC9C621A02FD37C632DE669F0E28>
dwc:eventDate "1921-04" ;
dwc:locality "Without" ;
dwc:recordedBy "R. Geesink" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#6DA1AC9C621A02FD37C632DE669F0E28> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.7E3978A7E766ABF777E5594E02667849>
dwc:eventDate "1924-03" ;
dwc:locality "Kerr" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#7E3978A7E766ABF777E5594E02667849> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.60EBEFBD412535F82A28E466ABD1BA33>
dwc:eventDate "2013-03-23" ;
dwc:locality "Chu Yang Sin National Park" ;
dwc:verbatimElevation "900" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#60EBEFBD412535F82A28E466ABD1BA33> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.81E32AB8E8875A7EA3251E3937B395EF>
dwc:eventDate "2002-09-12" ;
dwc:locality "Cuc Phuong National Park" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#81E32AB8E8875A7EA3251E3937B395EF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/280D862CA2D75919B4B557DCFD731E38.mc.482B4374538C558B7C3675F15B4C1104>
dwc:eventDate "1888-10-18" ;
dwc:locality "Riviere Noire" ;
dwc:recordedBy "M. V. Xinh" ;
trt:httpUri <https://treatment.plazi.org/id/280D862CA2D75919B4B557DCFD731E38#482B4374538C558B7C3675F15B4C1104> ;
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/280DCCA6DB4D3FD87CE79C06EB8AC144>
dc:creator "Paprocki, Henrique; Franca, Diogo" ;
dc:title "Helicopsyche Siebold 1856" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Helicopsyche_Siebold_1856> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1557> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.2.e1557>
bibo:endPage "1557" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "1557" ;
bibo:volume "2" ;
dc:creator "Paprocki, Henrique; Franca, Diogo" ;
dc:date "2014" ;
dc:title "Brazilian Trichoptera Checklist II" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Helicopsyche_Siebold_1856>
dwc:ID-ENA "177802" ;
dwc:authority "Siebold, 1856" ;
dwc:authorityName "Siebold" ;
dwc:authorityYear "1856" ;
dwc:class "Insecta" ;
dwc:family "Helicopsychidae" ;
dwc:genus "Helicopsyche" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Siebold, 1856" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/62TKW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Helicopsyche> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Helicopsyche>
dwc:class "Insecta" ;
dwc:family "Helicopsychidae" ;
dwc:genus "Helicopsyche" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Helicopsychidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Helicopsychidae>
dwc:class "Insecta" ;
dwc:family "Helicopsychidae" ;
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,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/280F19E1CA430B07FF0631609CB44507>
dc:creator "Chacon, Isidro A.; Janzen, Daniel H.; Hallwachs, Winnie; J. Bolling Sullivan,; Hajibabaei, Mehrdad" ;
dc:title "Dunama angulinea Schaus 1912" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dunama_angulinea_Schaus_1912> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.264.4440> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.264.4440>
bibo:endPage "45" ;
bibo:journal "ZooKeys" ;
bibo:startPage "11" ;
bibo:volume "264" ;
dc:creator "Chacon, Isidro A.; Janzen, Daniel H.; Hallwachs, Winnie; J. Bolling Sullivan,; Hajibabaei, Mehrdad" ;
dc:date "2013" ;
dc:title "Cryptic species within cryptic moths: new species of Dunama Schaus (Notodontidae, Nystaleinae) in Costa Rica" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dunama_angulinea_Schaus_1912>
dwc:LSID "http://species-id.net/wiki/Dunama_angulinea" ;
dwc:authority "Schaus, 1912" ;
dwc:authorityName "Schaus" ;
dwc:authorityYear "1912" ;
dwc:class "Insecta" ;
dwc:family "Notodontidae" ;
dwc:genus "Dunama" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schaus, 1912" ;
dwc:species "angulinea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dunama_angulinea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dunama_angulinea>
dwc:class "Insecta" ;
dwc:family "Notodontidae" ;
dwc:genus "Dunama" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "angulinea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dunama> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dunama>
dwc:class "Insecta" ;
dwc:family "Notodontidae" ;
dwc:genus "Dunama" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notodontidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Notodontidae>
dwc:class "Insecta" ;
dwc:family "Notodontidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

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/280F2188BD93F8DF32143DE0F816BBB1>
cito:cites <https://binary.pensoft.net/fig/391037> ;
dc:creator "Wood, John R. I.; Munoz-Rodriguez, Pablo; Williams, Bethany R. M.; Scotland, Robert W." ;
dc:title "Ipomoea guaranitica Chodat & Hassl." ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Ipomoea_patula_villosa>, <http://taxon-name.plazi.org/id/Plantae/Ipomoea_cornucopia> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.143.32821> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Ipomoea_guaranitica> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.143.32821>
bibo:endPage "823" ;
bibo:journal "PhytoKeys" ;
bibo:startPage "1" ;
bibo:volume "143" ;
dc:creator "Wood, John R. I.; Munoz-Rodriguez, Pablo; Williams, Bethany R. M.; Scotland, Robert W." ;
dc:date "2020" ;
dc:title "A foundation monograph of Ipomoea (Convolvulaceae) in the New World" ;
fabio:hasPart <https://binary.pensoft.net/fig/391037> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Ipomoea_guaranitica>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:genus "Ipomoea" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "guaranitica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ipomoea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ipomoea>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:genus "Ipomoea" ;
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 .
<http://taxon-name.plazi.org/id/Plantae/Ipomoea_patula_villosa>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:genus "Ipomoea" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "variety" ;
dwc:species "patula" ;
dwc:variety "villosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ipomoea_patula> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ipomoea_patula>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:genus "Ipomoea" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "patula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ipomoea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Ipomoea_cornucopia>
dwc:class "Magnoliopsida" ;
dwc:family "Convolvulaceae" ;
dwc:genus "Ipomoea" ;
dwc:kingdom "Plantae" ;
dwc:order "Solanales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cornucopia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ipomoea> ;
a dwcFP:TaxonName .
<https://binary.pensoft.net/fig/391037>
dc:description "Figure 36. Ipomoea guaranitica. A habit B bracteoles C outer sepal D middle sepal E inner sepal. Drawn by Rosemary Wise from Balansa 1075." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/391037> ;
a fabio:Figure .

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/280F87ABFFD912147EE2FEEA9FB6FEA2>
cito:cites <http://dx.doi.org/10.5281/zenodo.237327>, <http://dx.doi.org/10.5281/zenodo.237328>, <http://dx.doi.org/10.5281/zenodo.237329> ;
dc:creator "Ferrari, Rafael R." ;
dc:title "Geodiscelis (Nazcoediscelis) antiminera Ferrari, new species" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Geodiscelis_antiminera_Ferrari_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4033.2.10> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4033.2.10>
bibo:endPage "300" ;
bibo:issue "2" ;
bibo:journal "Zootaxa" ;
bibo:startPage "293" ;
bibo:volume "4033" ;
dc:creator "Ferrari, Rafael R." ;
dc:date "2015" ;
dc:title "A new species of Geodiscelis Michener & Rozen (Hymenoptera: Colletidae: Xeromelissinae) from Peru" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.237327>, <http://dx.doi.org/10.5281/zenodo.237328>, <http://dx.doi.org/10.5281/zenodo.237329> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Geodiscelis_antiminera_Ferrari_2015>
dwc:authority "Ferrari" ;
dwc:authorityName "Ferrari" ;
dwc:class "Insecta" ;
dwc:family "Colletidae" ;
dwc:genus "Geodiscelis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ferrari" ;
dwc:species "antiminera" ;
dwc:subGenus "Nazcoediscelis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Geodiscelis_antiminera> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Geodiscelis_antiminera>
dwc:class "Insecta" ;
dwc:family "Colletidae" ;
dwc:genus "Geodiscelis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "antiminera" ;
dwc:subGenus "Nazcoediscelis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Geodiscelis_Nazcoediscelis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Geodiscelis_Nazcoediscelis>
dwc:class "Insecta" ;
dwc:family "Colletidae" ;
dwc:genus "Geodiscelis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Nazcoediscelis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Geodiscelis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Geodiscelis>
dwc:class "Insecta" ;
dwc:family "Colletidae" ;
dwc:genus "Geodiscelis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Colletidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Colletidae>
dwc:class "Insecta" ;
dwc:family "Colletidae" ;
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.237327>
dc:description "FIGURE 2. Geodiscelis antiminera sp. nov. Holotype ♂: (A) habitus, lateral view; (C) habitus, dorsal view; (E) head, frontal view. Paratype ♀: (B) habitus, lateral view; (D) habitus, dorsal view; (F) head, frontal view." ;
fabio:hasRepresentation <https://zenodo.org/record/237327/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.237328>
dc:description "FIGURE 3. Figures illustrating characters used in the taxonomic key. A B: dorsal view of genital capsule; (A) medioventral process on gonocoxa conical and strongly developed in Geodiscelis antiminera sp. nov., (B) rounded and weakly developed medioventral process of gonocoxa in G. nazcalinea. C D: lateral view of head; (C) supraclypeal area flat in G. antiminera sp. nov., (D) convex and protuberant in G. thaumaskelos. E F: lateral view of mesosoma; (E) metepisternum glabrous in G. antiminera sp. nov., (F) densely pilose in G. nazcalinea." ;
fabio:hasRepresentation <https://zenodo.org/record/237328/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.237329>
dc:description "FIGURE 4. Most equally parsimonious tree found (L = 158, CI = 0.703 and RI = 0.801) in the phylogenetic analysis of the species of Geodiscelis. Filled in circles represent unique apomorphies, open circles indicate homoplasious apomorphies. Small numbers above and below the circles indicate the character number and state, respectively. Large numbers above internodes are GC values from symmetric resampling, below are Bremer support values. Character and character states are those of Packer & Dumesh (2014)." ;
fabio:hasRepresentation <https://zenodo.org/record/237329/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,119 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/280F87B6A418B642D88BFD32FD0C02DA>
cito:cites <http://dx.doi.org/10.5281/zenodo.237322>, <http://dx.doi.org/10.5281/zenodo.237323> ;
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:title "Neoathripsodes holzenthali Dias, Quinteiro & Calor, 2015, new species" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Neoathripsodes_holzenthali_Dias_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4032.4.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4032.4.2>
bibo:endPage "380" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "370" ;
bibo:volume "4032" ;
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:date "2015" ;
dc:title "A new species of Neoathripsodes Holzenthal, 1989 (Trichoptera: Leptoceridae) with new generic and species records in Bahia State, Brazil" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.237322>, <http://dx.doi.org/10.5281/zenodo.237323> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Neoathripsodes_holzenthali_Dias_2015>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Dias, Quinteiro & Calor, 2015" ;
dwc:authorityName "Dias, Quinteiro & Calor" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Neoathripsodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dias, Quinteiro & Calor, 2015" ;
dwc:species "holzenthali" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neoathripsodes_holzenthali> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Neoathripsodes_holzenthali>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Neoathripsodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "holzenthali" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neoathripsodes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neoathripsodes>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Neoathripsodes" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptoceridae>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
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.237322>
dc:description "FIGURE 2. Neoathripsodes holzenthali Dias, Quinteiro & Calor, new species, male. 2 A, right forewing, dorsal; 2 B, right hind wing, dorsal; 2 C, genitalia, left lateral; 2 D, genitalia, dorsal; 2 E, phallus, left lateral; 2 F, phallus, ventral; 2 G, left inferior appendage, caudoventral. harp = harpago of inferior appendage; Inf ap = inferior appendage; IX = abdominal segment IX; Phb = Phallobase; Sup ap = superior appendage; Ph scl = phallotremal sclerite; Prm = paramere." ;
fabio:hasRepresentation <https://zenodo.org/record/237322/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.237323>
dc:description "FIGURE 3. Neoathripsodes holzenthali Dias, Quinteiro & Calor, new species, female. 3 A, right forewing, dorsal; 3 B, right hind wing, dorsal; 3 C, genitalia, left lateral; 3 D, genitalia, dorsal; 3 E, genitalia, ventral. IXa c = portions of segment IX; e. gon. VIII + IX = external parts of gonopods VIII and IX; VIII = abdominal segment VIII; Spt sc = spermathecal sclerite." ;
fabio:hasRepresentation <https://zenodo.org/record/237323/files/figure.png> ;
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/280F87B6A41CB640D88BF8BAFC9A04EA>
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:title "Nectopsyche fuscomaculata Flint 1983" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nectopsyche_fuscomaculata_Flint_1983> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4032.4.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4032.4.2>
bibo:endPage "380" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "370" ;
bibo:volume "4032" ;
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:date "2015" ;
dc:title "A new species of Neoathripsodes Holzenthal, 1989 (Trichoptera: Leptoceridae) with new generic and species records in Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Nectopsyche_fuscomaculata_Flint_1983>
dwc:authority "Flint 1983" ;
dwc:authorityName "Flint" ;
dwc:authorityYear "1983" ;
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Nectopsyche" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Flint, 1983" ;
dwc:species "fuscomaculata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/462XY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nectopsyche_fuscomaculata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Nectopsyche_fuscomaculata>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Nectopsyche" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fuscomaculata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nectopsyche> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nectopsyche>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Nectopsyche" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptoceridae>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
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,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/280F87B6A41CB641D88BFBF4FD270310>
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:title "Grumichella rostrata Thienemann 1905" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Grumichella_rostrata_Thienemann_1905> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4032.4.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4032.4.2>
bibo:endPage "380" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "370" ;
bibo:volume "4032" ;
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:date "2015" ;
dc:title "A new species of Neoathripsodes Holzenthal, 1989 (Trichoptera: Leptoceridae) with new generic and species records in Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Grumichella_rostrata_Thienemann_1905>
dwc:authority "Thienemann 1905" ;
dwc:authorityName "Thienemann" ;
dwc:authorityYear "1905" ;
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Grumichella" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Thienemann, 1905" ;
dwc:species "rostrata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3HF8C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Grumichella_rostrata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Grumichella_rostrata>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Grumichella" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rostrata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Grumichella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Grumichella>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Grumichella" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptoceridae>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
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,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/280F87B6A41CB641D88BFDEFFE7A07D5>
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:title "Atanatolica bonita Costa & Calor 2014" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Atanatolica_bonita_Costa_2014> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4032.4.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4032.4.2>
bibo:endPage "380" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "370" ;
bibo:volume "4032" ;
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:date "2015" ;
dc:title "A new species of Neoathripsodes Holzenthal, 1989 (Trichoptera: Leptoceridae) with new generic and species records in Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Atanatolica_bonita_Costa_2014>
dwc:authority "Costa & Calor 2014" ;
dwc:authorityName "Costa & Calor" ;
dwc:authorityYear "2014" ;
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Atanatolica" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Costa & Calor, 2014" ;
dwc:species "bonita" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Atanatolica_bonita> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Atanatolica_bonita>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Atanatolica" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bonita" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Atanatolica> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Atanatolica>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Atanatolica" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptoceridae>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
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,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/280F87B6A41DB640D88BFA26FE7A02CE>
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:title "Oecetis furcata Quinteiro & Calor 2015" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Oecetis_furcata_Quinteiro_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4032.4.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4032.4.2>
bibo:endPage "380" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "370" ;
bibo:volume "4032" ;
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:date "2015" ;
dc:title "A new species of Neoathripsodes Holzenthal, 1989 (Trichoptera: Leptoceridae) with new generic and species records in Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Oecetis_furcata_Quinteiro_2015>
dwc:authority "Quinteiro & Calor 2015" ;
dwc:authorityName "Quinteiro & Calor" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Oecetis" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Quinteiro & Calor, 2015" ;
dwc:species "furcata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Oecetis_furcata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Oecetis_furcata>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Oecetis" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "furcata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oecetis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oecetis>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Oecetis" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptoceridae>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
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,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/280F87B6A41DB640D88BFC41FE7A0164>
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:title "Oecetis martinae Quinteiro & Calor 2015" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Oecetis_martinae_Quinteiro_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4032.4.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4032.4.2>
bibo:endPage "380" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "370" ;
bibo:volume "4032" ;
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:date "2015" ;
dc:title "A new species of Neoathripsodes Holzenthal, 1989 (Trichoptera: Leptoceridae) with new generic and species records in Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Oecetis_martinae_Quinteiro_2015>
dwc:authority "Quinteiro & Calor 2015" ;
dwc:authorityName "Quinteiro & Calor" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Oecetis" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Quinteiro & Calor, 2015" ;
dwc:species "martinae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Oecetis_martinae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Oecetis_martinae>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Oecetis" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "martinae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oecetis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oecetis>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Oecetis" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptoceridae>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
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,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/280F87B6A41DB640D88BFEA3FD2A0749>
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:title "Notalina cipo Holzenthal 1986" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Notalina_cipo_Holzenthal_1986> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4032.4.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4032.4.2>
bibo:endPage "380" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "370" ;
bibo:volume "4032" ;
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:date "2015" ;
dc:title "A new species of Neoathripsodes Holzenthal, 1989 (Trichoptera: Leptoceridae) with new generic and species records in Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Notalina_cipo_Holzenthal_1986>
dwc:authority "Holzenthal 1986" ;
dwc:authorityName "Holzenthal" ;
dwc:authorityYear "1986" ;
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Notalina" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Holzenthal, 1986" ;
dwc:species "cipo" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7W38Q> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Notalina_cipo> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Notalina_cipo>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Notalina" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cipo" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Notalina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Notalina>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Notalina" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptoceridae>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
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,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/280F87B6A41DB64FD88BF8DFFCA50552>
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:title "Triplectides gracilis Burmeister 1839" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Triplectides_gracilis_Burmeister_1839> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4032.4.2> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4032.4.2>
bibo:endPage "380" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "370" ;
bibo:volume "4032" ;
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:date "2015" ;
dc:title "A new species of Neoathripsodes Holzenthal, 1989 (Trichoptera: Leptoceridae) with new generic and species records in Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Triplectides_gracilis_Burmeister_1839>
dwc:authority "Burmeister 1839" ;
dwc:authorityName "Burmeister" ;
dwc:authorityYear "1839" ;
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Triplectides" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Burmeister, 1839" ;
dwc:species "gracilis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7D6V4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Triplectides_gracilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Triplectides_gracilis>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Triplectides" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gracilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Triplectides> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Triplectides>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
dwc:genus "Triplectides" ;
dwc:kingdom "Animalia" ;
dwc:order "Trichoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptoceridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptoceridae>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
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,67 @@
@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/280F87B6A41FB641D88BF8F4FDF905BF>
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:title "Leptoceridae Dias, Quinteiro & Calor, 2015, n. sp." ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.4032.4.2> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Leptoceridae> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.4032.4.2>
bibo:endPage "380" ;
bibo:issue "4" ;
bibo:journal "Zootaxa" ;
bibo:startPage "370" ;
bibo:volume "4032" ;
dc:creator "Dias, Everton S.; Quinteiro, Fabio B.; Calor, Adolfo R." ;
dc:date "2015" ;
dc:title "A new species of Neoathripsodes Holzenthal, 1989 (Trichoptera: Leptoceridae) with new generic and species records in Bahia State, Brazil" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Leptoceridae>
dwc:class "Insecta" ;
dwc:family "Leptoceridae" ;
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,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/280F8F09244F5EEB9A6A2022C4E56C0C>
dc:creator "Wang, Cheng; Li, Shuqiang" ;
dc:title "Nandicius Prószyński 2016" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nandicius_Pr%C3%B3szy%C5%84ski_2016> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1062.72531> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1062.72531>
bibo:endPage "155" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-10-14" ;
bibo:startPage "123" ;
bibo:volume "1062" ;
dc:creator "Wang, Cheng; Li, Shuqiang" ;
dc:date "2021" ;
dc:title "On ten species of jumping spiders from Xishuangbanna, China (Araneae, Salticidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Nandicius_Pr%C3%B3szy%C5%84ski_2016>
dwc:LSID "280F8F09-244F-5EEB-9A6A-2022C4E56C0C" ;
dwc:authority "Proszynski, 2016" ;
dwc:authorityName "Prószyński" ;
dwc:authorityYear "2016" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Nandicius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Prószyński, 2016" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nandicius> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Nandicius>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Nandicius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Salticidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Salticidae>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,73 @@
@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/281032EBF8569344F3C6C57806916E84>
dc:creator "Hess, Hans Ernst; Landolt, Elias; Hirzel, Rosmarie" ;
dc:title "Lycopus L." ;
trt:publishedIn <https://doi.org/10.5281/zenodo.292249> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Lycopus> ;
a trt:Treatment .
<https://doi.org/10.5281/zenodo.292249>
dc:creator "Hess, Hans Ernst; Landolt, Elias; Hirzel, Rosmarie" ;
dc:date "1976" ;
dc:title "Flora der Schweiz und angrenzender Gebiete. Band 3. Plumbaginaceae bis Compositae (2 nd edition): Labiatae" ;
a fabio:Book .
<http://taxon-name.plazi.org/id/Animalia/Lycopus>
dwc:class "Arachnida" ;
dwc:family "Thomisidae" ;
dwc:genus "Lycopus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thomisidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thomisidae>
dwc:class "Arachnida" ;
dwc:family "Thomisidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/28108783FFF0FFA2FA732DFFFEE9D753>
cito:cites <http://dx.doi.org/10.5281/zenodo.3227136> ;
dc:creator "Yiiau-Min Huang" ;
dc:title "Aedes (Stegomyia) albopictus Skuse" ;
dwc:basisOfRecord <https://www.gbif.org/occurrence/1324309352>, <https://www.gbif.org/occurrence/1324309353> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Aedes_albopictus_Skuse_1894> ;
trt:publishedIn <http://doi.org/10.5281/zenodo.3511569> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Aedes_albopictus> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.3511569>
bibo:endPage "302" ;
bibo:journal "Proceedings of the Entomological Society of Washington" ;
bibo:startPage "297" ;
bibo:volume "70" ;
dc:creator "Yiiau-Min Huang" ;
dc:date "1968" ;
dc:title "Neotype Designation for Aedes (Stegomyia) albopictus (Skuse)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.3227136> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Aedes_albopictus_Skuse_1894>
dwc:authority "Skuse" ;
dwc:authorityName "Skuse" ;
dwc:authorityYear "1894" ;
dwc:class "Insecta" ;
dwc:family "Culicidae" ;
dwc:genus "Aedes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Skuse, 1894" ;
dwc:species "albopictus" ;
dwc:subGenus "Stegomyia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Aedes_albopictus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Aedes_albopictus>
dwc:class "Insecta" ;
dwc:family "Culicidae" ;
dwc:genus "Aedes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "albopictus" ;
dwc:subGenus "Stegomyia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aedes_Stegomyia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aedes_Stegomyia>
dwc:class "Insecta" ;
dwc:family "Culicidae" ;
dwc:genus "Aedes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Stegomyia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aedes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aedes>
dwc:class "Insecta" ;
dwc:family "Culicidae" ;
dwc:genus "Aedes" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Culicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Culicidae>
dwc:class "Insecta" ;
dwc:family "Culicidae" ;
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.3227136>
dc:description "Fig. 2, Aedes (Stegomyia) albopictus (Skuse). A, B, dorsoventral aspects of the neotype male pupa; C, tergal aspect of the neotype male terminalia." ;
fabio:hasRepresentation <https://zenodo.org/record/3227136/files/figure.png> ;
a fabio:Figure .
<https://www.gbif.org/occurrence/1324309352>
dwc:catalogNumber "N o. 1-14-104, 68/1054" ;
dwc:collectionCode "U. S. National Museum" ;
dwc:eventDate "1967-07-03" ;
dwc:locality "Botanical Garden, Calcutta" ;
dwc:recordedBy "S. Ramalingam & E. D. Abraham & E. S. Abraham" ;
dwc:typeStatus "neotype" ;
trt:gbifOccurrenceId "1324309352" ;
a dwc:MaterialCitation .
<https://www.gbif.org/occurrence/1324309353>
dwc:catalogNumber "N o. 1-14-15" ;
dwc:collectionCode "U.S. National Museum" ;
dwc:typeStatus "neo-allotype" ;
trt:gbifOccurrenceId "1324309353" ;
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/2810D09D8C45453452106C93180AE474>
dc:creator "Douglas, Hume; Bouchard, Patrice; Anderson, Robert S.; Tonnancour, Pierre de; Vigneault, Robert; Webster, Reginald P." ;
dc:title "Dryocoetes caryi Hopkins 1915, new to Prince Edward Island" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dryocoetes_caryi_Hopkins_1915> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.309.4667> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.309.4667>
bibo:endPage "48" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2013-06-13" ;
bibo:startPage "13" ;
bibo:volume "309" ;
dc:creator "Douglas, Hume; Bouchard, Patrice; Anderson, Robert S.; Tonnancour, Pierre de; Vigneault, Robert; Webster, Reginald P." ;
dc:date "2013" ;
dc:title "New Curculionoidea (Coleoptera) records for Canada" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dryocoetes_caryi_Hopkins_1915>
dwc:LSID "2810D09D-8C45-4534-5210-6C93180AE474" ;
dwc:authority "Hopkins, 1915" ;
dwc:authorityName "Hopkins" ;
dwc:authorityYear "1915" ;
dwc:class "Hexapoda" ;
dwc:family "Curculionidae" ;
dwc:genus "Dryocoetes" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hopkins, 1915" ;
dwc:species "caryi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dryocoetes_caryi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dryocoetes_caryi>
dwc:class "Hexapoda" ;
dwc:family "Curculionidae" ;
dwc:genus "Dryocoetes" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "caryi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dryocoetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dryocoetes>
dwc:class "Hexapoda" ;
dwc:family "Curculionidae" ;
dwc:genus "Dryocoetes" ;
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 "Hexapoda" ;
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 "Hexapoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hexapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hexapoda>
dwc:class "Hexapoda" ;
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,140 @@
@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/28112AC6029553868A20E795EFE6163A>
cito:cites <http://dx.doi.org/10.3897/zookeys.1150.93760.figure7>, <http://dx.doi.org/10.3897/zookeys.1150.93760.map3>, <http://dx.doi.org/10.3897/zookeys.1150.93760.map4>, <http://dx.doi.org/10.3897/zookeys.1150.93760.figure8>, <http://dx.doi.org/10.3897/zookeys.1150.93760.figure9>, <http://dx.doi.org/10.3897/zookeys.1150.93760.figure10> ;
dc:creator "Crews, Sarah C." ;
dc:title "Karaops ellenae Crews & Harvey 2011" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Karaops_ellenae_Crews_2011> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1150.93760> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1150.93760>
bibo:endPage "189" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2023-02-27" ;
bibo:startPage "1" ;
bibo:volume "1150" ;
dc:creator "Crews, Sarah C." ;
dc:date "2023" ;
dc:title "But wait, there's more! Descriptions of new species and undescribed sexes of flattie spiders (Araneae, Selenopidae, Karaops) from Australia" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1150.93760.figure7>, <http://dx.doi.org/10.3897/zookeys.1150.93760.map3>, <http://dx.doi.org/10.3897/zookeys.1150.93760.map4>, <http://dx.doi.org/10.3897/zookeys.1150.93760.figure8>, <http://dx.doi.org/10.3897/zookeys.1150.93760.figure9>, <http://dx.doi.org/10.3897/zookeys.1150.93760.figure10> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Karaops_ellenae_Crews_2011>
dwc:LSID "28112AC6-0295-5386-8A20-E795EFE6163A" ;
dwc:authority "Crews & Harvey, 2011" ;
dwc:authorityName "Crews & Harvey" ;
dwc:authorityYear "2011" ;
dwc:class "Arachnida" ;
dwc:family "Selenopidae" ;
dwc:genus "Karaops" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Crews & Harvey, 2011" ;
dwc:species "ellenae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3R2M3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Karaops_ellenae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Karaops_ellenae>
dwc:class "Arachnida" ;
dwc:family "Selenopidae" ;
dwc:genus "Karaops" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ellenae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Karaops> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Karaops>
dwc:class "Arachnida" ;
dwc:family "Selenopidae" ;
dwc:genus "Karaops" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Selenopidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Selenopidae>
dwc:class "Arachnida" ;
dwc:family "Selenopidae" ;
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.1150.93760.figure7>
dc:description "Figure 7. Members from the Karaops strayamate species group A Karaops gangarie, holotype female, rainforest near Amos Bay, Queensland (QM S 52315) B Karaops gangarie, paratype female from Cooktown, Queensland (QM S 88003) C Karaops gangarie, paratype male, same data as holotype (QM S 88644) D Karaops ellenae, paratype female, Mount Cooke, Western Australia (WAM T 28043 ex. 93 / 1359) E Karaops ellenae, holotype male, same data as paratype (WAM T 28050 ex. T 93 / 1366) F Karaops monteithi, holotype female, Upper Lankelly Creek, Coen District, Queensland (QM S 61052). Scale bars: 1 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/816390> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1150.93760.map3>
dc:description "Map 3. Species of the Karaops strayamate species group; red = Karaops ellenae, green = Karaops monteithi, light blue = Karaops gangarie, yellow = Karaops strayamate." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/816389> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1150.93760.map4>
dc:description "Map 4. Species of the Karaops raveni species group; green = Karaops jarrit, red = Karaops raveni, pale blue = Karaops marrayagong." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/816393> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1150.93760.figure8>
dc:description "Figure 8. Members from the Karaops raveni species group A Karaops jarrit, paratype female, conveyor # 2, Worsley Alumina Overland Conveyor Belt, SW of Boddington, Western Australia (WAM T 87168) B Karaops raveni, holotype male, Brooyar State Forest, Queensland (QM S 50593) C Karaops raveni, female paratype, Boat Mountain, Queensland (QM S 47057) D Karaops marrayagong, holotype female, Kitty's Creek near Sydney, New South Wales (AM KS 19743) E Karaops marrayagong, female, Ku-ring-gai Wildflower Garden, New South Wales (AM KS. 126520) F Karaops jarrit, holotype male, 11 km NW of Roe's Rock, Fitzgerald River National Park, Western Australia (WAM T 55003) G Karaops monteithi, adult female, under rock, outside of Coen, Queensland; arrows indicate tufts of white setae H Karaops monteithi, habitat of outside of Coen, Queensland. Scale bars: 1 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/816391> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1150.93760.figure9>
dc:description "Figure 9. Karaops marrayagong, Ku-ring-gai Wildflower Garden, New South Wales A adult female (sel _ 1089, AM KS. 126520) B male, face (sel _ 1091, AM KS. 126522) C epigyne, caudal (sel _ 1089 AM KS. 126520) D male (sel _ 1091, AM KS. 126522) E same, palp, ventral; green = vRTA, orange = dRTA, light gray-blue = tegulum, blue-violet = tegular lobe, blue = embolus, turquoise = spermophor, pink = conductor / conductor sheath, yellow = median apophysis, dark green = subtegulum, Sp = spinules F same. Scale bars: 0.2 mm (C); 1 mm (B, D-F)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/816392> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1150.93760.figure10>
dc:description "Figure 10. Karaops marrayagong and Karaops nitmiluk sp. nov. A Karaops marrayagong on tree, Ku-ring-gai Wildflower Garden, New South Wales (Photo: Wendy Grimm) B Karaops marrayagong, male palp, retrolateral, same data as previous (sel _ 1091, AM KS. 126522) C Karaops marrayagong, epigyne, caudal same data as previous (sel _ 1089, AM KS. 126520) D Karaops nitmiluk sp. nov., holotype, epigyne, Baruwei Walk, Nitmiluk National Park, Northern Territory (sel _ 1333, MAGNT A 004906); pink = median field, blue-violet = epigynal windows, yellow = lateral lobes / epigynal plate E same, endogyne, yellow = accessory bulbs, blue = spermathecae, red = fertilization ducts, green = posterodorsal fold F same, epigyne G same, endogyne. Scale bars: 1 mm (B); 0.2 mm (D-G)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/816394> ;
a fabio:Figure .

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/2811480C46F6C38DFD1C6D797930363E>
dc:creator "Forel, A." ;
dc:title "Monomorium ilgii Forel, 1894, n. spec." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Monomorium_ilgii_Forel_1894> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.14259> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.14259>
bibo:endPage "100" ;
bibo:journal "Mitteilungen der Schweizerischen Entomologischen Gesellschaft" ;
bibo:startPage "64" ;
bibo:volume "9" ;
dc:creator "Forel, A." ;
dc:date "1894" ;
dc:title "Abessinische und andere afrikanische Ameisen, gesammelt von Herrn Ingenieur Alfred Ilg, von Herrn Dr. Liengme, von Herrn Pfarrer Missionar P. Berthoud, Herrn Dr. Arth. Müller, etc." ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Monomorium_ilgii_Forel_1894>
# Info: authority attributes generated from docAuthor ;
dwc:LSID-HNS "urn:lsid:biosci.ohio-state.edu:osuc_concepts:31596" ;
dwc:authority "Forel, 1894" ;
dwc:authorityName "Forel" ;
dwc:authorityYear "1894" ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Forel, 1894" ;
dwc:species "ilgii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/44865> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Monomorium_ilgii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Monomorium_ilgii>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ilgii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monomorium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monomorium>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Monomorium" ;
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 .

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/> .
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/281168602AE856AFA64F1BADF179C312>
cito:cites <http://dx.doi.org/10.3897/phytokeys.92.22205.figure8>, <http://dx.doi.org/10.3897/phytokeys.92.22205.figure14> ;
dc:creator "Sukhorukov, Alexander P.; Nilova, Maya V.; Erst, Andrey S.; Kushunina, Maria; Baider, Claudia; Verloove, Filip; Salas-Pascual, Marcos; Belyaeva, Irina V.; Krinitsina, Anastasiya A.; Bruyns, Peter V.; Klak, Cornelia" ;
dc:title "Sesuvium ayresii Marais, Kew. Bull. 32 (2): 483 1978" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sesuvium_ayresii_Marais_1978> ;
trt:publishedIn <http://dx.doi.org/10.3897/phytokeys.92.22205> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/phytokeys.92.22205>
bibo:endPage "88" ;
bibo:journal "PhytoKeys" ;
bibo:pubDate "2018-01-15" ;
bibo:startPage "45" ;
bibo:volume "92" ;
dc:creator "Sukhorukov, Alexander P.; Nilova, Maya V.; Erst, Andrey S.; Kushunina, Maria; Baider, Claudia; Verloove, Filip; Salas-Pascual, Marcos; Belyaeva, Irina V.; Krinitsina, Anastasiya A.; Bruyns, Peter V.; Klak, Cornelia" ;
dc:date "2018" ;
dc:title "Diagnostics, taxonomy, nomenclature and distribution of perennial Sesuvium (Aizoaceae) in Africa" ;
fabio:hasPart <http://dx.doi.org/10.3897/phytokeys.92.22205.figure8>, <http://dx.doi.org/10.3897/phytokeys.92.22205.figure14> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Sesuvium_ayresii_Marais_1978>
dwc:LSID "28116860-2AE8-56AF-A64F-1BADF179C312" ;
dwc:authority "Marais, Kew. Bull. 32 (2): 483 (1978)" ;
dwc:authorityName "Marais, Kew. Bull. 32 (2): 483" ;
dwc:authorityYear "1978" ;
dwc:class "Magnoliopsida" ;
dwc:family "Aizoaceae" ;
dwc:genus "Sesuvium" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Spermatophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Marais, Kew. Bull. 32 (2): 483, 1978" ;
dwc:species "ayresii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sesuvium_ayresii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Sesuvium_ayresii>
dwc:class "Magnoliopsida" ;
dwc:family "Aizoaceae" ;
dwc:genus "Sesuvium" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Spermatophyta" ;
dwc:rank "species" ;
dwc:species "ayresii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sesuvium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sesuvium>
dwc:class "Magnoliopsida" ;
dwc:family "Aizoaceae" ;
dwc:genus "Sesuvium" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Spermatophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aizoaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aizoaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Aizoaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Spermatophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Caryophyllales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Spermatophyta" ;
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 "Spermatophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Spermatophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Spermatophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Spermatophyta" ;
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.3897/phytokeys.92.22205.figure8>
dc:description "Figure 8. Sesuvium ayresii: A the only species growing on the islet (Ile aux Fous, Mauritius, 1 August 2007) B clumps on sandy beach (Ilot Gabriel, Mauritius, 6 August 2007) C an individual clump on calcarenite (Ile de la Passe, Mauritius, 3 February 2007) D close-up of a flower (Rivulet Terre Rouge Bird Sanctuary, Mauritius, 1 September 2017). Photographs by F. B. V. Florens." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/179511> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/phytokeys.92.22205.figure14>
dc:description "Figure 14. Distribution map of Sesuvium ayresii (stars) and S. portulacastrum subsp. portulacastrum (circles, mapped only for Africa)." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/179517> ;
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/28116E0D94139103994314303416F4EC>
dc:creator "Ward, P. S." ;
dc:title "Tetramorium simillimum" ;
trt:publishedIn <http://publication.plazi.org/id/32FD301806858489EBFB7F601BC4A115> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Tetramorium_simillimum> ;
a trt:Treatment .
<http://publication.plazi.org/id/32FD301806858489EBFB7F601BC4A115>
bibo:endPage "68" ;
bibo:journal "Zootaxa" ;
bibo:startPage "1" ;
bibo:volume "936" ;
dc:creator "Ward, P. S." ;
dc:date "2005" ;
dc:title "A synoptic review of the ants of California (Hymenoptera: Formicidae)." ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Tetramorium_simillimum>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Tetramorium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "simillimum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramorium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tetramorium>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Tetramorium" ;
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 .

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/28117E715F0C5684BF473F94EAC2ED24>
cito:cites <http://dx.doi.org/10.3897/zookeys.1187.112936.figure1>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure2>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure10>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure12>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure15>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure18>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure3>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure30> ;
dc:creator "Chu, Chang; Lin, Yejie; Li, Shuqiang" ;
dc:title "Troglohnia Lin & Li 2023, gen. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Troglohnia_Lin_2023> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1187.112936> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1187.112936>
bibo:endPage "134" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2023-12-20" ;
bibo:startPage "91" ;
bibo:volume "1187" ;
dc:creator "Chu, Chang; Lin, Yejie; Li, Shuqiang" ;
dc:date "2023" ;
dc:title "New genera and new species of Hahniidae (Araneae) from China, Laos, Myanmar, and Vietnam" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1187.112936.figure1>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure2>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure10>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure12>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure15>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure18>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure3>, <http://dx.doi.org/10.3897/zookeys.1187.112936.figure30> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Troglohnia_Lin_2023>
dwc:LSID "https://zoobank.org/1D333387-6E69-4CCB-862E-256EE2EECB15" ;
dwc:authority "Lin & Li" ;
dwc:authorityName "Lin & Li" ;
dwc:authorityYear "2023" ;
dwc:family "Hahniidae" ;
dwc:genus "Troglohnia" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Lin & Li, 2023" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Troglohnia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Troglohnia>
dwc:family "Hahniidae" ;
dwc:genus "Troglohnia" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hahniidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hahniidae>
dwc:family "Hahniidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
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:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/zookeys.1187.112936.figure1>
dc:description "Figure 1. Cephalic region and chelicerae, paratype males, lateral view A Goblinia tiane sp. nov. B Myahnia kanpetlet sp. nov. C Troglohnia qiubei sp. nov. D Typhlohnia rongshui sp. nov." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/955520> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1187.112936.figure2>
dc:description "Figure 2. Stridulatory files, paratype males, lateral view A Goblinia tiane sp. nov. B Troglohnia qiubei sp. nov." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/955521> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1187.112936.figure10>
dc:description "Figure 10. Troglohnia dafang sp. nov., holotype male A ventral view B retrolateral view. Dashed line shows conductor stalk. Abbreviations: C = conductor, CF = cymbial furrow, dRTA = dorsal retrolateral tibial apophysis, E = embolus, ET = embolic tooth, PA = patellar apophysis, RTA = retrolateral tibial apophysis, vRTA = ventral retrolateral tibial apophysis." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/955529> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1187.112936.figure12>
dc:description "Figure 12. Troglohnia qiubei sp. nov., holotype male A ventral view B retrolateral view. Dashed line shows conductor stalk; red arrow shows the process on tegulum. Abbreviations: C = conductor, CF = cymbial furrow, dRTA = dorsal retrolateral tibial apophysis, E = embolus, ET = embolic tooth, PA = patellar apophysis, RTA = retrolateral tibial apophysis, vRTA = ventral retrolateral tibial apophysis." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/955531> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1187.112936.figure15>
dc:description "Figure 15. Troglohnia wuding sp. nov., holotype male A ventral view B retrolateral view. Dashed line shows conductor stalk; red arrow shows the process on tegulum. Abbreviations: C = conductor, CF = cymbial furrow, dRTA = dorsal retrolateral tibial apophysis, E = embolus, ET = embolic tooth, PA = patellar apophysis, RTA = retrolateral tibial apophysis, vRTA = ventral retrolateral tibial apophysis." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/955534> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1187.112936.figure18>
dc:description "Figure 18. Epigynes of Troglohnia gen. nov., ventral view A Tr. dafang sp. nov. B Tr. qiubei sp. nov. C Tr. shidian sp. nov. D Tr. wuding sp. nov. Abbreviations: CD = copulatory duct, CO = copulatory opening, H = hood, PS = primary spermatheca, SS = secondary spermatheca." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/955537> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1187.112936.figure3>
dc:description "Figure 3. Paratype male bulbs, ventral view A Goblinia tiane sp. nov. B Myahnia kanpetlet sp. nov. C Troglohnia qiubei sp. nov. D Typhlohnia rongshui sp. nov. Red arrows show the tegular outgrowth. Abbreviations: C = conductor, E = embolus, SD = sperm duct." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/955522> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/zookeys.1187.112936.figure30>
dc:description "Figure 30. Distribution records of new Hahniidae species in South-east Asia 1 Goblinia tiane sp. nov. 2 Myahnia kanpetlet sp. nov. 3 Troglohnia dafang sp. nov. 4 Tr. qiubei sp. nov. 5 Tr. shidian sp. nov. 6 Tr. wuding sp. nov. 7 Typhlohnia banlaksao sp. nov. 8 Ty. kaiyang sp. nov. 9 Ty. rongshui sp. nov. 10 Ty. sondoong sp. nov. 11 Ty. suiyang sp. nov." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/955549> ;
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/2811BBE3E7B635650E01A385DC5FE193>
dc:creator "Crespo, Luis C; Domenech, Marc; Enguidanos, Alba; Malumbres-Olarte, Jagoba; Cardoso, Pedro; Moya-Larano, Jordi; Frias-Lopez, Cristina; Macias-Hernandez, Nuria; De Mas, Eva; Mazzuca, Paola; Mora, Elisa; Opatova, Vera; Planas, Enric; Ribera, Carles; Roca-Cusachs, Marcos; Ruiz, Dolores; Sousa, Pedro; Tonzo, Vanina; Arnedo, Miquel A." ;
dc:title "Pardosa pullata Clerck 1757" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/2811BBE3E7B635650E01A385DC5FE193.mc.A03DDA757C88FC98EFCBEEB8EB302860> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pardosa_pullata_Clerck_1757> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.6.e29443> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.6.e29443>
bibo:endPage "29443" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "29443" ;
bibo:volume "6" ;
dc:creator "Crespo, Luis C; Domenech, Marc; Enguidanos, Alba; Malumbres-Olarte, Jagoba; Cardoso, Pedro; Moya-Larano, Jordi; Frias-Lopez, Cristina; Macias-Hernandez, Nuria; De Mas, Eva; Mazzuca, Paola; Mora, Elisa; Opatova, Vera; Planas, Enric; Ribera, Carles; Roca-Cusachs, Marcos; Ruiz, Dolores; Sousa, Pedro; Tonzo, Vanina; Arnedo, Miquel A." ;
dc:date "2018" ;
dc:title "A DNA barcode-assisted annotated checklist of the spider (Arachnida, Araneae) communities associated to white oak woodlands in Spanish National Parks" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pardosa_pullata_Clerck_1757>
dwc:ID-ENA "74988" ;
dwc:authority "Clerck, 1757" ;
dwc:authorityName "Clerck" ;
dwc:authorityYear "1757" ;
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Pardosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Clerck, 1757" ;
dwc:species "pullata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DJZL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pardosa_pullata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pardosa_pullata>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Pardosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pullata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pardosa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pardosa>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Pardosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycosidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycosidae>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
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://tb.plazi.org/GgServer/dwcaRecords/2811BBE3E7B635650E01A385DC5FE193.mc.A03DDA757C88FC98EFCBEEB8EB302860>
dwc:locality "El Canto" ;
dwc:samplingProtocol "Sweeping" ;
dwc:typeStatus "Other material" ;
dwc:verbatimLatitude "43.17227" ;
dwc:verbatimLongitude "-4.90857" ;
trt:httpUri <https://treatment.plazi.org/id/2811BBE3E7B635650E01A385DC5FE193#A03DDA757C88FC98EFCBEEB8EB302860> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,77 @@
@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/2812A7D66CC97FFA177EC5359E3F735E>
dc:creator "Car, Catherine A.; Harvey, Mark S." ;
dc:title "Boreohesperus Shear 1992" ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.290.5114> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Boreohesperus> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.290.5114>
bibo:endPage "19" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "290" ;
dc:creator "Car, Catherine A.; Harvey, Mark S." ;
dc:date "2013" ;
dc:title "A review of the Western Australian keeled millipede genus Boreohesperus (Diplopoda, Polydesmida, Paradoxosomatidae)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Boreohesperus>
dwc:class "Diplopoda" ;
dwc:family "Paradoxosomatidae" ;
dwc:genus "Boreohesperus" ;
dwc:kingdom "Animalia" ;
dwc:order "Polydesmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paradoxosomatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paradoxosomatidae>
dwc:class "Diplopoda" ;
dwc:family "Paradoxosomatidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Polydesmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polydesmida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polydesmida>
dwc:class "Diplopoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Polydesmida" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diplopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diplopoda>
dwc:class "Diplopoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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/2812BAB511C43B8ABE9F89038573E9E2>
dc:creator "Hazir, Canan; Keskin, Nevin; Scheuchl, Erwin" ;
dc:title "Andrena assimilis Radoszkowski 1876" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Andrena_assimilis_Radoszkowski_1876> ;
trt:publishedIn <http://dx.doi.org/10.3897/jhr.38.7288> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/jhr.38.7288>
bibo:endPage "133" ;
bibo:journal "Journal of Hymenoptera Research" ;
bibo:pubDate "2014-06-12" ;
bibo:startPage "59" ;
bibo:volume "38" ;
dc:creator "Hazir, Canan; Keskin, Nevin; Scheuchl, Erwin" ;
dc:date "2014" ;
dc:title "Faunistic, geographical and biological contributions to the bee genus Andrena (Hymenoptera, Andrenidae, Andreninae) from Turkey" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Andrena_assimilis_Radoszkowski_1876>
dwc:LSID "http://species-id.net/wiki/Andrena_assimilis" ;
dwc:authority "Radoszkowski, 1876" ;
dwc:authorityName "Radoszkowski" ;
dwc:authorityYear "1876" ;
dwc:class "Hexapoda" ;
dwc:family "Andrenidae" ;
dwc:genus "Andrena" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Radoszkowski, 1876" ;
dwc:species "assimilis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Andrena_assimilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Andrena_assimilis>
dwc:class "Hexapoda" ;
dwc:family "Andrenidae" ;
dwc:genus "Andrena" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "assimilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Andrena> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Andrena>
dwc:class "Hexapoda" ;
dwc:family "Andrenidae" ;
dwc:genus "Andrena" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Andrenidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Andrenidae>
dwc:class "Hexapoda" ;
dwc:family "Andrenidae" ;
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 "Hexapoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hexapoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hexapoda>
dwc:class "Hexapoda" ;
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,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/2812ECD42B33B64FC243E9403D98C2A1>
dc:creator "Jarvis, Charlie" ;
dc:title "Passiflora caerulea Linnaeus 1753" ;
dwc:basisOfRecord <https://www.gbif.org/occurrence/2611900420> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Passiflora_caerulea_Linnaeus_1753> ;
trt:publishedIn <http://doi.org/10.5281/zenodo.4370980> ;
a trt:Treatment .
<http://doi.org/10.5281/zenodo.4370980>
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/Passiflora_caerulea_Linnaeus_1753>
dwc:authority "L." ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Passifloraceae" ;
dwc:genus "Passiflora" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "caerulea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Passiflora_caerulea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Passiflora_caerulea>
dwc:class "Magnoliopsida" ;
dwc:family "Passifloraceae" ;
dwc:genus "Passiflora" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "caerulea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Passiflora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Passiflora>
dwc:class "Magnoliopsida" ;
dwc:family "Passifloraceae" ;
dwc:genus "Passiflora" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Passifloraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Passifloraceae>
dwc:class "Magnoliopsida" ;
dwc:family "Passifloraceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Malpighiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<https://www.gbif.org/occurrence/2611900420>
dwc:catalogNumber "1070.26" ;
dwc:collectionCode "LINN" ;
dwc:typeStatus "lectotype" ;
trt:gbifOccurrenceId "2611900420" ;
a dwc:MaterialCitation .

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