@prefix this: . @prefix sub: . @prefix latest: . @prefix nt: . @prefix np: . @prefix npx: . @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 { nt:NanopubTemplateOntology dct:creator orcid:0000-0002-1267-0234; dct:description "This is an ontology to describe nanopublication templates, which can be published as nanopublications themselves."; dct:license ; dct:title "Nanopublication Template Ontology"; vann:preferredNamespacePrefix "nt"; vann:preferredNamespaceUri "https://w3id.org/np/o/ntemplate/"; a owl:Ontology; rdfs:isDefinedBy latest: . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dct:created "2021-01-04T15:35:14.066+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces nt:NanopubTemplateOntology . }