@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:identifier	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:identifier	rdfs:label	"Identificador"@es ;
	rdfs:domain	_:b60516536 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
schema:identifier	rdfs:range	xsd:string ;
	rdfs:comment	"Identificador"@es .
_:b60516536	rdf:type	owl:Class ;
	owl:unionOf	_:b60516540 .
_:b60516537	rdf:first	schema:ItemList ;
	rdf:rest	rdf:nil .
_:b60516538	rdf:first	schema:ListItem ;
	rdf:rest	_:b60516537 .
_:b60516539	rdf:first	schema:CreativeWork ;
	rdf:rest	_:b60516538 .
_:b60516540	rdf:first	schema:Event ;
	rdf:rest	_:b60516539 .