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/f8005eae Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/f8005eae Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/f8005eae Branch: refs/heads/master Commit: f8005eae1e9b7286384543dcbe572655716e118f Parents: 2012712 Author: Lewis John McGibbney <[email protected]> Authored: Tue Apr 11 16:18:48 2017 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Tue Apr 11 16:18:48 2017 -0700 ---------------------------------------------------------------------- .../apache/any23/prefixes/prefixes.properties | 29 ++++++++++++++------ 1 file changed, 20 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/f8005eae/core/src/main/resources/org/apache/any23/prefixes/prefixes.properties ---------------------------------------------------------------------- diff --git a/core/src/main/resources/org/apache/any23/prefixes/prefixes.properties b/core/src/main/resources/org/apache/any23/prefixes/prefixes.properties index a9faa2d..6a23b91 100644 --- a/core/src/main/resources/org/apache/any23/prefixes/prefixes.properties +++ b/core/src/main/resources/org/apache/any23/prefixes/prefixes.properties @@ -16,18 +16,29 @@ # # This file contains some popular RDF prefixes to be used in Any23 -rdf=https://www.w3.org/TR/REC-rdf-syntax# -rdfs=https://www.w3.org/TR/rdf-schema# -xhtml=http://www.w3.org/1999/xhtml/vocab# dcterms=http://purl.org/dc/terms/ +doac=http://ramonantonio.net/doac/0.1/# +ex=http://example.com/ns# +fb=http://www.facebook.com/2008/fbml# foaf=http://xmlns.com/foaf/spec/ geo=http://www.w3.org/2003/01/geo/wgs84_pos# -vcard=http://www.w3.org/2006/vcard/ns# +hlisting=http://microformats.org/wiki/hlisting/ +hrecipe=http://microformats.org/wiki/hrecipe/ +hevent=http://microformats.org/wiki/hevent/ +hcard=http://microformats.org/wiki/hcard/ +hproduct=http://microformats.org/wiki/hproduct/ +hitem=http://microformats.org/wiki/hitem/ +hentry=http://microformats.org/wiki/hentry/ ical=http://www.w3.org/2002/12/cal/icaltzd# +jsonld=http://www.w3.org/ns/json-ld# +og=http://opengraphprotocol.org/schema/ rev=http://purl.org/stuff/rev# -ex=http://example.com/ns# -wo=http://purl.org/ontology/wo/ +rdf=https://www.w3.org/TR/REC-rdf-syntax# +rdfs=https://www.w3.org/TR/rdf-schema# +sindice=http://vocab.sindice.net/ skos=http://www.w3.org/2004/02/skos/core# -og=http://opengraphprotocol.org/schema/ -fb=http://www.facebook.com/2008/fbml# -jsonld=http://www.w3.org/ns/json-ld# +vcard=http://www.w3.org/2006/vcard/ns# +wo=http://purl.org/ontology/wo/ +xfn=http://microformats.org/wiki/xfn/ +xhtml=http://www.w3.org/1999/xhtml/vocab# +
