@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix this: <http://purl.org/np/RAqF7wNGxrrifLHbh0mJu9EtfQvzTQohGwYyqNbrk3ICs> .
@prefix sub: <http://purl.org/np/RAqF7wNGxrrifLHbh0mJu9EtfQvzTQohGwYyqNbrk3ICs#> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  wd:Q150463 rdfs:label "brussels sprouts"@en .
  wd:Q423248 has-inchikey: "QKFAFSGJTMHRRY-FVDOMRANSA-M" ;
    rdfs:label "Sinigrin"@en ;
    wdt:P703 wd:Q150463 .
}
sub:provenance {
  sub:assertion has-source: <http://www.compoundchem.com/2016advent/2016advent3/> , wd:Q2013 .
  <http://www.compoundchem.com/2016advent/2016advent3/> rdfs:label "http://www.compoundchem.com/2016advent/2016advent3/"@en .
}
sub:pubinfo {
  this: dcterms:created "2019-01-13T09:51:45.665+01:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-7542-0286 .
}