47 lines
1.9 KiB
Turtle
47 lines
1.9 KiB
Turtle
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
|
@prefix cito: <http://purl.org/spar/cito/> .
|
|
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
|
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
|
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
|
@prefix fabio: <http://purl.org/spar/fabio/> .
|
|
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
|
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
|
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
|
|
|
<http://treatment.plazi.org/id/5E1F1C124004D34C32E48501810F4002>
|
|
dc:creator "Broad, Gavin R." ;
|
|
dc:title "Heloridae Foerster 1856" ;
|
|
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Heloridae_Foerster_1856> ;
|
|
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e7936> ;
|
|
a trt:Treatment .
|
|
|
|
<http://dx.doi.org/10.3897/BDJ.4.e7936>
|
|
bibo:endPage "7936" ;
|
|
bibo:journal "Biodiversity Data Journal" ;
|
|
bibo:startPage "7936" ;
|
|
bibo:volume "4" ;
|
|
dc:creator "Broad, Gavin R." ;
|
|
dc:date "2016" ;
|
|
dc:title "Checklist of British and Irish Hymenoptera - Proctotrupoidea" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Heloridae_Foerster_1856>
|
|
dwc:ID-ENA "44344" ;
|
|
dwc:authority "Foerster, 1856" ;
|
|
dwc:authorityName "Foerster" ;
|
|
dwc:authorityYear "1856" ;
|
|
dwc:family "Heloridae" ;
|
|
dwc:rank "family" ;
|
|
dwc:scientificNameAuthorship "Foerster, 1856" ;
|
|
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6253R> ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Heloridae> ;
|
|
a dwcFP:TaxonConcept .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Heloridae>
|
|
# Warning: Could not determine parent name ;
|
|
dwc:family "Heloridae" ;
|
|
dwc:rank "family" ;
|
|
a dwcFP:TaxonName .
|