@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 "Figure 1 shows the primary classes and properties reused by the WiseNET ontology. The external ontologies were not imported, from most of them only some concepts are reused, except from the ifcowl from which some instances are also considered. Not importing the external ontologies gives two main benefits: easing the ontology maintenance and improving the performance. The performance improvement is a very important factor due to the goal of the WiseNET ontology is to perform real-time reasoning."; a doco:Paragraph . } sub:provenance { sub:assertion prov:hadPrimarySource ; prov:wasAttributedTo . } sub:pubinfo { this: dc:created "2019-11-07T12:47:11+01:00"^^xsd:dateTime; pav:createdBy . }