aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools')
-rw-r--r--test/tools/test_pipeline.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tools/test_pipeline.py b/test/tools/test_pipeline.py
index 92801ed..611f8b0 100644
--- a/test/tools/test_pipeline.py
+++ b/test/tools/test_pipeline.py
@@ -30,7 +30,7 @@ class TestPipeline(unittest.TestCase):
# constant A
csA = '''
bse:author rdfs:subClassOf bsfs:Predicate ;
- rdfs:domain bsfs:Entity ;
+ rdfs:domain bsfs:File ;
rdfs:range xsd:string ;
bsfs:unique "true"^^xsd:boolean .
'''
@@ -38,7 +38,7 @@ class TestPipeline(unittest.TestCase):
# constant B
csB = '''
bse:rating rdfs:subClassOf bsfs:Predicate ;
- rdfs:domain bsfs:Entity ;
+ rdfs:domain bsfs:File ;
rdfs:range xsd:integer ;
bsfs:unique "true"^^xsd:boolean .
'''