Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Last active December 12, 2015 04:39
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 andrawaag/4716000 to your computer and use it in GitHub Desktop.
Save andrawaag/4716000 to your computer and use it in GitHub Desktop.
RDF with the WP vocabulary included
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1: <http://rdf.wikipathways.org/Pathway/WP881_r41576/DataNode/> .
@prefix wp: <http://vocabularies.wikipathways.org/wp#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix wprdf: <http://rdf.wikipathways.org/Pathway/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://rdf.wikipathways.org/Pathway/WP881_r41576/DataNode/bceb9> rdf:type wp:GeneProduct;
dc:identifier <http://identifiers.org/ncbigene/459271> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment