Mercurial > hg > semantic-sia
comparison src/org/qmul/eecs/c4dm/sia/model/ToDatapoint.java @ 26:2681a72cc8c9
use the new "Namespaces" class when creating Strings *_URI
author | stevenh |
---|---|
date | Tue, 08 Jan 2013 18:42:14 +0000 |
parents | 08675ab08e7f |
children | bc2abbaaa23f |
comparison
equal
deleted
inserted
replaced
25:bddecf79dd3b | 26:2681a72cc8c9 |
---|---|
1 package org.qmul.eecs.c4dm.sia.model; | 1 package org.qmul.eecs.c4dm.sia.model; |
2 | 2 |
3 import org.qmul.eecs.c4dm.sia.SiaMain; | 3 import org.qmul.eecs.c4dm.sia.rdf.Namespaces; |
4 | 4 |
5 public class ToDatapoint { | 5 public class ToDatapoint { |
6 | 6 |
7 public static final String PROPERTY_URI = SiaMain.SIA_NS_URI + "toDatapoint"; | 7 public static final String PROPERTY_URI = Namespaces.SIA_NS_URI + "toDatapoint"; |
8 | 8 |
9 } | 9 } |