Skip to content

Commit

Permalink
Merge pull request #259 from ArturShoba/master
Browse files Browse the repository at this point in the history
Updates for bluebird project
  • Loading branch information
p1tz authored Oct 27, 2016
2 parents 5a8207a + 5ae08fe commit a149e5a
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NTO/BusinessProcess/entities/Survey.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ ogit.BusinessProcess:Survey
ogit:description
ogit:surveyQuestions
ogit:schedule
ogit:type
ogit:status
);
ogit:indexed-attributes (
ogit:title
Expand Down
1 change: 1 addition & 0 deletions NTO/BusinessProcess/entities/SurveyIteration.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ogit.BusinessProcess:SurveyIteration
);
ogit:optional-attributes (
ogit:startedAt
ogit:status
);
ogit:indexed-attributes (

Expand Down
26 changes: 26 additions & 0 deletions SGO/sgo/attributes/position.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
@prefix ogit: <http://www.purl.org/ogit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

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";
]
);
.
4 changes: 3 additions & 1 deletion SGO/sgo/entities/Organization.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
[
Expand Down
1 change: 1 addition & 0 deletions SGO/sgo/entities/Person.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ogit:Person
ogit:webPage
ogit:sourceId
ogit:status
ogit:position
);
ogit:indexed-attributes (
ogit:firstName
Expand Down

0 comments on commit a149e5a

Please sign in to comment.