@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns:	<http://www.w3.org/ns/prov#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns:startedAtTime	rdf:type	owl:DatatypeProperty ,
		owl:FunctionalProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns:startedAtTime	rdfs:label	"Fecha de inicio del cambio"@es ;
	rdfs:domain	_:b60516611 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns:startedAtTime	rdfs:range	xsd:dateTime ;
	rdfs:comment	"Fecha de inicio del cambio"@es .
_:b60516611	rdf:type	owl:Class ;
	owl:unionOf	_:b60516613 .
_:b60516612	rdf:first	ns:Activity ;
	rdf:rest	rdf:nil .
@prefix org:	<http://www.w3.org/ns/org#> .
_:b60516613	rdf:first	org:ChangeEvent ;
	rdf:rest	_:b60516612 .