Mercurial > hg > semantic-sia
view src/org/qmul/eecs/c4dm/sia/rdf/Namespaces.java @ 69:94e6592eb106
modified to take into account that sia:Datapoints now have sia:vector properties which then have sia:dimVals, rather than sia:Datapoints having their own sia:dimVal properties
author | stevenh |
---|---|
date | Fri, 02 Aug 2013 11:13:10 +0100 |
parents | 34ccddf6c2ab |
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#"; }