Skip to content

Commit

Permalink
#1 removed diagram from concept page
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed Feb 6, 2022
1 parent 4878f7e commit 1188def
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions docs/concept/concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,3 @@ Most of these concepts and their terms will be pre-defined in all kinds of
vocabularies but for brand-new use cases in a new domain concepts and their
terms will have to be created.

```mermaid
classDiagram
direction RL
class Concept {
- type : ConceptType
}
class UseCase {
- vocabulary: Vocabulary
- stories: Story[]
}
UseCase --> UseCase : requires
Vocabulary "*" --> "*" Concept
Vocabulary "*" --> "*" Term
Story --> "*" Concept : input
Story --> "*" Concept : output
Term --> "1..*" Concept
%% Concept --> OntologyAxiom
Vocabulary <--> Concept
UseCase --> "1..*" Story
Persona --|> Concept
Concept --> Concept : broader
Concept --> Term : preferred
UseCase --> "1" Vocabulary : use case vocabulary
Persona "1" --o "0..*" Story
link UseCase "../use-case/"
link Story "../story/"
link Concept "../concept/"
link Persona "../persona/"
```

0 comments on commit 1188def

Please sign in to comment.