@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix time:	<http://www.w3.org/2006/time#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
time:hasBeginning	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
time:hasBeginning	rdfs:label	"Fecha de inicio"@es .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
time:hasBeginning	rdfs:domain	foaf:Post .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
time:hasBeginning	rdfs:range	xsd:dateTime ;
	rdfs:comment	"Fecha en la que finaliza la pertenicia al puesto"@es .