ANY23-282 Replacement for all Sindice namespaces and URI's
Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/2012712f
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/2012712f
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/2012712f
Branch: refs/heads/master
Commit: 2012712f7ff622c3259149e42bab1990571b99b6
Parents: a6d3a18
Author: Lewis John McGibbney <lewis.mcgibbney@gmail.com>
Authored: Tue Apr 11 15:37:49 2017 -0700
Committer: Lewis John McGibbney <lewis.mcgibbney@gmail.com>
Committed: Tue Apr 11 15:37:49 2017 -0700
----------------------------------------------------------------------
api/src/main/java/org/apache/any23/vocab/CSV.java | 2 +-
api/src/main/java/org/apache/any23/vocab/SINDICE.java | 1 -
.../office-scraper/src/main/java/org/apache/any23/vocab/Excel.java | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/any23/blob/2012712f/api/src/main/java/org/apache/any23/vocab/CSV.java
----------------------------------------------------------------------
diff --git a/api/src/main/java/org/apache/any23/vocab/CSV.java b/api/src/main/java/org/apache/any23/vocab/CSV.java
index 4325bf6..8f1893e 100644
--- a/api/src/main/java/org/apache/any23/vocab/CSV.java
+++ b/api/src/main/java/org/apache/any23/vocab/CSV.java
@@ -73,7 +73,7 @@ public class CSV extends Vocabulary {
/**
* The namespace of the vocabulary as a string.
*/
- public static final String NS = "http://vocab.sindice.net/csv/";
+ public static final String NS = "http://any23.apache.org/csv/";
private static CSV instance;
http://git-wip-us.apache.org/repos/asf/any23/blob/2012712f/api/src/main/java/org/apache/any23/vocab/SINDICE.java
----------------------------------------------------------------------
diff --git a/api/src/main/java/org/apache/any23/vocab/SINDICE.java b/api/src/main/java/org/apache/any23/vocab/SINDICE.java
index 68c8d5a..287f04c 100644
--- a/api/src/main/java/org/apache/any23/vocab/SINDICE.java
+++ b/api/src/main/java/org/apache/any23/vocab/SINDICE.java
@@ -22,7 +22,6 @@ import org.eclipse.rdf4j.model.IRI;
/**
* This class models an internal <i>Sindice</i> Vocabulary to describe
* resource domains and Microformat nesting relationships.
- * See the <a href="http://developers.any23.org/extraction.html">Any23 extraction notes</a>.
*
* @author Davide Palmisano (dpalmisano@gmail.com)
* @author Michele Mostarda (michele.mostarda@gmail.com)
http://git-wip-us.apache.org/repos/asf/any23/blob/2012712f/plugins/office-scraper/src/main/java/org/apache/any23/vocab/Excel.java
----------------------------------------------------------------------
diff --git a/plugins/office-scraper/src/main/java/org/apache/any23/vocab/Excel.java b/plugins/office-scraper/src/main/java/org/apache/any23/vocab/Excel.java
index 64ca060..2ce8874 100644
--- a/plugins/office-scraper/src/main/java/org/apache/any23/vocab/Excel.java
+++ b/plugins/office-scraper/src/main/java/org/apache/any23/vocab/Excel.java
@@ -107,7 +107,7 @@ public class Excel extends Vocabulary {
/**
* The namespace of the vocabulary as a string.
*/
- public static final String NS = "http://vocab.sindice.net/excel/";
+ public static final String NS = "http://any23.apache.org/excel/";
private static Excel instance;
|