@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ifc: <http://www.buildingsmart-tech.org/ifcOWL/IFC2X3_TC1#> .
@prefix fiemser: <http://sites.google.com/site/smartappliancesproject/ontologies/fiemser#> .
@prefix saref: <http://ontology.tno.nl/saref#> .
@prefix gbxml: <http://www.gbxml.org/schema#> .
@prefix seas: <https://w3id.org/seas/> .

dcterms:contributor
    a owl:AnnotationProperty .

dcterms:creator
    a owl:AnnotationProperty .

dcterms:description
    a owl:AnnotationProperty .

dcterms:issued
    a owl:AnnotationProperty .

dcterms:license
    a owl:AnnotationProperty .

dcterms:modified
    a owl:AnnotationProperty .

dcterms:title
    a owl:AnnotationProperty .

vann:preferredNamespacePrefix
    a owl:AnnotationProperty .

vann:preferredNamespaceUri
    a owl:AnnotationProperty .

voaf:Vocabulary
    a owl:Class .

vs:term_status
    a owl:AnnotationProperty .

foaf:Person
    a owl:Class .

foaf:name
    a owl:DatatypeProperty .

seas:AssemblyBuilding
    a owl:Class ;
    rdfs:comment "places used for people gathering for entertainment, worship, and eating or drinking. Examples: churches, restaurants."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "AssemblyBuilding"@en, "Kokoontumisrakennus"@fi ;
    rdfs:subClassOf seas:NonResidentalBuilding ;
    vs:term_status "testing" .

seas:Attic
    a owl:Class ;
    rdfs:comment "the part of a building, especially of a house, directly under a roof; garret."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Attic"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Balcony
    a owl:Class ;
    rdfs:comment "An accessible structure extending from a building, especially outside a window."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Balcony"@en ;
    rdfs:subClassOf seas:BuildingSpace ;
    vs:term_status "testing" .

seas:Basement
    a owl:Class ;
    rdfs:comment "A story of a building, partly or wholly underground."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Basement"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Bathroom
    a owl:Class ;
    rdfs:comment "Bathroom is mainly used for bathing &amp; washing up related activities."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Bathroom"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Bedroom
    a owl:Class ;
    rdfs:comment "Bedroom is used mainly for sleeping."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Bedroom"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Building
    rdf:seeAlso fiemser:Building, ifc:Building ;
    a owl:Class ;
    rdfs:comment "Buildings are roofed constructions which can be used separately, have been built for permanent purposes, can be entered by persons and are suitable or intended for protecting persons, animals or objects."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Building"@en ;
    rdfs:subClassOf seas:BuildingSpace, seas:Construction, seas:Zone ;
    vs:term_status "testing" .

seas:BuildingOntology
    dcterms:contributor [
        a foaf:Person ;
        foaf:name "Gabriel Santos"
    ], [
        a foaf:Person ;
        foaf:name "Francisco Silva"
    ], [
        a foaf:Person ;
        foaf:name "Brigida Teixeira"
    ] ;
    dcterms:creator <http://www.maxime-lefrancois.info/me#>, <http://www.vtt.fi/JarmoKalaoja> ;
    dcterms:description """The SEAS Building ontology describes a taxonomy of buildings, building spaces, and rooms.

Some categorizations are based on the energy efficiency related to their insulation etc., although the actual values for classes depend the country specific regulations and geographical locations.

Other categorizations are based on occupancy and activities. There is no single accepted categorization available. This taxonomy uses some types selected from:

- International building occupancy based categories (USA)
- The Classification of Types of Constructions (EU)
- Finnish building categorization VTJ2000 (Finland)
- Wikipedia category page for Rooms: https://en.wikipedia.org/wiki/Category:Rooms

This ontology should limit the overlap with the following existing specialized ontologies:

- [FIEMSER ontology](http://sites.google.com/site/smartappliancesproject/ontologies/fiemser#).
- [gbXML ontology](http://www.gbxml.org/).
- [ifcOWL ontology](http://www.buildingsmart-tech.org/ifcOWL/IFC4), which is a OWL version of the Building Information Model standard.
- the potential ontology that might be developed in the context of the [Linked Building Data community group](https://www.w3.org/community/lbd/), or its successor Working Group.
"""@en ;
    dcterms:issued "2016-01-26"^^xsd:date ;
    dcterms:license <https://www.apache.org/licenses/LICENSE-2.0> ;
    dcterms:modified "2016-09-26"^^xsd:date ;
    dcterms:title "The SEAS Building Ontology"@en ;
    vann:preferredNamespacePrefix "seas" ;
    vann:preferredNamespaceUri <https://w3id.org/seas/> ;
    a voaf:Vocabulary, owl:Ontology ;
    owl:imports seas:ZoneOntology ;
    owl:priorVersion <https://w3id.org/seas/BuildingOntology-0.9> ;
    owl:versionIRI <https://w3id.org/seas/BuildingOntology-1.0> ;
    owl:versionInfo "v1.0" .

