GG2RDF 2024-08-03T09:04:58.623Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-03 09:05:11 +00:00
parent 032d018726
commit 5a9289596a
32 changed files with 3437 additions and 0 deletions

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/039287F7FF914F64FC92B22D9DBF5BA5>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Petalomonas ornata Skvortzow 1957" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Petalomonas_ornata_Skvortzow_1957> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Petalomonas_ornata_Skvortzow_1957>
dwc:authority "Skvortzow 1957" ;
dwc:authorityName "Skvortzow" ;
dwc:authorityYear "1957" ;
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:genus "Petalomonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Skvortzow, 1957" ;
dwc:species "ornata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Petalomonas_ornata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Petalomonas_ornata>
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:genus "Petalomonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "ornata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Petalomonas> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Petalomonas>
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:genus "Petalomonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Scytomonadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Scytomonadidae>
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Petalomonadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Petalomonadida>
dwc:class "Stavomonadea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Stavomonadea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Stavomonadea>
dwc:class "Stavomonadea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/039287F7FF914F64FF26B5689838591E>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Petalomonas marginalis Larsen et Patterson 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Petalomonas_marginalis_Larsen_1990> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Petalomonas_marginalis_Larsen_1990>
dwc:authority "Larsen et Patterson 1990" ;
dwc:authorityName "Larsen et Patterson" ;
dwc:authorityYear "1990" ;
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:genus "Petalomonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Larsen & Patterson, 1990" ;
dwc:species "marginalis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Petalomonas_marginalis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Petalomonas_marginalis>
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:genus "Petalomonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "marginalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Petalomonas> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Petalomonas>
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:genus "Petalomonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Scytomonadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Scytomonadidae>
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Petalomonadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Petalomonadida>
dwc:class "Stavomonadea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Stavomonadea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Stavomonadea>
dwc:class "Stavomonadea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/039287F7FF924F67FC9AB2A69C7358F2>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Notosolenus canellatus Skuja 1948" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Notosolenus_canellatus_Skuja_1948> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Notosolenus_canellatus_Skuja_1948>
dwc:authority "Skuja 1948" ;
dwc:authorityName "Skuja" ;
dwc:authorityYear "1948" ;
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:genus "Notosolenus" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Skuja, 1948" ;
dwc:species "canellatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Notosolenus_canellatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Notosolenus_canellatus>
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:genus "Notosolenus" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "canellatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Notosolenus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Notosolenus>
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:genus "Notosolenus" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Scytomonadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Scytomonadidae>
dwc:class "Stavomonadea" ;
dwc:family "Scytomonadidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Petalomonadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Petalomonadida>
dwc:class "Stavomonadea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Stavomonadea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Stavomonadea>
dwc:class "Stavomonadea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/039287F7FF924F67FF2EB2859BD95958>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Neobodo designis Vickerman 2004" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Neobodo_designis_Skuja_1948> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Neobodo_designis_Skuja_1948>
dwc:authority "(Skuja 1948) Vickerman 2004" ;
dwc:authorityName "Vickerman" ;
dwc:authorityYear "2004" ;
dwc:baseAuthorityName "Skuja" ;
dwc:baseAuthorityYear "1948" ;
dwc:class "Kinetoplastea" ;
dwc:family "Neobodonidae" ;
dwc:genus "Neobodo" ;
dwc:kingdom "Protozoa" ;
dwc:order "Bodonida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Skuja, 1948) Vickerman, 2004" ;
dwc:species "designis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Neobodo_designis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Neobodo_designis>
dwc:class "Kinetoplastea" ;
dwc:family "Neobodonidae" ;
dwc:genus "Neobodo" ;
dwc:kingdom "Protozoa" ;
dwc:order "Bodonida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "designis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Neobodo> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Neobodo>
dwc:class "Kinetoplastea" ;
dwc:family "Neobodonidae" ;
dwc:genus "Neobodo" ;
dwc:kingdom "Protozoa" ;
dwc:order "Bodonida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Neobodonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Neobodonidae>
dwc:class "Kinetoplastea" ;
dwc:family "Neobodonidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Bodonida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Bodonida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Bodonida>
dwc:class "Kinetoplastea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Bodonida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Kinetoplastea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Kinetoplastea>
dwc:class "Kinetoplastea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/039287F7FF934F66FF26B1AD98DA5AA3>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Heteronema ovale Kahl 1928" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Heteronema_ovale_Kahl_1928> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Heteronema_ovale_Kahl_1928>
dwc:authority "Kahl 1928" ;
dwc:authorityName "Kahl" ;
dwc:authorityYear "1928" ;
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:genus "Heteronema" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kahl, 1928" ;
dwc:species "ovale" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Heteronema_ovale> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Heteronema_ovale>
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:genus "Heteronema" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "ovale" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Heteronema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Heteronema>
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:genus "Heteronema" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Anisonemidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Anisonemidae>
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Anisonemida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Anisonemida>
dwc:class "Peranemea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Peranemea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Peranemea>
dwc:class "Peranemea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/039287F7FF944F61FF2EB3DD9A8D5B5C>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Sphenomonas angusta Skuja 1956" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Sphenomonas_angusta_Skuja_1956> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Sphenomonas_angusta_Skuja_1956>
dwc:authority "Skuja 1956" ;
dwc:authorityName "Skuja" ;
dwc:authorityYear "1956" ;
dwc:class "Stavomonadea" ;
dwc:family "Sphenomonadidae" ;
dwc:genus "Sphenomonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Skuja, 1956" ;
dwc:species "angusta" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Sphenomonas_angusta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Sphenomonas_angusta>
dwc:class "Stavomonadea" ;
dwc:family "Sphenomonadidae" ;
dwc:genus "Sphenomonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "angusta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Sphenomonas> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Sphenomonas>
dwc:class "Stavomonadea" ;
dwc:family "Sphenomonadidae" ;
dwc:genus "Sphenomonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Sphenomonadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Sphenomonadidae>
dwc:class "Stavomonadea" ;
dwc:family "Sphenomonadidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Petalomonadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Petalomonadida>
dwc:class "Stavomonadea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Petalomonadida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Stavomonadea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Stavomonadea>
dwc:class "Stavomonadea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/039287F7FF954F60FF26B1AD9BA65DED>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Protaspis obliqua Larsen et Patterson 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Protaspis_obliqua_Larsen_1990> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Protaspis_obliqua_Larsen_1990>
dwc:authority "Larsen et Patterson 1990" ;
dwc:authorityName "Larsen et Patterson" ;
dwc:authorityYear "1990" ;
dwc:class "Thecofilosea" ;
dwc:family "Protaspidae" ;
dwc:genus "Protaspis" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryomonadida" ;
dwc:phylum "Cercozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Larsen & Patterson, 1990" ;
dwc:species "obliqua" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Protaspis_obliqua> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Protaspis_obliqua>
dwc:class "Thecofilosea" ;
dwc:family "Protaspidae" ;
dwc:genus "Protaspis" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryomonadida" ;
dwc:phylum "Cercozoa" ;
dwc:rank "species" ;
dwc:species "obliqua" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Protaspis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Protaspis>
dwc:class "Thecofilosea" ;
dwc:family "Protaspidae" ;
dwc:genus "Protaspis" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryomonadida" ;
dwc:phylum "Cercozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Protaspidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Protaspidae>
dwc:class "Thecofilosea" ;
dwc:family "Protaspidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryomonadida" ;
dwc:phylum "Cercozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cryomonadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cryomonadida>
dwc:class "Thecofilosea" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryomonadida" ;
dwc:phylum "Cercozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecofilosea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecofilosea>
dwc:class "Thecofilosea" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Cercozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cercozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cercozoa>
dwc:kingdom "Chromista" ;
dwc:phylum "Cercozoa" ;
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 .

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/039287F7FF954F60FF26B540984159BE>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Protaspis tegere Larsen et Patterson 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Protaspis_tegere_Larsen_1990> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Protaspis_tegere_Larsen_1990>
dwc:authority "Larsen et Patterson 1990" ;
dwc:authorityName "Larsen et Patterson" ;
dwc:authorityYear "1990" ;
dwc:class "Thecofilosea" ;
dwc:family "Protaspidae" ;
dwc:genus "Protaspis" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryomonadida" ;
dwc:phylum "Cercozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Larsen & Patterson, 1990" ;
dwc:species "tegere" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Protaspis_tegere> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Protaspis_tegere>
dwc:class "Thecofilosea" ;
dwc:family "Protaspidae" ;
dwc:genus "Protaspis" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryomonadida" ;
dwc:phylum "Cercozoa" ;
dwc:rank "species" ;
dwc:species "tegere" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Protaspis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Protaspis>
dwc:class "Thecofilosea" ;
dwc:family "Protaspidae" ;
dwc:genus "Protaspis" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryomonadida" ;
dwc:phylum "Cercozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Protaspidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Protaspidae>
dwc:class "Thecofilosea" ;
dwc:family "Protaspidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryomonadida" ;
dwc:phylum "Cercozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cryomonadida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cryomonadida>
dwc:class "Thecofilosea" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryomonadida" ;
dwc:phylum "Cercozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Thecofilosea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Thecofilosea>
dwc:class "Thecofilosea" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Cercozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cercozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cercozoa>
dwc:kingdom "Chromista" ;
dwc:phylum "Cercozoa" ;
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 .

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/039287F7FF954F61FC92B4C69B0F5C60>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Salpingoeca marina James-Clark 1867" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Salpingoeca_marina_James-Clark_1867> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Salpingoeca_marina_James-Clark_1867>
dwc:authority "James-Clark 1867" ;
dwc:authorityName "James-Clark" ;
dwc:authorityYear "1867" ;
dwc:class "Choanoflagellatea" ;
dwc:family "Salpingoecidae" ;
dwc:genus "Salpingoeca" ;
dwc:kingdom "Protozoa" ;
dwc:order "Choanoflagellida" ;
dwc:phylum "Choanozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "James-Clark, 1867" ;
dwc:species "marina" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Salpingoeca_marina> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Salpingoeca_marina>
dwc:class "Choanoflagellatea" ;
dwc:family "Salpingoecidae" ;
dwc:genus "Salpingoeca" ;
dwc:kingdom "Protozoa" ;
dwc:order "Choanoflagellida" ;
dwc:phylum "Choanozoa" ;
dwc:rank "species" ;
dwc:species "marina" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Salpingoeca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Salpingoeca>
dwc:class "Choanoflagellatea" ;
dwc:family "Salpingoecidae" ;
dwc:genus "Salpingoeca" ;
dwc:kingdom "Protozoa" ;
dwc:order "Choanoflagellida" ;
dwc:phylum "Choanozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Salpingoecidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Salpingoecidae>
dwc:class "Choanoflagellatea" ;
dwc:family "Salpingoecidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Choanoflagellida" ;
dwc:phylum "Choanozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Choanoflagellida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Choanoflagellida>
dwc:class "Choanoflagellatea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Choanoflagellida" ;
dwc:phylum "Choanozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Choanoflagellatea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Choanoflagellatea>
dwc:class "Choanoflagellatea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Choanozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Choanozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Choanozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Choanozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/039287F7FF964F63FF2EB346982A58CF>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Ploeotia corrugata Larsen et Patterson 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Ploeotia_corrugata_Larsen_1990> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Ploeotia_corrugata_Larsen_1990>
dwc:authority "Larsen et Patterson 1990" ;
dwc:authorityName "Larsen et Patterson" ;
dwc:authorityYear "1990" ;
dwc:class "Ploeotarea" ;
dwc:family "Ploeotiidae" ;
dwc:genus "Ploeotia" ;
dwc:kingdom "Protozoa" ;
dwc:order "Ploeotiida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Larsen & Patterson, 1990" ;
dwc:species "corrugata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Ploeotia_corrugata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Ploeotia_corrugata>
dwc:class "Ploeotarea" ;
dwc:family "Ploeotiidae" ;
dwc:genus "Ploeotia" ;
dwc:kingdom "Protozoa" ;
dwc:order "Ploeotiida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "corrugata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Ploeotia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Ploeotia>
dwc:class "Ploeotarea" ;
dwc:family "Ploeotiidae" ;
dwc:genus "Ploeotia" ;
dwc:kingdom "Protozoa" ;
dwc:order "Ploeotiida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Ploeotiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Ploeotiidae>
dwc:class "Ploeotarea" ;
dwc:family "Ploeotiidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Ploeotiida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Ploeotiida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Ploeotiida>
dwc:class "Ploeotarea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Ploeotiida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Ploeotarea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Ploeotarea>
dwc:class "Ploeotarea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/039287F7FF964F63FF2EB7AD9C375D8B>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Ploeotia vitrea Dujardin 1841" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Ploeotia_vitrea_Dujardin_1841> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Ploeotia_vitrea_Dujardin_1841>
dwc:authority "Dujardin 1841" ;
dwc:authorityName "Dujardin" ;
dwc:authorityYear "1841" ;
dwc:class "Ploeotarea" ;
dwc:family "Ploeotiidae" ;
dwc:genus "Ploeotia" ;
dwc:kingdom "Protozoa" ;
dwc:order "Ploeotiida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dujardin, 1841" ;
dwc:species "vitrea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Ploeotia_vitrea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Ploeotia_vitrea>
dwc:class "Ploeotarea" ;
dwc:family "Ploeotiidae" ;
dwc:genus "Ploeotia" ;
dwc:kingdom "Protozoa" ;
dwc:order "Ploeotiida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "vitrea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Ploeotia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Ploeotia>
dwc:class "Ploeotarea" ;
dwc:family "Ploeotiidae" ;
dwc:genus "Ploeotia" ;
dwc:kingdom "Protozoa" ;
dwc:order "Ploeotiida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Ploeotiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Ploeotiidae>
dwc:class "Ploeotarea" ;
dwc:family "Ploeotiidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Ploeotiida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Ploeotiida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Ploeotiida>
dwc:class "Ploeotarea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Ploeotiida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Ploeotarea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Ploeotarea>
dwc:class "Ploeotarea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/039287F7FF9C4F69FC9AB21B9D7E5960>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Heteronema exaratum Larsen et Patterson 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Heteronema_exaratum_Larsen_1990> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Heteronema_exaratum_Larsen_1990>
dwc:authority "Larsen et Patterson 1990" ;
dwc:authorityName "Larsen et Patterson" ;
dwc:authorityYear "1990" ;
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:genus "Heteronema" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Larsen & Patterson, 1990" ;
dwc:species "exaratum" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Heteronema_exaratum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Heteronema_exaratum>
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:genus "Heteronema" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "exaratum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Heteronema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Heteronema>
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:genus "Heteronema" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Anisonemidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Anisonemidae>
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Anisonemida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Anisonemida>
dwc:class "Peranemea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Peranemea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Peranemea>
dwc:class "Peranemea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/039287F7FF9C4F69FF2EB20C9B25581A>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Goniomonas amphinema Larsen et Patterson 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Goniomonas_amphinema_Larsen_1990> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Goniomonas_amphinema_Larsen_1990>
dwc:authority "Larsen et Patterson 1990" ;
dwc:authorityName "Larsen et Patterson" ;
dwc:authorityYear "1990" ;
dwc:class "Cryptophyceae" ;
dwc:family "Cryptomonadaceae" ;
dwc:genus "Goniomonas" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryptomonadales" ;
dwc:phylum "Cryptista" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Larsen & Patterson, 1990" ;
dwc:species "amphinema" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Goniomonas_amphinema> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Goniomonas_amphinema>
dwc:class "Cryptophyceae" ;
dwc:family "Cryptomonadaceae" ;
dwc:genus "Goniomonas" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryptomonadales" ;
dwc:phylum "Cryptista" ;
dwc:rank "species" ;
dwc:species "amphinema" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Goniomonas> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Goniomonas>
dwc:class "Cryptophyceae" ;
dwc:family "Cryptomonadaceae" ;
dwc:genus "Goniomonas" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryptomonadales" ;
dwc:phylum "Cryptista" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cryptomonadaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cryptomonadaceae>
dwc:class "Cryptophyceae" ;
dwc:family "Cryptomonadaceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryptomonadales" ;
dwc:phylum "Cryptista" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cryptomonadales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cryptomonadales>
dwc:class "Cryptophyceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryptomonadales" ;
dwc:phylum "Cryptista" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cryptophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cryptophyceae>
dwc:class "Cryptophyceae" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Cryptista" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cryptista> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cryptista>
dwc:kingdom "Chromista" ;
dwc:phylum "Cryptista" ;
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 .

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/039287F7FF9C4F69FF2EB7579DD05D26>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Goniomonas pacifica Larsen et Patterson 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Goniomonas_pacifica_Larsen_1990> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Goniomonas_pacifica_Larsen_1990>
dwc:authority "Larsen et Patterson 1990" ;
dwc:authorityName "Larsen et Patterson" ;
dwc:authorityYear "1990" ;
dwc:class "Cryptophyceae" ;
dwc:family "Cryptomonadaceae" ;
dwc:genus "Goniomonas" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryptomonadales" ;
dwc:phylum "Cryptista" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Larsen & Patterson, 1990" ;
dwc:species "pacifica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Goniomonas_pacifica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Goniomonas_pacifica>
dwc:class "Cryptophyceae" ;
dwc:family "Cryptomonadaceae" ;
dwc:genus "Goniomonas" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryptomonadales" ;
dwc:phylum "Cryptista" ;
dwc:rank "species" ;
dwc:species "pacifica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Goniomonas> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Goniomonas>
dwc:class "Cryptophyceae" ;
dwc:family "Cryptomonadaceae" ;
dwc:genus "Goniomonas" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryptomonadales" ;
dwc:phylum "Cryptista" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cryptomonadaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cryptomonadaceae>
dwc:class "Cryptophyceae" ;
dwc:family "Cryptomonadaceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryptomonadales" ;
dwc:phylum "Cryptista" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cryptomonadales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cryptomonadales>
dwc:class "Cryptophyceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Cryptomonadales" ;
dwc:phylum "Cryptista" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cryptophyceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cryptophyceae>
dwc:class "Cryptophyceae" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Cryptista" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cryptista> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cryptista>
dwc:kingdom "Chromista" ;
dwc:phylum "Cryptista" ;
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 .

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/039287F7FF9D4F68FF26B7D89D5B5C25>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Developayella elegans Tong 1995" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Developayella_elegans_Tong_1995> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Developayella_elegans_Tong_1995>
dwc:authority "Tong 1995" ;
dwc:authorityName "Tong" ;
dwc:authorityYear "1995" ;
dwc:class "Bigyromonadea" ;
dwc:family "Developayellaceae" ;
dwc:genus "Developayella" ;
dwc:kingdom "Chromista" ;
dwc:order "Developayellales" ;
dwc:phylum "Oomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tong, 1995" ;
dwc:species "elegans" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/355V2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Developayella_elegans> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Developayella_elegans>
dwc:class "Bigyromonadea" ;
dwc:family "Developayellaceae" ;
dwc:genus "Developayella" ;
dwc:kingdom "Chromista" ;
dwc:order "Developayellales" ;
dwc:phylum "Oomycota" ;
dwc:rank "species" ;
dwc:species "elegans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Developayella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Developayella>
dwc:class "Bigyromonadea" ;
dwc:family "Developayellaceae" ;
dwc:genus "Developayella" ;
dwc:kingdom "Chromista" ;
dwc:order "Developayellales" ;
dwc:phylum "Oomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Developayellaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Developayellaceae>
dwc:class "Bigyromonadea" ;
dwc:family "Developayellaceae" ;
dwc:kingdom "Chromista" ;
dwc:order "Developayellales" ;
dwc:phylum "Oomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Developayellales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Developayellales>
dwc:class "Bigyromonadea" ;
dwc:kingdom "Chromista" ;
dwc:order "Developayellales" ;
dwc:phylum "Oomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Bigyromonadea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Bigyromonadea>
dwc:class "Bigyromonadea" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Oomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Oomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Oomycota>
dwc:kingdom "Chromista" ;
dwc:phylum "Oomycota" ;
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 .

