@prefix dc: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix dce: .
@prefix pav: .
@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: dce:description "Index nanopublication containing all definition nanopublication used in the other nanopublications.";
dce:title "All definition nanopublications";
dc:created "2020-06-01T16:19:58.455+02:00"^^xsd:dateTime;
pav:createdBy ;
a npx:NanopubIndex .
}