view src/org/qmul/eecs/c4dm/sia/model/FromDatapoint.java @ 94:fedf516f6a78 tip

test file
author stevenh
date Mon, 29 Dec 2014 15:16:22 +0000
parents 96ec632b9047
children
line wrap: on
line source
package org.qmul.eecs.c4dm.sia.model;

import org.qmul.eecs.c4dm.sia.rdf.Namespaces;

public class FromDatapoint {
		
	public static final String PROPERTY_URI    = Namespaces.SIA_NS_URI + "fromDatapoint";
	
}