Repository: jena
Updated Branches:
  refs/heads/master 2757cc47b -> fc011bd8f


JENA-1293: Correcting VCARD namespace


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/fc011bd8
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/fc011bd8
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/fc011bd8

Branch: refs/heads/master
Commit: fc011bd8f3de500549da13ae4747f8eafd745204
Parents: 2757cc4
Author: ajs6f <[email protected]>
Authored: Mon Feb 20 10:36:27 2017 -0500
Committer: ajs6f <[email protected]>
Committed: Mon Feb 20 10:36:27 2017 -0500

----------------------------------------------------------------------
 jena-core/src/main/java/org/apache/jena/vocabulary/VCARD.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/fc011bd8/jena-core/src/main/java/org/apache/jena/vocabulary/VCARD.java
----------------------------------------------------------------------
diff --git a/jena-core/src/main/java/org/apache/jena/vocabulary/VCARD.java 
b/jena-core/src/main/java/org/apache/jena/vocabulary/VCARD.java
index 4f2286c..8c77d8f 100644
--- a/jena-core/src/main/java/org/apache/jena/vocabulary/VCARD.java
+++ b/jena-core/src/main/java/org/apache/jena/vocabulary/VCARD.java
@@ -32,7 +32,7 @@ public class VCARD {
        /**
         * The namespace of the vocabulary as a string
         */
-       public static final String uri ="http://www.w3.org/2001/vcard-rdf/3.0#";;
+       public static final String uri ="http://www.w3.org/2006/vcard/ns#";;
 
     /** returns the URI for this schema
      * @return the URI for this schema

Reply via email to