GG2RDF 2024-07-16T15:59:09.063Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-16 15:59:21 +00:00
parent 26fd760587
commit 4ec8b88fac
2 changed files with 232 additions and 0 deletions

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/D01F879DFF814E79FF082E89CE93FA1D>
dc:creator "Yu, Qing; Munawar, Maria; Gu, Jianfeng; Ye, Weimin" ;
dc:title "Delatylus Yu & Munawar & Gu & Ye 2018, n. gen." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Delatylus_Yu_2018> ;
trt:publishedIn <http://dx.doi.org/10.21307/jofnem-2018-013> ;
a trt:Treatment .
<http://dx.doi.org/10.21307/jofnem-2018-013>
bibo:endPage "76" ;
bibo:issue "1" ;
bibo:journal "Journal of Nematology" ;
bibo:pubDate "2018-05-31" ;
bibo:startPage "69" ;
bibo:volume "50" ;
dc:creator "Yu, Qing; Munawar, Maria; Gu, Jianfeng; Ye, Weimin" ;
dc:date "2018" ;
dc:title "Delatylus andersoni n. gen., n. sp. (Nematoda: Neotylenchidae) Isolated from White Pine (Pinus monticola) Lumber from USA and Intercepted in Ningbo, China" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Delatylus_Yu_2018>
dwc:ID-ENA "2794068" ;
dwc:authority "Yu & Munawar & Gu & Ye, 2018" ;
dwc:authorityName "Yu & Munawar & Gu & Ye" ;
dwc:authorityYear "2018" ;
dwc:class "Chromadorea" ;
dwc:family "Neotylenchidae" ;
dwc:genus "Delatylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabditida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Yu & Munawar & Gu & Ye, 2018" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/99TZN> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Delatylus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Delatylus>
dwc:class "Chromadorea" ;
dwc:family "Neotylenchidae" ;
dwc:genus "Delatylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabditida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neotylenchidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neotylenchidae>
dwc:class "Chromadorea" ;
dwc:family "Neotylenchidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabditida" ;
dwc:phylum "Nematoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhabditida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhabditida>
dwc:class "Chromadorea" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabditida" ;
dwc:phylum "Nematoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chromadorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chromadorea>
dwc:class "Chromadorea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Nematoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Nematoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,136 @@
@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/D01F879DFF814E7DFCB82B80C944F856>
cito:cites <http://dx.doi.org/10.5281/zenodo.12175398>, <http://dx.doi.org/10.5281/zenodo.12175395> ;
dc:creator "Yu, Qing; Munawar, Maria; Gu, Jianfeng; Ye, Weimin" ;
dc:title "Delatylus andersoni Yu & Munawar & Gu & Ye 2018, n. sp." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/D01F879DFF814E7DFCB82B80C944F856.mc.E8DE3CD6FF874E7FFCD22F96CE72FD96>, <http://tb.plazi.org/GgServer/dwcaRecords/D01F879DFF814E7DFCB82B80C944F856.mc.E8DE3CD6FF874E7FFBBD2C34C89CFC38> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Delatylus_andersoni_Yu_2018> ;
trt:publishedIn <http://dx.doi.org/10.21307/jofnem-2018-013> ;
a trt:Treatment .
<http://dx.doi.org/10.21307/jofnem-2018-013>
bibo:endPage "76" ;
bibo:issue "1" ;
bibo:journal "Journal of Nematology" ;
bibo:pubDate "2018-05-31" ;
bibo:startPage "69" ;
bibo:volume "50" ;
dc:creator "Yu, Qing; Munawar, Maria; Gu, Jianfeng; Ye, Weimin" ;
dc:date "2018" ;
dc:title "Delatylus andersoni n. gen., n. sp. (Nematoda: Neotylenchidae) Isolated from White Pine (Pinus monticola) Lumber from USA and Intercepted in Ningbo, China" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12175398>, <http://dx.doi.org/10.5281/zenodo.12175395> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Delatylus_andersoni_Yu_2018>
dwc:authority "Yu & Munawar & Gu & Ye, 2018" ;
dwc:authorityName "Yu & Munawar & Gu & Ye" ;
dwc:authorityYear "2018" ;
dwc:class "Chromadorea" ;
dwc:family "Neotylenchidae" ;
dwc:genus "Delatylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabditida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yu & Munawar & Gu & Ye, 2018" ;
dwc:species "andersoni" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/99ZZX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Delatylus_andersoni> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Delatylus_andersoni>
dwc:class "Chromadorea" ;
dwc:family "Neotylenchidae" ;
dwc:genus "Delatylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabditida" ;
dwc:phylum "Nematoda" ;
dwc:rank "species" ;
dwc:species "andersoni" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Delatylus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Delatylus>
dwc:class "Chromadorea" ;
dwc:family "Neotylenchidae" ;
dwc:genus "Delatylus" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabditida" ;
dwc:phylum "Nematoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neotylenchidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neotylenchidae>
dwc:class "Chromadorea" ;
dwc:family "Neotylenchidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabditida" ;
dwc:phylum "Nematoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhabditida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhabditida>
dwc:class "Chromadorea" ;
dwc:kingdom "Animalia" ;
dwc:order "Rhabditida" ;
dwc:phylum "Nematoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chromadorea> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chromadorea>
dwc:class "Chromadorea" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Nematoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Nematoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.12175398>
dc:description "Figure 5: Phylogeny of Delatylus andersoni n. gen., n. sp. and closely related inferred from partial 18S rRNA gene sequences by Bayesian analysis. Phylogeny was inferred under a GTR+I+G model (lnL = 6333.834; AIC = 12687.668; freqA = 0.2384; freqC = 0.2036; freqG = 0.267; freqT = 0.2911; R(a) = 1.1233; R(b) = 3.698; R(c) = 2.4739; R(d) = 0.7402; R(e) = 5.1375; R(f) = 1; Pinva = 0.6096; Shape = 0.8015). Posterior probability values exceeding 50% are given on appropriate clades." ;
fabio:hasRepresentation <https://zenodo.org/record/12175398/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.12175395>
dc:description "Figure 6: Phylogeny of Delatylus andersoni n. gen., n. sp. and closely related inferred from 28S D2/D3 rRNA gene sequences by Bayesian analysis. Phylogeny was inferred under a TrN+G model (lnL = 2644.97; AIC = 5301.9399; freqA = 0.2103; freqC = 0.1993; freqG = 0.3249; freqT = 0.2655; R(a) = 1; R(b) = 3.0953; R(c) = 1; R(d) = 1; R(e) = 7.2585; R(f) = 1; Pinva = 0; Shape = 0.3542). Posterior probability values exceeding 50% are given on appropriate clades." ;
fabio:hasRepresentation <https://zenodo.org/record/12175395/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/D01F879DFF814E7DFCB82B80C944F856.mc.E8DE3CD6FF874E7FFCD22F96CE72FD96>
dwc:locality "Lumber" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/D01F879DFF814E7DFCB82B80C944F856#E8DE3CD6FF874E7FFCD22F96CE72FD96> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/D01F879DFF814E7DFCB82B80C944F856.mc.E8DE3CD6FF874E7FFBBD2C34C89CFC38>
dwc:catalogNumber "T547" ;
dwc:collectionCode "USDA, MD" ;
dwc:locality "Canadian National Collection of Nematodes" ;
dwc:recordedBy "Ottawa, ON" ;
dwc:typeStatus "holotype" ;
trt:httpUri <https://treatment.plazi.org/id/D01F879DFF814E7DFCB82B80C944F856#E8DE3CD6FF874E7FFBBD2C34C89CFC38> ;
a dwc:MaterialCitation .