@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:hasObjectId	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
icearagon_landscape:hasObjectId	rdfs:subPropertyOf	owl:topDataProperty ;
	rdfs:domain	icearagon_landscape:FeaturePaisaje .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
icearagon_landscape:hasObjectId	rdfs:range	xsd:int .