@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:homepage	rdf:type	owl:DatatypeProperty ,
		owl:AnnotationProperty .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
foaf:homepage	rdfs:label	"P\u00E1gina web"^^xsd:string ;
	rdfs:domain	_:b60516577 ;
	rdfs:range	xsd:string ;
	rdfs:comment	"P\u00E1gina web"@es .
_:b60516577	rdf:type	owl:Class ;
	owl:unionOf	_:b60516579 .
@prefix org:	<http://www.w3.org/ns/org#> .
_:b60516578	rdf:first	org:Organization ;
	rdf:rest	rdf:nil .
_:b60516579	rdf:first	foaf:Person ;
	rdf:rest	_:b60516578 .