@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:SubPhylum	rdf:type	skos:Concept ;
	skos:prefLabel	"Sub-phylum"@en .
@prefix ns3:	<http://purl.obolibrary.org/obo/> .
taxrefrk:SubPhylum	skos:exactMatch	ns3:NCBITaxon_subphylum .
@prefix ns4:	<http://rdf.geospecies.org/ont/geospecies#> .
taxrefrk:SubPhylum	skos:exactMatch	ns4:TaxonRank_subphylum .
@prefix ns5:	<http://rs.tdwg.org/ontology/voc/TaxonRank#> .
taxrefrk:SubPhylum	skos:exactMatch	ns5:Superphylum ,
		ns3:TAXRANK_0000008 .
@prefix ns6:	<http://lod.taxonconcept.org/ontology/txn.owl#> .
taxrefrk:SubPhylum	skos:exactMatch	ns6:RankRankSubphylum .
@prefix taxref:	<http://taxref.mnhn.fr/lod/> .
taxrefrk:SubPhylum	skos:inScheme	taxref:taxref-ld .