annotate src/org/qmul/eecs/c4dm/sia/rdf/Namespaces.java @ 50:34ccddf6c2ab

initialise SIA_NS_URI to "http://example.org/sia#" rather than null
author stevenh
date Tue, 02 Apr 2013 22:53:50 +0100
parents b24eebf34dc9
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 }