steve@0: package org.qmul.eecs.c4dm.sia.model; steve@0: stevenh@26: import org.qmul.eecs.c4dm.sia.rdf.Namespaces; steve@0: steve@0: public class ToDatapoint { steve@0: stevenh@26: public static final String PROPERTY_URI = Namespaces.SIA_NS_URI + "toDatapoint"; steve@0: steve@0: }