# Auto-generated from iotic-rdf-ontology repository, 3rd/construction. Edits will be overwritten!

PREFIX construction:   <http://data.iotics.com/construction#>
PREFIX rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs:    <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema:  <https://schema.org/>
PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>

### Top level concepts related to construction

construction:Sensor rdf:type rdfs:Class ;
    rdfs:label "Sensor" ;
    rdfs:comment "A construction sensor" ;
    .

construction:hasState rdf:type rdf:Property ;
    rdfs:label "State of sensor" ;
    rdfs:comment "The current state of the sensor" ;
    rdfs:domain construction:Sensor ;
    rdfs:range xsd:string ;
    .

construction:hasLocation rdf:type rdf:Property ;
    rdfs:label "Sensor location" ;
    rdfs:comment "Link to location of sensor" ;
    rdfs:domain construction:Sensor ;
    rdfs:range schema:URL ;
    .