GG2RDF 2024-08-14T01:09:25.619Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-14 01:09:38 +00:00
parent 8e1e73f880
commit 78db1bfe40
2 changed files with 216 additions and 0 deletions

View file

@ -0,0 +1,108 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/03C68A6BFFD3FFD523E27D87FEDFFC7E>
dc:creator "Escánez, Alejandro; Roura, Álvaro; Riera, Rodrigo; González, Ángel Francisco; Guerra, Ángel" ;
dc:title "Chtenopteryx sicula" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chtenopteryx_sicula_Verany_1851> ;
trt:publishedIn <http://dx.doi.org/10.6620/ZS.2018.57-40> ;
a trt:Treatment .
<http://dx.doi.org/10.6620/ZS.2018.57-40>
bibo:endPage "11" ;
bibo:issue "40" ;
bibo:journal "Zoological Studies" ;
bibo:pubDate "2018-12-30" ;
bibo:startPage "1" ;
bibo:volume "57" ;
dc:creator "Escánez, Alejandro; Roura, Álvaro; Riera, Rodrigo; González, Ángel Francisco; Guerra, Ángel" ;
dc:date "2018" ;
dc:title "New Data on the Systematics of Comb-fin Squids Chtenopteryx spp. (Cephalopoda: Chtenopterygidae) from the Canary Islands" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chtenopteryx_sicula_Verany_1851>
dwc:authority "(Verany, 1851)" ;
dwc:baseAuthorityName "Verany" ;
dwc:baseAuthorityYear "1851" ;
dwc:class "Cephalopoda" ;
dwc:family "Chtenopterygidae" ;
dwc:genus "Chtenopteryx" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathyteuthida" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Verany, 1851)" ;
dwc:species "sicula" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/V382> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chtenopteryx_sicula> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Chtenopteryx_sicula>
dwc:class "Cephalopoda" ;
dwc:family "Chtenopterygidae" ;
dwc:genus "Chtenopteryx" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathyteuthida" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "sicula" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chtenopteryx> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chtenopteryx>
dwc:class "Cephalopoda" ;
dwc:family "Chtenopterygidae" ;
dwc:genus "Chtenopteryx" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathyteuthida" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chtenopterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chtenopterygidae>
dwc:class "Cephalopoda" ;
dwc:family "Chtenopterygidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathyteuthida" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bathyteuthida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bathyteuthida>
dwc:class "Cephalopoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathyteuthida" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cephalopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cephalopoda>
dwc:class "Cephalopoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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,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/03C68A6BFFD4FFD7230278C7FA4FFEBE>
dc:creator "Escánez, Alejandro; Roura, Álvaro; Riera, Rodrigo; González, Ángel Francisco; Guerra, Ángel" ;
dc:title "Chtenopteryx canariensis Salcedo-Vargas & Guerrero-Kommritz 2000" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chtenopteryx_canariensis_Salcedo-Vargas_2000> ;
trt:publishedIn <http://dx.doi.org/10.6620/ZS.2018.57-40> ;
a trt:Treatment .
<http://dx.doi.org/10.6620/ZS.2018.57-40>
bibo:endPage "11" ;
bibo:issue "40" ;
bibo:journal "Zoological Studies" ;
bibo:pubDate "2018-12-30" ;
bibo:startPage "1" ;
bibo:volume "57" ;
dc:creator "Escánez, Alejandro; Roura, Álvaro; Riera, Rodrigo; González, Ángel Francisco; Guerra, Ángel" ;
dc:date "2018" ;
dc:title "New Data on the Systematics of Comb-fin Squids Chtenopteryx spp. (Cephalopoda: Chtenopterygidae) from the Canary Islands" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chtenopteryx_canariensis_Salcedo-Vargas_2000>
dwc:authority "Salcedo-Vargas & Guerrero-Kommritz, 2000" ;
dwc:authorityName "Salcedo-Vargas & Guerrero-Kommritz" ;
dwc:authorityYear "2000" ;
dwc:class "Cephalopoda" ;
dwc:family "Chtenopterygidae" ;
dwc:genus "Chtenopteryx" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathyteuthida" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Salcedo-Vargas & Guerrero-Kommritz, 2000" ;
dwc:species "canariensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/V37X> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chtenopteryx_canariensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Chtenopteryx_canariensis>
dwc:class "Cephalopoda" ;
dwc:family "Chtenopterygidae" ;
dwc:genus "Chtenopteryx" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathyteuthida" ;
dwc:phylum "Mollusca" ;
dwc:rank "species" ;
dwc:species "canariensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chtenopteryx> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chtenopteryx>
dwc:class "Cephalopoda" ;
dwc:family "Chtenopterygidae" ;
dwc:genus "Chtenopteryx" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathyteuthida" ;
dwc:phylum "Mollusca" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chtenopterygidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chtenopterygidae>
dwc:class "Cephalopoda" ;
dwc:family "Chtenopterygidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathyteuthida" ;
dwc:phylum "Mollusca" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bathyteuthida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bathyteuthida>
dwc:class "Cephalopoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Bathyteuthida" ;
dwc:phylum "Mollusca" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cephalopoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cephalopoda>
dwc:class "Cephalopoda" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mollusca> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mollusca>
dwc:kingdom "Animalia" ;
dwc:phylum "Mollusca" ;
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 .