image_annotation/commit

moved experiment interface config rdf from image_annotation cpack to experiment git repository

authorJacco van Ossenbruggen
Thu Jun 28 17:09:57 2012 +0200
committerJacco van Ossenbruggen
Thu Jun 28 17:09:57 2012 +0200
commitb6d8296def9effa0aa66e525c427233e7c45c03f
tree0d30c7e69579479dd27a44e904d502c29e21c10d
parenta4279db054cf6ab59947a7adde6c669edd9ac373
Diff style: patch stat
diff --git a/rdf/mieke_experiment.ttl b/rdf/mieke_experiment.ttl
deleted file mode 100644
index a8c6db9..0000000
--- a/rdf/mieke_experiment.ttl
+++ /dev/null
@@ -1,25 +0,0 @@
-@prefix :       <http://semanticweb.cs.vu.nl/annotate/> .
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dc:	<http://purl.org/dc/terms/> .
-@prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
-@prefix rmaschema: <http://purl.org/collections/nl/rma/schema#> .
-
-rmaschema:imageURL rdfs:subPropertyOf :imageURL .
-
-:miekeExp1 a :AnnotationUI ;
-        dc:title "Tagging Experiment"@en;
-        dc:title "Tag Experiment"@nl;
-	:metadata (       # which metadata field types to show (only image)
-		  :imageURL
-		  ) ;
-	:fields (        # which annotation fields to show (one)
-		:blanco
-		) .
-
-:blanco a :Field ;
-        rdfs:label "Voeg woord toe:"@nl ;
-	rdfs:label "Tag:"@en ;
-	:commentLabel "Opmerkingen:"@nl;
-	:commentLabel "Comments:"@en;
-	:comment :enabled .
diff --git a/rdf/void.ttl b/rdf/void.ttl
index 869f930..11fd4b8 100644
--- a/rdf/void.ttl
+++ b/rdf/void.ttl
@@ -9,9 +9,3 @@
 	dcterms:title "Annotation UI configuration for the sealinc accurator demo";
 	void:dataDump
 		<rma_annotation.ttl> .
-
-<annotation-ui-mieke-tag-exp1>
-	a void:Dataset ;
-	dcterms:title "Annotation UI configuration for mieke's tag experiment";
-	void:dataDump
-		<mieke_experiment.ttl> .