accurator/commit

Added example object.

authorChris Dijkshoorn
Mon Jun 13 13:04:56 2016 +0200
committerChris Dijkshoorn
Mon Jun 13 13:04:56 2016 +0200
commit504909790a06d2abba44bfe34a1a8ac115bd23d7
tree5bb0f192e2cd723f75eb260c5dcc5d7414e52ee0
parentd21385d723bc3a570dea35cacc5fdc6223a5125a
Diff style: patch stat
diff --git a/config-available/accurator.pl b/config-available/accurator.pl
index 2aad954..2068d6a 100644
--- a/config-available/accurator.pl
+++ b/config-available/accurator.pl
@@ -8,6 +8,7 @@
 % Load ui rdf
 :- rdf_attach_library(accurator(rdf)).
 :- rdf_load_library('accurator-generic').
+:- rdf_load_library('accurator-example-object').
 %:- rdf_load_library('accurator-bird-domain').
 %:- rdf_load_library('accurator-bible-domain').
 %:- rdf_load_library('accurator-fashion-domain').
diff --git a/rdf/object.ttl b/rdf/object.ttl
new file mode 100644
index 0000000..b5af32c
--- /dev/null
+++ b/rdf/object.ttl
@@ -0,0 +1,17 @@
+@prefix agen:   <http://accurator.nl/generic#> .
+@prefix rma:    <http://purl.org/collections/nl/rma/> .
+@prefix edm:    <http://www.europeana.eu/schemas/edm/> .
+@prefix hdl:    <http://hdl.handle.net/10934/> .
+@prefix ore:	<http://www.openarchives.org/ore/terms/> .
+@prefix dc:     <http://purl.org/dc/elements/1.1/> .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+
+# Minimal example object
+
+rma:RP-P-1994-2 a edm:ProvidedCHO ;
+	rdf:type <http://accurator.nl/generic#Target> ;
+	dc:title "Het meer Kawaguchi"@nl .
+
+hdl:RM0001.COLLECT.282224%3Aaggregation a ore:Aggregation ;
+	edm:aggregatedCHO rma:RP-P-1994-2 ;
+	edm:isShownBy <http://lh4.ggpht.com/tClRkdXlR5cKdaE94TKHqcDxZE3CPRCftnDLKeJ9NnN3IVrv8Q8Drgxf-b58tCbqANZMi6BlOWG2_n-5HJJ4T9WXt1aG=s0> .
diff --git a/rdf/void.ttl b/rdf/void.ttl
index 41541ca..128cc86 100644
--- a/rdf/void.ttl
+++ b/rdf/void.ttl
@@ -46,6 +46,12 @@
 				<accurator-ui-languages> ;
 	void:dataDump <domain/domain.ttl> .
 
+<accurator-example-object>
+	a void:Dataset ;
+	dcterms:title "Example of object with minimal metadata" ;
+	lib:source <http://accurator.nl/> ;
+	void:dataDump <object.ttl> .
+
 <accurator-bird-domain>
 	a void:Dataset ;
 	dcterms:title "Accurator configuration for bird domain" ;