This commit is contained in:
treatmentbank 2024-11-06 08:59:11 +00:00
parent 9d94b35e46
commit 50fb7a9dcf

View file

@ -0,0 +1,94 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
<http://treatment.plazi.org/id/A973AA7E8072FFD9FF49ED6E09CC02A6>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Gieysztoria_expedita_Hofsten_1907> ;
dc:creator "Adami, Mariana Laura; Damborenea, Cristina" ;
dc:title "Gieysztoria Ruebush & Hayes 1939" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Gieysztoria_Ruebush_1939> ;
trt:publishedIn <http://dx.doi.org/10.5252/zoosystema2024v46a28> ;
a trt:Treatment .
<http://dx.doi.org/10.5252/zoosystema2024v46a28>
bibo:endPage "732" ;
bibo:issue "28" ;
bibo:journal "Zoosystema" ;
bibo:pubDate "2024-11-05" ;
bibo:startPage "723" ;
bibo:volume "46" ;
dc:creator "Adami, Mariana Laura; Damborenea, Cristina" ;
dc:date "2024" ;
dc:title "A new species of Gieysztoria Ruebush & Hayes, 1939 (Platyhelminthes, Rhabdocoela, Dalyelliidae) from Argentina with comments on geographical distribution of the genus in the Neotropical region" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Gieysztoria_Ruebush_1939>
dwc:authority "Ruebush & Hayes, 1939" ;
dwc:authorityName "Ruebush & Hayes" ;
dwc:authorityYear "1939" ;
dwc:family "Dalyelliidae" ;
dwc:genus "Gieysztoria" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabdocoela" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Ruebush & Hayes, 1939" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7P3M7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gieysztoria> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gieysztoria_expedita_Hofsten_1907>
dwc:authority "(Hofsten, 1907) Ruebush & Hayes, 1939" ;
dwc:authorityName "Ruebush & Hayes" ;
dwc:authorityYear "1939" ;
dwc:baseAuthorityName "Hofsten" ;
dwc:baseAuthorityYear "1907" ;
dwc:family "Dalyelliidae" ;
dwc:genus "Gieysztoria" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabdocoela" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Hofsten, 1907)" ;
dwc:species "expedita" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gieysztoria_expedita> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Gieysztoria>
dwc:family "Dalyelliidae" ;
dwc:genus "Gieysztoria" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabdocoela" ;
dwc:phylum "Platyhelminthes" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dalyelliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dalyelliidae>
dwc:family "Dalyelliidae" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhabdocoela> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhabdocoela>
dwc:order "Rhabdocoela" ;
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: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 .