seas:BuildingSpace
    rdf:seeAlso gbxml:BuildingSpace ;
    a owl:Class ;
    rdfs:comment "A Space is a 3D volume bounded by surfaces. According to the FIEMSER definition, a building space in SAREF defines the physical spaces of the building."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "BuildingSpace"@en ;
    rdfs:subClassOf seas:Zone ;
    vs:term_status "testing" .

seas:BuildingSpaceConnection
    a owl:Class ;
    rdfs:comment "Connection between two building spaces, where they may potentially exchange heat, humidity, agents."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Building Space Connection"@en ;
    rdfs:subClassOf seas:ZoneConnection, [
        owl:allValuesFrom seas:BuildingSpace ;
        owl:onProperty seas:connectsSystem
    ], [
        owl:allValuesFrom seas:BuildingSpaceFrontier ;
        owl:onProperty seas:connectsSystemAt
    ] ;
    vs:term_status "testing" .

seas:BuildingSpaceFrontier
    a owl:Class ;
    rdfs:comment "Surface that marks the frontier of a building space, and represents the connection point to other building spaces."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Building Space Frontier"@en ;
    rdfs:subClassOf seas:ZoneFrontier, [
        owl:allValuesFrom seas:BuildingSpace ;
        owl:onProperty seas:connectionPointOf
    ], [
        owl:allValuesFrom seas:BuildingSpaceConnection ;
        owl:onProperty seas:connectsSystemThrough
    ] ;
    vs:term_status "testing" .

seas:BuildingSpatialStructure
    rdf:seeAlso ifc:IfcSpatialStructureElementType ;
    a owl:Class ;
    rdfs:comment "A man made structure with spatial properties."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "BuildingSpatialStructure"@en ;
    rdfs:subClassOf seas:BuildingSpace ;
    vs:term_status "testing" .

seas:BuildingStorey
    rdf:seeAlso ifc:BuildingStorey ;
    a owl:Class ;
    rdfs:comment "The storey represents a (nearly) horizontal aggregation of spaces that are vertically bound."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "BuildingStorey"@en ;
    rdfs:subClassOf seas:BuildingSpatialStructure ;
    vs:term_status "testing" .

seas:Ceiling
    a owl:Class ;
    rdfs:comment "Ceiling is a downwards tilted horizontal surface."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Ceiling"@en ;
    rdfs:subClassOf seas:BuildingSpaceFrontier ;
    vs:term_status "testing" .

seas:CivilEngineeringWork
    rdf:seeAlso fiemser:Building, ifc:Building ;
    a owl:Class ;
    rdfs:comment "Civil engineering works are all constructions not classified under buildings : railways, roads, bridges, highways, airport runways, dams etc."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "CivilEngnineeringWork"@en ;
    rdfs:subClassOf seas:Construction ;
    vs:term_status "testing" .

seas:ClosedBuildingSpaceConnection
    a owl:Class ;
    rdfs:comment """A closed building space connection is a closed connection between two building spaces. 

  This separation may for instance be a wall, i.e., a (tilted more than 60 percent) vertical surface. 

  Instances of `seas:ClosedBuildingSpaceConnection` may be typed by classes from specialized building ontologies."""@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Closed Building Space Connection"@en ;
    rdfs:subClassOf seas:BuildingSpaceConnection ;
    vs:term_status "testing" .

