image_annotation/commit

renamed example ui config file

authorJacco van Ossenbruggen
Fri Oct 19 17:40:23 2012 +0200
committerJacco van Ossenbruggen
Fri Oct 19 17:40:23 2012 +0200
commitd8b678509b34aac546c975e917929cf932406da3
tree586a151e077841f0a3e6b8668c9ee7d8f799bdee
parent75b321da6c5eab46404a886db4def793891683e7
Diff style: patch stat
diff --git a/config-available/load_rma_example.pl b/config-available/load_rma_example.pl
index d1b532f..54c700b 100644
--- a/config-available/load_rma_example.pl
+++ b/config-available/load_rma_example.pl
@@ -2,4 +2,4 @@
 
 :- use_module(library('semweb/rdf_db')).
 
-:- rdf_load(rdf('rma_annotation.ttl')). % load example config file
+:- rdf_load(rdf('annotation_ui_example.ttl')). % load example config file
diff --git a/rdf/rma_annotation.ttl b/rdf/annotation_ui_example.ttl
similarity index 100%
rename from rdf/rma_annotation.ttl
rename to rdf/annotation_ui_example.ttl
diff --git a/rdf/void.ttl b/rdf/void.ttl
index 11fd4b8..f879c6e 100644
--- a/rdf/void.ttl
+++ b/rdf/void.ttl
@@ -4,8 +4,8 @@
 @prefix       owl: <http://www.w3.org/2002/07/owl#> .
 @prefix   dcterms: <http://purl.org/dc/terms/> .
 
-<annotation-ui-sealinc>
+<annotation-ui-example>
 	a void:Dataset ;
 	dcterms:title "Annotation UI configuration for the sealinc accurator demo";
 	void:dataDump
-		<rma_annotation.ttl> .
+		<annotation_ui_example.ttl> .