@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
foaf:Person	rdf:type	rdfs:Class .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
foaf: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 .