GG2RDF 2024-07-04T10:51:45.858Z full update: 008 of 241 (plazi/treatments-xml)
This commit is contained in:
parent
cf81522f95
commit
d0eb4a9472
3000 changed files with 408282 additions and 0 deletions
89
data/9F/08/46/9F0846BA957F297A9165818EAD911CDD.ttl
Normal file
89
data/9F/08/46/9F0846BA957F297A9165818EAD911CDD.ttl
Normal file
|
@ -0,0 +1,89 @@
|
|||
@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/9F0846BA957F297A9165818EAD911CDD>
|
||||
dc:creator "Liu, Haoyu; Shi, Fuming" ;
|
||||
dc:title "Comidoblemmus sororius Liu & Shi, 2015, sp. n." ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.504.9232> ;
|
||||
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Comidoblemmus_sororius> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/zookeys.504.9232>
|
||||
bibo:endPage "139" ;
|
||||
bibo:journal "ZooKeys" ;
|
||||
bibo:startPage "133" ;
|
||||
bibo:volume "504" ;
|
||||
dc:creator "Liu, Haoyu; Shi, Fuming" ;
|
||||
dc:date "2015" ;
|
||||
dc:title "Two new species of the genus Comidoblemmus Storozhenko & Paik from China (Orthoptera, Gryllidae)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Comidoblemmus_sororius>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Gryllidae" ;
|
||||
dwc:genus "Comidoblemmus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Orthoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "sororius" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Comidoblemmus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Comidoblemmus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Gryllidae" ;
|
||||
dwc:genus "Comidoblemmus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Orthoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gryllidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Gryllidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Gryllidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Orthoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Orthoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Orthoptera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Orthoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
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 .
|
130
data/9F/08/E3/9F08E36F9346B42F8187D3160A75498F.ttl
Normal file
130
data/9F/08/E3/9F08E36F9346B42F8187D3160A75498F.ttl
Normal file
|
@ -0,0 +1,130 @@
|
|||
@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/9F08E36F9346B42F8187D3160A75498F>
|
||||
dc:creator "Buhl, Peter N.; Broad, Gavin R.; Notton, David G." ;
|
||||
dc:title "Trichacis didas Walker 1835" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Trichacis_didas_Walker_1835> ;
|
||||
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Platygaster_didas> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e7991> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.4.e7991>
|
||||
bibo:endPage "7991" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "7991" ;
|
||||
bibo:volume "4" ;
|
||||
dc:creator "Buhl, Peter N.; Broad, Gavin R.; Notton, David G." ;
|
||||
dc:date "2016" ;
|
||||
dc:title "Checklist of British and Irish Hymenoptera - Platygastroidea" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Trichacis_didas_Walker_1835>
|
||||
dwc:authority "Walker, 1835" ;
|
||||
dwc:authorityName "Walker" ;
|
||||
dwc:authorityYear "1835" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Platygastridae" ;
|
||||
dwc:genus "Trichacis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walker, 1835" ;
|
||||
dwc:species "didas" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7CQNC> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Trichacis_didas> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Trichacis_didas>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Platygastridae" ;
|
||||
dwc:genus "Trichacis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "didas" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichacis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Trichacis>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Platygastridae" ;
|
||||
dwc:genus "Trichacis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Platygastridae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Platygastridae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Platygastridae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
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://taxon-name.plazi.org/id/Animalia/Platygaster_didas>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Platygastridae" ;
|
||||
dwc:genus "Platygaster" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "didas" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Platygaster> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Platygaster>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Platygastridae" ;
|
||||
dwc:genus "Platygaster" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Platygastridae> ;
|
||||
a dwcFP:TaxonName .
|
Loading…
Add table
Add a link
Reference in a new issue