Skip to content

Commit

Permalink
Merge pull request #237 from ArturShoba/master
Browse files Browse the repository at this point in the history
Added new ogit types for 'Bluebird' project
  • Loading branch information
p1tz authored Jul 29, 2016
2 parents 71e971c + 78e9d04 commit 887f18b
Show file tree
Hide file tree
Showing 10 changed files with 310 additions and 5 deletions.
37 changes: 37 additions & 0 deletions NTO/BusinessProcess/attributes/placement.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
@prefix ogit.BusinessProcess: <http://www.purl.org/ogit/BusinessProcess/> .
@prefix ogit.Automation: <http://www.purl.org/ogit/Automation/> .
@prefix ogit: <http://www.purl.org/ogit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ogit.Statistics: <http://www.purl.org/ogit/Statistics/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ogit.Datacenter: <http://www.purl.org/ogit/Datacenter/> .
@prefix ogit.Software: <http://www.purl.org/ogit/Software/> .
@prefix ogit.Cost: <http://www.purl.org/ogit/Cost/> .
@prefix ogit.Price: <http://www.purl.org/ogit/Price/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ogit.Forum: <http://www.purl.org/ogit/Forum/> .
@prefix ogit.Network: <http://www.purl.org/ogit/Network/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ogit.ServiceManagement: <http://www.purl.org/ogit/ServiceManagement/> .

ogit.BusinessProcess:placement
a owl:DatatypeProperty;
rdfs:subPropertyOf ogit:Attribute;
rdfs:label "placement";
dcterms:description "Location of the object within the scope of entity";
dcterms:valid "start=2016-07-12;";
dcterms:creator "Arthur Shoba";
dcterms:created "2016-07-12";
dcterms:modified "2016-07-12";
ogit:admin-contact "arago GmbH";
ogit:tech-contact "arago GmbH";
ogit:history (
[
dcterms:identifier "1";
dcterms:date "2016-07-12";
dcterms:description "initial";
dcterms:creator "Arthur Shoba";
]
);
.
54 changes: 54 additions & 0 deletions NTO/BusinessProcess/entities/Milestone.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
@prefix ogit.BusinessProcess: <http://www.purl.org/ogit/BusinessProcess/> .
@prefix ogit.Automation: <http://www.purl.org/ogit/Automation/> .
@prefix ogit: <http://www.purl.org/ogit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ogit.Statistics: <http://www.purl.org/ogit/Statistics/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ogit.Datacenter: <http://www.purl.org/ogit/Datacenter/> .
@prefix ogit.Software: <http://www.purl.org/ogit/Software/> .
@prefix ogit.Cost: <http://www.purl.org/ogit/Cost/> .
@prefix ogit.Price: <http://www.purl.org/ogit/Price/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ogit.Forum: <http://www.purl.org/ogit/Forum/> .
@prefix ogit.Network: <http://www.purl.org/ogit/Network/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ogit.ServiceManagement: <http://www.purl.org/ogit/ServiceManagement/> .

ogit.BusinessProcess:Milestone
a rdfs:Class;
rdfs:subClassOf ogit:Entity;
rdfs:label "Milestone";
dcterms:description """An identity that represents an important event, achievement, ...""";
# For ranges, see http://dublincore.org/documents/dcmi-period/
dcterms:valid "start=2016-07-12;";
dcterms:creator "Arthur Shoba";
dcterms:created "2016-07-12";
dcterms:modified "2016-07-12";
ogit:admin-contact "arago GmbH";
ogit:tech-contact "arago GmbH";
ogit:scope "NTO";
ogit:parent "http://www.purl.org/ogit/Node";
ogit:any-attributes "true";
ogit:mandatory-attributes (
ogit:name
);
ogit:optional-attributes (
ogit:category
ogit:status
ogit:country
ogit:startedAt
ogit:finishedAt
);
ogit:indexed-attributes (

);
ogit:history (
[
dcterms:identifier "1";
dcterms:date "2016-07-12";
dcterms:description "initial";
dcterms:creator "Arthur Shoba";
]
);
.
55 changes: 55 additions & 0 deletions NTO/BusinessProcess/entities/Project.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
@prefix ogit.BusinessProcess: <http://www.purl.org/ogit/BusinessProcess/> .
@prefix ogit.Automation: <http://www.purl.org/ogit/Automation/> .
@prefix ogit: <http://www.purl.org/ogit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ogit.Statistics: <http://www.purl.org/ogit/Statistics/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ogit.Datacenter: <http://www.purl.org/ogit/Datacenter/> .
@prefix ogit.Software: <http://www.purl.org/ogit/Software/> .
@prefix ogit.Cost: <http://www.purl.org/ogit/Cost/> .
@prefix ogit.Price: <http://www.purl.org/ogit/Price/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ogit.Forum: <http://www.purl.org/ogit/Forum/> .
@prefix ogit.Network: <http://www.purl.org/ogit/Network/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ogit.ServiceManagement: <http://www.purl.org/ogit/ServiceManagement/> .

