@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://www.bbc.co.uk/ontologies/coreconcepts/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:Person	rdf:type	rdfs:Class .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:Person	rdfs:subClassOf	owl:Thing ;
	rdfs:comment	"all types of people such as politicians, athletes, historic figures,\n      contributors in programmes e.t.c."@en ;
	rdfs:label	"Person"@en .