@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix eli:	<http://data.europa.eu/eli/ontology#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
eli:date_document	rdf:type	owl:FunctionalProperty ,
		owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
eli:date_document	rdfs:label	"Fecha del documento"@es ;
	rdfs:domain	_:b60516599 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
eli:date_document	rdfs:range	xsd:dateTime ;
	rdfs:comment	"Fecha del documento"@es .
_:b60516599	rdf:type	owl:Class ;
	owl:unionOf	_:b60516601 .
_:b60516600	rdf:first	eli:LegalResource ;
	rdf:rest	rdf:nil .
@prefix schema:	<http://schema.org/> .
_:b60516601	rdf:first	schema:CreativeWork ;
	rdf:rest	_:b60516600 .