Created
February 5, 2013 17:22
-
-
Save andrawaag/4716028 to your computer and use it in GitHub Desktop.
RDF with only GPML vocabulary
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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