This commit is contained in:
treatmentbank 2024-09-05 00:00:19 +00:00
parent a2104a237f
commit 0553f39fcd
14 changed files with 1629 additions and 6 deletions

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/038187C4FFE4FFB666D1FA88FB46B1DE>
dc:creator "Khan, Raees; Abidin, Sheikh Zain Ul; Ahmad, Mushtaq; Altinordu, Fahim" ;
dc:title "Lobelia zeylanica Linnaeus 1753" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lobelia_zeylanica_Linnaeus_1753> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.299.2.15> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.299.2.15>
bibo:endPage "292" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-21" ;
bibo:startPage "289" ;
bibo:volume "299" ;
dc:creator "Khan, Raees; Abidin, Sheikh Zain Ul; Ahmad, Mushtaq; Altinordu, Fahim" ;
dc:date "2017" ;
dc:title "Revised typification of the Linnaean name Lobelia zeylanica (Campanulaceae)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Lobelia_zeylanica_Linnaeus_1753>
dwc:authority "Linnaeus (1753: 932)" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityPageNumber "932" ;
dwc:authorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Lobelia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1753" ;
dwc:species "zeylanica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3VSG3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lobelia_zeylanica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Lobelia_zeylanica>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Lobelia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "zeylanica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lobelia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lobelia>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:genus "Lobelia" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Campanulaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Campanulaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Asterales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Asterales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
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/0389878AFFDF531CFF0AF991B8CAFE05>
cito:cites <http://dx.doi.org/10.5281/zenodo.13688119>, <http://dx.doi.org/10.5281/zenodo.13688121> ;
dc:creator "Kan, Yu-He; Gafforov, Yusufjon; Li, Tong; Zhou, Li-Wei" ;
dc:title "Hyphodontia zhixiangii L. W. Zhou & Yu. Sh. Gafforov 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Hyphodontia_zhixiangii_Zhou_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.299.2.12> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.299.2.12>
bibo:endPage "279" ;
bibo:issue "2" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-21" ;
bibo:startPage "273" ;
bibo:volume "299" ;
dc:creator "Kan, Yu-He; Gafforov, Yusufjon; Li, Tong; Zhou, Li-Wei" ;
dc:date "2017" ;
dc:title "Hyphodontia zhixiangii sp. nov. (Schizoporaceae, Basidiomycota) from Uzbekistan" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13688119>, <http://dx.doi.org/10.5281/zenodo.13688121> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Hyphodontia_zhixiangii_Zhou_2017>
dwc:authority "L.W. Zhou & Yu.Sh. Gafforov" ;
dwc:authorityName "L. W. Zhou & Yu. Sh. Gafforov" ;
dwc:authorityYear "2017" ;
dwc:class "Agaricomycetes" ;
dwc:family "Schizoporaceae" ;
dwc:genus "Hyphodontia" ;
dwc:kingdom "Fungi" ;
dwc:order "Hymenochaetales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "L. W. Zhou & Yu. Sh. Gafforov, 2017" ;
dwc:species "zhixiangii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3NSF6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Hyphodontia_zhixiangii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Hyphodontia_zhixiangii>
dwc:class "Agaricomycetes" ;
dwc:family "Schizoporaceae" ;
dwc:genus "Hyphodontia" ;
dwc:kingdom "Fungi" ;
dwc:order "Hymenochaetales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "species" ;
dwc:species "zhixiangii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Hyphodontia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Hyphodontia>
dwc:class "Agaricomycetes" ;
dwc:family "Schizoporaceae" ;
dwc:genus "Hyphodontia" ;
dwc:kingdom "Fungi" ;
dwc:order "Hymenochaetales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Schizoporaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Schizoporaceae>
dwc:class "Agaricomycetes" ;
dwc:family "Schizoporaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Hymenochaetales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Hymenochaetales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Hymenochaetales>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Hymenochaetales" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Agaricomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Agaricomycetes>
dwc:class "Agaricomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Basidiomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Basidiomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Basidiomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13688119>
dc:description "FIGURE 2. Basidiocarps of Hyphodontia zhixiangii (holotype). Bar = 1 cm. Photo by Li-Wei Zhou." ;
fabio:hasRepresentation <https://zenodo.org/record/13688119/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688121>
dc:description "FIGURE 3. Microscopic structures of Hyphodontia zhixiangii (holotype). a: Basidiospores. b: Basidia and basidioles. c: Lagenocystidia. d: Subcapitate septocystidia. e: Hyphae from trama. f: Hyphae from subiculum. Bar = 10 μm. Drawings by Li-Wei Zhou." ;
fabio:hasRepresentation <https://zenodo.org/record/13688121/files/figure.png> ;
a fabio:Figure .

View file

