@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 "To recapitulate, the WiseNET ontology decidability was insured by restricting the application of the qualified number restriction and by using DL-safe rules. As a result, a semantic reasoner can be employed for inferring logical consequences from a set of asserted facts or axioms. After finishing the formalization of the ontology the next step is to connect it to an operational architecture that enables the insertion of the required facts."; 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 . }