annotate src/org/qmul/eecs/c4dm/sia/model/ToDatapoint.java @ 74:96db6b006daf

new
author stevenh
date Fri, 02 Aug 2013 15:41:27 +0100
parents 2681a72cc8c9
children bc2abbaaa23f
rev   line source
steve@0 1 package org.qmul.eecs.c4dm.sia.model;
steve@0 2
stevenh@26 3 import org.qmul.eecs.c4dm.sia.rdf.Namespaces;
steve@0 4
steve@0 5 public class ToDatapoint {
steve@0 6
stevenh@26 7 public static final String PROPERTY_URI = Namespaces.SIA_NS_URI + "toDatapoint";
steve@0 8
steve@0 9 }