@prefix this: . @prefix sub: . @prefix latest: . @prefix sp: . @prefix linkflows: . @prefix np: . @prefix dct: . @prefix owl: . @prefix rdfs: . @prefix xsd: . @prefix orcid: . @prefix vann: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sp:SP-Ontology dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-7114-6459; dct:description "This is an ontology of the SuperPattern with which the main claims of the scientific articles can be expressed."; dct:license ; dct:title "SuperPattern Ontology"; vann:preferredNamespacePrefix "sp"; vann:preferredNamespaceUri "https://w3id.org/linkflows/superpattern/terms/"; a owl:Ontology; rdfs:isDefinedBy latest:; rdfs:seeAlso linkflows:Linkflows . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-7114-6459 . } sub:pubinfo { this: dct:created "2021-06-03T12:19:54.272+03:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234, orcid:0000-0002-7114-6459; dct:license . }