@ -10,6 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03C83243FFB9FFB5FF75FCFEFBFC1BAF>
cito:cites <http://dx.doi.org/10.5281/zenodo.13687974> ;
dc:creator "Bena, Maria Julia" ;
dc:title "Gomphrena elegans var. claussenioides Suessenguth 1934" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Gomphrena_elegans_claussenioides_Suessenguth_1934> ;
@ -26,6 +27,7 @@
dc:creator "Bena, Maria Julia" ;
dc:date "2017" ;
dc:title "Typification and nomenclatural notes on twenty-seven names of Gomphrena L. (Amaranthaceae) linked to the South American flora" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13687974> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Gomphrena_elegans_claussenioides_Suessenguth_1934>
@ -121,3 +123,8 @@
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13687974>
dc:description "FIGURE 1. Lectotype of the name Gomphrena elegans var. claussenioides (GOET-015489!)." ;
fabio:hasRepresentation <https://zenodo.org/record/13687974/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,117 @@
@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/03D887D39600FFE933FDC400FA80FA3B>
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:title "Anthriscus tenerrima Boissier & Spruner 1844" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39600FFE933FDC400FA80FA3B.mc.3B193C989600FFE933C8C426FC0FFA3B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Anthriscus_tenerrima_Boissier_1844> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.1.1>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-28" ;
bibo:startPage "1" ;
bibo:volume "302" ;
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:date "2017" ;
dc:title "A taxonomic revision of the genus Anthriscus (Apiaceae) in Turkey" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Anthriscus_tenerrima_Boissier_1844>
dwc:authority "Boissier & Spruner (1844: 60)" ;
dwc:authorityName "Boissier & Spruner" ;
dwc:authorityPageNumber "60" ;
dwc:authorityYear "1844" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Boissier & Spruner, 1844" ;
dwc:species "tenerrima" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5VHWR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Anthriscus_tenerrima> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus_tenerrima>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "tenerrima" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anthriscus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39600FFE933FDC400FA80FA3B.mc.3B193C989600FFE933C8C426FC0FFA3B>
dwc:collectionCode "G, BOIS, GBOIS, L, W" ;
dwc:locality "Oros Hymettos" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39600FFE933FDC400FA80FA3B#3B193C989600FFE933C8C426FC0FFA3B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,287 @@
@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/03D887D39602FFE633FDC61CFE9FFA91>
cito:cites <http://dx.doi.org/10.5281/zenodo.13688087>, <http://dx.doi.org/10.5281/zenodo.13688089> ;
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:title "Anthriscus cerefolium Hoffmann 1814" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE432AEC65AFA11F8F2>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE433FDC620FBEAF8DD>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE4371EC620FCBDF838>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE4306EC6C3FC3BF81B>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE430EBC6E6FA11F81B>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE433FDC68AFF5FF7A2>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE43382C6ADFD5BF7A2>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE4318EC6ADFE65F78D>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE532ABC950FE85F851>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960CFFE53236C69CFE3FF7BD>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960CFFE632E0C940FCBEFF1D>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960FFFE63061C1E0FD93FF79>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960FFFE63147C184FC6FFEA5>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960FFFE63093C1A8FA90FE81>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960FFFE63644C04CFE3FFEC9> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Anthriscus_cerefolium_Linnaeus_1753> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.1.1>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-28" ;
bibo:startPage "1" ;
bibo:volume "302" ;
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:date "2017" ;
dc:title "A taxonomic revision of the genus Anthriscus (Apiaceae) in Turkey" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13688087>, <http://dx.doi.org/10.5281/zenodo.13688089> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Anthriscus_cerefolium_Linnaeus_1753>
dwc:authority "(Linnaeus 1753: 257) Hoffmann (1814: 41)" ;
dwc:authorityName "Hoffmann" ;
dwc:authorityPageNumber "41" ;
dwc:authorityYear "1814" ;
dwc:baseAuthorityName "Linnaeus" ;
dwc:baseAuthorityPageNumber "257" ;
dwc:baseAuthorityYear "1753" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Linnaeus, 1753) Hoffmann, 1814" ;
dwc:species "cerefolium" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5VHVT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Anthriscus_cerefolium> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus_cerefolium>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "cerefolium" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anthriscus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13688087>
dc:description "FIGURE 5. Anthriscus cerefolium var. trichocarpa: A) habit; B) flowers with unripened fruits and bracteoles in umbellet; C) ripened fruits in umbellet; Da) dorsal view of mericarp; Db) commissural view of mericarp; Dc) cross section of mericarp. [A) from M.Tekin 1089 (CUFH); B) from M.Tekin 1076 (CUFH); C, Da and Db) from M.Tekin 1104 (CUFH); Dc) from M.Tekin 1075 (CUFH)]." ;
fabio:hasRepresentation <https://zenodo.org/record/13688087/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688089>
dc:description "FIGURE 6. Geographic distribution of Anthriscus cerefolium var. trichocarpa in Turkey." ;
fabio:hasRepresentation <https://zenodo.org/record/13688089/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE432AEC65AFA11F8F2>
dwc:catalogNumber "A5" ;
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-05-16" ;
dwc:locality "Ferhat Mountain" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "904" ;
dwc:verbatimLatitude "40.636253" ;
dwc:verbatimLongitude "35.844776" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960DFFE432AEC65AFA11F8F2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE433FDC620FBEAF8DD>
dwc:collectionCode "E" ;
dwc:eventDate "1967-05-20" ;
dwc:locality "Asar" ;
dwc:recordedBy "Tobey" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960DFFE433FDC620FBEAF8DD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE4371EC620FCBDF838>
dwc:collectionCode "E" ;
dwc:eventDate "1969-05-11" ;
dwc:locality "Hacikoy-Osmancik" ;
dwc:recordedBy "Tobey" ;
dwc:verbatimElevation "800" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960DFFE4371EC620FCBDF838> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE4306EC6C3FC3BF81B>
dwc:catalogNumber "A6" ;
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-05-16" ;
dwc:locality "Kuzgece village" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "404" ;
dwc:verbatimLatitude "40.734165" ;
dwc:verbatimLongitude "36.018223" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960DFFE4306EC6C3FC3BF81B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE430EBC6E6FA11F81B>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-06-20" ;
dwc:locality "Kuzgece village" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "404" ;
dwc:verbatimLatitude "40.734165" ;
dwc:verbatimLongitude "36.018223" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960DFFE430EBC6E6FA11F81B> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE433FDC68AFF5FF7A2>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-05-16" ;
dwc:locality "Kuzgece village" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "726" ;
dwc:verbatimLatitude "40.733807" ;
dwc:verbatimLongitude "36.017166" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960DFFE433FDC68AFF5FF7A2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE43382C6ADFD5BF7A2>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2012-05-16" ;
dwc:locality "Kuzgece village" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "726" ;
dwc:verbatimLatitude "40.733807" ;
dwc:verbatimLongitude "36.017166" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960DFFE43382C6ADFD5BF7A2> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE4318EC6ADFE65F78D>
dwc:catalogNumber "A7" ;
dwc:collectionCode "M, E" ;
dwc:eventDate "1990-06-02" ;
dwc:locality "Ucoren" ;
dwc:recordedBy "Nydegger" ;
dwc:verbatimElevation "1240" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960DFFE4318EC6ADFE65F78D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960DFFE532ABC950FE85F851>
dwc:catalogNumber "B3" ;
dwc:collectionCode "K, H, C, N, GAZI" ;
dwc:eventDate "1996-06-07" ;
dwc:locality "Yazilikaya village" ;
dwc:recordedBy "Baser & Ermin" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960DFFE532ABC950FE85F851> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960CFFE53236C69CFE3FF7BD>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-05-23" ;
dwc:locality "Yazilikaya village" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "1320" ;
dwc:verbatimLatitude "39.20011" ;
dwc:verbatimLongitude "30.7015" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960CFFE53236C69CFE3FF7BD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960CFFE632E0C940FCBEFF1D>
dwc:catalogNumber "B5" ;
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-05-26" ;
dwc:locality "Ihlara valley" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "1184" ;
dwc:verbatimLatitude "38.251526" ;
dwc:verbatimLongitude "34.284054" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960CFFE632E0C940FCBEFF1D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960FFFE63061C1E0FD93FF79>
dwc:catalogNumber "B6" ;
dwc:collectionCode "Y, ANK" ;
dwc:eventDate "1982-04-29" ;
dwc:locality "Firat river" ;
dwc:recordedBy "Altan" ;
dwc:verbatimElevation "900" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960FFFE63061C1E0FD93FF79> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960FFFE63147C184FC6FFEA5>
dwc:catalogNumber "B7" ;
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-05-30" ;
dwc:locality "Asagi Sutluce village" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "1265" ;
dwc:verbatimLatitude "40.001278" ;
dwc:verbatimLongitude "38.8" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960FFFE63147C184FC6FFEA5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960FFFE63093C1A8FA90FE81>
dwc:catalogNumber "C3" ;
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2012-05-21" ;
dwc:locality "Aksu" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "972" ;
dwc:verbatimLatitude "37.814167" ;
dwc:verbatimLongitude "30.89611" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960FFFE63093C1A8FA90FE81> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39602FFE633FDC61CFE9FFA91.mc.3B193C98960FFFE63644C04CFE3FFEC9>
dwc:catalogNumber "C4" ;
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-05-24" ;
dwc:locality "Catmakaya village" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "1127" ;
dwc:verbatimLatitude "37.280193" ;
dwc:verbatimLongitude "31.984251" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39602FFE633FDC61CFE9FFA91#3B193C98960FFFE63644C04CFE3FFEC9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,96 @@
@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/03D887D39607FFEE33FDC3B4FEEAFA33>
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:title "Anthriscus Persoon 1805" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Anthriscus_Persoon_1805> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.1.1>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-28" ;
bibo:startPage "1" ;
bibo:volume "302" ;
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:date "2017" ;
dc:title "A taxonomic revision of the genus Anthriscus (Apiaceae) in Turkey" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Anthriscus_Persoon_1805>
dwc:authority "Persoon (1805: 320)" ;
dwc:authorityName "Persoon" ;
dwc:authorityPageNumber "320" ;
dwc:authorityYear "1805" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Persoon, 1805" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/XHR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Anthriscus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
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/03D887D39607FFEE33FDC7A6FDCCF871>
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:title "Anthriscus caucalis Marschall von Bieberstein 1808" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Anthriscus_caucalis_Bieberstein_1808> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.1.1>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-28" ;
bibo:startPage "1" ;
bibo:volume "302" ;
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:date "2017" ;
dc:title "A taxonomic revision of the genus Anthriscus (Apiaceae) in Turkey" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Anthriscus_caucalis_Bieberstein_1808>
dwc:authority "Marschall von Bieberstein (1808: 230)" ;
dwc:authorityName "Marschall von Bieberstein" ;
dwc:authorityPageNumber "230" ;
dwc:authorityYear "1808" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Marschall von Bieberstein, 1808" ;
dwc:species "caucalis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/67HW6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Anthriscus_caucalis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus_caucalis>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "caucalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anthriscus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,212 @@
@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/03D887D39608FFE333FDC268FF5BF80D>
cito:cites <http://dx.doi.org/10.5281/zenodo.13688095>, <http://dx.doi.org/10.5281/zenodo.13688097>, <http://dx.doi.org/10.5281/zenodo.13688099>, <http://dx.doi.org/10.5281/zenodo.13688105> ;
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:title "Anthriscus lamprocarpa Boissier 1844" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C989608FFE133B7C20EFACDFCC7>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE332AFC2E0FD76FC79>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE331BEC284FAE1FC79>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE33614C284FEC3FB81>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE332F5C54CFAE3FB81>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE33614C54CFAFBFBED>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE332A9C608FC33F821>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE330E1C62CFF5FF80D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Anthriscus_lamprocarpa_Boissier_1844> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.1.1>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-28" ;
bibo:startPage "1" ;
bibo:volume "302" ;
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:date "2017" ;
dc:title "A taxonomic revision of the genus Anthriscus (Apiaceae) in Turkey" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13688095>, <http://dx.doi.org/10.5281/zenodo.13688097>, <http://dx.doi.org/10.5281/zenodo.13688099>, <http://dx.doi.org/10.5281/zenodo.13688105> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Anthriscus_lamprocarpa_Boissier_1844>
dwc:authority "Boissier (1844: 59)" ;
dwc:authorityName "Boissier" ;
dwc:authorityPageNumber "59" ;
dwc:authorityYear "1844" ;
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Boissier, 1844" ;
dwc:species "lamprocarpa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/67HVW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Anthriscus_lamprocarpa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus_lamprocarpa>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "lamprocarpa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anthriscus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13688095>
dc:description "FIGURE 9. Anthriscus lamprocarpa subsp. lamprocarpa: A) habit; B) basal leaf; C) fruiting umbel; Da) dorsal view of mericarp; Db) commissural view of mericarp; Dc) cross section of mericarp; E) flowers in umbellet with bracteoles [A, B and E) from M.Tekin 1073 (CUFH); C and Dc) from M.Tekin 1094 (CUFH); Da and Db) from M.Tekin 1218 (CUFH)]." ;
fabio:hasRepresentation <https://zenodo.org/record/13688095/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688097>
dc:description "FIGURE 10. Geographic distribution of Anthriscus lamprocarpa subsp. lamprocarpa in Turkey." ;
fabio:hasRepresentation <https://zenodo.org/record/13688097/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688099>
dc:description "FIGURE 11. Anthriscus lamprocarpa subsp. chelikii: A) habit; B) basal leaf; C) fruiting umbel with bracteoles; Da) dorsal view of mericarp; Db) commissural view of mericarp; Dc) cross section of mericarp; E) flowers in umbellet with bracteoles (Tekin & Civelek 2016) [A, B and Dc) from M.Tekin 1092 (CUFH); C, Da and Db) from M.Tekin 1116 (CUFH); E) from M.Tekin 1072 (CUFH)]." ;
fabio:hasRepresentation <https://zenodo.org/record/13688099/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688105>
dc:description "FIGURE 12. Geographic distribution of Anthriscus lamprocarpa subsp. chelikii in Turkey (Tekin & Civelek 2016)." ;
fabio:hasRepresentation <https://zenodo.org/record/13688105/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C989608FFE133B7C20EFACDFCC7>
dwc:collectionCode "G, BOIS, P, FI, W" ;
dwc:locality "SYRIA" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39608FFE333FDC268FF5BF80D#3B193C989608FFE133B7C20EFACDFCC7> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE332AFC2E0FD76FC79>
dwc:catalogNumber "C6" ;
dwc:collectionCode "H, P, I, C, E" ;
dwc:eventDate "1957-04-28" ;
dwc:locality "Senkoy" ;
dwc:recordedBy "Davis & Hedge" ;
dwc:verbatimElevation "1000" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39608FFE333FDC268FF5BF80D#3B193C98960AFFE332AFC2E0FD76FC79> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE331BEC284FAE1FC79>
dwc:collectionCode "BP, G, BOIS" ;
dwc:eventDate "1859-04-24" ;
dwc:locality "Nur Dag" ;
dwc:recordedBy "Kotschy" ;
dwc:verbatimElevation "600" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39608FFE333FDC268FF5BF80D#3B193C98960AFFE331BEC284FAE1FC79> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE33614C284FEC3FB81>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-04-30" ;
dwc:locality "Senkoy" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "958" ;
dwc:verbatimLatitude "36.028168" ;
dwc:verbatimLongitude "36.119637" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39608FFE333FDC268FF5BF80D#3B193C98960AFFE33614C284FEC3FB81> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE332F5C54CFAE3FB81>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-05-27" ;
dwc:locality "Tekin" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "958" ;
dwc:verbatimLatitude "36.028168" ;
dwc:verbatimLongitude "36.119637" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39608FFE333FDC268FF5BF80D#3B193C98960AFFE332F5C54CFAE3FB81> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE33614C54CFAFBFBED>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2014-05-18" ;
dwc:locality "Guzelyayla village" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "824" ;
dwc:verbatimLatitude "36.485584" ;
dwc:verbatimLongitude "36.153362" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39608FFE333FDC268FF5BF80D#3B193C98960AFFE33614C54CFAFBFBED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE332A9C608FC33F821>
dwc:catalogNumber "C6" ;
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-04-30" ;
dwc:locality "Duzici" ;
dwc:verbatimElevation "1265" ;
dwc:verbatimLatitude "37.268387" ;
dwc:verbatimLongitude "36.51428" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39608FFE333FDC268FF5BF80D#3B193C98960AFFE332A9C608FC33F821> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D39608FFE333FDC268FF5BF80D.mc.3B193C98960AFFE330E1C62CFF5FF80D>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-06-26" ;
dwc:locality "Duzici" ;
dwc:verbatimElevation "1265" ;
dwc:verbatimLatitude "37.268387" ;
dwc:verbatimLongitude "36.51428" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D39608FFE333FDC268FF5BF80D#3B193C98960AFFE330E1C62CFF5FF80D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,276 @@
@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/03D887D3960FFFE133FDC424FE2BFD5D>
cito:cites <http://dx.doi.org/10.5281/zenodo.13688093> ;
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:title "Anthriscus kotschyi Boiss. & Balansa" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C98960FFFE633C8C4CAFE66FA43>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C98960FFFE632A9C492FD0DFA43>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C98960FFFE631B0C492FB83FA43>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE032ADC4B4FCB6F995>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE03078C758FD79F9F1>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE031AEC77CFB19F9DD>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE037CFC720FE38F939>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE032E8C7C4FECAF965>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE032F2C7E8FE9CF941>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE03242C78CFB17F8AD>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE037DBC7B0FAB7F8F5>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE03678C678FE08F83D>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE032B8C6C0FD17F819>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE031C5C6E4FCA1F845>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE03056C688FE91F78D>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE03246C950FC83F78D>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE13034C950FA11FF1D>, <http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989608FFE133FDC184FD6AFEA5> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.1.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Anthriscus_kotschyi> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.1.1>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-28" ;
bibo:startPage "1" ;
bibo:volume "302" ;
dc:creator "Tekin, Mehmet; Civelek, Şemsettin" ;
dc:date "2017" ;
dc:title "A taxonomic revision of the genus Anthriscus (Apiaceae) in Turkey" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13688093> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus_kotschyi>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "kotschyi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Anthriscus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Anthriscus>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:genus "Anthriscus" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Apiaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Apiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Apiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13688093>
dc:description "FIGURE 7. Anthriscus kotschyi: A) habit; B) basal leaf; C) fruits in umbel with bracteoles; Da) dorsal view of mericarp; Db) commissural view of mericarp; Dc) cross section of mericarp; E) flowers in umbellet with bracteoles [A) from M.Tekin 1170 (CUFH); B and E) from M.Tekin 1161 (CUFH); C, Da and Db) from M.Tekin 1171 (CUFH); Dc) from M.Tekin 1163 (CUFH)]." ;
fabio:hasRepresentation <https://zenodo.org/record/13688093/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C98960FFFE633C8C4CAFE66FA43>
dwc:collectionCode "G, BOIS, BC, BM, K, L, MPU, P" ;
dwc:locality "Taurus" ;
dwc:recordedBy "du Taurus & de Boulgarmaden" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C98960FFFE633C8C4CAFE66FA43> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C98960FFFE632A9C492FD0DFA43>
dwc:collectionCode "G, BOIS, K, P" ;
dwc:locality "Taurus" ;
dwc:recordedBy "du Taurus & de Boulgarmaden" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C98960FFFE632A9C492FD0DFA43> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C98960FFFE631B0C492FB83FA43>
dwc:collectionCode "W" ;
dwc:locality "US" ;
dwc:typeStatus "lectotype" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C98960FFFE631B0C492FB83FA43> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE032ADC4B4FCB6F995>
dwc:catalogNumber "A4" ;
dwc:collectionCode "E, Y, ANK" ;
dwc:eventDate "1982-07-27" ;
dwc:locality "Ilgaz Mountain. Buyuk Hacet" ;
dwc:recordedBy "Yurdakul & Akman" ;
dwc:verbatimElevation "2400" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE032ADC4B4FCB6F995> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE03078C758FD79F9F1>
dwc:collectionCode "E" ;
dwc:eventDate "1962-07-28" ;
dwc:locality "Ilgaz Mountain" ;
dwc:recordedBy "Davis" ;
dwc:verbatimElevation "2200" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE03078C758FD79F9F1> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE031AEC77CFB19F9DD>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-07-25" ;
dwc:locality "Ilgaz Mountain" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "2430" ;
dwc:verbatimLatitude "41.100445" ;
dwc:verbatimLongitude "33.866802" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE031AEC77CFB19F9DD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE037CFC720FE38F939>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-08-29" ;
dwc:locality "Ilgaz Mountain" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "2430" ;
dwc:verbatimLatitude "41.100445" ;
dwc:verbatimLongitude "33.866802" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE037CFC720FE38F939> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE032E8C7C4FECAF965>
dwc:catalogNumber "A8" ;
dwc:collectionCode "ANK" ;
dwc:eventDate "1934-07-24" ;
dwc:locality "Kara Kaya Mountain" ;
dwc:recordedBy "Balls & Gaurtay" ;
dwc:verbatimElevation "3505" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE032E8C7C4FECAF965> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE032F2C7E8FE9CF941>
dwc:catalogNumber "C5" ;
dwc:collectionCode "P, H, ANK" ;
dwc:eventDate "1949-09-02" ;
dwc:locality "Sari Tepe Yayla" ;
dwc:recordedBy "Davis" ;
dwc:verbatimElevation "2700" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE032F2C7E8FE9CF941> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE03242C78CFB17F8AD>
dwc:collectionCode "EGE" ;
dwc:eventDate "1984-06-26" ;
dwc:locality "Mededsiz" ;
dwc:recordedBy "Strid" ;
dwc:verbatimElevation "2550" ;
dwc:verbatimLatitude "37.4" ;
dwc:verbatimLongitude "34.666668" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE03242C78CFB17F8AD> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE037DBC7B0FAB7F8F5>
dwc:collectionCode "EGE" ;
dwc:eventDate "1984-07-23" ;
dwc:locality "Narpuz valley" ;
dwc:recordedBy "Strid" ;
dwc:verbatimElevation "2500" ;
dwc:verbatimLatitude "37.75" ;
dwc:verbatimLongitude "35.133335" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE037DBC7B0FAB7F8F5> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE03678C678FE08F83D>
dwc:collectionCode "K, A, E" ;
dwc:eventDate "1997-08-31" ;
dwc:locality "Maden" ;
dwc:recordedBy "Spalik & Zochows" ;
dwc:verbatimElevation "3094" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE03678C678FE08F83D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE032B8C6C0FD17F819>
dwc:collectionCode "E" ;
dwc:eventDate "1949-09-02" ;
dwc:locality "Bulgar Mountain" ;
dwc:recordedBy "Davis" ;
dwc:verbatimElevation "2700" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE032B8C6C0FD17F819> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE031C5C6E4FCA1F845>
dwc:collectionCode "K, E" ;
dwc:eventDate "1965-08-15" ;
dwc:locality "Arpalik" ;
dwc:recordedBy "Scott." ;
dwc:verbatimElevation "2652" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE031C5C6E4FCA1F845> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE03056C688FE91F78D>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-07-27" ;
dwc:locality "Aladaglar" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "2532" ;
dwc:verbatimLatitude "37.8635" ;
dwc:verbatimLongitude "35.140224" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE03056C688FE91F78D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE03246C950FC83F78D>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-08-27" ;
dwc:locality "Aladaglar" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "2532" ;
dwc:verbatimLatitude "37.8635" ;
dwc:verbatimLongitude "35.140224" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE03246C950FC83F78D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989609FFE13034C950FA11FF1D>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-07-27" ;
dwc:locality "Arpalik" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "2666" ;
dwc:verbatimLatitude "37.858387" ;
dwc:verbatimLongitude "35.155666" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989609FFE13034C950FA11FF1D> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/03D887D3960FFFE133FDC424FE2BFD5D.mc.3B193C989608FFE133FDC184FD6AFEA5>
dwc:collectionCode "M, CUFH" ;
dwc:eventDate "2011-07-28" ;
dwc:locality "Karagol" ;
dwc:recordedBy "Tekin" ;
dwc:verbatimElevation "2584" ;
dwc:verbatimLatitude "37.4025" ;
dwc:verbatimLongitude "34.556942" ;
trt:httpUri <https://treatment.plazi.org/id/03D887D3960FFFE133FDC424FE2BFD5D#3B193C989608FFE133FDC184FD6AFEA5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,151 @@
@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/10588795D51BDF02FF6B8DA7FDCCF790>
dc:creator "Cialdella, Ana M.; Pometti, Carolina L." ;
dc:title "Tetraglochin ameghinoi Spegazzini 1902" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FE5F8BBAFDB6FA34>, <http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FF6B8B9EFE42FA50>, <http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FBD58826FB38F998>, <http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FC69880AFB7AF9C4>, <http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FC19886EFB75F9E0>, <http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FF54889AFE99F954>, <http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FE518906FB83F8B8>, <http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FB59894EFA67F800> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tetraglochin_ameghinoi_Speg._1902> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.296.3.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.296.3.1>
bibo:endPage "227" ;
bibo:issue "3" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-02-20" ;
bibo:startPage "201" ;
bibo:volume "296" ;
dc:creator "Cialdella, Ana M.; Pometti, Carolina L." ;
dc:date "2017" ;
dc:title "Taxonomic revision of the genus Tetraglochin (Rosaceae, Rosoideae) and morphometric analysis of its species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Tetraglochin_ameghinoi_Speg._1902>
dwc:authority "(Speg.) Speg." ;
dwc:authorityName "Spegazzini" ;
dwc:authorityYear "1902" ;
dwc:baseAuthorityName "Speg." ;
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Tetraglochin" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Speg.) zzini, 1902" ;
dwc:species "ameghinoi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/55M79> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tetraglochin_ameghinoi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Tetraglochin_ameghinoi>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Tetraglochin" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "ameghinoi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tetraglochin> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tetraglochin>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:genus "Tetraglochin" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Rosaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rosales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rosales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Rosales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FE5F8BBAFDB6FA34>
dwc:locality "Gomez" ;
trt:httpUri <https://treatment.plazi.org/id/10588795D51BDF02FF6B8DA7FDCCF790#28993CDED51BDF02FE5F8BBAFDB6FA34> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FF6B8B9EFE42FA50>
dwc:locality "Guaglianone" ;
trt:httpUri <https://treatment.plazi.org/id/10588795D51BDF02FF6B8DA7FDCCF790#28993CDED51BDF02FF6B8B9EFE42FA50> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FBD58826FB38F998>
dwc:locality "Kreibohn" ;
trt:httpUri <https://treatment.plazi.org/id/10588795D51BDF02FF6B8DA7FDCCF790#28993CDED51BDF02FBD58826FB38F998> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FC69880AFB7AF9C4>
dwc:locality "Luti" ;
trt:httpUri <https://treatment.plazi.org/id/10588795D51BDF02FF6B8DA7FDCCF790#28993CDED51BDF02FC69880AFB7AF9C4> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FC19886EFB75F9E0>
dwc:locality "Meglioli" ;
trt:httpUri <https://treatment.plazi.org/id/10588795D51BDF02FF6B8DA7FDCCF790#28993CDED51BDF02FC19886EFB75F9E0> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FF54889AFE99F954>
dwc:locality "Pastore" ;
trt:httpUri <https://treatment.plazi.org/id/10588795D51BDF02FF6B8DA7FDCCF790#28993CDED51BDF02FF54889AFE99F954> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FE518906FB83F8B8>
dwc:locality "Soriano" ;
dwc:recordedBy "Spegazzini, C." ;
trt:httpUri <https://treatment.plazi.org/id/10588795D51BDF02FF6B8DA7FDCCF790#28993CDED51BDF02FE518906FB83F8B8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/10588795D51BDF02FF6B8DA7FDCCF790.mc.28993CDED51BDF02FB59894EFA67F800>
dwc:locality "Werdermann" ;
trt:httpUri <https://treatment.plazi.org/id/10588795D51BDF02FF6B8DA7FDCCF790#28993CDED51BDF02FB59894EFA67F800> ;
a dwc:MaterialCitation .

