added schema.org prefix mapping by default
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/0550b39f Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/0550b39f Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/0550b39f Branch: refs/heads/develop Commit: 0550b39f78e59420a9ba16bcfd8c4232e6f4996f Parents: f77b249 Author: Sergio Fernández <[email protected]> Authored: Wed Mar 12 16:54:13 2014 +0100 Committer: Sergio Fernández <[email protected]> Committed: Wed Mar 12 16:54:13 2014 +0100 ---------------------------------------------------------------------- .../marmotta-core/src/main/resources/config-defaults.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/0550b39f/platform/marmotta-core/src/main/resources/config-defaults.properties ---------------------------------------------------------------------- diff --git a/platform/marmotta-core/src/main/resources/config-defaults.properties b/platform/marmotta-core/src/main/resources/config-defaults.properties index 4ac724d..ba80bbf 100644 --- a/platform/marmotta-core/src/main/resources/config-defaults.properties +++ b/platform/marmotta-core/src/main/resources/config-defaults.properties @@ -192,7 +192,7 @@ prefix.rdf = http://www.w3.org/1999/02/22-rdf-syntax-ns# prefix.skos = http://www.w3.org/2004/02/skos/core# prefix.ldp = http://www.w3.org/ns/ldp# prefix.mao = http://www.w3.org/ns/ma-ont# - +prefix.schema = http://schema.org/ contexts.default = ${kiwi.context}context/default contexts.inferred = ${kiwi.context}context/inferred
