@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

<http://purl.org/NET/biol/botany#> a owl:Ontology ;
	dc:title "Biological Taxonomy Vocabulary 0.2 (Botany)"@en-gb ;
	dc:creator <http://tobyinkster.co.uk/#i> .

<http://tobyinkster.co.uk/#i> a foaf:Person ;
	foaf:name "Toby Inkster"@en-gb ;
	foaf:page <http://tobyinkster.co.uk/> .

<http://purl.org/NET/biol/botany#> rdfs:seeAlso <http://purl.org/NET/biol/ns#> , <http://purl.org/NET/biol/zoology#> ;
	dc:source <http://en.wikipedia.org/wiki/Taxonomic_rank#All_taxonomic_ranks> .

<http://en.wikipedia.org/wiki/Taxonomic_rank#All_taxonomic_ranks> a owl:Thing ;
	dc:title "All taxonomic ranks"@en-gb ;
	dc:isPartOf <http://en.wikipedia.org/wiki/Taxonomic_rank> .

<http://en.wikipedia.org/wiki/Taxonomic_rank> a owl:Thing ;
	dc:title "Taxonomic rank"@en-gb ;
	dc:date "2008-04-28"@en-gb .

<http://purl.org/NET/biol/botany#> dc:modified "2009-03-18"@en-gb .

<http://purl.org/NET/biol/botany#hasTaxonomy> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "hasTaxonomy"@en-gb ;
	rdfs:range <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:domain foaf:Agent ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#hasTaxonomy> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#Taxonomy> a rdfs:Class ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "Taxonomy"@en-gb ;
	dc:description "A hierarchical classification for a form of life."@en-gb ;
	rdfs:subClassOf <http://purl.org/NET/biol/ns#BotTaxonomy> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/ns#name> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "name"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#name> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/ns#commonName> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "commonName"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#commonName> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#superdomain> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "superdomain"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#domain> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "domain"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subdomain> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subdomain"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infradomain> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infradomain"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#empire> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "empire"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#superkingdom> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "superkingdom"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#suprakingdom> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "suprakingdom"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#midkingdom> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "midkingdom"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#kingdom> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "kingdom"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#kingdom> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subkingdom> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subkingdom"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#interkingdom> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "interkingdom"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#branch> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "branch"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infrakingdom> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infrakingdom"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#superphylum> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "superphylum"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#supraphylum> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "supraphylum"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#midphylum> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "midphylum"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#phylum> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "phylum"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subphylum> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subphylum"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infraphylum> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infraphylum"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#division> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "division"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#division> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subdivision> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subdivision"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#claudius> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "claudius"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#superclass> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "superclass"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#grade> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "grade"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#class> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "class"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#class> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subclass> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subclass"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infraclass> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infraclass"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#parvclass> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "parvclass"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#group> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "group"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subgroup> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subgroup"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#superlegion> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "superlegion"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#legion> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "legion"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#sublegion> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "sublegion"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infralegion> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infralegion"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#supercohort> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "supercohort"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#cohort> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "cohort"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subcohort> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subcohort"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#magnorder> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "magnorder"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#superorder> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "superorder"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#grandorder> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "grandorder"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#gigaorder> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "gigaorder"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#megaorder> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "megaorder"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#mirorder> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "mirorder"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#order> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "order"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#order> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#hyperorder> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "hyperorder"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#suborder> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "suborder"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infraorder> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infraorder"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#parvorder> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "parvorder"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#falanx> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "falanx"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#superfamily> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "superfamily"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#familyGroup> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "familyGroup"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#family> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "family"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#family> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subfamilyGroup> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subfamilyGroup"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subfamily> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subfamily"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infrafamily> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infrafamily"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#supertribe> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "supertribe"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#tribe> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "tribe"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subtribe> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subtribe"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infratribe> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infratribe"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#supergenus> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "supergenus"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#genusGroup> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "genusGroup"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#genus> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "genus"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#genus> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subgenus> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subgenus"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infragenus> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infragenus"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#supersection> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "supersection"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#section> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "section"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subsection> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subsection"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infrasection> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infrasection"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#superseries> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "superseries"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#series> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "series"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subseries> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subseries"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infraseries> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infraseries"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#superspecies> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "superspecies"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#complex> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "complex"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#speciesGroup> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "speciesGroup"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#speciesSubgroup> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "speciesSubgroup"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#synklepton> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "synklepton"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#species> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "species"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#species> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#microspecies> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "microspecies"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#klepton> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "klepton"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#aggregate> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "aggregate"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subspecies> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subspecies"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infraspecies> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infraspecies"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#hybrid> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "hybrid"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#convariety> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "convariety"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#supervariety> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "supervariety"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#variety> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "variety"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subvariety> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subvariety"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infravariety> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infravariety"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#nation> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "nation"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#superform> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "superform"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#form> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "form"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#subform> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "subform"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#infraform> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "infraform"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#cultivarGroup> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "cultivarGroup"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#cultivar> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "cultivar"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#groupOfBreeds> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "groupOfBreeds"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#sectionOfBreeds> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "sectionOfBreeds"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#breed> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "breed"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#strain> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "strain"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#aberration> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "aberration"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#serogroup> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "serogroup"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#serovar> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "serovar"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#biovar> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "biovar"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#pathovar> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "pathovar"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#population> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "population"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#lusus> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "lusus"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#rank> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#seeAlso> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "seeAlso"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range foaf:Document ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#seeAlso> ;
	rdfs:comment "..."@en-gb .

<http://purl.org/NET/biol/botany#authority> a rdf:Property ;
	vs:term_status "testing"@en-gb ;
	rdfs:label "authority"@en-gb ;
	rdfs:domain <http://purl.org/NET/biol/botany#Taxonomy> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
	rdfs:subPropertyOf <http://purl.org/NET/biol/ns#authority> ;
	rdfs:comment "..."@en-gb .