View file

@ -10,7 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7632823FFFE37D52A0C8FEACFBBAF8D8>
cito:cites <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330569>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330585>, <http://dx.doi.org/10.5281/zenodo.13330587>, <http://dx.doi.org/10.5281/zenodo.13330591> ;
cito:cites <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330569>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330585>, <http://dx.doi.org/10.5281/zenodo.13330587>, <http://dx.doi.org/10.5281/zenodo.13688016>, <http://dx.doi.org/10.5281/zenodo.13330591> ;
dc:creator "Maeda, Ken; Kobayashi, Hirozumi; Iida, Midori; Tran, Hau Duc" ;
dc:title "Rhinogobius nami Maeda, Kobayashi, Iida & Tran, 2024, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFE37D52A0C8FEACFBBAF8D8.mc.4EF33974FFE37D57A0C8FE19FD3AFE34>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFE37D52A0C8FEACFBBAF8D8.mc.4EF33974FFE37D57A098FE51FD27FDFC>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFE37D52A0C8FEACFBBAF8D8.mc.4EF33974FFE37D57A3C8FE75FDA5FDD8>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFE37D52A0C8FEACFBBAF8D8.mc.4EF33974FFE37D57A20EFDA9FAC2FDD8>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFE37D52A0C8FEACFBBAF8D8.mc.4EF33974FFE37D57A571FDA9FE1BFD60>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFE37D52A0C8FEACFBBAF8D8.mc.4EF33974FFE37D57A258FDE1FB9CFD4C>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFE37D52A0C8FEACFBBAF8D8.mc.4EF33974FFE37D57A4D8FD05FEACFD14>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFE37D52A0C8FEACFBBAF8D8.mc.4EF33974FFE37D57A106FD5DFD7AFCF0>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFE37D52A0C8FEACFBBAF8D8.mc.4EF33974FFE37D57A2F8FD71FCFFFCDC> ;
@ -28,7 +28,7 @@
dc:creator "Maeda, Ken; Kobayashi, Hirozumi; Iida, Midori; Tran, Hau Duc" ;
dc:date "2024" ;
dc:title "Taxonomy of freshwater gobies of the genus Rhinogobius (Oxudercidae, Gobiiformes) from central Vietnam, with descriptions of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330569>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330585>, <http://dx.doi.org/10.5281/zenodo.13330587>, <http://dx.doi.org/10.5281/zenodo.13330591> ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330569>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330585>, <http://dx.doi.org/10.5281/zenodo.13330587>, <http://dx.doi.org/10.5281/zenodo.13688016>, <http://dx.doi.org/10.5281/zenodo.13330591> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinogobius_nami_Maeda_2024>
@ -120,6 +120,11 @@
fabio:hasRepresentation <https://zenodo.org/record/13330587/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688016>
dc:description "FIGURE 9. Comparative material of the genus Rhinogobius from northern Vietnam (al) and Japan (mp) observed in the present study. Photographs were taken immediately after fixation. Specimens on left side are males, right are females. a, b, R. sulcatus (a, OISTICH 184, 30.4 mm SL; b, OISTICH 190, 32.4 mm SL); c, d, R. boa (c, OISTICH 161, 25.4 mm SL; d, OISTICH 160, 28.0 mm SL); e, f, R. virgigena (e, NSMT-P 147872, 36.1 mm SL; f, OISTICH 154, 33.7 mm SL); g, h, R. variolatus (g, OISTICH 169, 31.4 mm SL; h, OISTICH 170, 28.8 mm SL); i, j, R. leavelli (i, OISTICH 209, 38.1 mm SL; j, OISTICH 210, 35.4 mm SL); k, l, R. similis (k, OISTICH 222, 54.4 mm SL; l, NSMT-P 147882, 44.7 mm SL); m, n, R. similis from Okinawa Island (m, URM-P 49149, 48.6 mm SL; n, OISTICH 2, 63.6 mm SL); o, p, R. similis, from Izu Peninsula (o, OISTICH 330, 47.6 mm SL; p, OISTICH 332, 51.0 mm SL)." ;
fabio:hasRepresentation <https://zenodo.org/record/13688016/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13330591>
dc:description "FIGURE 11. Rhinogobius taenigena immediately after fixation. a, OISTICH 303, male, 30.8 mm SL; b, OISTICH 312, male, 28.8 mm SL; c, OISTICH 304, female, 30.5 mm SL; d, OISTICH 311, female, 33.4 mm SL." ;
fabio:hasRepresentation <https://zenodo.org/record/13330591/files/figure.png> ;