seas:Construction
    a owl:Class ;
    rdfs:comment "Constructions are structures connected with the ground which are made of construction materials and components and/or for which construction work is carried out."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Construction"@en ;
    rdfs:subClassOf seas:Zone ;
    vs:term_status "testing" .

seas:Corridor
    a owl:Class ;
    rdfs:comment "A gallery or passage connecting parts of a building; hallway."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Corridor"@en ;
    rdfs:subClassOf seas:Lobby ;
    vs:term_status "testing" .

seas:DiningRoom
    a owl:Class ;
    rdfs:comment "A room in which meals are eaten, as in a home or hotel, especially the room in which the major or more formal meals are eaten."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Dining Room"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Door
    a owl:Class ;
    rdfs:comment "the large flat piece of wood, glass etc that you move when you go into or out of a building, room, vehicle etc, or when you open a cupboard (Longman Dictionary of Contemporary English Online)"@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Door"@en ;
    rdfs:subClassOf seas:BuildingSpaceConnection ;
    vs:term_status "testing" .

seas:EducationalBuilding
    a owl:Class ;
    rdfs:comment "Schools and day care centers."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "EducationalBuilding"@en, "Opetusrakennus"@fi ;
    rdfs:subClassOf seas:NonResidentalBuilding ;
    vs:term_status "testing" .

seas:Elevator
    a owl:Class ;
    rdfs:comment "Elevator is used to transport people between different floors."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Elevator"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Floor
    a owl:Class ;
    rdfs:comment "A floor is a upwards tilted horzontal surface, could be divided to interior, exposed (outside) or raised floor."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Floor"@en ;
    rdfs:subClassOf seas:BuildingSpaceFrontier ;
    vs:term_status "testing" .

seas:Garage
    a owl:Class ;
    rdfs:comment "Room for garage."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Garage"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Greenhouse
    a owl:Class ;
    rdfs:comment "A building, room, or zone, usually chiefly of glass, in which the temperature is maintained within a desired range, used for cultivating tender plants or growing plants out of season."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Greenhouse"@en ;
    rdfs:subClassOf seas:BuildingSpace ;
    vs:term_status "testing" .

seas:Hall
    a owl:Class ;
    rdfs:comment "A large entrance room of a house or building."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Hall"@en ;
    rdfs:subClassOf seas:Lobby ;
    vs:term_status "testing" .

seas:HolidayBuilding
    a owl:Class ;
    rdfs:comment "A secondary residential building used only occasionally during vacations such as a summerhouse or cottage. "@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "HolidayBuilding"@en, "VapaaAjanRakennus"@fi ;
    rdfs:subClassOf seas:ResidentalBuilding ;
    vs:term_status "testing" .

seas:HomeOffice
    a owl:Class ;
    rdfs:comment "A work or office space set up in a person's home and used exclusively for business on a regular basis."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Tree house"@en ;
    rdfs:subClassOf seas:Office ;
    vs:term_status "testing" .

seas:IndustrialBuilding
    a owl:Class ;
    rdfs:comment "Buildings used for industrial production, e.g. factories, workshops, slaughterhouses, breweries, assembly plants, etc."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "IndustrialBuilding"@en ;
    rdfs:subClassOf seas:NonResidentalBuilding ;
    vs:term_status "testing" .

seas:InstitutionalBuilding
    a owl:Class ;
    rdfs:comment "Institutions such as hospitals providing medical and surgical treatment and nursing care for ill or injured people."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "HoitoalanRakennus"@fi, "InstitutionalBuilding"@en ;
    rdfs:subClassOf seas:NonResidentalBuilding ;
    vs:term_status "testing" .

seas:Kitchen
    a owl:Class ;
    rdfs:comment "Kitchen is a room used mainly for cooking and possibly eating."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Kitchen"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Laundry
    a owl:Class ;
    rdfs:comment "A room or zone, as in a home or apartment building, reserved for doing the family wash."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Laundry"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:LivingRoom
    a owl:Class ;
    rdfs:comment "Living Room is the main room of daytime activity."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Living Room"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Lobby
    a owl:Class ;
    rdfs:comment "An entrance hall, corridor, or vestibule, as in a public building, often serving as an anteroom; foyer."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Lobby"@en ;
    rdfs:subClassOf seas:BuildingSpace ;
    vs:term_status "testing" .

