@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:hasStop	rdf:type	owl:ObjectProperty ,
		owl:FunctionalProperty ,
		owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
icearagon_landscape:hasStop	rdfs:subPropertyOf	owl:topObjectProperty .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
icearagon_landscape:hasStop	rdfs:label	"Stop"^^xsd:string ;
	rdfs:domain	icearagon_landscape:FeatureGeofotoPaisaje ;
	rdfs:range	xsd:int .