Skip to content

Class: Group

URI: foaf:Group

Hold "Alt" / "Option" to enable pan & zoom
 classDiagram
    class Group
    click Group href "../Group"
      Agent <|-- Group
        click Agent href "../Agent"


      Group <|-- Organization
        click Organization href "../Organization"


      Group : has_identifier




    Group --> "0..1" Identifier : has_identifier
    click Identifier href "../Identifier"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_identifier 0..1
Identifier
Agent

Identifier and Mapping Information

Schema Source

  • from schema: https://identifiers.org/brain-bican/assertion-evidence-schema

Mappings

Mapping Type Mapped Value
self foaf:Group
native brainkb:Group

LinkML Source

Direct

name: Group
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
is_a: Agent
class_uri: foaf:Group

Induced

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