Skip to content

Class: UseCase

URI: onto_usage:UseCase

erDiagram UseCase { string usecase } Ontology { string id string label } UseCase ||--|o Ontology : "ontology"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
ontology 0..1
Ontology
The ontology involved in a specific use case direct
usecase 0..1
String
A short description of the use case, in one or two sentences direct

Usages

used by used in type used
Document use_cases range UseCase

Identifier and Mapping Information

Annotations

property value
owl IntersectionOf

Schema Source

  • from schema: http://w3id.org/ontogpt/onto_usage

Mappings

Mapping Type Mapped Value
self onto_usage:UseCase
native onto_usage:UseCase

LinkML Source

Direct

name: UseCase
annotations:
  owl:
    tag: owl
    value: IntersectionOf
from_schema: http://w3id.org/ontogpt/onto_usage
is_a: CompoundExpression
attributes:
  ontology:
    name: ontology
    description: The ontology involved in a specific use case.
    from_schema: http://w3id.org/ontogpt/onto_usage
    rank: 1000
    domain_of:
    - UseCase
    range: Ontology
  usecase:
    name: usecase
    description: A short description of the use case, in one or two sentences.
    from_schema: http://w3id.org/ontogpt/onto_usage
    rank: 1000
    domain_of:
    - UseCase
    range: string

Induced

name: UseCase
annotations:
  owl:
    tag: owl
    value: IntersectionOf
from_schema: http://w3id.org/ontogpt/onto_usage
is_a: CompoundExpression
attributes:
  ontology:
    name: ontology
    description: The ontology involved in a specific use case.
    from_schema: http://w3id.org/ontogpt/onto_usage
    rank: 1000
    alias: ontology
    owner: UseCase
    domain_of:
    - UseCase
    range: Ontology
  usecase:
    name: usecase
    description: A short description of the use case, in one or two sentences.
    from_schema: http://w3id.org/ontogpt/onto_usage
    rank: 1000
    alias: usecase
    owner: UseCase
    domain_of:
    - UseCase
    range: string