Skip to content

Class: Organization

URI: [prov:Organization](http://www.w3.org/ns/prov#Organization)
classDiagram class Organization click Organization href "../Organization/" Group <|-- Organization click Group href "../Group/" Organization : has_identifier Organization --> "0..1" Identifier : has_identifier click Identifier href "../Identifier/"
## Inheritance * [Agent](Agent.md) * [Group](Group.md) * **Organization** ## Class Properties | Property | Value | | --- | --- | | Class URI | [prov:Organization](http://www.w3.org/ns/prov#Organization) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [has_identifier](has_identifier.md) | 0..1
[Identifier](Identifier.md) | | [Agent](Agent.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Person](Person.md) | [member](member.md) | range | [Organization](Organization.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://identifiers.org/brain-bican/assertion-evidence-schema ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | prov:Organization | | native | brainkb:Organization | ## LinkML Source ### Direct
name: Organization
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
is_a: Group
class_uri: prov:Organization

### Induced
name: Organization
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
is_a: Group
attributes:
  has_identifier:
    name: has_identifier
    from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
    rank: 1000
    slot_uri: edam:has_identifier
    owner: Organization
    domain_of:
    - Agent
    range: Identifier
class_uri: prov:Organization