@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ome: <http://contextus.net/ontology/ontomedia/core/expression#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix aktloc: <http://contextus.net/ontology/ontomedia/misc/AKTlocation#> .

<http://contextus.net/ontology/ontomedia/core/space#> a owl:Ontology ;
	rdfs:label "OntoMedia Space Representation" ;
	dc:title "OntoMedia Space Representation"@en ;
	dc:description "The OntoMedia Space representation denotes areas of landscape. Expands on the AKT location ontology"@en ;
	dc:creator "Michael O. Jewell (mailto:moj@ecs.soton.ac.uk)" , "K Faith Lawrence (mailto:kf03r@ecs.soton.ac.uk)" , "Mischa M Tuffield (mailto:mmt04r@ecs.soton.ac.uk)" ;
	dct:created "2005-05-11" ;
	owl:versionInfo "0.2" .

<http://contextus.net/ontology/ontomedia/core/space#Space> a owl:Class ;
	rdfs:label "Space" ;
	rdfs:comment "This property is to be used to describe a space" ;
	rdfs:subClassOf ome:Entity ;
	owl:equivalentClass aktloc:Abstract-Space .

<http://contextus.net/ontology/ontomedia/core/space#Level-Traversing-Space> a owl:Class ;
	rdfs:label "Level Traversing Space" ;
	rdfs:comment "This class is used to represent a space which traverses levels" ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Space> .

<http://contextus.net/ontology/ontomedia/core/space#Vessel> a owl:Class ;
	rdfs:subClassOf aktloc:Enclosed-Space ;
	rdfs:label "Vessel" ;
	rdfs:comment "This property is to be used to describe a vessel" .

<http://contextus.net/ontology/ontomedia/core/space#Portal> a owl:Class ;
	rdfs:subClassOf aktloc:Enclosed-Space ;
	rdfs:label "Portal" ;
	rdfs:comment "This property is to be used to describe a portal i.e doorway, stargate" .

<http://contextus.net/ontology/ontomedia/core/space#Container> a owl:Class ;
	rdfs:subClassOf aktloc:Enclosed-Space ;
	rdfs:label "Container" ;
	rdfs:comment "This property is to be used to describe a container" .

<http://contextus.net/ontology/ontomedia/core/space#Region> a owl:Class ;
	rdfs:subClassOf aktloc:Open-Space ;
	rdfs:label "Region" ;
	rdfs:comment "This property is to be used to describe a region" .

<http://contextus.net/ontology/ontomedia/core/space#World> a owl:Class ;
	rdfs:subClassOf aktloc:Open-Space ;
	rdfs:label "World" ;
	rdfs:comment "This property is to be used to describe a world, planet, moon or other similar body" .

<http://contextus.net/ontology/ontomedia/core/space#Orbit> a owl:Class ;
	rdfs:subClassOf aktloc:Open-Space ;
	rdfs:label "Orbit" ;
	rdfs:comment "This property is to be used to describe the path of an orbiting object" .

<http://contextus.net/ontology/ontomedia/core/space#Galaxy> a owl:Class ;
	rdfs:subClassOf aktloc:Open-Space ;
	rdfs:label "Galaxy" ;
	rdfs:comment "This property is to be used to describe a galaxy" .

<http://contextus.net/ontology/ontomedia/core/space#Universe> a owl:Class ;
	rdfs:subClassOf aktloc:Open-Space ;
	rdfs:label "Universe" ;
	rdfs:comment "This property is to be used to describe a universe" .

<http://contextus.net/ontology/ontomedia/core/space#Urban-Area> a owl:Class ;
	rdfs:subClassOf aktloc:Open-Space ;
	rdfs:label "Urban Area" ;
	rdfs:comment "This property is to be used to describe an urban area" .

<http://contextus.net/ontology/ontomedia/core/space#Village> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Urban-Area> ;
	rdfs:label "Village" ;
	rdfs:comment "This property is to be used to describe a village space" .

