Mercurial > hg > semantic-sia
view src/org/qmul/eecs/c4dm/sia/model/DirectlyFollows.java @ 19:4d5381dcfa92
use the new "Namespaces" class when creating Strings *_URI
author | stevenh |
---|---|
date | Tue, 08 Jan 2013 18:38:00 +0000 |
parents | 08675ab08e7f |
children |
line wrap: on
line source
package org.qmul.eecs.c4dm.sia.model; import org.qmul.eecs.c4dm.sia.rdf.Namespaces; public class DirectlyFollows { public static final String PROPERTY_URI = Namespaces.SIA_NS_URI + "directlyFollows"; }