accurator/commit

Added ontology defenition of top concept.

authorChris Dijkshoorn
Tue Apr 7 14:48:53 2015 +0100
committerChris Dijkshoorn
Tue Apr 7 14:48:53 2015 +0100
commit7850e4150c57c4945a7b25637dc980ba3b9ac4a1
tree261cf6a8fce69e606c9442013a68a436abde7304
parent4c9fbc0ee34d2c7fde3cccdee31df34342888218
Diff style: patch stat
diff --git a/rdf/accurator_schema.ttl b/rdf/accurator_schema.ttl
index 91fe25f..496ac76 100644
--- a/rdf/accurator_schema.ttl
+++ b/rdf/accurator_schema.ttl
@@ -32,7 +32,11 @@ accu:hasUI a rdf:Property ;
 
 accu:hasAnnotationUI a rdf:Property ;
 	rdfs:label "Has annotation interface specification"@en ;
-	rdfs:comment "Property linking a domain to a 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 ;
@@ -42,7 +46,6 @@ 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 .