@prefix adms:  <http://www.w3.org/ns/adms#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@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 vann:  <http://purl.org/vocab/vann/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rooms: <http://vocab.deri.ie/rooms#> .

rooms:FloorSection  a     owl:Class , rdfs:Class ;
        rdfs:comment      "A named part of a floor of a building. Typically used to denote several rooms that are grouped together based on spatial arrangement or use." ;
        rdfs:label        "Floor Section" ;
        owl:disjointWith  foaf:Document , foaf:Agent .

rooms:Floor  a            owl:Class , rdfs:Class ;
        rdfs:comment      "A level part of a building that has a permanent roof. A storey of a building. " ;
        rdfs:label        "Floor" ;
        owl:disjointWith  foaf:Agent , foaf:Document .

rooms:Site  a             owl:Class , rdfs:Class ;
        rdfs:comment      "An area of land with a designated purpose, such as a university Campus, a housing estate, or a building site." ;
        rdfs:label        "Site" ;
        owl:disjointWith  foaf:Document , foaf:Agent .

rooms:contains  a     rdf:Property ;
        rdfs:comment  "The object resource is physically and spatially contained in the subject resource. Being the subject or object of this property implies being a spatial object. Intended for use in the context of buildings, rooms, etc." ;
        rdfs:label    "Contains" .

rooms:Building  a         owl:Class , rdfs:Class ;
        rdfs:comment      "A human-made structure used for sheltering or continuous occupancy." ;
        rdfs:label        "Building" ;
        owl:disjointWith  foaf:Agent , foaf:Document .

<http://vocab.deri.ie/rooms>
        a                              adms:SemanticAsset , owl:Ontology ;
        dc:creator                     rooms:cygri ;
        dcterms:created                "2010-04-15"^^xsd:date ;
        dcterms:description            "A simple vocabulary for describing the rooms in a building." ;
        dcterms:modified               "2012-10-02"^^xsd:date ;
        dcterms:partOf                 <http://vocab.deri.ie> ;
        dcterms:publisher              "http://vocab.deri.ie/rooms#Digital%20Enterprise%20Research%20Institute%2C%20NUI%20Galway" ;
        dcterms:status                 <http://purl.org/adms/status/UnderDevelopment> ;
        dcterms:title                  "Buildings and Rooms Vocabulary" ;
        dcterms:type                   <http://purl.org/adms/assettype/Ontology> ;
        vann:preferredNamespacePrefix  "rooms" ;
        vann:preferredNamespaceUri     "http://vocab.deri.ie/rooms#" ;
        foaf:homepage                  <http://vocab.deri.ie/rooms.html> .

<http://vocab.deri.ie/rooms#Digital%20Enterprise%20Research%20Institute%2C%20NUI%20Galway>
        a              dcterms:Agent ;
        foaf:homepage  <http://www.deri.ie/> ;
        foaf:member    rooms:cygri ;
        foaf:name      "Digital Enterprise Research Institute, NUI Galway" .

rooms:occupant  a     rdf:Property ;
        rdfs:comment  "An agent that generally occupies the physical area of the subject resource. Having this property implies being a spatial object. Being the object of this property implies being an agent. Intended for use with buildings, rooms, desks, etc." ;
        rdfs:label    "Occupant" ;
        rdfs:range    foaf:Agent .

rooms:cygri  a         foaf:Person ;
        foaf:homepage  <http://richard.cyganiak.de/> ;
        foaf:mbox      <mailto:richard.cyganiak@deri.org> ;
        foaf:name      "Richard Cyganiak" .

rooms:Room  a             owl:Class , rdfs:Class ;
        rdfs:comment      "A space inside a structure, typically separated from the outside by exterior walls and from other rooms in the same structure by internal walls." ;
        rdfs:label        "Room" ;
        owl:disjointWith  foaf:Agent , foaf:Document .

rooms:Desk  a             owl:Class , rdfs:Class ;
        rdfs:comment      "A table used in a work or office setting, typically for reading, writing, or computer use." ;
        rdfs:label        "Desk" ;
        owl:disjointWith  foaf:Agent , foaf:Document .

rooms:ttl  a                adms:SemanticDistribution ;
        dcterms:FileFormat  <http://vocab.deri.ie/rooms> ;
        adms:accessURL      "http://vocab.deri.ie/rooms.ttl" ;
        adms:status         <http://purl.org/adms/status/Completed> .

rooms:rdf  a                adms:SemanticDistribution ;
        dcterms:FileFormat  <http://vocab.deri.ie/rooms> ;
        adms:accessURL      "http://vocab.deri.ie/rooms.rdf" ;
        adms:status         <http://purl.org/adms/status/Completed> .