<http://contextus.net/ontology/ontomedia/core/space#City> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Urban-Area> ;
	rdfs:label "City" ;
	rdfs:comment "This property is to be used to describe a city space" .

<http://contextus.net/ontology/ontomedia/core/space#Metropolis> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Urban-Area> ;
	rdfs:label "Metropolis" ;
	rdfs:comment "This property is to be used to describe a metropolis" .

<http://contextus.net/ontology/ontomedia/core/space#Necropolis> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Urban-Area> ;
	rdfs:label "Necropolis" ;
	rdfs:comment "This property is to be used to describe a necropolis" .

<http://contextus.net/ontology/ontomedia/core/space#Quay> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Urban-Area> ;
	rdfs:label "Quay" ;
	rdfs:comment "This property is to be used to describe a quay" .

<http://contextus.net/ontology/ontomedia/core/space#Town> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Urban-Area> ;
	rdfs:label "Town" ;
	rdfs:comment "This property is to be used to describe a town" .

<http://contextus.net/ontology/ontomedia/core/space#Port> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#City> ;
	rdfs:label "Port" ;
	rdfs:comment "This property is to be used to describe a port city" .

<http://contextus.net/ontology/ontomedia/core/space#Capital> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Metropolis> ;
	rdfs:label "Capital" ;
	rdfs:comment "This property is to be used to describe a Capital city" .

<http://contextus.net/ontology/ontomedia/core/space#Aquatic> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Aquatic Region" ;
	rdfs:comment "This property is to be used to describe an aquatic region" .

<http://contextus.net/ontology/ontomedia/core/space#Arable> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Arable" ;
	rdfs:comment "This property is to be used to describe an arable region" .

<http://contextus.net/ontology/ontomedia/core/space#Arboreal> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Arboreal" ;
	rdfs:comment "This property is to be used to describe an arboreal region" .

<http://contextus.net/ontology/ontomedia/core/space#Area> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Area" ;
	rdfs:comment "This property is to be used to describe a specific area" .

<http://contextus.net/ontology/ontomedia/core/space#Bounding> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Bounding" ;
	rdfs:comment "This property is to be used to describe a region that marks the boundary between other regions" .

<http://contextus.net/ontology/ontomedia/core/space#Continent> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Continent" ;
	rdfs:comment "This property is to be used to describe a continent" .

<http://contextus.net/ontology/ontomedia/core/space#Country> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Country" ;
	rdfs:comment "This property is to be used to describe a country" .

<http://contextus.net/ontology/ontomedia/core/space#Gaseous> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Gaseous" ;
	rdfs:comment "This property is to be used to describe a gaseous region" .

<http://contextus.net/ontology/ontomedia/core/space#Hydrated> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Hydrated" ;
	rdfs:comment "This property is to be used to describe a very damp region" .

<http://contextus.net/ontology/ontomedia/core/space#Layer> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Layer" ;
	rdfs:comment "This property is to be used to describe a region that forms a layer" .

<http://contextus.net/ontology/ontomedia/core/space#Mountain> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Mountain" ;
	rdfs:comment "This property is to be used to describe a mountain" .

<http://contextus.net/ontology/ontomedia/core/space#Mountain-Range> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Mountain Range" ;
	rdfs:comment "This property is to be used to describe a continious mountainous region" .

<http://contextus.net/ontology/ontomedia/core/space#Plains> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Region> ;
	rdfs:label "Plains" ;
	rdfs:comment "This property is to be used to describe plains" .

<http://contextus.net/ontology/ontomedia/core/space#Bay> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Aquatic> ;
	rdfs:label "Bay" ;
	rdfs:comment "This property is to be used to describe a bay region" .

<http://contextus.net/ontology/ontomedia/core/space#Pool> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Aquatic> ;
	rdfs:label "Pool" ;
	rdfs:comment "This property is to be used to describe a pool region" .

