This commit is contained in:
treatmentbank 2024-12-11 19:07:22 +00:00
parent 5b5cedadec
commit e7bbce8e3a
14 changed files with 1033 additions and 28 deletions

View file

@ -101,8 +101,10 @@
dwc:catalogNumber "HMAS 352971, SAUCC 1862-2, CGMCC 3.27947" ;
dwc:collectionCode "H" ;
dwc:eventDate "2023-04-12" ;
dwc:locality "Jianfengling National Forest" ;
dwc:locality "Jianfengling National Forest Park" ;
dwc:recordedBy "D. H. Li" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "4990008304" ;
trt:httpUri <https://treatment.plazi.org/id/1FEC9B14485C51438A02F4A169E61AB0#14683CCFB24D575EB48042762A067D82> ;
a dwc:MaterialCitation .
@ -110,6 +112,8 @@
dwc:catalogNumber "HSAUP 1862-5, SAUCC 1862-5" ;
dwc:collectionCode "H" ;
dwc:eventDate "2023-04-12" ;
dwc:locality "Jianfengling National Forest" ;
dwc:locality "Jianfengling National Forest Park" ;
dwc:recordedBy "D. H. Li" ;
trt:gbifOccurrenceId "4990008302" ;
trt:httpUri <https://treatment.plazi.org/id/1FEC9B14485C51438A02F4A169E61AB0#BDE138EBDBEC6794F0383E864706970F> ;
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#> .
<http://treatment.plazi.org/id/5665740F8964FFE8FE4AC961FC4AFEF4>
dc:creator "Storozhenko, S. Yu." ;
dc:title "Epitettigini Storozhenko 2023, trib. n." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Epitettigini_Storozhenko_2023> ;
trt:publishedIn <http://dx.doi.org/10.25221/fee.468.2> ;
a trt:Treatment .
<http://dx.doi.org/10.25221/fee.468.2>
bibo:endPage "18" ;
bibo:journal "Far Eastern Entomologist" ;
bibo:pubDate "2023-01-08" ;
bibo:startPage "16" ;
bibo:volume "468" ;
dc:creator "Storozhenko, S. Yu." ;
dc:date "2023" ;
dc:title "A new tribe of the pygmy grasshoppers subfamily Cladonotinae (Orthoptera: Tetrigidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Epitettigini_Storozhenko_2023>
dwc:authority "Storozhenko" ;
dwc:authorityName "Storozhenko" ;
dwc:authorityYear "2023" ;
dwc:class "Insecta" ;
dwc:family "Tetrigidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "tribe" ;
dwc:scientificNameAuthorship "Storozhenko, 2023" ;
dwc:tribe "Epitettigini" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Epitettigini> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Epitettigini>
dwc:class "Insecta" ;
dwc:family "Tetrigidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Orthoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "tribe" ;
dwc:tribe "Epitettigini" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetrigidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tetrigidae>
dwc:family "Tetrigidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
dwc:order "Orthoptera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,91 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/C12787EBE522F140FDCAFC7FF034FC39>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Dasynemellidae_Coninck_1965> ;
dc:creator "Leduc, Daniel" ;
dc:title "Ceramonematidae Cobb 1933" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ceramonematidae_Cobb_1933> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.970.2755> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.970.2755>
bibo:endPage "174" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-12-03" ;
bibo:startPage "138" ;
bibo:volume "970" ;
dc:creator "Leduc, Daniel" ;
dc:date "2024" ;
dc:title "Four new free-living marine nematode species (Plectida: Ceramonematidae) and two new species records (Desmodorida: Desmodorinae) from Rangitāhua / Kermadec Islands, Aotearoa / New Zealand" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ceramonematidae_Cobb_1933>
dwc:authority "Cobb, 1933" ;
dwc:authorityName "Cobb" ;
dwc:authorityYear "1933" ;
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Cobb, 1933" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/87BZW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ceramonematidae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Dasynemellidae_Coninck_1965>
dwc:authority "De Coninck, 1965: 627 - 628" ;
dwc:authorityName "De Coninck" ;
dwc:authorityPageNumber "627 - 628" ;
dwc:authorityYear "1965" ;
dwc:class "Chromadorea" ;
dwc:family "Dasynemellidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "De Coninck, 1965" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dasynemellidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ceramonematidae>
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plectida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plectida>
dwc:order "Plectida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chromadorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chromadorea>
dwc:class "Chromadorea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
dwc:phylum "Nematoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,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#> .
<http://treatment.plazi.org/id/C12787EBE525F143FD84FC1AF66EFBE8>
dc:creator "Leduc, Daniel" ;
dc:title "Ceramonema Cobb 1920" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ceramonema_Cobb_1920> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Ceramonemoides_Haspeslagh_1973>, <http://taxon-concept.plazi.org/id/Animalia/Cyttaronema_Haspeslagh_>, <http://taxon-concept.plazi.org/id/Animalia/Proceramonema_Tchesunov_2002> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.970.2755> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.970.2755>
bibo:endPage "174" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-12-03" ;
bibo:startPage "138" ;
bibo:volume "970" ;
dc:creator "Leduc, Daniel" ;
dc:date "2024" ;
dc:title "Four new free-living marine nematode species (Plectida: Ceramonematidae) and two new species records (Desmodorida: Desmodorinae) from Rangitāhua / Kermadec Islands, Aotearoa / New Zealand" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ceramonema_Cobb_1920>
dwc:authority "Cobb, 1920" ;
dwc:authorityName "Cobb" ;
dwc:authorityYear "1920" ;
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Ceramonema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Cobb, 1920" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/87DWG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ceramonema> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Ceramonemoides_Haspeslagh_1973>
dwc:authority "Haspeslagh, 1973: 264" ;
dwc:authorityName "Haspeslagh" ;
dwc:authorityPageNumber "264" ;
dwc:authorityYear "1973" ;
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Ceramonemoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Haspeslagh, 1973" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/BG9BL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ceramonemoides> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cyttaronema_Haspeslagh_>
dwc:authority "Haspeslagh" ;
dwc:authorityName "Haspeslagh" ;
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Cyttaronema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Haspeslagh" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/BGBVH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cyttaronema> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Proceramonema_Tchesunov_2002>
dwc:authority "Tchesunov & Miljutina, 2002: 17" ;
dwc:authorityName "Tchesunov & Miljutina" ;
dwc:authorityPageNumber "17" ;
dwc:authorityYear "2002" ;
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Proceramonema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Tchesunov & Miljutina, 2002" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/BGNXL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Proceramonema> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ceramonema>
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Ceramonema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonematidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ceramonematidae>
dwc:family "Ceramonematidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plectida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plectida>
dwc:order "Plectida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chromadorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chromadorea>
dwc:class "Chromadorea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
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://taxon-name.plazi.org/id/Animalia/Ceramonemoides>
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Ceramonemoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonematidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cyttaronema>
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Cyttaronema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonematidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Proceramonema>
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Proceramonema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonematidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,115 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/C12787EBE526F148FDA3FBA4F02AF914>
dc:creator "Leduc, Daniel" ;
dc:title "Ceramonema taikoraha Leduc 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE526F148FDA3FBA4F02AF914.mc.F9E63CA0E52BF14EFF11FEC0F200FE45>, <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE526F148FDA3FBA4F02AF914.mc.F9E63CA0E52AF14FFF11F8D7F739F8A0> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ceramonema_taikoraha_Leduc_2024> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.970.2755> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.970.2755>
bibo:endPage "174" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-12-03" ;
bibo:startPage "138" ;
bibo:volume "970" ;
dc:creator "Leduc, Daniel" ;
dc:date "2024" ;
dc:title "Four new free-living marine nematode species (Plectida: Ceramonematidae) and two new species records (Desmodorida: Desmodorinae) from Rangitāhua / Kermadec Islands, Aotearoa / New Zealand" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ceramonema_taikoraha_Leduc_2024>
dwc:authority "Leduc, 2024" ;
dwc:authorityName "Leduc" ;
dwc:authorityYear "2024" ;
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Ceramonema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Leduc, 2024" ;
dwc:species "taikoraha" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ceramonema_taikoraha> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ceramonema_taikoraha>
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Ceramonema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:species "taikoraha" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ceramonema>
dwc:genus "Ceramonema" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonematidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ceramonematidae>
dwc:family "Ceramonematidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plectida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plectida>
dwc:order "Plectida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chromadorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chromadorea>
dwc:class "Chromadorea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
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://tb.plazi.org/GgServer/dwcaRecords/C12787EBE526F148FDA3FBA4F02AF914.mc.F9E63CA0E52BF14EFF11FEC0F200FE45>
dwc:catalogNumber "TMOR2021, NIWA 154943" ;
dwc:collectionCode "TMOR, NIWA" ;
dwc:eventDate "2021-11-22" ;
dwc:locality "Kermadec Islands" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "16" ;
dwc:verbatimLatitude "-29.22992" ;
dwc:verbatimLongitude "-177.96448" ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE526F148FDA3FBA4F02AF914#F9E63CA0E52BF14EFF11FEC0F200FE45> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE526F148FDA3FBA4F02AF914.mc.F9E63CA0E52AF14FFF11F8D7F739F8A0>
dwc:catalogNumber "NIWA 154944" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "2021-11-22" ;
dwc:locality "NEW ZEALAND" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "16" ;
dwc:verbatimLatitude "-29.22992" ;
dwc:verbatimLongitude "-177.96448" ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE526F148FDA3FBA4F02AF914#F9E63CA0E52AF14FFF11F8D7F739F8A0> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/C12787EBE52CF14BFD94FEFEF0DBF886>
dc:creator "Leduc, Daniel" ;
dc:title "Ceramonema taiora Leduc 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE52CF14BFD94FEFEF0DBF886.mc.F9E63CA0E52FF14AFF11FEC0F200FE45>, <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE52CF14BFD94FEFEF0DBF886.mc.F9E63CA0E52EF14BFF11FEFEF73EFEB8> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ceramonema_taiora_Leduc_2024> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.970.2755> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.970.2755>
bibo:endPage "174" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-12-03" ;
bibo:startPage "138" ;
bibo:volume "970" ;
dc:creator "Leduc, Daniel" ;
dc:date "2024" ;
dc:title "Four new free-living marine nematode species (Plectida: Ceramonematidae) and two new species records (Desmodorida: Desmodorinae) from Rangitāhua / Kermadec Islands, Aotearoa / New Zealand" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ceramonema_taiora_Leduc_2024>
dwc:authority "Leduc, 2024" ;
dwc:authorityName "Leduc" ;
dwc:authorityYear "2024" ;
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Ceramonema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Leduc, 2024" ;
dwc:species "taiora" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ceramonema_taiora> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ceramonema_taiora>
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Ceramonema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:species "taiora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ceramonema>
dwc:genus "Ceramonema" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonematidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ceramonematidae>
dwc:family "Ceramonematidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plectida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plectida>
dwc:order "Plectida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chromadorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chromadorea>
dwc:class "Chromadorea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
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://tb.plazi.org/GgServer/dwcaRecords/C12787EBE52CF14BFD94FEFEF0DBF886.mc.F9E63CA0E52FF14AFF11FEC0F200FE45>
dwc:catalogNumber "TMOR2021, NIWA 154945" ;
dwc:collectionCode "TMOR, NIWA" ;
dwc:eventDate "2021-11-22" ;
dwc:locality "Kermadec Islands" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "16" ;
dwc:verbatimLatitude "-29.22992" ;
dwc:verbatimLongitude "-177.96448" ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE52CF14BFD94FEFEF0DBF886#F9E63CA0E52FF14AFF11FEC0F200FE45> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE52CF14BFD94FEFEF0DBF886.mc.F9E63CA0E52EF14BFF11FEFEF73EFEB8>
dwc:catalogNumber "NIWA 154946" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "2021-11-22" ;
dwc:locality "Kermadec Islands" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "16" ;
dwc:verbatimLatitude "-29.22992" ;
dwc:verbatimLongitude "-177.96448" ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE52CF14BFD94FEFEF0DBF886#F9E63CA0E52EF14BFF11FEFEF73EFEB8> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,83 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/C12787EBE530F156FDC1FEFFF66EFE79>
dc:creator "Leduc, Daniel" ;
dc:title "Metadasynemoides Haspeslagh 1973" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Metadasynemoides_Haspeslagh_1973> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.970.2755> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.970.2755>
bibo:endPage "174" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-12-03" ;
bibo:startPage "138" ;
bibo:volume "970" ;
dc:creator "Leduc, Daniel" ;
dc:date "2024" ;
dc:title "Four new free-living marine nematode species (Plectida: Ceramonematidae) and two new species records (Desmodorida: Desmodorinae) from Rangitāhua / Kermadec Islands, Aotearoa / New Zealand" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Metadasynemoides_Haspeslagh_1973>
dwc:authority "Haspeslagh, 1973" ;
dwc:authorityName "Haspeslagh" ;
dwc:authorityYear "1973" ;
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Metadasynemoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Haspeslagh, 1973" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8FZ7M> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Metadasynemoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Metadasynemoides>
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Metadasynemoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonematidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ceramonematidae>
dwc:family "Ceramonematidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plectida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plectida>
dwc:order "Plectida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chromadorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chromadorea>
dwc:class "Chromadorea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
dwc:phylum "Nematoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -10,8 +10,8 @@
<http://treatment.plazi.org/id/C12787EBE533F152FDB1FE33F0DFFD1D>
dc:creator "Leduc, Daniel" ;
dc:title "Metadasynemoides taihua Leduc, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE533F152FDB1FE33F0DFFD1D.mc.F9E63CA0E533F156FF46FA85F66FFA50>, <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE533F152FDB1FE33F0DFFD1D.mc.F9E63CA0E533F156FF46F9EAF739F9C9> ;
dc:title "Metadasynemoides taihua Leduc 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE533F152FDB1FE33F0DFFD1D.mc.F9E63CA0E533F156FF11FAB9F200FA2C>, <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE533F152FDB1FE33F0DFFD1D.mc.F9E63CA0E533F156FF11FA0EF739F9C9> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Metadasynemoides_taihua_Leduc_2024> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.970.2755> ;
a trt:Treatment .
@ -28,6 +28,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Metadasynemoides_taihua_Leduc_2024>
dwc:authority "Leduc, 2024" ;
dwc:authorityName "Leduc" ;
dwc:authorityYear "2024" ;
dwc:class "Chromadorea" ;
@ -89,26 +90,26 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE533F152FDB1FE33F0DFFD1D.mc.F9E63CA0E533F156FF46FA85F66FFA50>
dwc:catalogNumber "TMOR2021" ;
dwc:collectionCode "NIWA" ;
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE533F152FDB1FE33F0DFFD1D.mc.F9E63CA0E533F156FF11FAB9F200FA2C>
dwc:catalogNumber "TMOR2021, NIWA 154947" ;
dwc:collectionCode "TMOR, NIWA" ;
dwc:eventDate "2021-11-22" ;
dwc:locality "Kermadec Islands" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "16" ;
dwc:verbatimLatitude "-29.22992" ;
dwc:verbatimLongitude "-177.96448" ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE533F152FDB1FE33F0DFFD1D#F9E63CA0E533F156FF46FA85F66FFA50> ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE533F152FDB1FE33F0DFFD1D#F9E63CA0E533F156FF11FAB9F200FA2C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE533F152FDB1FE33F0DFFD1D.mc.F9E63CA0E533F156FF46F9EAF739F9C9>
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE533F152FDB1FE33F0DFFD1D.mc.F9E63CA0E533F156FF11FA0EF739F9C9>
dwc:catalogNumber "NIWA 154948" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "2021-11-22" ;
dwc:locality "Kermadec Islands" ;
dwc:locality "NEW ZEALAND" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "16" ;
dwc:verbatimLatitude "-29.22992" ;
dwc:verbatimLongitude "-177.96448" ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE533F152FDB1FE33F0DFFD1D#F9E63CA0E533F156FF46F9EAF739F9C9> ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE533F152FDB1FE33F0DFFD1D#F9E63CA0E533F156FF11FA0EF739F9C9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,112 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/C12787EBE537F15DFD70FCD7F66EFBA4>
dc:creator "Leduc, Daniel" ;
dc:title "Pselionema Cobb 1933" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pselionema_Cobb_1933> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pselionemoides_Haspeslagh_1973> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.970.2755> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.970.2755>
bibo:endPage "174" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-12-03" ;
bibo:startPage "138" ;
bibo:volume "970" ;
dc:creator "Leduc, Daniel" ;
dc:date "2024" ;
dc:title "Four new free-living marine nematode species (Plectida: Ceramonematidae) and two new species records (Desmodorida: Desmodorinae) from Rangitāhua / Kermadec Islands, Aotearoa / New Zealand" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pselionema_Cobb_1933>
dwc:authority "Cobb, 1933" ;
dwc:authorityName "Cobb" ;
dwc:authorityYear "1933" ;
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Pselionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Cobb, 1933" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/87K54> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pselionema> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pselionemoides_Haspeslagh_1973>
dwc:authority "Haspeslagh, 1973: 335" ;
dwc:authorityName "Haspeslagh" ;
dwc:authorityPageNumber "335" ;
dwc:authorityYear "1973" ;
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Pselionemoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Haspeslagh, 1973" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/BGP7H> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pselionemoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pselionema>
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Pselionema" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonematidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ceramonematidae>
dwc:family "Ceramonematidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plectida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plectida>
dwc:order "Plectida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chromadorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chromadorea>
dwc:class "Chromadorea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
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://taxon-name.plazi.org/id/Animalia/Pselionemoides>
dwc:class "Chromadorea" ;
dwc:family "Ceramonematidae" ;
dwc:genus "Pselionemoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Plectida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ceramonematidae> ;
a dwcFP:TaxonName .

