@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix prov: .
@prefix pav: .
@prefix rdfs: .
@prefix obo: .
sub:Head {
this: np:hasAssertion sub:Assertion;
np:hasProvenance sub:Provenance;
np:hasPublicationInfo sub:Pubinfo;
a np:Nanopublication .
}
sub:Assertion {
sub:Interaction obo:RO_0000057 sub:Organism_1, sub:Organism_2;
a obo:GO_0044419 .
sub:Organism_1 obo:RO_0002622 sub:Organism_2;
rdfs:label "Serapista rufipes" .
sub:Organism_2 rdfs:label "Lebeckia multiflora" .
}
sub:Provenance {
sub:Assertion prov:wasDerivedFrom sub:Study .
sub:Study dct:bibliographicCitation "Cockerell, T.D.A. 1930. African bees of the family Megachilidae, (Anthidiinae, Serapista and Lithurgus) mainly from the Belgian Congo and Liberia (Hymenoptera, Apoidea). Revue de Zoologie et de Botanique Africaines 19: 43-55" .
}
sub:Pubinfo {
this: dct:license ;
pav:createdBy ;
prov:wasDerivedFrom .
dct:bibliographicCitation "Eardley C, Coetzer W. 2011. Catalogue of Afrotropical Bees. http://doi.org/10.15468/u9ezbh" .
}