@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
foaf:Person	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
foaf:Person	rdfs:label	"Person"@en ,
		"Persona"@es ;
	rdfs:comment	"La clase Persona representa gente, con la condici\u00F3n de que sean personas, con independencia de que est\u00E9n vivas o muertas, o reales o imaginarias. Es una subclase de Agent"@es ,
		"The Person class represents people. Something is a Person if it is a person. We don't nitpic about whether they're alive, dead, real, or imaginary. The Person class is a sub-class of the Agent class, since all people are considered agents in FOAF"@en ;
	rdfs:subClassOf	_:b60516523 ,
		owl:Thing ,
		_:b60516524 ,
		_:b60516525 ,
		_:b60516526 .
_:b60516523	rdf:type	owl:Restriction ;
	owl:onProperty	foaf:phone .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b60516523	owl:maxCardinality	"1"^^xsd:int .
_:b60516524	rdf:type	owl:Restriction ;
	owl:onProperty	foaf:mbox ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516525	rdf:type	owl:Restriction .
@prefix bio:	<http://purl.org/vocab/bio/0.1/> .
_:b60516525	owl:onProperty	bio:biography ;
	owl:maxCardinality	"1"^^xsd:int .
_:b60516526	rdf:type	owl:Restriction .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
_:b60516526	owl:onProperty	dc:identifier ;
	owl:maxCardinality	"1"^^xsd:int .