[tracker: 5/6] test-movie.ttl: fixed missing prefix error




commit 3957acb2db2d536ec7b38d20d8966b08afae5bef
Author: Abanoub Ghadban <abanoub gdb gmail com>
Date:   Sun Jul 4 14:38:12 2021 +0200

    test-movie.ttl: fixed missing prefix error

 tests/functional-tests/test-data/test-movie.ttl | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/functional-tests/test-data/test-movie.ttl b/tests/functional-tests/test-data/test-movie.ttl
index e7a3a3303..8c787a6fc 100644
--- a/tests/functional-tests/test-data/test-movie.ttl
+++ b/tests/functional-tests/test-data/test-movie.ttl
@@ -1,6 +1,7 @@
 @prefix nmm: <http://tracker.api.gnome.org/ontology/v3/nmm#> .
 @prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#> .
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> .
 
 _:3 a nfo:FileHash ;
   nfo:hashValue "123456789ABC" ;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]