@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:title	rdf:type	owl:FunctionalProperty ,
		owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
schema:title	rdfs:label	"T\u00EDtulo"@es ;
	rdfs:domain	_:b60516595 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
schema:title	rdfs:range	xsd:string ;
	rdfs:comment	"T\u00EDtulo"@es .
_:b60516595	rdf:type	owl:Class ;
	owl:unionOf	_:b60516598 .
_:b60516596	rdf:first	schema:ListItem ;
	rdf:rest	rdf:nil .
_:b60516597	rdf:first	schema:ItemList ;
	rdf:rest	_:b60516596 .
_:b60516598	rdf:first	schema:CreativeWork ;
	rdf:rest	_:b60516597 .