@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_publication	rdf:type	owl:DatatypeProperty ,
		owl:FunctionalProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
eli:date_publication	rdfs:label	"Fecha de publicaci\u00F3n"@es ;
	rdfs:domain	eli:LegalResource .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
eli:date_publication	rdfs:range	xsd:dateTime ;
	rdfs:comment	"Fecha de publicaci\u00F3n"@es .