seas:LowEnergyHouse
    a owl:Class ;
    rdfs:comment "A house typically consuming half the energy than a norm house."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "LowEnergyHouse"@en, "Matalaenergiatalo"@fi ;
    rdfs:subClassOf seas:Building ;
    vs:term_status "testing" .

seas:MercantileBuilding
    a owl:Class ;
    rdfs:comment "Places where goods are displayed and sold. Examples: grocery stores, department stores, and gas stations."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Liikerakennus"@fi, "MercantileBuilding"@en ;
    rdfs:subClassOf seas:NonResidentalBuilding ;
    vs:term_status "testing" .

seas:NonResidentalBuilding
    a owl:Class ;
    rdfs:comment "A  non-residential building is a building at least half of which is used for other than residential purposes. "@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "NonResidentalBuilding"@en ;
    rdfs:subClassOf seas:Building ;
    vs:term_status "testing" .

seas:NormHouse
    a owl:Class ;
    rdfs:comment "A building fulfilling the minimal criteria for energy efficiency."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "NormHouse"@en, "Normitalo"@fi ;
    rdfs:subClassOf seas:Building ;
    vs:term_status "testing" .

seas:Office
    a owl:Class ;
    rdfs:comment "A room, set of rooms, or building where the business of a commercial or industrial organization or of a professional person is conducted."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Office"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:OfficeBuilding
    a owl:Class ;
    rdfs:comment "Places where services are provided. Examples: banks, insurance agencies."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "BusinessBuilding"@en, "Toimistorakennus"@fi ;
    rdfs:subClassOf seas:NonResidentalBuilding ;
    vs:term_status "testing" .

seas:OneDwellingBuilding
    a owl:Class ;
    rdfs:comment "Detached house."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "OneDwellingBuilding"@en, "YhdenAsunnonTalo"@fi ;
    rdfs:subClassOf seas:SmallHouse ;
    vs:term_status "testing" .

seas:OpenBuildingSpaceConnection
    a owl:Class ;
    rdfs:comment """An open building space connection is a connection between two building spaces that is open.

  This connection may for instance be a hole in a wall, or a virtual separation between two offices in an open space.

  Instances of `seas:OpenBuildingSpaceConnection` may be typed by classes from specialized building ontologies."""@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Open Building Space Connection"@en ;
    rdfs:subClassOf seas:BuildingSpaceConnection ;
    owl:disjointWith seas:ClosedBuildingSpaceConnection, seas:OpennableBuildingSpaceConnection ;
    vs:term_status "testing" .

seas:OpennableBuildingSpaceConnection
    a owl:Class ;
    rdfs:comment """An opennable building space connection is a connection between two building spaces that has a certain degree of openness.

  This connection may for instance be a window or a door.

  Instances of `seas:OpennableBuildingSpaceConnection` may be typed by classes from specialized building ontologies."""@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Opennable Building Space Connection"@en ;
    rdfs:subClassOf seas:BuildingSpaceConnection ;
    owl:disjointWith seas:ClosedBuildingSpaceConnection ;
    vs:term_status "testing" .

seas:PassiveHouse
    a owl:Class ;
    rdfs:comment "A house typically consuming a quarter of the energy than a norm house."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Passiivitalo"@fi, "PassiveHouse"@en ;
    rdfs:subClassOf seas:Building ;
    vs:term_status "testing" .

seas:PlusEnergyBuilding
    a owl:Class ;
    rdfs:comment "A net plus-energy building is a building that over a year does generates more energy than it uses. "@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "PlusEnergyBuilding"@en, "Plusenergiatalo"@fi ;
    rdfs:subClassOf seas:Building ;
    vs:term_status "testing" .

seas:PowerplantBuilding
    a owl:Class ;
    rdfs:comment "Places housing any type of a power plants."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "PowerplantBuilding"@en, "VoimalaRakennus"@fi ;
    rdfs:subClassOf seas:IndustrialBuilding ;
    vs:term_status "testing" .

