@prefix dcterms: .
@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: "These nanopubs were automatically converted from OpenBEL's Small/Large Corpus version 1.0.";
"Nanopubs converted from OpenBEL's Small and Large Corpus 1.0";
dcterms:created "2015-03-04T13:54:31.490-08:00"^^xsd:dateTime;
pav:createdBy , ;
a npx:NanopubIndex;
rdfs:seeAlso ,
.
}