@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:hasFeature	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
icearagon_landscape:hasFeature	rdfs:subPropertyOf	owl:topObjectProperty ;
	rdfs:label	"Contiene"@es ;
	rdfs:domain	icearagon_landscape:MapaPaisaje ;
	rdfs:range	icearagon_landscape:FeaturePaisaje .