Skip to content

Instantly share code, notes, and snippets.

@egonw
Last active December 27, 2018 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egonw/5fb0994cac6f9e851f3857cd306f0890 to your computer and use it in GitHub Desktop.
Save egonw/5fb0994cac6f9e851f3857cd306f0890 to your computer and use it in GitHub Desktop.
Metabolite-Species Nanopublication sourced from Wikidata.
@prefix this: <http://www.bigcat.unimaas.nl/nanopubs/wikidata/tmp/np742.RAwXcetTykN6UPVzBOyatKm30mbT6endXfDrxnarRysL0> .
@prefix sub: <http://www.bigcat.unimaas.nl/nanopubs/wikidata/tmp/np742.RAwXcetTykN6UPVzBOyatKm30mbT6endXfDrxnarRysL0#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
this: np:hasAssertion sub:assertion ;
np:hasProvenance sub:provenance ;
np:hasPublicationInfo sub:pubinfo ;
a np:Nanopublication .
}
sub:assertion {
wd:Q15978631 rdfs:label "Homo sapiens"@en ;
skos:exactMatch <http://purl.obolibrary.org/obo/NCBITaxon_9606> .
wd:Q27125029 has-inchikey: "APJYDQYYACXCRM-UHFFFAOYSA-O" ;
rdfs:label "tryptaminium"@en ;
wdt:P703 wd:Q15978631 .
}
sub:provenance {
sub:assertion has-source: wd:Q2013 , wd:Q28601559 .
wd:Q28601559 rdfs:label "Recon 2.2: from reconstruction to model of human metabolism"@en ;
owl:sameAs <https://doi.org/10.1007/S11306-016-1051-4> .
}
sub:pubinfo {
this: pav:createdBy orcid:0000-0001-7542-0286 .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment