@prefix this: <http://purl.org/np/RA97k6phMt2cVtnQso2EbHKwBS7jRcwVhtu716TjaVU4s> .
@prefix sub: <http://purl.org/np/RA97k6phMt2cVtnQso2EbHKwBS7jRcwVhtu716TjaVU4s#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix has-source: <http://semanticscience.org/resource/SIO_000253> .
@prefix has-inchikey: <http://semanticscience.org/resource/CHEMINF_000399> .
@prefix orcid: <http://orcid.org/> .
@prefix wdt: <http://www.wikidata.org/prop/direct/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pav: <http://purl.org/pav/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  wd:Q21350185 rdfs:label "Myrmicaria natalensis eumenoides"@en .
  wd:Q59944696 has-inchikey: "PFXVWWBJFCZGFF-MGPQQGTHSA-N" ;
    rdfs:label "(+)-Myrmicarin 237B"@en ;
    wdt:P703 wd:Q21350185 .
}
sub:provenance {
  sub:assertion has-source: wd:Q2013 , wd:Q59830235 .
  wd:Q59830235 rdfs:label "New alkaloids from ants: Identification and synthesis of (3R,5S,9R)-3-butyl-5-(1-oxopropyl)indolizidine and (3R,5R,9R)-3-butyl-5-(1-oxopropyl)indolizidine, constituents of the poison gland secretion in Myrmicaria eumenoides (hymenoptera, formicidae)"@en ;
    owl:sameAs <https://doi.org/10.1002/JLAC.1995199506138> .
}
sub:pubinfo {
  this: <http://purl.org/dc/terms/created> "2019-01-13T09:51:45.725+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
    pav:createdBy orcid:0000-0001-7542-0286 .
}