@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
schema:image	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix virtrdf:	<http://www.openlinksw.com/schemas/virtrdf#> .
schema:image	rdfs:subPropertyOf	virtrdf:url .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
schema:image	rdfs:label	"Imagen"^^xsd:string ;
	rdfs:domain	_:b60516544 ;
	rdfs:range	xsd:string ;
	rdfs:comment	"Url de la imagen"@es .
_:b60516544	rdf:type	owl:Class ;
	owl:unionOf	_:b60516546 .
_:b60516545	rdf:first	schema:CreativeWork ;
	rdf:rest	rdf:nil .
_:b60516546	rdf:first	schema:Event ;
	rdf:rest	_:b60516545 .