@prefix dcterms: .
@prefix orcid: .
@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:title "Nanopublications representing the FAIR Implementation Profiles (FIP) Ontology";
dcterms:created "2020-09-24T10:28:51.878+02:00"^^xsd:dateTime;
dcterms:license ;
pav:createdBy orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997;
a npx:NanopubIndex .
}