@prefix ns2: .
@prefix dc: .
@prefix orcid: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix np: .
@prefix npx: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
this: npx:includesElement ,
.
}
sub:provenance {
sub:assertion a npx:IndexAssertion .
}
sub:pubinfo {
this: dc:title "Nanopublications representing the Nanopublication Template Ontology";
ns2:created "2021-01-04T15:47:59.661+01:00"^^xsd:dateTime;
ns2:creator orcid:0000-0002-1267-0234;
ns2:license ;
a npx:NanopubIndex .
}