Skip to content

Instantly share code, notes, and snippets.

@andrawaag
Created February 5, 2013 17:22
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/4716028 to your computer and use it in GitHub Desktop.
Save andrawaag/4716028 to your computer and use it in GitHub Desktop.
RDF with only GPML vocabulary
@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> dc:identifier <http://identifiers.org/ncbigene/459271> ;
dcterms:isPartOf wprdf:WP881_r41576 ;
gpml:zorder "32768"^^xsd:string ;
rdfs:isDefinedBy gpml:DataNode ;
gpml:centery 6235 ;
gpml:width 1014.5 ;
rdfs:label "MDH1"@en ;
gpml:graphid "bceb9"^^xsd:string ;
dc:source "Entrez Gene"^^xsd:string ;
gpml:centerx 1702.000122070312 ;
gpml:color "000000"^^xsd:string ;
gpml:height 300 ;
rdfs:subClassOf <http://bio2rdf.org/geneid:459271> ;
dcterms:identifier "459271"^^xsd:string .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment