@prefix dc: . @prefix this: . @prefix sub: . @prefix xsd: . @prefix prov: . @prefix pav: . @prefix np: . @prefix doco: . @prefix 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 "The WiseNET smart camera setup software is connected to a SPARQL endpoint that inserts the information set by the user by running the query shown in the Listing 5. This step can be seen as a soft camera calibration that requires only the location of the cameras in the building. This differs from many multi-camera based systems, that required overlapping between the fields of views of the cameras and their orientation, leading to a time-consuming and skill-dependent calibration process [36]. An important contribution of using an ontology during the smart camera setup is the automatic suggestion of pertinent elements according to the space. This is achieved by using the static population of the building information."; a doco:Paragraph . } sub:provenance { sub:assertion prov:hadPrimarySource ; prov:wasAttributedTo . } sub:pubinfo { this: dc:created "2019-11-12T18:05:11+01:00"^^xsd:dateTime; pav:createdBy . }