@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix icearagon_landscape:	<http://icearagon.aragon.es/def/landscape#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
icearagon_landscape:FeaturePaisaje	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
icearagon_landscape:FeaturePaisaje	rdfs:label	"Elemento de paisaje"@es .
@prefix ogcgs:	<http://www.opengis.net/ont/geosparql#> .
icearagon_landscape:FeaturePaisaje	rdfs:subClassOf	ogcgs:Feature .