View file

@ -0,0 +1,93 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/039287F7FF9D4F69FC92B7B2998A5D31>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Discocelis saleuta Vors 1988" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Discocelis_saleuta_Vors_1988> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Discocelis_saleuta_Vors_1988>
dwc:authority "Vors 1988" ;
dwc:authorityName "Vors" ;
dwc:authorityYear "1988" ;
dwc:family "Discocelididae" ;
dwc:genus "Discocelis" ;
dwc:kingdom "Animalia" ;
dwc:order "Polycladida" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vors, 1988" ;
dwc:species "saleuta" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Discocelis_saleuta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Discocelis_saleuta>
dwc:family "Discocelididae" ;
dwc:genus "Discocelis" ;
dwc:kingdom "Animalia" ;
dwc:order "Polycladida" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:species "saleuta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Discocelis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Discocelis>
dwc:family "Discocelididae" ;
dwc:genus "Discocelis" ;
dwc:kingdom "Animalia" ;
dwc:order "Polycladida" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Discocelididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Discocelididae>
dwc:family "Discocelididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Polycladida" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polycladida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Polycladida>
dwc:kingdom "Animalia" ;
dwc:order "Polycladida" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Platyhelminthes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Platyhelminthes>
dwc:kingdom "Animalia" ;
dwc:phylum "Platyhelminthes" ;
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/039287F7FF9F4F6AFF26B4639DD75CDB>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Anisonema acinus Dujardin 1841" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Anisonema_acinus_Dujardin_1841> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Anisonema_acinus_Dujardin_1841>
dwc:authority "Dujardin 1841" ;
dwc:authorityName "Dujardin" ;
dwc:authorityYear "1841" ;
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:genus "Anisonema" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dujardin, 1841" ;
dwc:species "acinus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Anisonema_acinus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Anisonema_acinus>
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:genus "Anisonema" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "acinus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Anisonema> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Anisonema>
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:genus "Anisonema" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Anisonemidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Anisonemidae>
dwc:class "Peranemea" ;
dwc:family "Anisonemidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Anisonemida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Anisonemida>
dwc:class "Peranemea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Anisonemida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Peranemea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Peranemea>
dwc:class "Peranemea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/039287F7FF9F4F6BFC92B77098A55D2C>
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:title "Bordnamonas tropicana Larsen et Patterson 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Bordnamonas_tropicana_Larsen_1990> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.010.0514> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.010.0514>
bibo:endPage "137" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "119" ;
bibo:volume "51" ;
dc:creator "Aydin, Esra Elif; Lee, Won Je" ;
dc:date "2012" ;
dc:title "Free-living Heterotrophic Flagellates from Intertidal Sediments of Saros Bay, Aegean Sea (Turkey)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Bordnamonas_tropicana_Larsen_1990>
dwc:authority "Larsen et Patterson 1990" ;
dwc:authorityName "Larsen et Patterson" ;
dwc:authorityYear "1990" ;
dwc:class "Kinetoplastea" ;
dwc:family "Trypanosomatidae" ;
dwc:genus "Bordnamonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Trypanosomatida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Larsen & Patterson, 1990" ;
dwc:species "tropicana" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Bordnamonas_tropicana> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Bordnamonas_tropicana>
dwc:class "Kinetoplastea" ;
dwc:family "Trypanosomatidae" ;
dwc:genus "Bordnamonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Trypanosomatida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "species" ;
dwc:species "tropicana" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Bordnamonas> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Bordnamonas>
dwc:class "Kinetoplastea" ;
dwc:family "Trypanosomatidae" ;
dwc:genus "Bordnamonas" ;
dwc:kingdom "Protozoa" ;
dwc:order "Trypanosomatida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Trypanosomatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Trypanosomatidae>
dwc:class "Kinetoplastea" ;
dwc:family "Trypanosomatidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Trypanosomatida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Trypanosomatida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Trypanosomatida>
dwc:class "Kinetoplastea" ;
dwc:kingdom "Protozoa" ;
dwc:order "Trypanosomatida" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Kinetoplastea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Kinetoplastea>
dwc:class "Kinetoplastea" ;
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglenozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglenozoa>
dwc:kingdom "Protozoa" ;
dwc:phylum "Euglenozoa" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
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/03AA87C4590BFFA5030FE2F38448EB34>
dc:creator "Pan, Hongbo; Ma, Honggang; Hu, Xiaozhong; Al-Rasheid, Khaled A. S.; Al-Farraj, Saleh A." ;
dc:title "Trochilioides recta Chen et al. 2011" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Trochilioides_recta_Kahl_1928> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.13.003.0831> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.13.003.0831>
bibo:endPage "33" ;
bibo:issue "1" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "25" ;
bibo:volume "52" ;
dc:creator "Pan, Hongbo; Ma, Honggang; Hu, Xiaozhong; Al-Rasheid, Khaled A. S.; Al-Farraj, Saleh A." ;
dc:date "2013" ;
dc:title "Taxonomic Studies on Three Marine Ciliates from China, Including a New Species (Ciliophora, Cyrtophorida)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Trochilioides_recta_Kahl_1928>
dwc:authority "(Kahl, 1928) Chen et al. 2011" ;
dwc:authorityName "Chen et al." ;
dwc:authorityYear "2011" ;
dwc:baseAuthorityName "Kahl" ;
dwc:baseAuthorityYear "1928" ;
dwc:class "Cyrtophoria" ;
dwc:family "Trochiliidae" ;
dwc:genus "Trochilioides" ;
dwc:kingdom "Chromista" ;
dwc:order "Cyrtophorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kahl, 1928) Chen et al., 2011" ;
dwc:species "recta" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5973W> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Trochilioides_recta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Trochilioides_recta>
dwc:class "Cyrtophoria" ;
dwc:family "Trochiliidae" ;
dwc:genus "Trochilioides" ;
dwc:kingdom "Chromista" ;
dwc:order "Cyrtophorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "recta" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Trochilioides> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Trochilioides>
dwc:class "Cyrtophoria" ;
dwc:family "Trochiliidae" ;
dwc:genus "Trochilioides" ;
dwc:kingdom "Chromista" ;
dwc:order "Cyrtophorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Trochiliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Trochiliidae>
dwc:class "Cyrtophoria" ;
dwc:family "Trochiliidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Cyrtophorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cyrtophorida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cyrtophorida>
dwc:class "Cyrtophoria" ;
dwc:kingdom "Chromista" ;
dwc:order "Cyrtophorida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cyrtophoria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cyrtophoria>
dwc:class "Cyrtophoria" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Ciliophora" ;
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:kingdom "Chromista" ;
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 .

