summaryrefslogtreecommitdiff
path: root/tests/functional-tests/test-ontologies/property-promotion/91-test.ontology
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/test-ontologies/property-promotion/91-test.ontology')
-rw-r--r--tests/functional-tests/test-ontologies/property-promotion/91-test.ontology3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functional-tests/test-ontologies/property-promotion/91-test.ontology b/tests/functional-tests/test-ontologies/property-promotion/91-test.ontology
index fa2245cd6..64cb8480e 100644
--- a/tests/functional-tests/test-ontologies/property-promotion/91-test.ontology
+++ b/tests/functional-tests/test-ontologies/property-promotion/91-test.ontology
@@ -2,7 +2,6 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix tracker: <http://www.tracker-project.org/ontologies/tracker#> .
@prefix test: <http://example.org/ns#> .
-@prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
@@ -16,7 +15,7 @@
# B C
#
test: a tracker:Namespace, tracker:Ontology ;
- nao:lastModified "2010-03-24T11:00:04Z" ;
+ tracker:lastModified "2010-03-24T11:00:04Z" ;
tracker:prefix "test" .
test:A a rdfs:Class .