ogit.BusinessProcess:Project
a rdfs:Class;
rdfs:subClassOf ogit:Entity;
rdfs:label "Project";
dcterms:description """An identity that represents a grouping of Person, Milestone objects.""";
# For ranges, see http://dublincore.org/documents/dcmi-period/
dcterms:valid "start=2016-07-12;";
dcterms:creator "Arthur Shoba";
dcterms:created "2016-07-12";
dcterms:modified "2016-07-12";
ogit:admin-contact "arago GmbH";
ogit:tech-contact "arago GmbH";
ogit:scope "NTO";
ogit:parent "http://www.purl.org/ogit/Node";
ogit:any-attributes "true";
ogit:mandatory-attributes (
ogit:name
);
ogit:optional-attributes (
ogit:category
ogit:placement
ogit:status
ogit:country
ogit:startedAt
ogit:finishedAt
);
ogit:indexed-attributes (

);
ogit:history (
[
dcterms:identifier "1";
dcterms:date "2016-07-12";
dcterms:description "initial";
dcterms:creator "Arthur Shoba";
]
);
.
51 changes: 51 additions & 0 deletions NTO/BusinessProcess/entities/Survey.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
@prefix ogit.BusinessProcess: <http://www.purl.org/ogit/BusinessProcess/> .
@prefix ogit.Automation: <http://www.purl.org/ogit/Automation/> .
@prefix ogit: <http://www.purl.org/ogit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ogit.Statistics: <http://www.purl.org/ogit/Statistics/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ogit.Datacenter: <http://www.purl.org/ogit/Datacenter/> .
@prefix ogit.Software: <http://www.purl.org/ogit/Software/> .
@prefix ogit.Cost: <http://www.purl.org/ogit/Cost/> .
@prefix ogit.Price: <http://www.purl.org/ogit/Price/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ogit.Forum: <http://www.purl.org/ogit/Forum/> .
@prefix ogit.Network: <http://www.purl.org/ogit/Network/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ogit.ServiceManagement: <http://www.purl.org/ogit/ServiceManagement/> .

ogit.BusinessProcess:Survey
a rdfs:Class;
rdfs:subClassOf ogit:Entity;
rdfs:label "Survey";
dcterms:description """List with questions""";
# For ranges, see http://dublincore.org/documents/dcmi-period/
dcterms:valid "start=2016-07-12;";
dcterms:creator "Arthur Shoba";
dcterms:created "2016-07-12";
dcterms:modified "2016-07-12";
ogit:admin-contact "arago GmbH";
ogit:tech-contact "arago GmbH";
ogit:scope "NTO";
ogit:parent "http://www.purl.org/ogit/Node";
ogit:mandatory-attributes (

);
ogit:optional-attributes (
ogit:name
ogit:description
ogit:enumValues
);
ogit:indexed-attributes (

);
ogit:history (
[
dcterms:identifier "1";
dcterms:date "2016-07-12";
dcterms:description "initial";
dcterms:creator "Arthur Shoba";
]
);
.
51 changes: 51 additions & 0 deletions NTO/BusinessProcess/entities/SurveyCycle.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
@prefix ogit.BusinessProcess: <http://www.purl.org/ogit/BusinessProcess/> .
@prefix ogit.Automation: <http://www.purl.org/ogit/Automation/> .
@prefix ogit: <http://www.purl.org/ogit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ogit.Statistics: <http://www.purl.org/ogit/Statistics/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ogit.Datacenter: <http://www.purl.org/ogit/Datacenter/> .
@prefix ogit.Software: <http://www.purl.org/ogit/Software/> .
@prefix ogit.Cost: <http://www.purl.org/ogit/Cost/> .
@prefix ogit.Price: <http://www.purl.org/ogit/Price/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ogit.Forum: <http://www.purl.org/ogit/Forum/> .
@prefix ogit.Network: <http://www.purl.org/ogit/Network/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ogit.ServiceManagement: <http://www.purl.org/ogit/ServiceManagement/> .