View file

@ -0,0 +1,120 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03AA87C4590FFFA203E9E06B8470EA8C>
dc:creator "Pan, Hongbo; Ma, Honggang; Hu, Xiaozhong; Al-Rasheid, Khaled A. S.; Al-Farraj, Saleh A." ;
dc:title "Orthotrochilia sinica Pan, Ma, Hu, Al-Rasheid & Al-Farraj, 2013, spec. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03AA87C4590FFFA203E9E06B8470EA8C.mc.3B6B3C8F590FFFA1074AE6A786E2EF8B>, <http://tb.plazi.org/GgServer/dwcaRecords/03AA87C4590FFFA203E9E06B8470EA8C.mc.3B6B3C8F590FFFA1003DE5B181F4EFF6> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Orthotrochilia_sinica_Pan_2013> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.13.003.0831> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.13.003.0831>
bibo:endPage "33" ;
bibo:issue "1" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "25" ;
bibo:volume "52" ;
dc:creator "Pan, Hongbo; Ma, Honggang; Hu, Xiaozhong; Al-Rasheid, Khaled A. S.; Al-Farraj, Saleh A." ;
dc:date "2013" ;
dc:title "Taxonomic Studies on Three Marine Ciliates from China, Including a New Species (Ciliophora, Cyrtophorida)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Orthotrochilia_sinica_Pan_2013>
dwc:authorityName "Pan & Ma & Hu & Al-Rasheid & Al-Farraj" ;
dwc:authorityYear "2013" ;
dwc:class "Cyrtophoria" ;
dwc:family "Aegyrianidae" ;
dwc:genus "Orthotrochilia" ;
dwc:kingdom "Chromista" ;
dwc:order "Dysteriida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Pan & Ma & Hu & Al-Rasheid & Al-Farraj, 2013" ;
dwc:species "sinica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Orthotrochilia_sinica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Orthotrochilia_sinica>
dwc:class "Cyrtophoria" ;
dwc:family "Aegyrianidae" ;
dwc:genus "Orthotrochilia" ;
dwc:kingdom "Chromista" ;
dwc:order "Dysteriida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "sinica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Orthotrochilia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Orthotrochilia>
dwc:class "Cyrtophoria" ;
dwc:family "Aegyrianidae" ;
dwc:genus "Orthotrochilia" ;
dwc:kingdom "Chromista" ;
dwc:order "Dysteriida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Aegyrianidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Aegyrianidae>
dwc:class "Cyrtophoria" ;
dwc:family "Aegyrianidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Dysteriida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Dysteriida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Dysteriida>
dwc:class "Cyrtophoria" ;
dwc:kingdom "Chromista" ;
dwc:order "Dysteriida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Cyrtophoria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Cyrtophoria>
dwc:class "Cyrtophoria" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Ciliophora" ;
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:kingdom "Chromista" ;
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/03AA87C4590FFFA203E9E06B8470EA8C.mc.3B6B3C8F590FFFA1074AE6A786E2EF8B>
dwc:locality "Laboratory of Protozoology" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/03AA87C4590FFFA203E9E06B8470EA8C#3B6B3C8F590FFFA1074AE6A786E2EF8B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03AA87C4590FFFA203E9E06B8470EA8C.mc.3B6B3C8F590FFFA1003DE5B181F4EFF6>
dwc:locality "Coastal" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "36.3" ;
dwc:verbatimLongitude "120.71667" ;
trt:httpUri <https://treatment.plazi.org/id/03AA87C4590FFFA203E9E06B8470EA8C#3B6B3C8F590FFFA1003DE5B181F4EFF6> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,99 @@
@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/03BF87F4E365FF89A764FE42FCEDF8B0>
dc:creator "Jamriška, Ján; López, F. Javier; Modrý, David" ;
dc:title "Isospora annthomassonae Jamriška, López & Modrý, 2012, n. sp." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03BF87F4E365FF89A764FE42FCEDF8B0.mc.3B7E3CBFE365FF89A065F9C9FC50F93F> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Isospora_annthomassonae_Jamri%C5%A1ka_2012> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.007.0390> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.007.0390>
bibo:endPage "85" ;
bibo:issue "1" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "81" ;
bibo:volume "51" ;
dc:creator "Jamriška, Ján; López, F. Javier; Modrý, David" ;
dc:date "2012" ;
dc:title "A New Species of Isospora Schneider, 1881 (Apicomplexa: Eimeriidae) from the Himalayan Black Bulbul Hypsipetes leucocephalus (Gmelin, 1789) (Passeriformes: Pycnonotidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Isospora_annthomassonae_Jamri%C5%A1ka_2012>
dwc:authorityName "Jamriška & López & Modrý" ;
dwc:authorityYear "2012" ;
dwc:family "Eimeriidae" ;
dwc:genus "Isospora" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jamriška & López & Modrý, 2012" ;
dwc:species "annthomassonae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Isospora_annthomassonae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Isospora_annthomassonae>
dwc:family "Eimeriidae" ;
dwc:genus "Isospora" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "species" ;
dwc:species "annthomassonae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Isospora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Isospora>
dwc:family "Eimeriidae" ;
dwc:genus "Isospora" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Eimeriidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Eimeriidae>
dwc:family "Eimeriidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Eucoccidiida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Eucoccidiida>
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Miozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Miozoa>
dwc:kingdom "Chromista" ;
dwc:phylum "Miozoa" ;
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/03BF87F4E365FF89A764FE42FCEDF8B0.mc.3B7E3CBFE365FF89A065F9C9FC50F93F>
dwc:locality "Institute of Parasitology" ;
dwc:recordedBy "Budejovice, No." ;
trt:httpUri <https://treatment.plazi.org/id/03BF87F4E365FF89A764FE42FCEDF8B0#3B7E3CBFE365FF89A065F9C9FC50F93F> ;
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/0A0287C1A9452A07FC815EA74A6FF87D>
dc:creator "Jamriška, Ján; Barbón, Alberto Rodríguez; Modrý, David" ;
dc:title "Isospora courtoisi Jamriška, Barbón & Modrý, 2013, n. sp." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/0A0287C1A9452A07FC815EA74A6FF87D.mc.32C33C8AA9452A04FBAB5A654EE7F929>, <http://tb.plazi.org/GgServer/dwcaRecords/0A0287C1A9452A07FC815EA74A6FF87D.mc.32C33C8AA9452A07FB8F5B564AFCF8C4> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Isospora_courtoisi_Jamri%C5%A1ka_2013> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.13.0010.1089> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.13.0010.1089>
bibo:endPage "103" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "99" ;
bibo:volume "52" ;
dc:creator "Jamriška, Ján; Barbón, Alberto Rodríguez; Modrý, David" ;
dc:date "2013" ;
dc:title "A New Species of Isospora Schneider, 1881 (Apicomplexa: Eimeriidae) from the Blue-crowned Laughingthrush Dryonastes courtoisi (Passeriformes: Timaliidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Isospora_courtoisi_Jamri%C5%A1ka_2013>
dwc:authorityName "Jamriška & Barbón & Modrý" ;
dwc:authorityYear "2013" ;
dwc:family "Eimeriidae" ;
dwc:genus "Isospora" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jamriška & Barbón & Modrý, 2013" ;
dwc:species "courtoisi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Isospora_courtoisi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Isospora_courtoisi>
dwc:family "Eimeriidae" ;
dwc:genus "Isospora" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "species" ;
dwc:species "courtoisi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Isospora> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Isospora>
dwc:family "Eimeriidae" ;
dwc:genus "Isospora" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Eimeriidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Eimeriidae>
dwc:family "Eimeriidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Eucoccidiida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Eucoccidiida>
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Miozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Miozoa>
dwc:kingdom "Chromista" ;
dwc:phylum "Miozoa" ;
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/0A0287C1A9452A07FC815EA74A6FF87D.mc.32C33C8AA9452A04FBAB5A654EE7F929>
dwc:locality "Durrell Wildlife Conservation Trust" ;
dwc:verbatimLatitude "49.22949" ;
dwc:verbatimLongitude "-2.07338" ;
trt:httpUri <https://treatment.plazi.org/id/0A0287C1A9452A07FC815EA74A6FF87D#32C33C8AA9452A04FBAB5A654EE7F929> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/0A0287C1A9452A07FC815EA74A6FF87D.mc.32C33C8AA9452A07FB8F5B564AFCF8C4>
dwc:collectionCode "IP, ASCR" ;
dwc:locality "Institute of Parasitology" ;
dwc:recordedBy "Ceske Budejovice, No." ;
trt:httpUri <https://treatment.plazi.org/id/0A0287C1A9452A07FC815EA74A6FF87D#32C33C8AA9452A07FB8F5B564AFCF8C4> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,99 @@
@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/2B1F87D0BB5C6C26FCE3C86C4544A945>
dc:creator "Jamriška, Ján; Modrý, David" ;
dc:title "Eimeria columbapalumbi Jamriška & Modrý, 2012, n. sp." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/2B1F87D0BB5C6C26FCE3C86C4544A945.mc.13DE3C9BBB5F6C26FEB8C8774557AEB2> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Eimeria_columbapalumbi_Jamri%C5%A1ka_2012> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.026.0786> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.026.0786>
bibo:endPage "333" ;
bibo:issue "4" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "329" ;
bibo:volume "51" ;
dc:creator "Jamriška, Ján; Modrý, David" ;
dc:date "2012" ;
dc:title "A New Species of Eimeria Schneider, 1875 (Apicomplexa: Eimeriidae) from the Common Wood Pigeon Columba palumbus Linnaeus, 1758 (Aves: Columbidae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Eimeria_columbapalumbi_Jamri%C5%A1ka_2012>
dwc:authorityName "Jamriška & Modrý" ;
dwc:authorityYear "2012" ;
dwc:family "Eimeriidae" ;
dwc:genus "Eimeria" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jamriška & Modrý, 2012" ;
dwc:species "columbapalumbi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Eimeria_columbapalumbi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Eimeria_columbapalumbi>
dwc:family "Eimeriidae" ;
dwc:genus "Eimeria" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "species" ;
dwc:species "columbapalumbi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Eimeria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Eimeria>
dwc:family "Eimeriidae" ;
dwc:genus "Eimeria" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Eimeriidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Eimeriidae>
dwc:family "Eimeriidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Eucoccidiida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Eucoccidiida>
dwc:kingdom "Chromista" ;
dwc:order "Eucoccidiida" ;
dwc:phylum "Miozoa" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Miozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Miozoa>
dwc:kingdom "Chromista" ;
dwc:phylum "Miozoa" ;
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/2B1F87D0BB5C6C26FCE3C86C4544A945.mc.13DE3C9BBB5F6C26FEB8C8774557AEB2>
dwc:locality "Institute of Parasitology" ;
dwc:recordedBy "Ceske Budejovice, No. & IP ProtColl P" ;
trt:httpUri <https://treatment.plazi.org/id/2B1F87D0BB5C6C26FCE3C86C4544A945#13DE3C9BBB5F6C26FEB8C8774557AEB2> ;
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/560A8789FF84FFDFFC02FAD3FDA8FC7F>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Ochlesidae_Stebbing_1910> ;
dc:creator "Ariyama, Hiroyuki" ;
dc:title "Ochlesidae Stebbing 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ochlesidae_Stebbing_1910> ;
trt:publishedIn <http://dx.doi.org/10.12782/specdiv.29.199> ;
a trt:Treatment .
<http://dx.doi.org/10.12782/specdiv.29.199>
bibo:endPage "207" ;
bibo:issue "2" ;
bibo:journal "Species Diversity" ;
bibo:pubDate "2024-07-18" ;
bibo:startPage "199" ;
bibo:volume "29" ;
dc:creator "Ariyama, Hiroyuki" ;
dc:date "2024" ;
dc:title "Curidia japonica sp. nov., the First Species of the Family Ochlesidae from the Northwest Pacific (Crustacea: Amphipoda)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ochlesidae_Stebbing_1910>
dwc:authority "Stebbing, 1910", "Stebbing, 1910: 581" ;
dwc:authorityName "Stebbing" ;
dwc:authorityPageNumber "581" ;
dwc:authorityYear "1910" ;
dwc:class "Malacostraca" ;
dwc:family "Ochlesidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Stebbing, 1910" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NK3R> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ochlesidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ochlesidae>
dwc:class "Malacostraca" ;
dwc:family "Ochlesidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphipoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphipoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
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,159 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/560A8789FF85FFD8FC5EF849FAECF7E8>
dc:creator "Ariyama, Hiroyuki" ;
dc:title "Curidia japonica Ariyama, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFF27FF0DFE29FECA>, <http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFF27FE82FE99FDF6>, <http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFE6DFE20FF4FFD70>, <http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFF5DFDA6FDD5FD33>, <http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFDF4FD65FE39FCF2>, <http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFEE4FCDBFEB9FCBD> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Curidia_japonica_Ariyama_2024> ;
trt:publishedIn <http://dx.doi.org/10.12782/specdiv.29.199> ;
a trt:Treatment .
<http://dx.doi.org/10.12782/specdiv.29.199>
bibo:endPage "207" ;
bibo:issue "2" ;
bibo:journal "Species Diversity" ;
bibo:pubDate "2024-07-18" ;
bibo:startPage "199" ;
bibo:volume "29" ;
dc:creator "Ariyama, Hiroyuki" ;
dc:date "2024" ;
dc:title "Curidia japonica sp. nov., the First Species of the Family Ochlesidae from the Northwest Pacific (Crustacea: Amphipoda)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Curidia_japonica_Ariyama_2024>
dwc:authorityName "Ariyama" ;
dwc:authorityYear "2024" ;
dwc:class "Malacostraca" ;
dwc:family "Ochlesidae" ;
dwc:genus "Curidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ariyama, 2024" ;
dwc:species "japonica" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curidia_japonica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Curidia_japonica>
dwc:class "Malacostraca" ;
dwc:family "Ochlesidae" ;
dwc:genus "Curidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "japonica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Curidia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Curidia>
dwc:class "Malacostraca" ;
dwc:family "Ochlesidae" ;
dwc:genus "Curidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ochlesidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ochlesidae>
dwc:class "Malacostraca" ;
dwc:family "Ochlesidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphipoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphipoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFF27FF0DFE29FECA>
dwc:locality "Toba City" ;
dwc:verbatimElevation "2" ;
dwc:verbatimLatitude "34.544724" ;
dwc:verbatimLongitude "136.97972" ;
trt:httpUri <https://treatment.plazi.org/id/560A8789FF85FFD8FC5EF849FAECF7E8#6ECB3CC2FF86FFDCFF27FF0DFE29FECA> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFF27FE82FE99FDF6>
dwc:locality "Oura in Hidaka" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2" ;
dwc:verbatimLatitude "33.925" ;
dwc:verbatimLongitude "135.06667" ;
trt:httpUri <https://treatment.plazi.org/id/560A8789FF85FFD8FC5EF849FAECF7E8#6ECB3CC2FF86FFDCFF27FE82FE99FDF6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFE6DFE20FF4FFD70>
dwc:eventDate "2016-07-31" ;
dwc:locality "Oura in Hidaka" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "2" ;
dwc:verbatimLatitude "33.925" ;
dwc:verbatimLongitude "135.06667" ;
trt:httpUri <https://treatment.plazi.org/id/560A8789FF85FFD8FC5EF849FAECF7E8#6ECB3CC2FF86FFDCFE6DFE20FF4FFD70> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFF5DFDA6FDD5FD33>
dwc:locality "Hikigawa in Shirahama" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "7" ;
dwc:verbatimLatitude "33.55" ;
dwc:verbatimLongitude "135.45" ;
trt:httpUri <https://treatment.plazi.org/id/560A8789FF85FFD8FC5EF849FAECF7E8#6ECB3CC2FF86FFDCFF5DFDA6FDD5FD33> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFDF4FD65FE39FCF2>
dwc:eventDate "2003-08-02" ;
dwc:locality "Hikigawa in Shirahama" ;
dwc:typeStatus "paratype" ;
dwc:verbatimElevation "3" ;
dwc:verbatimLatitude "33.55" ;
dwc:verbatimLongitude "135.45" ;
trt:httpUri <https://treatment.plazi.org/id/560A8789FF85FFD8FC5EF849FAECF7E8#6ECB3CC2FF86FFDCFDF4FD65FE39FCF2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/560A8789FF85FFD8FC5EF849FAECF7E8.mc.6ECB3CC2FF86FFDCFEE4FCDBFEB9FCBD>
dwc:locality "Kamishima Island" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/560A8789FF85FFD8FC5EF849FAECF7E8#6ECB3CC2FF86FFDCFEE4FCDBFEB9FCBD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,95 @@
@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/560A8789FF85FFDFFE83FAB1FAEAFDF6>
dc:creator "Ariyama, Hiroyuki" ;
dc:title "Curidia Thomas 1983" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Curidia_Thomas_1983> ;
trt:publishedIn <http://dx.doi.org/10.12782/specdiv.29.199> ;
a trt:Treatment .
<http://dx.doi.org/10.12782/specdiv.29.199>
bibo:endPage "207" ;
bibo:issue "2" ;
bibo:journal "Species Diversity" ;
bibo:pubDate "2024-07-18" ;
bibo:startPage "199" ;
bibo:volume "29" ;
dc:creator "Ariyama, Hiroyuki" ;
dc:date "2024" ;
dc:title "Curidia japonica sp. nov., the First Species of the Family Ochlesidae from the Northwest Pacific (Crustacea: Amphipoda)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Curidia_Thomas_1983>
dwc:authority "Thomas, 1983" ;
dwc:authorityName "Thomas" ;
dwc:authorityYear "1983" ;
dwc:class "Malacostraca" ;
dwc:family "Ochlesidae" ;
dwc:genus "Curidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Thomas, 1983" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NV29> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Curidia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Curidia>
dwc:class "Malacostraca" ;
dwc:family "Ochlesidae" ;
dwc:genus "Curidia" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ochlesidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ochlesidae>
dwc:class "Malacostraca" ;
dwc:family "Ochlesidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Amphipoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Amphipoda>
dwc:class "Malacostraca" ;
dwc:kingdom "Animalia" ;
dwc:order "Amphipoda" ;
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,99 @@
@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/757D87F1142BA969FF26FF0FFE86063C>
dc:creator "Bobrov, Anatoly; Shimano, Satoshi; Mazei, Yuri" ;
dc:title "Assulina discoides Bobrov, Shimano & Mazei, 2012, sp.nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/757D87F1142BA969FF26FF0FFE86063C.mc.4DBC3CBA142BA968FCF2FC2EFA7C0477> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Protozoa/Assulina_discoides_Bobrov_2012> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.005.0388> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.005.0388>
bibo:endPage "63" ;
bibo:issue "1" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "55" ;
bibo:volume "51" ;
dc:creator "Bobrov, Anatoly; Shimano, Satoshi; Mazei, Yuri" ;
dc:date "2012" ;
dc:title "Two New Species of Testate Amoebae from Mountain Forest Soils of Japan and Redescription of the Genus Deharvengia Bonnet, 1979" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Protozoa/Assulina_discoides_Bobrov_2012>
dwc:authorityName "Bobrov & Shimano & Mazei" ;
dwc:authorityYear "2012" ;
dwc:class "Filosia" ;
dwc:family "Euglyphidae" ;
dwc:genus "Assulina" ;
dwc:kingdom "Protozoa" ;
dwc:order "Aconchulinida" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bobrov & Shimano & Mazei, 2012" ;
dwc:species "discoides" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Protozoa/Assulina_discoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Protozoa/Assulina_discoides>
dwc:class "Filosia" ;
dwc:family "Euglyphidae" ;
dwc:genus "Assulina" ;
dwc:kingdom "Protozoa" ;
dwc:order "Aconchulinida" ;
dwc:rank "species" ;
dwc:species "discoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Assulina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Assulina>
dwc:class "Filosia" ;
dwc:family "Euglyphidae" ;
dwc:genus "Assulina" ;
dwc:kingdom "Protozoa" ;
dwc:order "Aconchulinida" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Euglyphidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Euglyphidae>
dwc:class "Filosia" ;
dwc:family "Euglyphidae" ;
dwc:kingdom "Protozoa" ;
dwc:order "Aconchulinida" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Aconchulinida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Aconchulinida>
dwc:class "Filosia" ;
dwc:kingdom "Protozoa" ;
dwc:order "Aconchulinida" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa/Filosia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa/Filosia>
dwc:class "Filosia" ;
dwc:kingdom "Protozoa" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Protozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Protozoa>
dwc:kingdom "Protozoa" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/757D87F1142BA969FF26FF0FFE86063C.mc.4DBC3CBA142BA968FCF2FC2EFA7C0477>
dwc:locality "Faculty of Soil Science" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/757D87F1142BA969FF26FF0FFE86063C#4DBC3CBA142BA968FCF2FC2EFA7C0477> ;
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/80298786FFC17D153963FEC7A227D676>
dc:creator "Pan, Xuming; Liu, Weiwei; Yi, Zhenzhen; Fan, Xinpeng; Al-Rasheid, Khaled A. S.; Lin, Xiaofeng" ;
dc:title "Frontonia ocularis Bullington 1939" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Frontonia_ocularis_Bullington_1939> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.13.004.0832> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.13.004.0832>
bibo:endPage "49" ;
bibo:issue "1" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "35" ;
bibo:volume "52" ;
dc:creator "Pan, Xuming; Liu, Weiwei; Yi, Zhenzhen; Fan, Xinpeng; Al-Rasheid, Khaled A. S.; Lin, Xiaofeng" ;
dc:date "2013" ;
dc:title "Studies on Three Diverse Frontonia Species (Ciliophora, Peniculida), with Brief Notes on 14 Marine or Brackish Congeners" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Frontonia_ocularis_Bullington_1939>
dwc:authority "Bullington, 1939" ;
dwc:authorityName "Bullington" ;
dwc:authorityYear "1939" ;
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:genus "Frontonia" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bullington, 1939" ;
dwc:species "ocularis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6JP9X> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Frontonia_ocularis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Frontonia_ocularis>
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:genus "Frontonia" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "ocularis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Frontonia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Frontonia>
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:genus "Frontonia" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Frontoniidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Frontoniidae>
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Hymenostomatida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Hymenostomatida>
dwc:class "Oligohymenophorea" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Oligohymenophorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Oligohymenophorea>
dwc:class "Oligohymenophorea" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Ciliophora" ;
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:kingdom "Chromista" ;
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 .

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/80298786FFC37D1B3963F9C6A740D1B8>
dc:creator "Pan, Xuming; Liu, Weiwei; Yi, Zhenzhen; Fan, Xinpeng; Al-Rasheid, Khaled A. S.; Lin, Xiaofeng" ;
dc:title "Frontonia schaefferi Bullington 1939" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Frontonia_schaefferi_Bullington_1939> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.13.004.0832> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.13.004.0832>
bibo:endPage "49" ;
bibo:issue "1" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "35" ;
bibo:volume "52" ;
dc:creator "Pan, Xuming; Liu, Weiwei; Yi, Zhenzhen; Fan, Xinpeng; Al-Rasheid, Khaled A. S.; Lin, Xiaofeng" ;
dc:date "2013" ;
dc:title "Studies on Three Diverse Frontonia Species (Ciliophora, Peniculida), with Brief Notes on 14 Marine or Brackish Congeners" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Frontonia_schaefferi_Bullington_1939>
dwc:authority "Bullington, 1939" ;
dwc:authorityName "Bullington" ;
dwc:authorityYear "1939" ;
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:genus "Frontonia" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bullington, 1939" ;
dwc:species "schaefferi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Frontonia_schaefferi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Frontonia_schaefferi>
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:genus "Frontonia" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "schaefferi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Frontonia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Frontonia>
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:genus "Frontonia" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Frontoniidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Frontoniidae>
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Hymenostomatida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Hymenostomatida>
dwc:class "Oligohymenophorea" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Oligohymenophorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Oligohymenophorea>
dwc:class "Oligohymenophorea" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Ciliophora" ;
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:kingdom "Chromista" ;
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 .

