Skip to content

Commit

Permalink
use oboe.1.2 namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
leinfelder committed Jun 23, 2016
1 parent 6b1d206 commit 57d1a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ public abstract class AnnotationGenerator {
public static String rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
public static String rdfs = "http://www.w3.org/2000/01/rdf-schema#";
public static String owl = "http://www.w3.org/2002/07/owl#";
public static String oboe = "http://ecoinformatics.org/oboe/oboe.1.1/oboe.owl#";
public static String oboe_core = "http://ecoinformatics.org/oboe/oboe.1.1/oboe-core.owl#";
public static String oboe_characteristics = "http://ecoinformatics.org/oboe/oboe.1.1/oboe-characteristics.owl#";
public static String oboe = "http://ecoinformatics.org/oboe/oboe.1.2/oboe.owl#";
public static String oboe_core = "http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#";
public static String oboe_characteristics = "http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#";
public static String oboe_sbc = "http://ecoinformatics.org/oboe-ext/sbclter.1.0/oboe-sbclter.owl#";
public static String oa = "http://www.w3.org/ns/oa#";
public static String oa_source = "http://www.w3.org/ns/oa.rdf";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public void testClassLookup() {
String fullLabel = "oboe-characteristics:Count";
MeasurementTypeGenerator mtg = new MeasurementTypeGenerator();
String conceptUri = mtg.lookupConcept(fullLabel);
assertEquals("http://ecoinformatics.org/oboe/oboe.1.1/oboe-characteristics.owl#Count", conceptUri);
assertEquals("http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#Count", conceptUri);

}

Expand Down

0 comments on commit 57d1a71

Please sign in to comment.