From: <rv...@us...> - 2010-03-16 16:48:29
|
Revision: 599 http://treebase.svn.sourceforge.net/treebase/?rev=599&view=rev Author: rvos Date: 2010-03-16 16:48:22 +0000 (Tue, 16 Mar 2010) Log Message: ----------- Added constants for SKOS, NCBI and uBio. 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 2010-03-16 16:47:24 UTC (rev 598) +++ trunk/treebase-core/src/main/java/org/cipres/treebase/Constants.java 2010-03-16 16:48:22 UTC (rev 599) @@ -12,5 +12,9 @@ public static final URI PrismURI = URI.create("http://prismstandard.org/namespaces/1.2/basic/"); public static final URI BaseURI = URI.create("http://purl.org/PHYLO/TREEBASE/PHYLOWS/"); public static final URI OWLURI = URI.create("http://www.w3.org/2002/07/owl#"); + public static final URI SKOSURI = URI.create("http://www.w3.org/2004/02/skos/core#"); + public static final String NCBITaxonomyBase = "http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id="; + public static final String uBioBase = "http://www.ubio.org/authority/metadata.php?lsid=urn:lsid:ubio.org:namebank:"; + public static final String NCBITaxonomyFormat = "http://purl.uniprot.org/taxonomy/%s.rdf"; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |