@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 "There are two types of information that needs to be populated concerning the smart cameras. Firstly, there is the smart camera setup information, which consist on describing the smart cameras and their relation to the built environment. Secondly, there is the detection information, which occurs each time the smart cameras performs a detection. The first one will be populated once, at the system initialization, therefore is considered as a static population. The second one will be populated multiple times (each time there is a detection), therefore it will be considered as a dynamic population."; 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 . }