@prefix dc: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAXdNfUPenHrJ-2tlg_zmo_mrxI6WMogaAHBdRkXUU5J8> .
@prefix sub: <http://purl.org/np/RAXdNfUPenHrJ-2tlg_zmo_mrxI6WMogaAHBdRkXUU5J8#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix doco: <http://purl.org/spar/doco/> .
@prefix c4o: <http://purl.org/spar/c4o/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:paragraph c4o:hasContent "Once the ontology is formally defined and implemented in a triplestore (a database for the storage of triples), the last step of the ontology development (as stated in Section 3) is to populate it. The next two sections will present the population from the IFC file and from the sensors respectively. Note that the second one consists of two parts. Firstly, the initialization of the sensors is populated, consisting on the description of the sensors and their relation to the built environment. Secondly, an ongoing population is performed each time the smart cameras detect a person in the building." ;
    a doco:Paragraph .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/SW-180298> ;
    prov:wasAttributedTo <https://orcid.org/0000-0002-8429-8208> .
}
sub:pubinfo {
  this: dc:created "2019-11-08T18:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy <https://orcid.org/0000-0002-7114-6459> .
}