View file

@ -0,0 +1,120 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/80298786FFC57D173A3FFAAFA2B7D177>
dc:creator "Pan, Xuming; Liu, Weiwei; Yi, Zhenzhen; Fan, Xinpeng; Al-Rasheid, Khaled A. S.; Lin, Xiaofeng" ;
dc:title "Frontonia guangdongensis Pan, Liu, Yi, Fan, Al-Rasheid & Lin, 2013, spec. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/80298786FFC57D173A3FFAAFA2B7D177.mc.B8E83CCDFFC57D133A51F974A612D718>, <http://tb.plazi.org/GgServer/dwcaRecords/80298786FFC57D173A3FFAAFA2B7D177.mc.B8E83CCDFFC57D113DB0F8AAA2D6D5E1> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Frontonia_guangdongensis_Pan_2013> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.13.004.0832> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.13.004.0832>
bibo:endPage "49" ;
bibo:issue "1" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "35" ;
bibo:volume "52" ;
dc:creator "Pan, Xuming; Liu, Weiwei; Yi, Zhenzhen; Fan, Xinpeng; Al-Rasheid, Khaled A. S.; Lin, Xiaofeng" ;
dc:date "2013" ;
dc:title "Studies on Three Diverse Frontonia Species (Ciliophora, Peniculida), with Brief Notes on 14 Marine or Brackish Congeners" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Frontonia_guangdongensis_Pan_2013>
dwc:authorityName "Pan & Liu & Yi & Fan & Al-Rasheid & Lin" ;
dwc:authorityYear "2013" ;
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:genus "Frontonia" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Pan & Liu & Yi & Fan & Al-Rasheid & Lin, 2013" ;
dwc:species "guangdongensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Frontonia_guangdongensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Frontonia_guangdongensis>
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:genus "Frontonia" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "guangdongensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Frontonia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Frontonia>
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:genus "Frontonia" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Frontoniidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Frontoniidae>
dwc:class "Oligohymenophorea" ;
dwc:family "Frontoniidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Hymenostomatida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Hymenostomatida>
dwc:class "Oligohymenophorea" ;
dwc:kingdom "Chromista" ;
dwc:order "Hymenostomatida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Oligohymenophorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Oligohymenophorea>
dwc:class "Oligohymenophorea" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Ciliophora" ;
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:kingdom "Chromista" ;
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/80298786FFC57D173A3FFAAFA2B7D177.mc.B8E83CCDFFC57D133A51F974A612D718>
dwc:locality "Guangdong province" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "23.716667" ;
dwc:verbatimLongitude "113.55" ;
trt:httpUri <https://treatment.plazi.org/id/80298786FFC57D173A3FFAAFA2B7D177#B8E83CCDFFC57D133A51F974A612D718> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/80298786FFC57D173A3FFAAFA2B7D177.mc.B8E83CCDFFC57D113DB0F8AAA2D6D5E1>
dwc:locality "Laboratory of Protozoology" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/80298786FFC57D173A3FFAAFA2B7D177#B8E83CCDFFC57D113DB0F8AAA2D6D5E1> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,122 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/C16BC273FF9C983E6D52FAF631C65F94>
dc:creator "Pan, Ying; Li, Liqiong; Shao, Chen; Hu, Xiaozhong; Ma, Honggang; Alrasheid, Khaled A. S.; Warren, Alan" ;
dc:title "Euplotes balteatus Song & Wilbert 2002" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/C16BC273FF9C983E6D52FAF631C65F94.mc.F9AA7938FF9D98316E8EF948348C593C>, <http://tb.plazi.org/GgServer/dwcaRecords/C16BC273FF9C983E6D52FAF631C65F94.mc.F9AA7938FF9D98316E8EF8E037F35BF4> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Euplotes_balteatus_Song_2002> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.12.003.0386> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.12.003.0386>
bibo:endPage "38" ;
bibo:issue "1" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "29" ;
bibo:volume "51" ;
dc:creator "Pan, Ying; Li, Liqiong; Shao, Chen; Hu, Xiaozhong; Ma, Honggang; Alrasheid, Khaled A. S.; Warren, Alan" ;
dc:date "2012" ;
dc:title "Morphology and Ontogenesis of a Marine Ciliate, Euplotes balteatus (Dujardin, 1841) Kahl, 1932 (Ciliophora, Euplotida) and Definition of Euplotes wilberti nov. spec." ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Euplotes_balteatus_Song_2002>
dwc:authority "sensu Song & Wilbert, 2002" ;
dwc:authorityName "Song & Wilbert" ;
dwc:authorityYear "2002" ;
dwc:class "Hypotrichea" ;
dwc:family "Euplotidae" ;
dwc:genus "Euplotes" ;
dwc:kingdom "Chromista" ;
dwc:order "Euplotida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Song & Wilbert, 2002" ;
dwc:species "balteatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6HCFG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Euplotes_balteatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Euplotes_balteatus>
dwc:class "Hypotrichea" ;
dwc:family "Euplotidae" ;
dwc:genus "Euplotes" ;
dwc:kingdom "Chromista" ;
dwc:order "Euplotida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "balteatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Euplotes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Euplotes>
dwc:class "Hypotrichea" ;
dwc:family "Euplotidae" ;
dwc:genus "Euplotes" ;
dwc:kingdom "Chromista" ;
dwc:order "Euplotida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Euplotidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Euplotidae>
dwc:class "Hypotrichea" ;
dwc:family "Euplotidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Euplotida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Euplotida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Euplotida>
dwc:class "Hypotrichea" ;
dwc:kingdom "Chromista" ;
dwc:order "Euplotida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Hypotrichea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Hypotrichea>
dwc:class "Hypotrichea" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Ciliophora" ;
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:kingdom "Chromista" ;
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/C16BC273FF9C983E6D52FAF631C65F94.mc.F9AA7938FF9D98316E8EF948348C593C>
dwc:locality "Rock" ;
dwc:typeStatus "holotype" ;
dwc:verbatimLatitude "-62.233334" ;
dwc:verbatimLongitude "-58.666668" ;
trt:httpUri <https://treatment.plazi.org/id/C16BC273FF9C983E6D52FAF631C65F94#F9AA7938FF9D98316E8EF948348C593C> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/C16BC273FF9C983E6D52FAF631C65F94.mc.F9AA7938FF9D98316E8EF8E037F35BF4>
dwc:locality "Antarctica" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/C16BC273FF9C983E6D52FAF631C65F94#F9AA7938FF9D98316E8EF8E037F35BF4> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,112 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/E46487CFFF967D64E463F975FE9BF85E>
dc:creator "Chen, Xiangrui; Zhao, Yan; Al-Farraj, Saleh A.; Al-Quraishy, Saleh A.; El-Serehy, Hamed A.; Shao, Chen; Al-Rasheid, Khaled A. S." ;
dc:title "Euplotes dammamensis Chen, Zhao, Al-Farraj, Al-Quraishy, El-Serehy, Shao & Al-Rasheid, 2013, n. sp." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/E46487CFFF967D64E463F975FE9BF85E.mc.DCA53C84FF947D64E6C9F911FE9FF85E> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Chromista/Euplotes_dammamensis_Chen_2013> ;
trt:publishedIn <http://dx.doi.org/10.4467/16890027AP.13.008.1087> ;
a trt:Treatment .
<http://dx.doi.org/10.4467/16890027AP.13.008.1087>
bibo:endPage "89" ;
bibo:issue "2" ;
bibo:journal "Acta Protozoologica" ;
bibo:startPage "73" ;
bibo:volume "52" ;
dc:creator "Chen, Xiangrui; Zhao, Yan; Al-Farraj, Saleh A.; Al-Quraishy, Saleh A.; El-Serehy, Hamed A.; Shao, Chen; Al-Rasheid, Khaled A. S." ;
dc:date "2013" ;
dc:title "Taxonomic Descriptions of Two Marine Ciliates, Euplotes dammamensis n. sp. and Euplotes balteatus (Dujardin, 1841) Kahl, 1932 (Ciliophora, Spirotrichea, Euplotida), Collected from the Arabian Gulf, Saudi Arabia" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Chromista/Euplotes_dammamensis_Chen_2013>
dwc:authorityName "Chen & Zhao & Al-Farraj & Al-Quraishy & El-Serehy & Shao & Al-Rasheid" ;
dwc:authorityYear "2013" ;
dwc:class "Hypotrichea" ;
dwc:family "Euplotidae" ;
dwc:genus "Euplotes" ;
dwc:kingdom "Chromista" ;
dwc:order "Euplotida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chen & Zhao & Al-Farraj & Al-Quraishy & El-Serehy & Shao & Al-Rasheid, 2013" ;
dwc:species "dammamensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Chromista/Euplotes_dammamensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Chromista/Euplotes_dammamensis>
dwc:class "Hypotrichea" ;
dwc:family "Euplotidae" ;
dwc:genus "Euplotes" ;
dwc:kingdom "Chromista" ;
dwc:order "Euplotida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "species" ;
dwc:species "dammamensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Euplotes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Euplotes>
dwc:class "Hypotrichea" ;
dwc:family "Euplotidae" ;
dwc:genus "Euplotes" ;
dwc:kingdom "Chromista" ;
dwc:order "Euplotida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Euplotidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Euplotidae>
dwc:class "Hypotrichea" ;
dwc:family "Euplotidae" ;
dwc:kingdom "Chromista" ;
dwc:order "Euplotida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Euplotida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Euplotida>
dwc:class "Hypotrichea" ;
dwc:kingdom "Chromista" ;
dwc:order "Euplotida" ;
dwc:phylum "Ciliophora" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Chromista/Hypotrichea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Chromista/Hypotrichea>
dwc:class "Hypotrichea" ;
dwc:kingdom "Chromista" ;
dwc:phylum "Ciliophora" ;
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:kingdom "Chromista" ;
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/E46487CFFF967D64E463F975FE9BF85E.mc.DCA53C84FF947D64E6C9F911FE9FF85E>
dwc:locality "Laboratory of Protozoology" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/E46487CFFF967D64E463F975FE9BF85E#DCA53C84FF947D64E6C9F911FE9FF85E> ;
a dwc:MaterialCitation .