aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/base/extractor.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsie/base/extractor.py')
-rw-r--r--bsie/base/extractor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsie/base/extractor.py b/bsie/base/extractor.py
index 2fc4f18..75b7173 100644
--- a/bsie/base/extractor.py
+++ b/bsie/base/extractor.py
@@ -23,7 +23,6 @@ __all__: typing.Sequence[str] = (
# NOTE: The definition here is only for convenience; Each Extractor must implement its use, if so desired.
SCHEMA_PREAMBLE = '''
# common external prefixes
- prefix owl: <http://www.w3.org/2002/07/owl#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>