@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAMz3WrJH3EepBVOQL5XPws4tASqiIYp5SX4KbINEjomE> .
@prefix sub: <http://purl.org/np/RAMz3WrJH3EepBVOQL5XPws4tASqiIYp5SX4KbINEjomE#> .
@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 pav: <http://purl.org/pav/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  wd:Q27498 rdfs:label "Narcissus pseudonarcissus"@en .
  wd:Q306135 has-inchikey: "OENHQHLEOONYIE-JLTXGRSLSA-N" ;
    rdfs:label "β-carotene"@en ;
    wdt:P703 wd:Q27498 .
}
sub:provenance {
  sub:assertion has-source: wd:Q2013 , <https://cen.acs.org/articles/93/i15/Periodic-Graphics-Chemistry-Daffodils.html> .
  <https://cen.acs.org/articles/93/i15/Periodic-Graphics-Chemistry-Daffodils.html> rdfs:label "https://cen.acs.org/articles/93/i15/Periodic-Graphics-Chemistry-Daffodils.html"@en .
}
sub:pubinfo {
  this: dcterms:created "2019-05-11T20:11:54.128+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-7542-0286 .
}