@prefix dcterms: .
@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 FAIR Implementation Profiles (FIP) Ontology";
dcterms:created "2022-10-26T16:06:35.256+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997;
dcterms:license ;
npx:supersedes ;
a npx:NanopubIndex .
}