GG2RDF 2024-07-16T15:15:31.996Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-16 15:15:45 +00:00
parent e55c470e98
commit 26fd760587
7 changed files with 775 additions and 0 deletions

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/A4378781E940FFBAD75CFBFAFE91FA69>
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:title "Gyrodactylus mediotorus King, Marcogliese, Forest, McLaughlin and Bentzen 2013" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_mediotorus_King_2013> ;
trt:publishedIn <http://dx.doi.org/10.1051/parasite/2024023> ;
a trt:Treatment .
<http://dx.doi.org/10.1051/parasite/2024023>
bibo:endPage "14" ;
bibo:issue "29" ;
bibo:journal "Parasite" ;
bibo:pubDate "2024-06-11" ;
bibo:series "Paris, France" ;
bibo:startPage "1" ;
bibo:volume "31" ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:date "2024" ;
dc:title "Intraspecific variation in Gyrodactylus mediotorus and G. crysoleucas (Gyrodactylidae) from Nearctic shiners (Leuciscidae): evidence for ongoing speciation, host-switching, and parasite translocation" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_mediotorus_King_2013>
dwc:authorityName "King, Marcogliese, Forest, McLaughlin and Bentzen" ;
dwc:authorityYear "2013" ;
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "King, Marcogliese, Forest, McLaughlin & Bentzen, 2013" ;
dwc:species "mediotorus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3HZ8Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_mediotorus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_mediotorus>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:species "mediotorus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monogenea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monogenea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "class" ;
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,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/A4378781E94BFFB3D400F94CFD19FC46>
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:title "Gyrodactylus von Nordmann 1832" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_Nordmann_1832> ;
trt:publishedIn <http://dx.doi.org/10.1051/parasite/2024023> ;
a trt:Treatment .
<http://dx.doi.org/10.1051/parasite/2024023>
bibo:endPage "14" ;
bibo:issue "29" ;
bibo:journal "Parasite" ;
bibo:pubDate "2024-06-11" ;
bibo:series "Paris, France" ;
bibo:startPage "1" ;
bibo:volume "31" ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:date "2024" ;
dc:title "Intraspecific variation in Gyrodactylus mediotorus and G. crysoleucas (Gyrodactylidae) from Nearctic shiners (Leuciscidae): evidence for ongoing speciation, host-switching, and parasite translocation" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_Nordmann_1832>
dwc:authorityName "von Nordmann" ;
dwc:authorityYear "1832" ;
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "von Nordmann, 1832" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7P4Z7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monogenea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monogenea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "class" ;
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,134 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/A4378781E94CFFB6D75CF971FC7CFA1A>
cito:cites <http://dx.doi.org/10.5281/zenodo.12524601> ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:title "Gyrodactylus mediotorus King, Marcogliese, Forest, McLaughlin & Bentzen 2013" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A4378781E94CFFB6D75CF971FC7CFA1A.mc.9CF63CCAE94CFFB5D7B4F924FDC3F888>, <http://tb.plazi.org/GgServer/dwcaRecords/A4378781E94CFFB6D75CF971FC7CFA1A.mc.9CF63CCAE94CFFB5D569F8E3FDA9F8A6>, <http://tb.plazi.org/GgServer/dwcaRecords/A4378781E94CFFB6D75CF971FC7CFA1A.mc.9CF63CCAE94CFFB5D54DF881FF2CF847> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_mediotorus_King_2013> ;
trt:publishedIn <http://dx.doi.org/10.1051/parasite/2024023> ;
a trt:Treatment .
<http://dx.doi.org/10.1051/parasite/2024023>
bibo:endPage "14" ;
bibo:issue "29" ;
bibo:journal "Parasite" ;
bibo:pubDate "2024-06-11" ;
bibo:series "Paris, France" ;
bibo:startPage "1" ;
bibo:volume "31" ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:date "2024" ;
dc:title "Intraspecific variation in Gyrodactylus mediotorus and G. crysoleucas (Gyrodactylidae) from Nearctic shiners (Leuciscidae): evidence for ongoing speciation, host-switching, and parasite translocation" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12524601> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_mediotorus_King_2013>
dwc:authority "King, Marcogliese, Forest, McLaughlin & Bentzen, 2013" ;
dwc:authorityName "King, Marcogliese, Forest, McLaughlin & Bentzen" ;
dwc:authorityYear "2013" ;
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "King, Marcogliese, Forest, McLaughlin & Bentzen, 2013" ;
dwc:species "mediotorus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3HZ8Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_mediotorus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_mediotorus>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:species "mediotorus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monogenea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monogenea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "class" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12524601>
dc:description "Figure 2. Photomicrographs (AC) and line drawings (BD) of Gyrodactylus mediotorus King, Marcogliese, Forest, McLaughlin and Bentzen, 2013 from the blacktail shiner, Cyprinella venusta (AB) and from the sand shiner, Notropis cf. stramineus (Guadalupe River) (CD)." ;
fabio:hasRepresentation <https://zenodo.org/record/12524601/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/A4378781E94CFFB6D75CF971FC7CFA1A.mc.9CF63CCAE94CFFB5D7B4F924FDC3F888>
dwc:locality "St. Louis Lake" ;
dwc:recordedBy "Previous & Iles de la Paix" ;
trt:httpUri <https://treatment.plazi.org/id/A4378781E94CFFB6D75CF971FC7CFA1A#9CF63CCAE94CFFB5D7B4F924FDC3F888> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A4378781E94CFFB6D75CF971FC7CFA1A.mc.9CF63CCAE94CFFB5D569F8E3FDA9F8A6>
dwc:locality "Upper" ;
trt:httpUri <https://treatment.plazi.org/id/A4378781E94CFFB6D75CF971FC7CFA1A#9CF63CCAE94CFFB5D569F8E3FDA9F8A6> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/A4378781E94CFFB6D75CF971FC7CFA1A.mc.9CF63CCAE94CFFB5D54DF881FF2CF847>
dwc:locality "Wisconsin" ;
dwc:recordedBy "River" ;
trt:httpUri <https://treatment.plazi.org/id/A4378781E94CFFB6D75CF971FC7CFA1A#9CF63CCAE94CFFB5D54DF881FF2CF847> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,116 @@
@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/A4378781E94DFFB5D75CF92BFF15F9B2>
cito:cites <http://dx.doi.org/10.5281/zenodo.12524597> ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:title "Gyrodactylus crysoleucas Mizelle and Kritsky 1967" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_crysoleucas_Mizelle_1967> ;
trt:publishedIn <http://dx.doi.org/10.1051/parasite/2024023> ;
a trt:Treatment .
<http://dx.doi.org/10.1051/parasite/2024023>
bibo:endPage "14" ;
bibo:issue "29" ;
bibo:journal "Parasite" ;
bibo:pubDate "2024-06-11" ;
bibo:series "Paris, France" ;
bibo:startPage "1" ;
bibo:volume "31" ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:date "2024" ;
dc:title "Intraspecific variation in Gyrodactylus mediotorus and G. crysoleucas (Gyrodactylidae) from Nearctic shiners (Leuciscidae): evidence for ongoing speciation, host-switching, and parasite translocation" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12524597> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_crysoleucas_Mizelle_1967>
dwc:authority "Mizelle and Kritsky, 1967" ;
dwc:authorityName "Mizelle and Kritsky" ;
dwc:authorityYear "1967" ;
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Mizelle & Kritsky, 1967" ;
dwc:species "crysoleucas" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3HZ2Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_crysoleucas> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_crysoleucas>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:species "crysoleucas" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monogenea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monogenea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "class" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12524597>
dc:description "Figure 1. Photomicrographs (A) and line drawings (B) of Gyrodactylus crysoleucas from the blacktail shiner, Cyprinella venusta." ;
fabio:hasRepresentation <https://zenodo.org/record/12524597/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,115 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/A4378781E94EFFB7D75CFD67FD85F893>
cito:cites <http://dx.doi.org/10.5281/zenodo.12524603> ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:title "Gyrodactylus mediotorus King, Marcogliese, Forest, McLaughlin and Bentzen 2013" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_mediotorus_King_2013> ;
trt:publishedIn <http://dx.doi.org/10.1051/parasite/2024023> ;
a trt:Treatment .
<http://dx.doi.org/10.1051/parasite/2024023>
bibo:endPage "14" ;
bibo:issue "29" ;
bibo:journal "Parasite" ;
bibo:pubDate "2024-06-11" ;
bibo:series "Paris, France" ;
bibo:startPage "1" ;
bibo:volume "31" ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:date "2024" ;
dc:title "Intraspecific variation in Gyrodactylus mediotorus and G. crysoleucas (Gyrodactylidae) from Nearctic shiners (Leuciscidae): evidence for ongoing speciation, host-switching, and parasite translocation" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12524603> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_mediotorus_King_2013>
dwc:authorityName "King, Marcogliese, Forest, McLaughlin and Bentzen" ;
dwc:authorityYear "2013" ;
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "King, Marcogliese, Forest, McLaughlin & Bentzen, 2013" ;
dwc:species "mediotorus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3HZ8Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_mediotorus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_mediotorus>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:species "mediotorus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monogenea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monogenea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "class" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12524603>
dc:description "Figure 3. Bayesian inference (BI) phylogram of Gyrodactylus spp. parasitizing Nearctic Cypriniformes based on sequences of the ITS regions (927 bp). Values above branches indicate posterior probabilities (PP) from BI analyses and bootstrap support (BS) from ML. Values below 0.80 (BI) and 70 (ML) are shown as dashes." ;
fabio:hasRepresentation <https://zenodo.org/record/12524603/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/A4378781E94EFFB9D400FDE5FE52FBC0>
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:title "Gyrodactylus crysoleucas Mizelle and Kritsky 1967" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_crysoleucas_Mizelle_1967> ;
trt:publishedIn <http://dx.doi.org/10.1051/parasite/2024023> ;
a trt:Treatment .
<http://dx.doi.org/10.1051/parasite/2024023>
bibo:endPage "14" ;
bibo:issue "29" ;
bibo:journal "Parasite" ;
bibo:pubDate "2024-06-11" ;
bibo:series "Paris, France" ;
bibo:startPage "1" ;
bibo:volume "31" ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:date "2024" ;
dc:title "Intraspecific variation in Gyrodactylus mediotorus and G. crysoleucas (Gyrodactylidae) from Nearctic shiners (Leuciscidae): evidence for ongoing speciation, host-switching, and parasite translocation" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gyrodactylus_crysoleucas_Mizelle_1967>
dwc:authorityName "Mizelle and Kritsky" ;
dwc:authorityYear "1967" ;
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Mizelle & Kritsky, 1967" ;
dwc:species "crysoleucas" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3HZ2Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_crysoleucas> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_crysoleucas>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:species "crysoleucas" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monogenea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monogenea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "class" ;
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,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/A4378781E94FFFB7D400F993FE59FD52>
cito:cites <http://dx.doi.org/10.5281/zenodo.12524603> ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:title "Gyrodactylus crysoleucas" ;
trt:publishedIn <http://dx.doi.org/10.1051/parasite/2024023> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_crysoleucas> ;
a trt:Treatment .
<http://dx.doi.org/10.1051/parasite/2024023>
bibo:endPage "14" ;
bibo:issue "29" ;
bibo:journal "Parasite" ;
bibo:pubDate "2024-06-11" ;
bibo:series "Paris, France" ;
bibo:startPage "1" ;
bibo:volume "31" ;
dc:creator "Rahmouni, Chahrazed; Seifertová, Mária; Bean, Megan G.; Šimková, Andrea" ;
dc:date "2024" ;
dc:title "Intraspecific variation in Gyrodactylus mediotorus and G. crysoleucas (Gyrodactylidae) from Nearctic shiners (Leuciscidae): evidence for ongoing speciation, host-switching, and parasite translocation" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12524603> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus_crysoleucas>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:species "crysoleucas" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylus>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:genus "Gyrodactylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidae>
dwc:class "Monogenea" ;
dwc:family "Gyrodactylidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gyrodactylidea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:order "Gyrodactylidea" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monogenea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monogenea>
dwc:class "Monogenea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "class" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12524603>
dc:description "Figure 3. Bayesian inference (BI) phylogram of Gyrodactylus spp. parasitizing Nearctic Cypriniformes based on sequences of the ITS regions (927 bp). Values above branches indicate posterior probabilities (PP) from BI analyses and bootstrap support (BS) from ML. Values below 0.80 (BI) and 70 (ML) are shown as dashes." ;
fabio:hasRepresentation <https://zenodo.org/record/12524603/files/figure.png> ;
a fabio:Figure .