@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAT3SENiE9ibcN-B7k-WV2Lc1M5XFKPkkKM-RvI8iCuWY> .
@prefix sub: <http://purl.org/np/RAT3SENiE9ibcN-B7k-WV2Lc1M5XFKPkkKM-RvI8iCuWY#> .
@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:Q1064625 has-inchikey: "OJYLAHXKWMRDGS-UHFFFAOYSA-N" ;
    rdfs:label "zingerone"@en ;
    wdt:P703 wd:Q35625 .
  wd:Q35625 rdfs:label "Zingiber officinale"@en .
}
sub:provenance {
  sub:assertion has-source: wd:Q2013 , wd:Q37983626 .
  wd:Q37983626 rdfs:label "An overview on inventions related to ginger processing and products for food and pharmaceutical applications."@en .
}
sub:pubinfo {
  this: dcterms:created "2019-02-17T12:46:26.828+01:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-7542-0286 .
}