@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://aims.fao.org/aos/agrontology#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:surrounds	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:surrounds	rdfs:subPropertyOf	ns1:spatialRelationships ;
	owl:inverseOf	ns1:surroundedBy ;
	rdfs:label	"Surrounds"@en ;
	rdfs:comment	"Y <surrounds> X. The object Y is physically surrounding object X. E.g., an ocean is surrounding an island. Or plasma surrounds cells. The surrounds relationship is used only for the terms that are physically immediately adjacent to each other."@en .