@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sosa:	<http://www.w3.org/ns/sosa/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sosa:Observation	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sosa:Observation	rdfs:label	"Observaci\u00F3n"@es ,
		"Observation"@en ;
	rdfs:comment	"Act of carrying out an (Observation) Procedure to estimate or calculate a value of a property of a FeatureOfInterest. Links to a Sensor to describe what made the Observation and how; links to an ObservableProperty to describe what the result is an estimate of, and to a FeatureOfInterest to detail what that property was associated with"@en ,
		"Acto de llevar a cabo una observaci\u00F3n. Procedimiento para estimar o calcular el valor de una propiedad de un FeatureOfInterest. Enlaza con un Sensor para describir que hizo la Observaci\u00F3n y c\u00F3mo, enlaza con una ObservableProperty para describir de que estimaci\u00F3n es el resultado y con un FeatureOfInterest para detallar con que propiedad estaba asociada"@es ;
	rdfs:subClassOf	_:b60516451 ,
		owl:Thing .
_:b60516451	rdf:type	owl:Restriction .
@prefix ei2av2:	<http://opendata.aragon.es/def/ei2av2#> .
_:b60516451	owl:onProperty	ei2av2:comment .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b60516451	owl:maxCardinality	"1"^^xsd:int .