|
From: <rv...@us...> - 2012-02-04 00:23:39
|
Revision: 1053
http://treebase.svn.sourceforge.net/treebase/?rev=1053&view=rev
Author: rvos
Date: 2012-02-04 00:23:33 +0000 (Sat, 04 Feb 2012)
Log Message:
-----------
now uses same purl as in owl file for treebase terms
Modified Paths:
--------------
trunk/treebase-core/src/main/java/org/cipres/treebase/Constants.java
Modified: trunk/treebase-core/src/main/java/org/cipres/treebase/Constants.java
===================================================================
--- trunk/treebase-core/src/main/java/org/cipres/treebase/Constants.java 2012-02-04 00:10:14 UTC (rev 1052)
+++ trunk/treebase-core/src/main/java/org/cipres/treebase/Constants.java 2012-02-04 00:23:33 UTC (rev 1053)
@@ -6,7 +6,7 @@
public class Constants {
public static final int MIN_INTERESTING_PHYLOCHAR_ID = 7;
public static final URI DwCURI = URI.create("http://rs.tdwg.org/dwc/terms/");
- public static final URI TBTermsURI = URI.create("http://treebase.org/terms#");
+ public static final URI TBTermsURI = URI.create("http://purl.org/phylo/treebase/2.0/terms#");
public static final URI DCTermsURI = URI.create("http://purl.org/dc/terms/");
public static final URI DCURI = URI.create("http://purl.org/dc/elements/1.1/");
public static final URI PrismURI = URI.create("http://prismstandard.org/namespaces/1.2/basic/");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|