@prefix accu:   <http://accurator.nl/schema#> .
@prefix auis:   <http://accurator.nl/ui/schema#> .
@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#> .

accu:Domain a rdfs:Class ;
	rdfs:label "A subject domain, e.g. birds or bibles."@en .

accu:hasDescriptiveImage a rdf:Property ;
	rdfs:label "Has desciptive image"@en ;
	rdfs:comment "Property connecting a resource to an image descibing the resource"@en ;
	rdfs:subPropertyOf dcterms:description ;
	rdfs:range accu:DescriptiveImage .

accu:DescriptiveImage a rdfs:Class ;
	rdfs:label "Descriptive image"@en ;
	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 ;
	rdfs:range auis:UI ;
	rdfs:domain accu:Domain .

accu:hasLabel a rdf:Property ;
	rdfs:label "Has domain label"@en ;
	rdfs:comment "Property linking a domain to a label."@en .

accu:hasAnnotationUI a rdf:Property ;
	rdfs:label "Has annotation interface specification"@en ;
	rdfs:comment "Property linking a domain to an annotation interface specification."@en .

accu:hasTopConcept a rdf:Property ;
	rdfs:label "Top concept"@en ;
	rdfs:comment "The concept from which the taxonomy is decended to get expertise topics."@en .

accu:hasMaximumExpertiseTopics a rdf:Property ;
	rdfs:label "Has maximum number of expertise topics"@en ;
	rdfs:comment "The maximum number of expertise topics shown to a user."@en .

accu:QueryExample a rdfs:Class ;
	rdfs:label "Example query"@en ;
	rdfs:comment "Query illustrating the domain"@en .

accu:action a rdf:Property ;
	rdfs:label "Action"@en ;
	rdfs:comment "The action taken upon interacting with element"@en .

accu:hasMaximumChildren a rdf:Property ;
	rdfs:label "Has maximum number of children"@en ;
	rdfs:comment "The number of child concepts shown in expertise screen"@en .

accu:hasFilePath a rdf:Property ;
	rdfs:label "Has file path"@en ;
	rdfs:comment "Connecting a resource to the filepath it can be found"@en .

accu:brightness a rdf:Property;
	rdfs:label "Has brightness"@en ;
	rdfs:comment "Whether a depiction is dark or light."@en .