@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:hasLayerId	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
icearagon_landscape:hasLayerId	rdfs:subPropertyOf	owl:topDataProperty ;
	rdfs:label	"Capa (identificador)"@es ;
	rdfs:domain	<http://icearagon.aragon.es/def/landscape#FeatureUnidadFisiogr\u00E1fica> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
icearagon_landscape:hasLayerId	rdfs:range	xsd:int .