View file

@ -10,7 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9>
cito:cites <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330605>, <http://dx.doi.org/10.5281/zenodo.13330607>, <http://dx.doi.org/10.5281/zenodo.13330609>, <http://dx.doi.org/10.5281/zenodo.13330611>, <http://dx.doi.org/10.5281/zenodo.13330613> ;
cito:cites <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330605>, <http://dx.doi.org/10.5281/zenodo.13330607>, <http://dx.doi.org/10.5281/zenodo.13330609>, <http://dx.doi.org/10.5281/zenodo.13330611>, <http://dx.doi.org/10.5281/zenodo.13688016>, <http://dx.doi.org/10.5281/zenodo.13330613> ;
dc:creator "Maeda, Ken; Kobayashi, Hirozumi; Iida, Midori; Tran, Hau Duc" ;
dc:title "Rhinogobius similis Gill 1859" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A1C0FEF0FC4FFE77>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A103FE13FDE9FE54>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A119FE32FE12FE35>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A1C3FDB9FDCFFDAF>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A1DCFD1DFC7CFD54>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A3FDFD12FAA3FD30>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A098FD6AFBE7FCF8>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A44BFC8EFD13FC80>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A2A2FCC6FEEEFC48>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A144FC19FB50FC34>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A4E3FC3DFF33FBD8>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A081FBA9FD2AFB84>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A287FBCDFB53FB60>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A4E1FBE1FD3FFB28>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A2B2FB39FB70FB14>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A4C1FB5DFBB6FADC> ;
@ -29,7 +29,7 @@
dc:creator "Maeda, Ken; Kobayashi, Hirozumi; Iida, Midori; Tran, Hau Duc" ;
dc:date "2024" ;
dc:title "Taxonomy of freshwater gobies of the genus Rhinogobius (Oxudercidae, Gobiiformes) from central Vietnam, with descriptions of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330605>, <http://dx.doi.org/10.5281/zenodo.13330607>, <http://dx.doi.org/10.5281/zenodo.13330609>, <http://dx.doi.org/10.5281/zenodo.13330611>, <http://dx.doi.org/10.5281/zenodo.13330613> ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330605>, <http://dx.doi.org/10.5281/zenodo.13330607>, <http://dx.doi.org/10.5281/zenodo.13330609>, <http://dx.doi.org/10.5281/zenodo.13330611>, <http://dx.doi.org/10.5281/zenodo.13688016>, <http://dx.doi.org/10.5281/zenodo.13330613> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinogobius_similis_Gill_1859>
@ -346,6 +346,11 @@
fabio:hasRepresentation <https://zenodo.org/record/13330611/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688016>
dc:description "FIGURE 9. Comparative material of the genus Rhinogobius from northern Vietnam (al) and Japan (mp) observed in the present study. Photographs were taken immediately after fixation. Specimens on left side are males, right are females. a, b, R. sulcatus (a, OISTICH 184, 30.4 mm SL; b, OISTICH 190, 32.4 mm SL); c, d, R. boa (c, OISTICH 161, 25.4 mm SL; d, OISTICH 160, 28.0 mm SL); e, f, R. virgigena (e, NSMT-P 147872, 36.1 mm SL; f, OISTICH 154, 33.7 mm SL); g, h, R. variolatus (g, OISTICH 169, 31.4 mm SL; h, OISTICH 170, 28.8 mm SL); i, j, R. leavelli (i, OISTICH 209, 38.1 mm SL; j, OISTICH 210, 35.4 mm SL); k, l, R. similis (k, OISTICH 222, 54.4 mm SL; l, NSMT-P 147882, 44.7 mm SL); m, n, R. similis from Okinawa Island (m, URM-P 49149, 48.6 mm SL; n, OISTICH 2, 63.6 mm SL); o, p, R. similis, from Izu Peninsula (o, OISTICH 330, 47.6 mm SL; p, OISTICH 332, 51.0 mm SL)." ;
fabio:hasRepresentation <https://zenodo.org/record/13688016/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13330613>
dc:description "FIGURE 20. Type specimens of species currently considered synonyms of Rhinogobius similis Gill, 1859. a, b, CAS-SU 29089, possible types of Ctenogobius lini Herre, 1934 (a, 95.4 mm SL; b, 94.5 mm SL; one of them should be the holotype and the other is a paratype); c, CAS-SU 4990, holotype of Gobius giurinus Rutter, 1897 (63.0 mm SL); d, CAS-SU 6449, holotype of Ctenogobius hadropterus Jordan & Snyder, 1901 (45.3 mm SL)." ;
fabio:hasRepresentation <https://zenodo.org/record/13330613/files/figure.png> ;
@ -353,32 +358,38 @@
<http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A1C0FEF0FC4FFE77>
dwc:locality "Nagasaki" ;
trt:gbifOccurrenceId "4928480306" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A1C0FEF0FC4FFE77> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A103FE13FDE9FE54>
dwc:locality "China" ;
dwc:recordedBy "Da Ming Hu" ;
trt:gbifOccurrenceId "4928480353" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A103FE13FDE9FE54> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A119FE32FE12FE35>
dwc:locality "Fu River" ;
trt:gbifOccurrenceId "4928480315" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A119FE32FE12FE35> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A1C3FDB9FDCFFDAF>
dwc:locality "Nui Coc Lake" ;
trt:gbifOccurrenceId "4928480312" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A1C3FDB9FDCFFDAF> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A1DCFD1DFC7CFD54>
dwc:locality "City" ;
trt:gbifOccurrenceId "4928480344" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A1DCFD1DFC7CFD54> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFF17D41A0C8FF1DFC0EF8A9.mc.4EF33974FFF17D45A3FDFD12FAA3FD30>
dwc:locality "It" ;
trt:gbifOccurrenceId "4928480320" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A3FDFD12FAA3FD30> ;
a dwc:MaterialCitation .
@ -388,6 +399,7 @@
dwc:locality "City" ;
dwc:verbatimLatitude "16.147362" ;
dwc:verbatimLongitude "108.10961" ;
trt:gbifOccurrenceId "4928480317" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A098FD6AFBE7FCF8> ;
a dwc:MaterialCitation .
@ -397,6 +409,7 @@
dwc:locality "Hoa Vang District" ;
dwc:verbatimLatitude "15.982778" ;
dwc:verbatimLongitude "108.075554" ;
trt:gbifOccurrenceId "4928480305" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A44BFC8EFD13FC80> ;
a dwc:MaterialCitation .
@ -406,6 +419,7 @@
dwc:locality "Hoa Vang District" ;
dwc:verbatimLatitude "16.00036" ;
dwc:verbatimLongitude "108.05923" ;
trt:gbifOccurrenceId "4928480355" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A2A2FCC6FEEEFC48> ;
a dwc:MaterialCitation .
@ -415,6 +429,7 @@
dwc:locality "Hoa Vang District" ;
dwc:verbatimLatitude "15.999361" ;
dwc:verbatimLongitude "108.06944" ;
trt:gbifOccurrenceId "4928480332" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A144FC19FB50FC34> ;
a dwc:MaterialCitation .
@ -423,6 +438,7 @@
dwc:locality "Hoa Vang District" ;
dwc:verbatimLatitude "15.982778" ;
dwc:verbatimLongitude "108.075554" ;
trt:gbifOccurrenceId "4928480343" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A4E3FC3DFF33FBD8> ;
a dwc:MaterialCitation .
@ -431,6 +447,7 @@
dwc:locality "City" ;
dwc:verbatimLatitude "16.14725" ;
dwc:verbatimLongitude "108.109474" ;
trt:gbifOccurrenceId "4928480341" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A081FBA9FD2AFB84> ;
a dwc:MaterialCitation .
@ -439,6 +456,7 @@
dwc:locality "Hoa Vang District" ;
dwc:verbatimLatitude "15.999473" ;
dwc:verbatimLongitude "108.07019" ;
trt:gbifOccurrenceId "4928480348" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A287FBCDFB53FB60> ;
a dwc:MaterialCitation .
@ -447,6 +465,7 @@
dwc:locality "Hoa Vang District" ;
dwc:verbatimLatitude "16.00036" ;
dwc:verbatimLongitude "108.05923" ;
trt:gbifOccurrenceId "4928480346" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A4E1FBE1FD3FFB28> ;
a dwc:MaterialCitation .
@ -455,6 +474,7 @@
dwc:locality "City" ;
dwc:verbatimLatitude "16.102556" ;
dwc:verbatimLongitude "108.28289" ;
trt:gbifOccurrenceId "4928480330" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A2B2FB39FB70FB14> ;
a dwc:MaterialCitation .
@ -463,5 +483,6 @@
dwc:locality "Huong Tho" ;
dwc:verbatimLatitude "16.339556" ;
dwc:verbatimLongitude "107.54308" ;
trt:gbifOccurrenceId "4928480323" ;
trt:httpUri <https://treatment.plazi.org/id/7632823FFFF17D41A0C8FF1DFC0EF8A9#4EF33974FFF17D45A4C1FB5DFBB6FADC> ;
a dwc:MaterialCitation .