<http://contextus.net/ontology/ontomedia/core/space#Lake> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Aquatic> ;
	rdfs:label "Lake" ;
	rdfs:comment "This property is to be used to describe a lake region" .

<http://contextus.net/ontology/ontomedia/core/space#Sea> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Aquatic> ;
	rdfs:label "Sea" ;
	rdfs:comment "This property is to be used to describe a sea region" .

<http://contextus.net/ontology/ontomedia/core/space#Ocean> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Aquatic> ;
	rdfs:label "Ocean" ;
	rdfs:comment "This property is to be used to describe an ocean region" .

<http://contextus.net/ontology/ontomedia/core/space#Stream> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Aquatic> ;
	rdfs:label "Stream" ;
	rdfs:comment "This property is to be used to describe a stream region" .

<http://contextus.net/ontology/ontomedia/core/space#River> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Aquatic> ;
	rdfs:label "River" ;
	rdfs:comment "This property is to be used to describe a river region" .

<http://contextus.net/ontology/ontomedia/core/space#Estuary> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Aquatic> ;
	rdfs:label "Estuary" ;
	rdfs:comment "This property is to be used to describe an estuary region" .

<http://contextus.net/ontology/ontomedia/core/space#Puddle> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Aquatic> ;
	rdfs:label "Puddle" ;
	rdfs:comment "This property is to be used to describe a puddle region" .

<http://contextus.net/ontology/ontomedia/core/space#Pond> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Aquatic> ;
	rdfs:label "Pond" ;
	rdfs:comment "This property is to be used to describe a man-made pond region" .

<http://contextus.net/ontology/ontomedia/core/space#Copse> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Arboreal> ;
	rdfs:label "Copse" ;
	rdfs:comment "This property is to be used to describe a copse region" .

<http://contextus.net/ontology/ontomedia/core/space#Forest> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Arboreal> ;
	rdfs:label "Forest" ;
	rdfs:comment "This property is to be used to describe a forested region" .

<http://contextus.net/ontology/ontomedia/core/space#Orchard> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Arboreal> ;
	rdfs:label "Orchard" ;
	rdfs:comment "This property is to be used to describe a cultivated orchard region" .

<http://contextus.net/ontology/ontomedia/core/space#Wood> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Arboreal> ;
	rdfs:label "Wood" ;
	rdfs:comment "This property is to be used to describe a wooded region" .

<http://contextus.net/ontology/ontomedia/core/space#Marsh> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Hydrated> ;
	rdfs:label "Marsh" ;
	rdfs:comment "This property is to be used to describe a marshy region" .

<http://contextus.net/ontology/ontomedia/core/space#Swamp> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Hydrated> ;
	rdfs:label "Swamp" ;
	rdfs:comment "This property is to be used to describe a swampy region" .

<http://contextus.net/ontology/ontomedia/core/space#Bog> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Hydrated> ;
	rdfs:label "Bog" ;
	rdfs:comment "This property is to be used to describe a boggy region" .

<http://contextus.net/ontology/ontomedia/core/space#Field> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Arable> ;
	rdfs:label "Field" ;
	rdfs:comment "This property is to be used to describe a field" .

<http://contextus.net/ontology/ontomedia/core/space#Ledge> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Area> ;
	rdfs:label "Ledge" ;
	rdfs:comment "This property is to be used to describe a ledge i.e on the mountain wall" .

<http://contextus.net/ontology/ontomedia/core/space#Lot> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Area> ;
	rdfs:label "Lot" ;
	rdfs:comment "This property is to be used to describe a lot of land" .

<http://contextus.net/ontology/ontomedia/core/space#Riverbank> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Bounding> ;
	rdfs:label "Riverbank" ;
	rdfs:comment "This property is to be used to describe a riverbank" .

<http://contextus.net/ontology/ontomedia/core/space#Seashore> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Bounding> ;
	rdfs:label "Seashore" ;
	rdfs:comment "This property is to be used to describe a sea shore" .

