47 lines
2 KiB
Turtle
47 lines
2 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/E006A44AD7A77958E140ADE356AC06F2>
|
|
dc:creator "Mahunka, S." ;
|
|
dc:title "Unicobelba Mahunka, 1999, gen. n." ;
|
|
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Unicobelba_Mahunka_1999> ;
|
|
trt:publishedIn <http://publication.plazi.org/id/943D375C375CD16E69E77E1DD69120AF> ;
|
|
a trt:Treatment .
|
|
|
|
<http://publication.plazi.org/id/943D375C375CD16E69E77E1DD69120AF>
|
|
bibo:endPage "381" ;
|
|
bibo:journal "Acta Zoologica Academiae Scientiarum Hungaricae" ;
|
|
bibo:startPage "375" ;
|
|
bibo:volume "45" ;
|
|
dc:creator "Mahunka, S." ;
|
|
dc:date "1999" ;
|
|
dc:title "Oribatid mites from Switzerland, IV (Acari: Oribatida: Suctobelbidae)" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-concept.plazi.org/id/Animalia/Unicobelba_Mahunka_1999>
|
|
# Info: authority attributes generated from docAuthor ;
|
|
dwc:authority "Mahunka, 1999" ;
|
|
dwc:authorityName "Mahunka" ;
|
|
dwc:authorityYear "1999" ;
|
|
dwc:genus "Unicobelba" ;
|
|
dwc:rank "genus" ;
|
|
dwc:scientificNameAuthorship "Mahunka, 1999" ;
|
|
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8T68C> ;
|
|
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Unicobelba> ;
|
|
a dwcFP:TaxonConcept .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Unicobelba>
|
|
# Warning: Could not determine parent name ;
|
|
dwc:genus "Unicobelba" ;
|
|
dwc:rank "genus" ;
|
|
a dwcFP:TaxonName .
|