ogit.BusinessProcess:SurveyCycle
a rdfs:Class;
rdfs:subClassOf ogit:Entity;
rdfs:label "SurveyCycle";
dcterms:description """List of answers to survey's questions""";
# For ranges, see http://dublincore.org/documents/dcmi-period/
dcterms:valid "start=2016-07-12;";
dcterms:creator "Arthur Shoba";
dcterms:created "2016-07-12";
dcterms:modified "2016-07-12";
ogit:admin-contact "arago GmbH";
ogit:tech-contact "arago GmbH";
ogit:scope "NTO";
ogit:parent "http://www.purl.org/ogit/Node";
ogit:mandatory-attributes (

);
ogit:optional-attributes (
ogit:name
ogit:startedAt
ogit:finishedAt
);
ogit:indexed-attributes (

);
ogit:history (
[
dcterms:identifier "1";
dcterms:date "2016-07-12";
dcterms:description "initial";
dcterms:creator "Arthur Shoba";
]
);
.
9 changes: 8 additions & 1 deletion SGO/sgo/entities/Question.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Additionaly could be used to create new Issue from some form.""";
dcterms:valid "start=2015-05-21;";
dcterms:creator "Peter Larem";
dcterms:created "2015-05-21";
dcterms:modified "2015-05-21";
dcterms:modified "2016-07-12";
ogit:admin-contact "arago GmbH";
ogit:tech-contact "arago GmbH";
ogit:scope "SGO";
Expand All @@ -37,6 +37,7 @@ Additionaly could be used to create new Issue from some form.""";
ogit:status
ogit:question
ogit:response
ogit:capacity
);
ogit:indexed-attributes (

Expand All @@ -48,5 +49,11 @@ Additionaly could be used to create new Issue from some form.""";
dcterms:description "initial";
dcterms:creator "Peter Larem";
]
[
dcterms:identifier "2";
dcterms:date "2016-07-12";
dcterms:description "Added new attribute `capacity`";
dcterms:creator "Arthur Shoba";
]
);
.
24 changes: 23 additions & 1 deletion SGO/sgo/verbs/belongs.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ogit:belongs
dcterms:valid "start=2015-05-21;";
dcterms:creator "Peter Larem";
dcterms:created "2015-05-21";
dcterms:modified "2015-05-21";
dcterms:modified "2016-07-12";
ogit:admin-contact "arago GmbH";
ogit:tech-contact "arago GmbH";
ogit:history (
Expand Down Expand Up @@ -88,6 +88,12 @@ ogit:belongs
dcterms:description "add connection Attachment -> Comment";
dcterms:creator "Peter Larem";
]
[
dcterms:identifier "11";
dcterms:date "2016-07-12";
dcterms:description "Added edges for `Person` -> `BusinessProcess\Project`, `Person` -> `BusinessProcess\Milestone`, `BusinessProcess\Milestone` -> `BusinessProcess\Project`, `BusinessProcess\SurveyCycle` -> `BusinessProcess\Survey`, `BusinessProcess\Survey` -> `Person`, `BusinessProcess\SurveyCycle` -> `Person`";
dcterms:creator "Arthur Shoba";
]
);
ogit:allowed (
[
Expand Down Expand Up @@ -210,5 +216,21 @@ ogit:belongs
ogit:from ogit:Attachment;
ogit:to ogit:Comment;
]
[
ogit:from ogit:Person;
ogit:to ogit.BusinessProcess:Project;
]
[
ogit:from ogit:Person;
ogit:to ogit.BusinessProcess:Milestone;
]
[
ogit:from ogit.BusinessProcess:Milestone;
ogit:to ogit.BusinessProcess:Project;
]
[
ogit:from ogit.BusinessProcess:SurveyCycle;
ogit:to ogit.BusinessProcess:Survey;
]
);
.
2 changes: 1 addition & 1 deletion SGO/sgo/verbs/contains.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ogit:contains
dcterms:valid "start=2015-05-21;";
dcterms:creator "Peter Larem";
dcterms:created "2015-05-21";
dcterms:modified "2015-06-25";
dcterms:modified "2016-07-12";
ogit:admin-contact "arago GmbH";
ogit:tech-contact "arago GmbH";
ogit:history (
Expand Down
16 changes: 15 additions & 1 deletion SGO/sgo/verbs/creates.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ogit:creates
dcterms:valid "start=2015-05-19;";
dcterms:creator "Peter Larem";
dcterms:created "2015-05-19";
dcterms:modified "2015-08-11";
dcterms:modified "2016-07-12";
ogit:admin-contact "arago GmbH";
ogit:tech-contact "arago GmbH";
ogit:history (
Expand Down Expand Up @@ -98,6 +98,12 @@ ogit:creates
dcterms:description "Added edge for `ogit/Forum/Profile` -> `ogit/Forum/Rating`";
dcterms:creator "Ben Neal";
]
[
dcterms:identifier "11";
dcterms:date "2016-07-12";
dcterms:description "Added edge for `ogit/Person` -> `ogit/BusinessProcess/Project`, `ogit/Person` -> `ogit/BusinessProcess/Milestone`";
dcterms:creator "Arthur Shoba";
]
);
ogit:allowed (
[
Expand Down Expand Up @@ -172,5 +178,13 @@ ogit:creates
ogit:from ogit.Forum:Profile;
ogit:to ogit.Forum:Rating;
]
[
ogit:from ogit:Person;
ogit:to ogit.BusinessProcess:Project;
]
[
ogit:from ogit:Person;
ogit:to ogit.BusinessProcess:Milestone;
]
);
.
Loading

0 comments on commit 887f18b

Please sign in to comment.