<http://contextus.net/ontology/ontomedia/core/space#Volcano> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Mountain> ;
	rdfs:label "Volcano" ;
	rdfs:comment "This property is to be used to describe a volcano" .

<http://contextus.net/ontology/ontomedia/core/space#Surface-Space> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Space> ;
	rdfs:label "Surface Space" ;
	rdfs:comment "This property is to be used to describe the surface of a object" .

<http://contextus.net/ontology/ontomedia/core/space#Biological-Surface-Space> a owl:Class ;
	rdfs:subClassOf <http://contextus.net/ontology/ontomedia/core/space#Surface-Space> ;
	rdfs:label "Biological Surface Space" ;
	rdfs:comment "This property is to be used to describe the surface of a biological object" .

<http://contextus.net/ontology/ontomedia/core/space#has-dividing-item> a owl:ObjectProperty ;
	rdfs:label "Has Dividing Item" ;
	rdfs:comment "This property is to be used to describe an item used to divide a portal" ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/core/space#Portal> ;
	rdfs:range ome:Item .

<http://contextus.net/ontology/ontomedia/core/space#adjacent-below> a owl:ObjectProperty ;
	rdfs:subPropertyOf <http://contextus.net/ontology/ontomedia/core/space#adjacent-to> ;
	rdfs:label "Adjacent Below" ;
	rdfs:comment "This property is to be used to describe an adjacent Space which is below the other" ;
	owl:inverseOf <http://contextus.net/ontology/ontomedia/core/space#adjacent-above> ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/core/space#Space> ;
	rdfs:range <http://contextus.net/ontology/ontomedia/core/space#Space> .

<http://contextus.net/ontology/ontomedia/core/space#adjacent-above> a owl:ObjectProperty ;
	rdfs:subPropertyOf <http://contextus.net/ontology/ontomedia/core/space#adjacent-to> ;
	rdfs:label "Adjacent Above" ;
	rdfs:comment "This property is to be used to describe an adjacent Space which is above the other" ;
	owl:inverseOf <http://contextus.net/ontology/ontomedia/core/space#adjacent-below> ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/core/space#Space> ;
	rdfs:range <http://contextus.net/ontology/ontomedia/core/space#Space> .

<http://contextus.net/ontology/ontomedia/core/space#orbit-around> a owl:ObjectProperty ;
	rdfs:subPropertyOf <http://contextus.net/ontology/ontomedia/core/space#adjacent-to> ;
	rdfs:label "Orbit Around" ;
	rdfs:comment "This property is to be used to describe an adjacent Space which describes an orbit around the other" ;
	owl:inverseOf <http://contextus.net/ontology/ontomedia/core/space#adjacent-below> ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/core/space#Space> ;
	rdfs:range <http://contextus.net/ontology/ontomedia/core/space#Space> .

<http://contextus.net/ontology/ontomedia/core/space#is-boundary-of> a owl:ObjectProperty ;
	rdfs:subPropertyOf aktloc:is-located-in ;
	rdfs:label "Is Boundary Of" ;
	rdfs:comment "This property is to be used to describe an Space of which the region is the boundary" ;
	owl:inverseOf <http://contextus.net/ontology/ontomedia/core/space#has-boundary> ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/core/space#Space> ;
	rdfs:range <http://contextus.net/ontology/ontomedia/core/space#Space> .

<http://contextus.net/ontology/ontomedia/core/space#has-boundary> a owl:ObjectProperty ;
	rdfs:subPropertyOf aktloc:is-located-in ;
	rdfs:label "Has Boundary" ;
	rdfs:comment "This property is to be used to describe an Space which is the boundary of the Space" ;
	owl:inverseOf <http://contextus.net/ontology/ontomedia/core/space#is-boundary-of> ;
	rdfs:domain <http://contextus.net/ontology/ontomedia/core/space#Space> ;
	rdfs:range <http://contextus.net/ontology/ontomedia/core/space#Space> .
