diff --git a/NTO/BusinessProcess/entities/Survey.ttl b/NTO/BusinessProcess/entities/Survey.ttl
index 2a3ca352de0..a922a0bbcd9 100644
--- a/NTO/BusinessProcess/entities/Survey.ttl
+++ b/NTO/BusinessProcess/entities/Survey.ttl
@@ -27,6 +27,8 @@ ogit.BusinessProcess:Survey
ogit:description
ogit:surveyQuestions
ogit:schedule
+ ogit:type
+ ogit:status
);
ogit:indexed-attributes (
ogit:title
diff --git a/NTO/BusinessProcess/entities/SurveyIteration.ttl b/NTO/BusinessProcess/entities/SurveyIteration.ttl
index 3dcd34ee345..aa7614031a4 100644
--- a/NTO/BusinessProcess/entities/SurveyIteration.ttl
+++ b/NTO/BusinessProcess/entities/SurveyIteration.ttl
@@ -23,6 +23,7 @@ ogit.BusinessProcess:SurveyIteration
);
ogit:optional-attributes (
ogit:startedAt
+ ogit:status
);
ogit:indexed-attributes (
diff --git a/SGO/sgo/attributes/position.ttl b/SGO/sgo/attributes/position.ttl
new file mode 100644
index 00000000000..7104a017f2d
--- /dev/null
+++ b/SGO/sgo/attributes/position.ttl
@@ -0,0 +1,26 @@
+@prefix ogit: .
+@prefix owl: .
+@prefix rdfs: .
+@prefix dcterms: .
+
+ogit:position
+ a owl:DatatypeProperty;
+ rdfs:subPropertyOf ogit:Attribute;
+ rdfs:label "position";
+ dcterms:description """Indicates user's position. This field contains a string value.""";
+ # For ranges, see http://dublincore.org/documents/dcmi-period/
+ dcterms:valid "start=2016-10-18;";
+ dcterms:creator "Arthur Shoba";
+ dcterms:created "2016-10-18";
+ dcterms:modified "2016-10-18";
+ ogit:admin-contact "arago GmbH";
+ ogit:tech-contact "arago GmbH";
+ ogit:history (
+ [
+ dcterms:identifier "1";
+ dcterms:date "2016-10-18";
+ dcterms:description "initial";
+ dcterms:creator "Arthur Shoba";
+ ]
+ );
+.
diff --git a/SGO/sgo/entities/Organization.ttl b/SGO/sgo/entities/Organization.ttl
index b5716ba8538..8d26a2fb18b 100644
--- a/SGO/sgo/entities/Organization.ttl
+++ b/SGO/sgo/entities/Organization.ttl
@@ -36,9 +36,11 @@ The ogit/function attribute should be used to tell what kind of grouping an enti
ogit:businessCategory
ogit:webPage
ogit:sourceId
+ ogit:phone
);
ogit:indexed-attributes (
-
+ ogit:name
+ ogit:description
);
ogit:history (
[
diff --git a/SGO/sgo/entities/Person.ttl b/SGO/sgo/entities/Person.ttl
index 009d2cfaca5..3ed094a6631 100644
--- a/SGO/sgo/entities/Person.ttl
+++ b/SGO/sgo/entities/Person.ttl
@@ -34,6 +34,7 @@ ogit:Person
ogit:webPage
ogit:sourceId
ogit:status
+ ogit:position
);
ogit:indexed-attributes (
ogit:firstName