accurator/commit

refactorization: domain files separation and renaming

authorCristina-Iulia Bucur
Thu Oct 29 13:19:57 2015 +0100
committerCristina-Iulia Bucur
Thu Oct 29 13:19:57 2015 +0100
commit2b66ee4837242ff6aa72e0f013a95a7a2f03f510
tree194112c5cd420792c6561f536689b73565429d7b
parentbb7991d2e703ca337cfede1d9f7024d6bd16e1d9
Diff style: patch stat
diff --git a/rdf/domain/bible/bible_domain.ttl b/rdf/domain/bible/bible_domain.ttl
new file mode 100644
index 0000000..2ee2ac5
--- /dev/null
+++ b/rdf/domain/bible/bible_domain.ttl
@@ -0,0 +1,29 @@
+@prefix accu:   <http://accurator.nl/schema#> .
+@prefix abib:   <http://accurator.nl/bible#> .
+@prefix abibui: <http://accurator.nl/ui/bible#> .
+@prefix aabib:  <http://accurator.nl/ui/annotation/bible#> .
+@prefix auis:   <http://accurator.nl/ui/schema#> .
+@prefix ic:     <http://iconclass.org/> .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dcterms:<http://purl.org/dc/terms/> .
+@prefix dctypes:<http://purl.org/dc/dcmitype/> .
+@prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
+
+abib:domain a accu:Domain ;
+	rdfs:label "bible" ;
+	dcterms:requires <file:///Users/rasvaan/git/iconclass/iconclass.20121019.structure.ttl> ;
+	accu:hasTarget <http://accurator.nl/bible#Target> ;
+	skos:hasTopConcept ic:7 ;
+	accu:hasUI abibui: ;
+	accu:hasAnnotationUI aabib:smallBibleUi ;
+	accu:hasDesciptiveImage abib:jeremia ;
+	accu:hasLastImage abib:jeremia ;
+	accu:hasMaximumExpertiseTopics "50" ;
+	accu:hasMaximumChildren "0" .
+
+<http://iconclass.org/> a skos:ConceptScheme .
+
+abib:jeremia a dctypes:StillImage ;
+	accu:hasFilePath "img/background/bible.jpg" ;
+	accu:brightness "dark" .
diff --git a/rdf/domain/bible/concept_scheme_bible_figure.ttl b/rdf/domain/bible/concept_scheme_bible_figure.ttl
index 1f9346b..dc63785 100644
--- a/rdf/domain/bible/concept_scheme_bible_figure.ttl
+++ b/rdf/domain/bible/concept_scheme_bible_figure.ttl
@@ -2,7 +2,8 @@
 @prefix bibleontology: <http://bibleontology.com/resource/> .
 @prefix          abib: <http://accurator.nl/bible#> .
 
-# Named toplevel resources (462)
+# File used in the cpack image_annotation for autocompletion of fields:
+# concepts identified to be used in a particular domain or setting
 
 bibleontology:Aaron
 	skos:inScheme abib:BiblicalFigureConceptScheme .
diff --git a/rdf/domain/bible/concept_scheme_bible_theme.ttl b/rdf/domain/bible/concept_scheme_bible_theme.ttl
index 785f749..e5e6740 100644
--- a/rdf/domain/bible/concept_scheme_bible_theme.ttl
+++ b/rdf/domain/bible/concept_scheme_bible_theme.ttl
@@ -1,7 +1,8 @@
 @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
 @prefix abib: <http://accurator.nl/bible#> .
 
-# Named toplevel resources (5,954)
+# File used in the cpack image_annotation for autocompletion of fields:
+# concepts identified to be used in a particular domain or setting
 
 <http://iconclass.org/7>
 	skos:inScheme abib:BiblicalThemeConceptScheme .
diff --git a/rdf/domain/bird/bird_domain.ttl b/rdf/domain/bird/bird_domain.ttl
new file mode 100644
index 0000000..f07818c
--- /dev/null
+++ b/rdf/domain/bird/bird_domain.ttl
@@ -0,0 +1,33 @@
+@prefix accu:   <http://accurator.nl/schema#> .
+@prefix abir:   <http://accurator.nl/bird#> .
+@prefix abirui: <http://accurator.nl/ui/bird#> .
+@prefix aabir:  <http://accurator.nl/ui/annotation/bird#> .
+@prefix auis:   <http://accurator.nl/ui/schema#> .
+@prefix birds:	<http://purl.org/collections/birds/> .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dcterms:<http://purl.org/dc/terms/> .
+@prefix dctypes:<http://purl.org/dc/dcmitype/> .
+@prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
+
+abir:domain a accu:Domain ;
+	rdfs:label "bird";
+	dcterms:requires <http://purl.org/collections/nl/naturalis/ioc_birdlist_en_nl.ttl> ;
+	accu:hasTarget <http://accurator.nl/bird#Target> ;
+	skos:hasTopConcept birds:class-aves ;
+	accu:hasUI abirui: ;
+	accu:hasAnnotationUI aabir:smallBirdDemoUi ;
+	accu:hasDesciptiveImage abir:bird ;
+	accu:hasLastImage abir:bird_end ;
+	accu:hasMaximumExpertiseTopics "50" ;
+	accu:hasMaximumChildren "2" .
+
+<http://purl.org/collections/nl/naturalis/ioc_birdlist_en_nl.ttl> a skos:ConceptScheme .
+
+abir:bird a dctypes:StillImage ;
+	accu:hasFilePath "img/background/bird.jpg" ;
+	accu:brightness "light" .
+
+abir:bird_end a dctypes:StillImage ;
+	accu:hasFilePath "img/background/bird-end.jpg" ;
+	accu:brightness "light" .
diff --git a/rdf/domain/domain.ttl b/rdf/domain/domain.ttl
new file mode 100644
index 0000000..3749b8c
--- /dev/null
+++ b/rdf/domain/domain.ttl
@@ -0,0 +1,27 @@
+@prefix accu:   <http://accurator.nl/schema#> .
+@prefix agen:   <http://accurator.nl/generic#> .
+@prefix aui:    <http://accurator.nl/ui/generic#> .
+@prefix auis:   <http://accurator.nl/ui/schema#> .
+@prefix ic:     <http://iconclass.org/> .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dcterms:<http://purl.org/dc/terms/> .
+@prefix dctypes:<http://purl.org/dc/dcmitype/> .
+@prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
+
+agen:domain a accu:Domain ;
+	rdfs:label "generic" ;
+	dcterms:requires <http://iconclass.org/> ;
+	accu:hasTarget <http://www.europeana.eu/schemas/edm/ProvidedCHO> ;
+	skos:hasTopConcept ic:2 ;
+	accu:hasUI aui: ;
+	accu:hasDesciptiveImage agen:mountain ;
+	accu:hasLastImage agen:mountain ;
+	accu:hasMaximumExpertiseTopics "50" ;
+	accu:hasMaximumChildren "2" .
+
+<http://iconclass.org/> a skos:ConceptScheme .
+
+agen:mountain a dctypes:StillImage ;
+	accu:hasFilePath "img/background/generic.jpg" ;
+	accu:brightness "light" .