<reactomemapping.n3>
<reactomemapping.n3>
> will regenerate and reload the endpoint probably tomorrow
Ah yes, no time like the present. Also loaded the owl file.
Note: Default graph name is now: http://purl.org/science/graph/
reactome-records
Here's one that gives a bit of documentation on some of the reactome
record classes
prefix owl: <http://www.w3.org/2002/07/owl#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT distinct ?class ?comment WHERE {?s rdf:type owl:Class. ?class
rdfs:comment ?comment}
http://tinyurl.com/3cr66p will get you the results in XML
-Alan