View file

@ -10,7 +10,7 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/7632823FFFFD7D4BA0C8FD04FEA9F846>
cito:cites <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330589>, <http://dx.doi.org/10.5281/zenodo.13330597>, <http://dx.doi.org/10.5281/zenodo.13330599>, <http://dx.doi.org/10.5281/zenodo.13330603> ;
cito:cites <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330589>, <http://dx.doi.org/10.5281/zenodo.13330597>, <http://dx.doi.org/10.5281/zenodo.13330599>, <http://dx.doi.org/10.5281/zenodo.13330603>, <http://dx.doi.org/10.5281/zenodo.13688016> ;
dc:creator "Maeda, Ken; Kobayashi, Hirozumi; Iida, Midori; Tran, Hau Duc" ;
dc:title "Rhinogobius leavelli" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A131FD72FDC8FCEA>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A1D2FB9EFC9AFBCB>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A3DBFB9EFF1AFBB7>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A098FBD6FB93FB7F>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A420FB0BFA77FB5B>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A0C8FB42FE15FAE3>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A1A1FB66FCF2FACF>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A340FA9AFF33FA97>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A080FAD2FE1BFA73>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A258FAF6FB4CFA5F>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A4E7FA2AFA77FA3B>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A0C8FA62FC90F9C3>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A253F9BAFC99F98B>, <http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A3DAF9DEFC55F953> ;
@ -29,7 +29,7 @@
dc:creator "Maeda, Ken; Kobayashi, Hirozumi; Iida, Midori; Tran, Hau Duc" ;
dc:date "2024" ;
dc:title "Taxonomy of freshwater gobies of the genus Rhinogobius (Oxudercidae, Gobiiformes) from central Vietnam, with descriptions of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330589>, <http://dx.doi.org/10.5281/zenodo.13330597>, <http://dx.doi.org/10.5281/zenodo.13330599>, <http://dx.doi.org/10.5281/zenodo.13330603> ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13330565>, <http://dx.doi.org/10.5281/zenodo.13330583>, <http://dx.doi.org/10.5281/zenodo.13330589>, <http://dx.doi.org/10.5281/zenodo.13330597>, <http://dx.doi.org/10.5281/zenodo.13330599>, <http://dx.doi.org/10.5281/zenodo.13330603>, <http://dx.doi.org/10.5281/zenodo.13688016> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhinogobius_leavelli_Herre_1935>
@ -219,6 +219,11 @@
fabio:hasRepresentation <https://zenodo.org/record/13330603/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.13688016>
dc:description "FIGURE 9. Comparative material of the genus Rhinogobius from northern Vietnam (al) and Japan (mp) observed in the present study. Photographs were taken immediately after fixation. Specimens on left side are males, right are females. a, b, R. sulcatus (a, OISTICH 184, 30.4 mm SL; b, OISTICH 190, 32.4 mm SL); c, d, R. boa (c, OISTICH 161, 25.4 mm SL; d, OISTICH 160, 28.0 mm SL); e, f, R. virgigena (e, NSMT-P 147872, 36.1 mm SL; f, OISTICH 154, 33.7 mm SL); g, h, R. variolatus (g, OISTICH 169, 31.4 mm SL; h, OISTICH 170, 28.8 mm SL); i, j, R. leavelli (i, OISTICH 209, 38.1 mm SL; j, OISTICH 210, 35.4 mm SL); k, l, R. similis (k, OISTICH 222, 54.4 mm SL; l, NSMT-P 147882, 44.7 mm SL); m, n, R. similis from Okinawa Island (m, URM-P 49149, 48.6 mm SL; n, OISTICH 2, 63.6 mm SL); o, p, R. similis, from Izu Peninsula (o, OISTICH 330, 47.6 mm SL; p, OISTICH 332, 51.0 mm SL)." ;
fabio:hasRepresentation <https://zenodo.org/record/13688016/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/7632823FFFFD7D4BA0C8FD04FEA9F846.mc.4EF33974FFFD7D49A131FD72FDC8FCEA>
dwc:locality "Wuchow" ;
trt:gbifOccurrenceId "4928480325" ;

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/FA0187A5FFB93A644AC04D4C769DFD9E>
dc:creator "Chen, Wan-Hao; Han, Yan-Feng; Liang, Zong-Qi; Abstract, Dao-Chao Jin" ;
dc:title "Beauveria araneola W. H. Chen, Y. F. Han, Z. Q. Liang & D. C. Jin 2017, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Fungi/Beauveria_araneola_Chen_2017> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.302.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.302.1.5>
bibo:endPage "64" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2017-03-28" ;
bibo:startPage "57" ;
bibo:volume "302" ;
dc:creator "Chen, Wan-Hao; Han, Yan-Feng; Liang, Zong-Qi; Abstract, Dao-Chao Jin" ;
dc:date "2017" ;
dc:title "A new araneogenous fungus in the genus Beauveria from Guizhou, China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Fungi/Beauveria_araneola_Chen_2017>
dwc:authority "W.H. Chen, Y.F. Han, Z.Q. Liang & D.C. Jin" ;
dwc:authorityName "W. H. Chen, Y. F. Han, Z. Q. Liang & D. C. Jin" ;
dwc:authorityYear "2017" ;
dwc:class "Sordariomycetes" ;
dwc:family "Cordycipitaceae" ;
dwc:genus "Beauveria" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "W. H. Chen, Y. F. Han, Z. Q. Liang & D. C. Jin, 2017" ;
dwc:species "araneola" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/L5MV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Fungi/Beauveria_araneola> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Fungi/Beauveria_araneola>
dwc:class "Sordariomycetes" ;
dwc:family "Cordycipitaceae" ;
dwc:genus "Beauveria" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "species" ;
dwc:species "araneola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Beauveria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Beauveria>
dwc:class "Sordariomycetes" ;
dwc:family "Cordycipitaceae" ;
dwc:genus "Beauveria" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Cordycipitaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Cordycipitaceae>
dwc:class "Sordariomycetes" ;
dwc:family "Cordycipitaceae" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Hypocreales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Hypocreales>
dwc:class "Sordariomycetes" ;
dwc:kingdom "Fungi" ;
dwc:order "Hypocreales" ;
dwc:phylum "Ascomycota" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Sordariomycetes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Sordariomycetes>
dwc:class "Sordariomycetes" ;
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi/Ascomycota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi/Ascomycota>
dwc:kingdom "Fungi" ;
dwc:phylum "Ascomycota" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Fungi> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Fungi>
dwc:kingdom "Fungi" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .