Skip to content

Commit

Permalink
Drops VALUE_PREFIX_* constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Jul 4, 2018
1 parent 46d7a30 commit 51f505b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wdtk-rdf/src/main/java/org/wikidata/wdtk/rdf/Vocabulary.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ public class Vocabulary {
public static final String XSD_STRING = PREFIX_XSD + "string";
public static final String OGC_LOCATION = PREFIX_GEO + "wktLiteral";

// Prefixes for value/reference URI construction
static final String VALUE_PREFIX_GLOBECOORDS = "VC";
static final String VALUE_PREFIX_QUANTITY = "VQ";
static final String VALUE_PREFIX_TIME = "VT";

/**
* Hash map defining the OWL declaration types of the standard vocabulary.
* Declaring this explicitly is useful to obtain a self-contained RDF file,
Expand Down

0 comments on commit 51f505b

Please sign in to comment.