@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:abstract	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:abstract	rdfs:label	"Descripci\u00F3n"@es ;
	rdfs:domain	_:b60516554 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
schema:abstract	rdfs:range	xsd:string ;
	rdfs:comment	"Descripci\u00F3n"@es .
_:b60516554	rdf:type	owl:Class ;
	owl:unionOf	_:b60516557 .
_:b60516555	rdf:first	schema:ListItem ;
	rdf:rest	rdf:nil .
_:b60516556	rdf:first	schema:ItemList ;
	rdf:rest	_:b60516555 .
_:b60516557	rdf:first	schema:CreativeWork ;
	rdf:rest	_:b60516556 .