@prefix dcterms: .
@prefix dce: .
@prefix orcid: .
@prefix this: .
@prefix sub: .
@prefix rdfs: .
@prefix xsd: .
@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:includesSubindex ,
.
}
sub:provenance {
sub:assertion a npx:IndexAssertion .
}
sub:pubinfo {
this: dce:description "These nanopubs were automatically converted from OpenBEL's Small/Large Corpus version 1.0.";
dce:title "Nanopubs converted from OpenBEL's Small and Large Corpus 1.0";
dcterms:created "2015-03-02T14:15:26.520-08:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234;
a npx:NanopubIndex;
rdfs:seeAlso ,
.
}