This commit is contained in:
treatmentbank 2024-11-20 02:28:27 +00:00
parent 17c1b33d34
commit c8088f29e1
3 changed files with 305 additions and 0 deletions

View file

@ -0,0 +1,102 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/0C3D878B6F78FFC3DE41B9C0FD0EF891>
dc:creator "Lee, Sue Yeon; Yoo, Jung Sun; Kim, Seung Tae" ;
dc:title "Novistrombidium apsheronicum Agatha 2003" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/0C3D878B6F78FFC3DE41B9C0FD0EF891.mc.34FC3CC06F78FFC0D974BE67FB90FB75> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Novistrombidium_apsheronicum_Alekperov_1997> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13163507> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13163507>
bibo:endPage "25" ;
bibo:journal "Journal of Species Research" ;
bibo:pubDate "2017-09-12" ;
bibo:startPage "15" ;
bibo:volume "6" ;
dc:creator "Lee, Sue Yeon; Yoo, Jung Sun; Kim, Seung Tae" ;
dc:date "2017" ;
dc:title "Brief descriptions of 12 ciliate species previously unrecorded (Protozoa: Ciliophora) in Korea" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Novistrombidium_apsheronicum_Alekperov_1997>
dwc:authority "(Alekperov and Asadullayeva, 1997) Agatha, 2003" ;
dwc:authorityName "Agatha" ;
dwc:authorityYear "2003" ;
dwc:baseAuthorityName "Alekperov and Asadullayeva" ;
dwc:baseAuthorityYear "1997" ;
dwc:class "Oligotrichea" ;
dwc:family "Strombidiidae" ;
dwc:genus "Novistrombidium" ;
dwc:kingdom "Chromista" ;
dwc:order "Strombidiida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Alekperov & Asadullayeva, 1997) Agatha, 2003" ;
dwc:species "apsheronicum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6SD7C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Novistrombidium_apsheronicum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Novistrombidium_apsheronicum>
dwc:class "Oligotrichea" ;
dwc:family "Strombidiidae" ;
dwc:genus "Novistrombidium" ;
dwc:kingdom "Chromista" ;
dwc:order "Strombidiida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "apsheronicum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Novistrombidium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Novistrombidium>
dwc:genus "Novistrombidium" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Strombidiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Strombidiidae>
dwc:family "Strombidiidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Strombidiida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Strombidiida>
dwc:order "Strombidiida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Oligotrichea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Oligotrichea>
dwc:class "Oligotrichea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Ciliophora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Ciliophora>
dwc:phylum "Ciliophora" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista>
dwc:kingdom "Chromista" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/0C3D878B6F78FFC3DE41B9C0FD0EF891.mc.34FC3CC06F78FFC0D974BE67FB90FB75>
dwc:eventDate "2016-11-25" ;
dwc:locality "Brackish" ;
dwc:verbatimLatitude "37.788887" ;
dwc:verbatimLongitude "128.90944" ;
trt:httpUri <https://treatment.plazi.org/id/0C3D878B6F78FFC3DE41B9C0FD0EF891#34FC3CC06F78FFC0D974BE67FB90FB75> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,102 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/0C3D878B6F7BFFC2DDC6BD62FE61F9FE>
dc:creator "Lee, Sue Yeon; Yoo, Jung Sun; Kim, Seung Tae" ;
dc:title "Strombidium conicum Wulff 1919" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/0C3D878B6F7BFFC2DDC6BD62FE61F9FE.mc.34FC3CC06F7BFFC3DCE7BD81FBDCF891> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Strombidium_conicum_Lohmann_1908> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13163507> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13163507>
bibo:endPage "25" ;
bibo:journal "Journal of Species Research" ;
bibo:pubDate "2017-09-12" ;
bibo:startPage "15" ;
bibo:volume "6" ;
dc:creator "Lee, Sue Yeon; Yoo, Jung Sun; Kim, Seung Tae" ;
dc:date "2017" ;
dc:title "Brief descriptions of 12 ciliate species previously unrecorded (Protozoa: Ciliophora) in Korea" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Strombidium_conicum_Lohmann_1908>
dwc:authority "(Lohmann, 1908) Wulff, 1919" ;
dwc:authorityName "Wulff" ;
dwc:authorityYear "1919" ;
dwc:baseAuthorityName "Lohmann" ;
dwc:baseAuthorityYear "1908" ;
dwc:class "Oligotrichea" ;
dwc:family "Strombidiidae" ;
dwc:genus "Strombidium" ;
dwc:kingdom "Chromista" ;
dwc:order "Strombidiida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Lohmann, 1908) Wulff, 1919" ;
dwc:species "conicum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/533VB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Strombidium_conicum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Strombidium_conicum>
dwc:class "Oligotrichea" ;
dwc:family "Strombidiidae" ;
dwc:genus "Strombidium" ;
dwc:kingdom "Chromista" ;
dwc:order "Strombidiida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "conicum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Strombidium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Strombidium>
dwc:genus "Strombidium" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Strombidiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Strombidiidae>
dwc:family "Strombidiidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Strombidiida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Strombidiida>
dwc:order "Strombidiida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Oligotrichea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Oligotrichea>
dwc:class "Oligotrichea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Ciliophora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Ciliophora>
dwc:phylum "Ciliophora" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista>
dwc:kingdom "Chromista" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/0C3D878B6F7BFFC2DDC6BD62FE61F9FE.mc.34FC3CC06F7BFFC3DCE7BD81FBDCF891>
dwc:eventDate "2016-11-17" ;
dwc:locality "Brackish" ;
dwc:verbatimLatitude "37.788887" ;
dwc:verbatimLongitude "128.90944" ;
trt:httpUri <https://treatment.plazi.org/id/0C3D878B6F7BFFC2DDC6BD62FE61F9FE#34FC3CC06F7BFFC3DCE7BD81FBDCF891> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,101 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/0C3D878B6F7EFFC9DE41BE8BFE43FB52>
dc:creator "Lee, Sue Yeon; Yoo, Jung Sun; Kim, Seung Tae" ;
dc:title "Holophrya teres Foissner, Berger and Kohmann 1994" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/0C3D878B6F7EFFC9DE41BE8BFE43FB52.mc.34FC3CC06F7EFFC6D965BF2AFC14FA2B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Holophrya_teres_Ehrenberg_1833> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.13163507> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.13163507>
bibo:endPage "25" ;
bibo:journal "Journal of Species Research" ;
bibo:pubDate "2017-09-12" ;
bibo:startPage "15" ;
bibo:volume "6" ;
dc:creator "Lee, Sue Yeon; Yoo, Jung Sun; Kim, Seung Tae" ;
dc:date "2017" ;
dc:title "Brief descriptions of 12 ciliate species previously unrecorded (Protozoa: Ciliophora) in Korea" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Holophrya_teres_Ehrenberg_1833>
dwc:authority "(Ehrenberg, 1833) Foissner, Berger and Kohmann, 1994" ;
dwc:authorityName "Foissner, Berger and Kohmann" ;
dwc:authorityYear "1994" ;
dwc:baseAuthorityName "Ehrenberg" ;
dwc:baseAuthorityYear "1833" ;
dwc:class "Gymnostomatea" ;
dwc:family "Enchelyidae" ;
dwc:genus "Holophrya" ;
dwc:kingdom "Chromista" ;
dwc:order "Haptorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Ehrenberg, 1833) Foissner, Berger & Kohmann, 1994" ;
dwc:species "teres" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Holophrya_teres> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Holophrya_teres>
dwc:class "Gymnostomatea" ;
dwc:family "Enchelyidae" ;
dwc:genus "Holophrya" ;
dwc:kingdom "Chromista" ;
dwc:order "Haptorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "teres" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Holophrya> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Holophrya>
dwc:genus "Holophrya" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Enchelyidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Enchelyidae>
dwc:family "Enchelyidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Haptorida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Haptorida>
dwc:order "Haptorida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Gymnostomatea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Gymnostomatea>
dwc:class "Gymnostomatea" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Ciliophora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Ciliophora>
dwc:phylum "Ciliophora" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista>
dwc:kingdom "Chromista" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/0C3D878B6F7EFFC9DE41BE8BFE43FB52.mc.34FC3CC06F7EFFC6D965BF2AFC14FA2B>
dwc:eventDate "2017-03-23" ;
dwc:locality "Brackish" ;
dwc:verbatimLatitude "37.788887" ;
dwc:verbatimLongitude "128.90944" ;
trt:httpUri <https://treatment.plazi.org/id/0C3D878B6F7EFFC9DE41BE8BFE43FB52#34FC3CC06F7EFFC6D965BF2AFC14FA2B> ;
a dwc:MaterialCitation .