view 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
line wrap: on
line source
package org.qmul.eecs.c4dm.sia.rdf;

public class Namespaces {
	
	public static String SIA_NS_URI = "http://example.org/sia#";

}