View file

@ -8,10 +8,10 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/C12787EBE538F159FD94FB60F0EBF8B0>
<http://treatment.plazi.org/id/C12787EBE538F158FD94FB60F75BFEB8>
dc:creator "Leduc, Daniel" ;
dc:title "Pselionema huakita Leduc, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F159FD94FB60F0EBF8B0.mc.F9E63CA0E53BF15EFF46FEACF66FFE66>, <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F159FD94FB60F0EBF8B0.mc.F9E63CA0E53AF15FFF38FEDBF70DFEB8>, <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F159FD94FB60F0EBF8B0.mc.F9E63CA0E53AF15FFBD0FEDBF072FE73> ;
dc:title "Pselionema huakita Leduc 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F158FD94FB60F75BFEB8.mc.F9E63CA0E53BF15EFF11FEC0F200FE45>, <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F158FD94FB60F75BFEB8.mc.F9E63CA0E53AF15FFF11FEFEF70DFEB8>, <http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F158FD94FB60F75BFEB8.mc.F9E63CA0E53AF15FFBD0FEDBF072FE73> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pselionema_huakita_Leduc_2024> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.970.2755> ;
a trt:Treatment .
@ -28,6 +28,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pselionema_huakita_Leduc_2024>
dwc:authority "Leduc, 2024" ;
dwc:authorityName "Leduc" ;
dwc:authorityYear "2024" ;
dwc:class "Chromadorea" ;
@ -89,8 +90,8 @@
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F159FD94FB60F0EBF8B0.mc.F9E63CA0E53BF15EFF46FEACF66FFE66>
dwc:catalogNumber "TMOR2021" ;
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F158FD94FB60F75BFEB8.mc.F9E63CA0E53BF15EFF11FEC0F200FE45>
dwc:catalogNumber "TMOR2021, NIWA 154949" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "2021-11-22" ;
dwc:locality "Kermadec Islands" ;
@ -98,27 +99,29 @@
dwc:verbatimElevation "16" ;
dwc:verbatimLatitude "-29.22992" ;
dwc:verbatimLongitude "-177.96448" ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE538F159FD94FB60F0EBF8B0#F9E63CA0E53BF15EFF46FEACF66FFE66> ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE538F158FD94FB60F75BFEB8#F9E63CA0E53BF15EFF11FEC0F200FE45> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F159FD94FB60F0EBF8B0.mc.F9E63CA0E53AF15FFF38FEDBF70DFEB8>
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F158FD94FB60F75BFEB8.mc.F9E63CA0E53AF15FFF11FEFEF70DFEB8>
dwc:catalogNumber "NIWA 154950" ;
dwc:collectionCode "NIWA" ;
dwc:eventDate "2021-11-22" ;
dwc:locality "Kermadec Islands" ;
dwc:locality "NEW ZEALAND" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "16" ;
dwc:verbatimLatitude "-29.22992" ;
dwc:verbatimLongitude "-177.96448" ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE538F159FD94FB60F0EBF8B0#F9E63CA0E53AF15FFF38FEDBF70DFEB8> ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE538F158FD94FB60F75BFEB8#F9E63CA0E53AF15FFF11FEFEF70DFEB8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F159FD94FB60F0EBF8B0.mc.F9E63CA0E53AF15FFBD0FEDBF072FE73>
<http://tb.plazi.org/GgServer/dwcaRecords/C12787EBE538F158FD94FB60F75BFEB8.mc.F9E63CA0E53AF15FFBD0FEDBF072FE73>
dwc:catalogNumber "TMOR2021, NIWA 154951" ;
dwc:collectionCode "TMOR, NIWA" ;
dwc:eventDate "2021-11-20" ;
dwc:locality "Kermadec Islands" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "15" ;
dwc:verbatimLatitude "-29.26302" ;
dwc:verbatimLongitude "-177.95747" ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE538F159FD94FB60F0EBF8B0#F9E63CA0E53AF15FFBD0FEDBF072FE73> ;
trt:httpUri <https://treatment.plazi.org/id/C12787EBE538F158FD94FB60F75BFEB8#F9E63CA0E53AF15FFBD0FEDBF072FE73> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,111 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/C12787EBE53CF15AFDCDF881F061FCC4>
dc:creator "Leduc, Daniel" ;
dc:title "Acanthopharynx Marion 1870" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Acanthopharynx_Marion_1870> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Xanthodora_Cobb_1920> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.970.2755> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.970.2755>
bibo:endPage "174" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-12-03" ;
bibo:startPage "138" ;
bibo:volume "970" ;
dc:creator "Leduc, Daniel" ;
dc:date "2024" ;
dc:title "Four new free-living marine nematode species (Plectida: Ceramonematidae) and two new species records (Desmodorida: Desmodorinae) from Rangitāhua / Kermadec Islands, Aotearoa / New Zealand" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Acanthopharynx_Marion_1870>
dwc:authority "Marion, 1870" ;
dwc:authorityName "Marion" ;
dwc:authorityYear "1870" ;
dwc:class "Chromadorea" ;
dwc:family "Desmodoridae" ;
dwc:genus "Acanthopharynx" ;
dwc:kingdom "Animalia" ;
dwc:order "Desmodorida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Marion, 1870" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/87CYC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Acanthopharynx> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Xanthodora_Cobb_1920>
dwc:authority "Cobb, 1920: 317" ;
dwc:authorityName "Cobb" ;
dwc:authorityPageNumber "317" ;
dwc:authorityYear "1920" ;
dwc:class "Chromadorea" ;
dwc:family "Desmodoridae" ;
dwc:genus "Xanthodora" ;
dwc:kingdom "Animalia" ;
dwc:order "Desmodorida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Cobb, 1920" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Xanthodora> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Acanthopharynx>
dwc:class "Chromadorea" ;
dwc:family "Desmodoridae" ;
dwc:genus "Acanthopharynx" ;
dwc:kingdom "Animalia" ;
dwc:order "Desmodorida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmodoridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Desmodoridae>
dwc:family "Desmodoridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmodorida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Desmodorida>
dwc:order "Desmodorida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chromadorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chromadorea>
dwc:class "Chromadorea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
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://taxon-name.plazi.org/id/Animalia/Xanthodora>
dwc:class "Chromadorea" ;
dwc:family "Desmodoridae" ;
dwc:genus "Xanthodora" ;
dwc:kingdom "Animalia" ;
dwc:order "Desmodorida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Desmodoridae> ;
a dwcFP:TaxonName .

