Mercurial > hg > semantic-sia
annotate src/org/qmul/eecs/c4dm/sia/rdf/Namespaces.java @ 79:fd9111c83e57
ensures we are working with one particular dataset
author | stevenh |
---|---|
date | Fri, 02 Aug 2013 15:53:42 +0100 |
parents | 34ccddf6c2ab |
children |
rev | line source |
---|---|
stevenh@29 | 1 package org.qmul.eecs.c4dm.sia.rdf; |
stevenh@29 | 2 |
stevenh@29 | 3 public class Namespaces { |
stevenh@29 | 4 |
stevenh@50 | 5 public static String SIA_NS_URI = "http://example.org/sia#"; |
stevenh@29 | 6 |
stevenh@29 | 7 } |