@prefix this: . @prefix sub: . @prefix owl: . @prefix latest: . @prefix nt: . @prefix rdfs: . @prefix xsd: . @prefix dct: . @prefix np: . @prefix npx: . @prefix orcid: . @prefix skos: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { nt:IntroducedResource a owl:Class; rdfs:isDefinedBy latest:; rdfs:label "Introduced Resource"@en; skos:definition "A resource in a template that represents a thing that is introduced (i.e. is referenced with 'npx:introduces' in the publication info of the nanopublications created from the template)."@en . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dct:created "2021-01-05T13:19:31.524+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces nt:IntroducedResource . }