@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix taxrefrk:	<http://taxref.mnhn.fr/lod/taxrank/> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
taxrefrk:SubForma	rdf:type	skos:Concept ;
	skos:prefLabel	"Sub-forma"@en .
@prefix ns3:	<http://rdf.geospecies.org/ont/geospecies#> .
taxrefrk:SubForma	skos:exactMatch	ns3:TaxonRank_subform .
@prefix ns4:	<http://rs.tdwg.org/ontology/voc/TaxonRank#> .
taxrefrk:SubForma	skos:exactMatch	ns4:Subform .
@prefix ns5:	<http://purl.obolibrary.org/obo/> .
taxrefrk:SubForma	skos:exactMatch	ns5:TAXRANK_0000059 .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
taxrefrk:SubForma	skos:inScheme	taxref:taxref-ld .