annotate src/org/qmul/eecs/c4dm/sia/model/FromDatapoint.java @ 20:96ec632b9047

use the new "Namespaces" class when creating Strings *_URI
author stevenh
date Tue, 08 Jan 2013 18:38:23 +0000
parents 08675ab08e7f
children
rev   line source
steve@0 1 package org.qmul.eecs.c4dm.sia.model;
steve@0 2
stevenh@20 3 import org.qmul.eecs.c4dm.sia.rdf.Namespaces;
steve@0 4
steve@0 5 public class FromDatapoint {
steve@0 6
stevenh@20 7 public static final String PROPERTY_URI = Namespaces.SIA_NS_URI + "fromDatapoint";
steve@0 8
steve@0 9 }