@prefix dc: . @prefix this: . @prefix sub: . @prefix p4: . @prefix p3: . @prefix xsd: . @prefix prov: . @prefix pav: . @prefix np: . @prefix linkflows: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:comment-11 a linkflows:ActionNeededComment, linkflows:ContentComment, linkflows:NegativeComment, linkflows:ReviewComment; linkflows:hasCommentText "In the future work section I would append some extra applications( i.e., smoke or fire detection, door or window status (open-closed)) to make a more smarter network."; linkflows:hasImpact "3"^^xsd:positiveInteger; linkflows:refersTo p4:\#paragraph, p3: . } sub:provenance { sub:assertion prov:hadPrimarySource ; prov:wasAttributedTo . } sub:pubinfo { this: dc:created "2019-11-26T09:05:11+01:00"^^xsd:dateTime; pav:createdBy . }