@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix icearagon_core:	<http://icearagon.aragon.es/def/core#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
icearagon_core:hasAltitude	rdf:type	owl:DatatypeProperty ,
		owl:FunctionalProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
icearagon_core:hasAltitude	rdfs:subPropertyOf	owl:topDataProperty ;
	rdfs:label	"Altitud"@es .
@prefix ogcgs:	<http://www.opengis.net/ont/geosparql#> .
icearagon_core:hasAltitude	rdfs:domain	ogcgs:Feature .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
icearagon_core:hasAltitude	rdfs:range	xsd:double .