@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix this: <http://purl.org/np/RAVdktbbPKAIn0_AuXMNK9s7VEtYYz5MRucJwhwmTXCEo> .
@prefix sub: <http://purl.org/np/RAVdktbbPKAIn0_AuXMNK9s7VEtYYz5MRucJwhwmTXCEo#> .
@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:Q158695 rdfs:label "Arabidopsis thaliana"@en .
  wd:Q23049780 has-inchikey: "CQLRUIIRRZYHHS-BYXQHVMRSA-N" ;
    rdfs:label "Isorhamnetin 3-glucoside"@en ;
    wdt:P703 wd:Q158695 .
}
sub:provenance {
  sub:assertion has-source: wd:Q2013 , wd:Q60594247 .
  wd:Q60594247 rdfs:label "File 1. Profiling of floral secondary metabolites in Arabidopsis accessions."@en ;
    owl:sameAs <https://doi.org/10.6084/M9.FIGSHARE.5836098.V1> .
}
sub:pubinfo {
  this: dcterms:created "2019-01-14T21:36:49.028+01:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-7542-0286 .
}