Knowledge-Graph-Engineering / agile-process

6 stars 0 forks source link

Summary of Groups #6

Open arquicanedo opened 1 year ago

arquicanedo commented 1 year ago
graph TD;
ExecutiveManagement -- Endorses --> MultiDisciplinaryTeam;
MultiDisciplinaryTeam -- Develops --> Models;
MultiDisciplinaryTeam -- Asks --> CompetencyQuestions;
CompetencyQuestions -- Validate --> UserStory;
CompetencyQuestions -- Validate --> UseCase;
UseCase -- Defines --> Requirements;
UserStory -- Defines --> Requirements;
SME -- Supports --> MultiDisciplinaryTeam;
SME -- Validates --> Models;
Models -- ComplyWith --> Standards;
Requirements -- Drive --> Models;
Models -- StructuredIn --> LayeredOntologies;
Models -- ManagedIn --> SourceControl;

Models -- ContinuouslyValidatedWith --> Data;
Models -- ContinuouslyValidatedWith --> Testing;
Data -- ContinuouslyValidatedWith --> Testing;
Testing -- AssistedBy --> Visualization;
Testing -- IntegratedWith --> SourceControl;
Testing -- AssistedBy --> Queries;
Testing -- AssistedBy --> Reasoner;

UnitIntegrationRegressionTests -- Drive --> Testing; 

Queries -- ComplyWith --> Standards;

SourceControl -- IntegratedWith --> ReleaseInfrastructure

Standards -- Includes --> SHACL;
Standards -- Include --> OWL;

style CompetencyQuestions fill:#cc0066
arquicanedo commented 1 year ago

TODO:

arquicanedo commented 1 year ago

This would be a nice format/approach to present the agile KG principles if we get there: https://principledgraphql.com/