@prefix dcterms: . @prefix this: . @prefix sub: . @prefix rdfs: . @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:includesSubindex , , , , . } sub:provenance { sub:assertion a npx:IndexAssertion . } sub:pubinfo { this: dce:description "This collection consist of selected datasets from the Global Biotic Interactions initiative, generated with the elton tool."; dce:title "Nanopublication Collection of Global Biotic Interactions, Version 1"; dcterms:created "2018-04-05T07:47:55.118+02:00"^^xsd:dateTime; pav:createdBy ; a npx:NanopubIndex; rdfs:seeAlso , . }