46 lines
2 KiB
Turtle
46 lines
2 KiB
Turtle
@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#> .
|
|
# Error: the treatment is lacking the taxon
|
|
|
|
<http://treatment.plazi.org/id/705F87F4FFFDFFFC95C8FBC0FE792526>
|
|
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Chiorchis_dilatatus_Daday_1907> ;
|
|
dc:creator "Margarita Ostrowski de Núñez; Nathalia J. Arredondo; Alicia A. Gil de Pertierra" ;
|
|
dc:title "Adult Trematodes (Platyhelminthes) of freshwater fishes from Argentina: a checklist" ;
|
|
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.1040686> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.5281/zenodo.1040686>
|
|
bibo:endPage "113" ;
|
|
bibo:issue "1" ;
|
|
bibo:journal "Revue suisse de Zoologie" ;
|
|
bibo:pubDate "2017-03-31" ;
|
|
bibo:startPage "91" ;
|
|
bibo:volume "124" ;
|
|
dc:creator "Margarita Ostrowski de Núñez; Nathalia J. Arredondo; Alicia A. Gil de Pertierra" ;
|
|
dc:date "2017" ;
|
|
dc:title "Adult Trematodes (Platyhelminthes) of freshwater fishes from Argentina: a checklist" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Chiorchis_dilatatus_Daday_1907>
|
|
dwc:authority "Daday, 1907" ;
|
|
dwc:authorityName "Daday" ;
|
|
dwc:authorityYear "1907" ;
|
|
dwc:class "Trematoda" ;
|
|
dwc:family "Paramphistomatidae" ;
|
|
dwc:genus "Chiorchis" ;
|
|
dwc:kingdom "Animalia" ;
|
|
dwc:order "Plagiorchiida" ;
|
|
dwc:phylum "Platyhelminthes" ;
|
|
dwc:rank "species" ;
|
|
dwc:scientificNameAuthorship "Daday, 1907" ;
|
|
dwc:species "dilatatus" ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chiorchis_dilatatus> ;
|
|
a dwcFP:TaxonConcept .
|