seas:ResidentalBuilding
    a owl:Class ;
    rdfs:comment "A residential building is a building at least half of which is used for residential purposes. "@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Asuinrakennus"@fi, "ResidentalBuilding"@en ;
    rdfs:subClassOf seas:Building ;
    vs:term_status "testing" .

seas:Roof
    a owl:Class ;
    rdfs:comment "A (tilted more than 60 percent) vertical surface that separates building spaces."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Roof"@en ;
    rdfs:subClassOf seas:BuildingSpaceConnection ;
    vs:term_status "testing" .

seas:Room
    a owl:Class ;
    rdfs:comment "A room in a building space enclosed by surfaces, this could also be modelled as role of space, not subclass of the space itself."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Room"@en ;
    rdfs:subClassOf seas:BuildingSpace ;
    vs:term_status "testing" .

seas:Sauna
    a owl:Class ;
    rdfs:comment "Sauna is a special type bathroom for enjoying heated steam."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Sauna"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:SiteOfBuilding
    rdf:seeAlso ifc:Site ;
    a owl:Class ;
    rdfs:comment "Building site is a locale containing one or more separate buildings. They are zones."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "SiteOfBuilding"@en ;
    rdfs:subClassOf seas:Zone ;
    vs:term_status "testing" .

seas:SmallHouse
    a owl:Class ;
    rdfs:comment "A detached small residential building."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Pientalo"@en, "SmallHouse"@en ;
    rdfs:subClassOf seas:ResidentalBuilding ;
    vs:term_status "testing" .

seas:Stairs
    a owl:Class ;
    rdfs:comment "A construction designed to bridge a large vertical distance by dividing it into smaller vertical distances, called steps."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Stairs"@en ;
    rdfs:subClassOf seas:BuildingSpace ;
    vs:term_status "testing" .

seas:StorageBuilding
    a owl:Class ;
    rdfs:comment "Places where items are stored. Examples: warehouses, reservoirs and silos."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "StorageBuilding"@en, "VarastoRakennus"@fi ;
    rdfs:subClassOf seas:NonResidentalBuilding ;
    vs:term_status "testing" .

seas:StorageRoom
    a owl:Class ;
    rdfs:comment "Room for storage."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Storage Room"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Sunroom
    a owl:Class ;
    rdfs:comment "A structure, either attached or integrated into a building, which allows enjoyment of the surrounding landscape while being sheltered from adverse weather."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Swimming Pool"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:SwimmingPool
    a owl:Class ;
    rdfs:comment "A tank or large artificial basin, as of concrete, for filling with water for swimming."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Swimming Pool"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:TreeHouse
    a owl:Class ;
    rdfs:comment "A small house, especially one for children to play in, built or placed up in the branches of a tree."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Tree House"@en ;
    rdfs:subClassOf seas:BuildingSpace ;
    vs:term_status "testing" .

seas:UtilityRoom
    a owl:Class ;
    rdfs:comment "Room for other special utilities and hobbies."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Utility Room"@en ;
    rdfs:subClassOf seas:Room ;
    vs:term_status "testing" .

seas:Wall
    a owl:Class ;
    rdfs:comment "A roof upwards tilted surface tilted up part of upper envelope of building."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Wall"@en ;
    rdfs:subClassOf seas:BuildingSpaceConnection ;
    vs:term_status "testing" .

seas:Window
    a owl:Class ;
    rdfs:comment "a space or an zone of glass in the wall of a building or vehicle that lets in light (Longman Dictionary of Contemporary English Online)"@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Window"@en ;
    rdfs:subClassOf seas:BuildingSpaceConnection ;
    vs:term_status "testing" .

seas:Yard
    a owl:Class ;
    rdfs:comment "A small usually walled and often paved zone open to the sky and adjacent to a building."@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Yard"@en ;
    rdfs:subClassOf seas:BuildingSpace ;
    vs:term_status "testing" .

seas:ZeroEnergyBuilding
    a owl:Class ;
    rdfs:comment "A net zero-energy building (ZEB) is a building that over a year does not use more energy than it generates. "@en ;
    rdfs:isDefinedBy seas:BuildingOntology ;
    rdfs:label "Nollaenergiatalo"@fi, "ZeroEnergyBuilding"@en ;
    rdfs:subClassOf seas:Building ;
    vs:term_status "testing" .

