@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA25WY-FyfDABzZot-WRX8Kr1W_TiJ4Ih6UKlTIaCMn7c> .
@prefix sub: <http://purl.org/np/RA25WY-FyfDABzZot-WRX8Kr1W_TiJ4Ih6UKlTIaCMn7c#> .
@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#> .
@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:Q13457175 rdfs:label "Cataglyphis diehlii"@en .
  wd:Q61708203 has-inchikey: "LCFKURIJYIJNRU-ZETCQYMHSA-N" ;
    rdfs:label "(2S)-2-Methyl-1-hexanol"@en ;
    wdt:P703 wd:Q13457175 .
}
sub:provenance {
  sub:assertion has-source: wd:Q2013 , wd:Q61708198 .
  wd:Q61708198 rdfs:label "(S)-2-Methyl-1-hexanol, characteristic mandibular gland substance of ants of the Cataglyphis bicolor group"@en ;
    owl:sameAs <https://doi.org/10.1007/BF01240638> .
}
sub:pubinfo {
  this: dcterms:created "2019-02-17T12:46:28.117+01:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-7542-0286 .
}