summaryrefslogtreecommitdiff
path: root/schema/browser/main.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-02 13:01:46 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-02 13:02:16 +0100
commit8a6de708145bf6f2416a11a562be482a1b5a7b19 (patch)
treea63050507a383a4ef1ecadff27ba4f8dcbc56202 /schema/browser/main.py
parentaf67bdb649c052edb2294945d0b81135d384fcf7 (diff)
downloaddefinitions-8a6de708145bf6f2416a11a562be482a1b5a7b19.tar.gz
schema: Add comments to lots of entities
Also, remove the unused 'hasName' property. The URL includes the name anyway so this isn't needed. Change-Id: Ic0f872c48780fc2f52fdd6e8773984dcb3c149df
Diffstat (limited to 'schema/browser/main.py')
-rw-r--r--schema/browser/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/browser/main.py b/schema/browser/main.py
index e977cd76..06fc7b73 100644
--- a/schema/browser/main.py
+++ b/schema/browser/main.py
@@ -7,6 +7,7 @@ import os
definitions = rdflib.Graph()
definitions.parse('definitions.rdfxml')
+definitions.parse('../baserock-owl-schema.turtle', format='turtle')
#app = flask.Flask('Example Baserock definitions browser')
#app.config['graph'] = definitions