GG2RDF 2024-07-24T12:47:11.120Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-24 12:47:23 +00:00
parent 4ac82d8182
commit c24502f191
2 changed files with 308 additions and 0 deletions

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/5021F049FF8D2471FDD3FE60FD4A1A06>
dc:creator "Chen, Hsuan-Pu; Lee, Mao-Ying; Chen, Wei-Jen" ;
dc:title "Lophiomus immaculioralis Chen, Lee & Chen, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5021F049FF8D2471FDD3FE60FD4A1A06.mc.68E04B02FF8D244FFF28FA36FCEE1A55> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lophiomus_immaculioralis_Chen_2024> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.943.2599> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.943.2599>
bibo:endPage "287" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-15" ;
bibo:startPage "239" ;
bibo:volume "943" ;
dc:creator "Chen, Hsuan-Pu; Lee, Mao-Ying; Chen, Wei-Jen" ;
dc:date "2024" ;
dc:title "Integrative taxonomy reveals unanticipated hidden diversity in the monotypic goosefish genus Lophiomus (Teleostei, Lophiidae), with description of three new species and resurrection of Chirolophius laticeps Ogilby, 1910" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lophiomus_immaculioralis_Chen_2024>
dwc:authorityName "Chen & Lee & Chen" ;
dwc:authorityYear "2024" ;
dwc:family "Lophiidae" ;
dwc:genus "Lophiomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chen & Lee & Chen, 2024" ;
dwc:species "immaculioralis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lophiomus_immaculioralis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lophiomus_immaculioralis>
dwc:family "Lophiidae" ;
dwc:genus "Lophiomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "immaculioralis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lophiomus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lophiomus>
dwc:family "Lophiidae" ;
dwc:genus "Lophiomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lophiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lophiidae>
dwc:family "Lophiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lophiiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lophiiformes>
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/5021F049FF8D2471FDD3FE60FD4A1A06.mc.68E04B02FF8D244FFF28FA36FCEE1A55>
dwc:catalogNumber "OR257552, RAG1, NTUM16313" ;
dwc:collectionCode "COI" ;
dwc:eventDate "2018-03-21" ;
dwc:locality "Ranong" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "150" ;
trt:httpUri <https://treatment.plazi.org/id/5021F049FF8D2471FDD3FE60FD4A1A06#68E04B02FF8D244FFF28FA36FCEE1A55> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,205 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/5021F049FFB32475FDCEF969FD5D1E47>
dc:creator "Chen, Hsuan-Pu; Lee, Mao-Ying; Chen, Wei-Jen" ;
dc:title "Lophiomus nigriventris Chen, Lee & Chen, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FF28FC49FDE0184E>, <http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FE44FB77FAF8189B>, <http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FE48FAC2FC1B19C5>, <http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FC26FA6BFC9C19AA>, <http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FCBFFA4EFAF9198F>, <http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FF44F9F5FE431A30>, <http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FE73F9D8FEEE1AFA> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Lophiomus_nigriventris_Chen_2024> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Lophiomus_setigerus_Caruso_1983> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.943.2599> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.943.2599>
bibo:endPage "287" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-15" ;
bibo:startPage "239" ;
bibo:volume "943" ;
dc:creator "Chen, Hsuan-Pu; Lee, Mao-Ying; Chen, Wei-Jen" ;
dc:date "2024" ;
dc:title "Integrative taxonomy reveals unanticipated hidden diversity in the monotypic goosefish genus Lophiomus (Teleostei, Lophiidae), with description of three new species and resurrection of Chirolophius laticeps Ogilby, 1910" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lophiomus_nigriventris_Chen_2024>
dwc:authorityName "Chen & Lee & Chen" ;
dwc:authorityYear "2024" ;
dwc:family "Lophiidae" ;
dwc:genus "Lophiomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chen & Lee & Chen, 2024" ;
dwc:species "nigriventris" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lophiomus_nigriventris> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Lophiomus_setigerus_Caruso_1983>
dwc:authorityName "sensu Caruso" ;
dwc:authorityYear "1983" ;
dwc:family "Lophiidae" ;
dwc:genus "Lophiomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "sensu Caruso, 1983" ;
dwc:species "setigerus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lophiomus_setigerus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lophiomus_nigriventris>
dwc:family "Lophiidae" ;
dwc:genus "Lophiomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "nigriventris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lophiomus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lophiomus>
dwc:family "Lophiidae" ;
dwc:genus "Lophiomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lophiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lophiidae>
dwc:family "Lophiidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lophiiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lophiiformes>
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lophiomus_setigerus>
dwc:family "Lophiidae" ;
dwc:genus "Lophiomus" ;
dwc:kingdom "Animalia" ;
dwc:order "Lophiiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "species" ;
dwc:species "setigerus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lophiomus> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FF28FC49FDE0184E>
dwc:catalogNumber "OR257536, NTUM15096" ;
dwc:collectionCode "COI" ;
dwc:eventDate "2015-07-26" ;
dwc:locality "West Pacific" ;
dwc:recordedBy "RV Ocean Researcher & ZhongSha & GenBank & Voucher" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "164" ;
dwc:verbatimLatitude "16.116667" ;
dwc:verbatimLongitude "114.38333" ;
trt:httpUri <https://treatment.plazi.org/id/5021F049FFB32475FDCEF969FD5D1E47#68E04B02FFB22470FF28FC49FDE0184E> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FE44FB77FAF8189B>
dwc:catalogNumber "OR257534" ;
dwc:collectionCode "COI" ;
dwc:eventDate "2014-09-02" ;
dwc:locality "Kavieng" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "156" ;
dwc:verbatimLatitude "-2.55" ;
dwc:verbatimLongitude "150.68333" ;
trt:httpUri <https://treatment.plazi.org/id/5021F049FFB32475FDCEF969FD5D1E47#68E04B02FFB22470FE44FB77FAF8189B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FE48FAC2FC1B19C5>
dwc:catalogNumber "OR257537, NTUM15094" ;
dwc:collectionCode "COI" ;
dwc:eventDate "2015-07-26" ;
dwc:locality "Northwestern Pacific" ;
dwc:recordedBy "RV Ocean Researcher & ZhongSha & GenBank & Voucher" ;
dwc:verbatimElevation "273" ;
dwc:verbatimLatitude "16.15" ;
dwc:verbatimLongitude "114.26667" ;
trt:httpUri <https://treatment.plazi.org/id/5021F049FFB32475FDCEF969FD5D1E47#68E04B02FFB22470FE48FAC2FC1B19C5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FC26FA6BFC9C19AA>
dwc:catalogNumber "NTUM15094" ;
dwc:collectionCode "NTUM" ;
dwc:eventDate "2015-07-26" ;
dwc:locality "Northwestern Pacific" ;
dwc:recordedBy "Voucher" ;
dwc:verbatimElevation "273" ;
dwc:verbatimLatitude "16.15" ;
dwc:verbatimLongitude "114.26667" ;
trt:httpUri <https://treatment.plazi.org/id/5021F049FFB32475FDCEF969FD5D1E47#68E04B02FFB22470FC26FA6BFC9C19AA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FCBFFA4EFAF9198F>
dwc:catalogNumber "NTUM15094" ;
dwc:collectionCode "NTUM" ;
dwc:eventDate "2015-07-26" ;
dwc:locality "Northwestern Pacific" ;
dwc:recordedBy "Voucher" ;
dwc:verbatimElevation "250" ;
dwc:verbatimLatitude "16.116667" ;
dwc:verbatimLongitude "114.316666" ;
trt:httpUri <https://treatment.plazi.org/id/5021F049FFB32475FDCEF969FD5D1E47#68E04B02FFB22470FCBFFA4EFAF9198F> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FF44F9F5FE431A30>
dwc:catalogNumber "NTUM15095" ;
dwc:collectionCode "COI" ;
dwc:eventDate "2015-07-26" ;
dwc:locality "Northwestern Pacific" ;
dwc:recordedBy "GenBank & Voucher" ;
dwc:verbatimElevation "250" ;
dwc:verbatimLatitude "16.116667" ;
dwc:verbatimLongitude "114.316666" ;
trt:httpUri <https://treatment.plazi.org/id/5021F049FFB32475FDCEF969FD5D1E47#68E04B02FFB22470FF44F9F5FE431A30> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/5021F049FFB32475FDCEF969FD5D1E47.mc.68E04B02FFB22470FE73F9D8FEEE1AFA>
dwc:catalogNumber "NTUM15096" ;
dwc:collectionCode "COI" ;
dwc:eventDate "2015-07-26" ;
dwc:locality "Northwestern Pacific" ;
dwc:recordedBy "GenBank & Voucher" ;
dwc:verbatimElevation "164" ;
dwc:verbatimLatitude "16.116667" ;
dwc:verbatimLongitude "114.38333" ;
trt:httpUri <https://treatment.plazi.org/id/5021F049FFB32475FDCEF969FD5D1E47#68E04B02FFB22470FE73F9D8FEEE1AFA> ;
a dwc:MaterialCitation .