View file

@ -101,8 +101,10 @@
dwc:catalogNumber "HMAS 352970, SAUCC 2446-2, CGMCC 3.27948" ;
dwc:collectionCode "H" ;
dwc:eventDate "2023-04-12" ;
dwc:locality "Jianfengling National Forest" ;
dwc:locality "Jianfengling National Forest Park" ;
dwc:recordedBy "D. H. Li" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "4990008303" ;
trt:httpUri <https://treatment.plazi.org/id/CA286D81276A5184A182C5BD78D419CF#AC3691CA30A8A399F020EFD1F723A330> ;
a dwc:MaterialCitation .
@ -110,6 +112,8 @@
dwc:catalogNumber "HSAUP 2446-6, SAUCC 2446-6" ;
dwc:collectionCode "H" ;
dwc:eventDate "2023-04-12" ;
dwc:locality "Jianfengling National Forest" ;
dwc:locality "Jianfengling National Forest Park" ;
dwc:recordedBy "D. H. Li" ;
trt:gbifOccurrenceId "4990008301" ;
trt:httpUri <https://treatment.plazi.org/id/CA286D81276A5184A182C5BD78D419CF#4007A373A4411644E6F811A7311C2ED7> ;
a dwc:MaterialCitation .

View file

@ -12,7 +12,7 @@
cito:cites <http://dx.doi.org/10.3897/mycokeys.111.136483.figure6> ;
dc:creator "Li, Duhua; Zhang, Mengyuan; Zhang, Jinjia; Ma, Liguo; Zhang, Zhaoxue; Zhang, Jie; Zhang, Xiuguo; Xia, Jiwen" ;
dc:title "Pestalotiopsis solicola D. H. Li, Z. X. Zhang, J. W. Xia & X. G. Zhang 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/ECBD5DDFED185511BD49A8A73F0F5A8B.mc.54A58C7EEBFD027E23F206E744011425>, <http://tb.plazi.org/GgServer/dwcaRecords/ECBD5DDFED185511BD49A8A73F0F5A8B.mc.192D212B2BE46787A216EC6976488A12> ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/ECBD5DDFED185511BD49A8A73F0F5A8B.mc.54A58C7EEBFD027E23F206E744011425>, <http://tb.plazi.org/GgServer/dwcaRecords/ECBD5DDFED185511BD49A8A73F0F5A8B.mc.6033B33671D6FFD02B74B0ACA888AD9F>, <http://tb.plazi.org/GgServer/dwcaRecords/ECBD5DDFED185511BD49A8A73F0F5A8B.mc.D40AEBC22BF573C7482DDAFBBE93BEBC> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Pestalotiopsis_solicola_Li_2024> ;
trt:publishedIn <http://dx.doi.org/10.3897/mycokeys.111.136483> ;
a trt:Treatment .
@ -104,14 +104,24 @@
dwc:locality "Kunming" ;
dwc:recordedBy "D. H. Li" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "4990008306" ;
trt:httpUri <https://treatment.plazi.org/id/ECBD5DDFED185511BD49A8A73F0F5A8B#54A58C7EEBFD027E23F206E744011425> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/ECBD5DDFED185511BD49A8A73F0F5A8B.mc.192D212B2BE46787A216EC6976488A12>
dwc:catalogNumber "HSAUP 003806, SAUCC 003806, HSAUP 003807, SAUCC 003807" ;
<http://tb.plazi.org/GgServer/dwcaRecords/ECBD5DDFED185511BD49A8A73F0F5A8B.mc.6033B33671D6FFD02B74B0ACA888AD9F>
dwc:catalogNumber "HSAUP 003806, SAUCC 003806" ;
dwc:collectionCode "HSAUP, SAUCC" ;
dwc:eventDate "2023-05-20" ;
dwc:locality "Kunming" ;
dwc:recordedBy "D. H. Li" ;
trt:httpUri <https://treatment.plazi.org/id/ECBD5DDFED185511BD49A8A73F0F5A8B#192D212B2BE46787A216EC6976488A12> ;
trt:httpUri <https://treatment.plazi.org/id/ECBD5DDFED185511BD49A8A73F0F5A8B#6033B33671D6FFD02B74B0ACA888AD9F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/ECBD5DDFED185511BD49A8A73F0F5A8B.mc.D40AEBC22BF573C7482DDAFBBE93BEBC>
dwc:catalogNumber "HSAUP 003807, SAUCC 003807" ;
dwc:collectionCode "HSAUP, SAUCC" ;
dwc:eventDate "2023-05-20" ;
dwc:locality "Kunming" ;
dwc:recordedBy "D. H. Li" ;
trt:httpUri <https://treatment.plazi.org/id/ECBD5DDFED185511BD49A8A73F0F5A8B#D40AEBC22BF573C7482DDAFBBE93BEBC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/F512F15EFF9AFFF85CEAF9A0E0893CD4>
cito:cites <http://dx.doi.org/10.5281/zenodo.14243332>, <http://dx.doi.org/10.5281/zenodo.14243328>, <http://dx.doi.org/10.5281/zenodo.14243326> ;
dc:creator "Triapitsyn, Serguei V.; Dominguez, Chrysalyn; Ortis, Giacomo; Uliana, Marco" ;
dc:title "Platystethynium (Platystethynium) Ogloblin 1946" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Platystethynium_Platystethynium_Ogloblin_1946> ;
trt:publishedIn <http://dx.doi.org/10.1080/00222933.2024.2415061> ;
a trt:Treatment .
<http://dx.doi.org/10.1080/00222933.2024.2415061>
bibo:endPage "2217" ;
bibo:issue "45 - 48" ;
bibo:journal "Journal of Natural History" ;
bibo:pubDate "2024-11-21" ;
bibo:startPage "2207" ;
bibo:volume "58" ;
dc:creator "Triapitsyn, Serguei V.; Dominguez, Chrysalyn; Ortis, Giacomo; Uliana, Marco" ;
dc:date "2024" ;
dc:title "A remarkable new species of Platystethynium Ogloblin (Hymenoptera: Mymaridae) with apterous females from Italy" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.14243332>, <http://dx.doi.org/10.5281/zenodo.14243328>, <http://dx.doi.org/10.5281/zenodo.14243326> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Platystethynium_Platystethynium_Ogloblin_1946>
dwc:authority "Ogloblin" ;
dwc:authorityName "Ogloblin" ;
dwc:authorityYear "1946" ;
dwc:class "Insecta" ;
dwc:family "Mymaridae" ;
dwc:genus "Platystethynium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Ogloblin, 1946" ;
dwc:subGenus "Platystethynium" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Platystethynium_Platystethynium> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Platystethynium_Platystethynium>
dwc:class "Insecta" ;
dwc:family "Mymaridae" ;
dwc:genus "Platystethynium" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Platystethynium" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Platystethynium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Platystethynium>
dwc:genus "Platystethynium" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mymaridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mymaridae>
dwc:family "Mymaridae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:order "Hymenoptera" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.14243332>
dc:description "Figure 4. (a) Platystethynium (Platystethynium) triclavatum, habitus of female in lateral view (molecular voucher specimen in ethanol from Monte Venda, Euganean Hills, Veneto, Italy); (b, c) opposite sides of the two Tettigoniidae eggs with exit holes of parasitoids found in the same soil sample together with the type series of P. (Platystethynium) apteron: a lighter and narrower egg of Eupholidoptera schmidti on the left and a darker and wider egg of Barbitistes vicetinus on the right." ;
fabio:hasRepresentation <https://zenodo.org/record/14243332/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14243328>
dc:description "Figure 2. Platystethynium (Platystethynium) apteron, female: (a) head in dorsoventral view (holotype); (b) antenna (holotype); (c) habitus in dorsolateral view (dry-mounted paratype)." ;
fabio:hasRepresentation <https://zenodo.org/record/14243328/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.14243326>
dc:description "Figure 1. Platystethynium (Platystethynium) apteron, holotype female: (a) slide; (b) habitus in dorsal view." ;
fabio:hasRepresentation <https://zenodo.org/record/14243326/files/figure.png> ;
a fabio:Figure .