Mercurial > hg > semantic-sia
view src/org/qmul/eecs/c4dm/sia/model/ToDatapoint.java @ 7:ffd47645ca13
added the base version of the 'compareTo' method here, rather than in the subclasses
author | stevenh |
---|---|
date | Tue, 01 Jan 2013 21:16:49 +0000 |
parents | 08675ab08e7f |
children | 2681a72cc8c9 |
line wrap: on
line source
package org.qmul.eecs.c4dm.sia.model; import org.qmul.eecs.c4dm.sia.SiaMain; public class ToDatapoint { public static final String PROPERTY_URI = SiaMain.SIA_NS_URI + "toDatapoint"; }