accurator/commit

Added target class to the rdf domains.

authorChris Dijkshoorn
Wed Mar 11 13:14:53 2015 +0000
committerChris Dijkshoorn
Wed Mar 11 13:14:53 2015 +0000
commit21a301f6c8c3d1cf50fdfc1454b364b038d4328d
treecafd4ed34d26a0b7738465c70c8ede40c5e8ddd5
parent64fbd8eb949bf5135f8c55eb0a28bc303ad8b284
Diff style: patch stat
diff --git a/rdf/accurator_domain_bible.ttl b/rdf/accurator_domain_bible.ttl
index 648a61c..221b35b 100644
--- a/rdf/accurator_domain_bible.ttl
+++ b/rdf/accurator_domain_bible.ttl
@@ -13,6 +13,7 @@
 abib:domain a accu:Domain ;
 	rdfs:label "bible" ;
 	dcterms:requires <file:///Users/rasvaan/git/iconclass/iconclass.20121019.structure.ttl> ;
+	accu:hasTarget <http://www.europeana.eu/schemas/edm/ProvidedCHO> ;
 	skos:hasTopConcept ic:7 ;
 	accu:hasUI abibui: ;
 	accu:hasAnnotationUI aabib:smallBibleUi ;
diff --git a/rdf/accurator_domain_bird.ttl b/rdf/accurator_domain_bird.ttl
index 80bc194..e806124 100644
--- a/rdf/accurator_domain_bird.ttl
+++ b/rdf/accurator_domain_bird.ttl
@@ -13,6 +13,7 @@
 abir:domain a accu:Domain ;
 	rdfs:label "bird";
 	dcterms:requires <http://purl.org/collections/nl/naturalis/ioc_birdlist_en_nl.ttl> ;
+	accu:hasTarget <http://www.europeana.eu/schemas/edm/ProvidedCHO> ;
 	skos:hasTopConcept birds:class-aves ;
 	accu:hasUI abirui: ;
 	accu:hasAnnotationUI aabir:smallBirdDemoUi ;
diff --git a/rdf/accurator_schema.ttl b/rdf/accurator_schema.ttl
index 8086ef2..91fe25f 100644
--- a/rdf/accurator_schema.ttl
+++ b/rdf/accurator_schema.ttl
@@ -20,6 +20,10 @@ accu:DesciptiveImage a rdfs:Class ;
 	rdfs:comment "Image that illustrates a resource"@en ;
 	rdfs:subClassOf dctypes:StillImage.
 
+accu:hasTarget a rdf:Property;
+	rdfs:label "Has target class"@en ;
+	rdfs:comment "The class that is targeted for annotation."@en .
+
 accu:hasUI a rdf:Property ;
 	rdfs:label "Has user interface specification"@en ;
 	rdfs:comment "Property linking a domain to a user interface specification."@en ;