Mercurial > hg > semantic-sia
annotate src/org/qmul/eecs/c4dm/sia/rdf/Namespaces.java @ 94:fedf516f6a78 tip
test file
author | stevenh |
---|---|
date | Mon, 29 Dec 2014 15:16:22 +0000 |
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 } |