Skip to content

Class: SocialOrganisation

A social organisation deploying the in-kind platform. Primary operational tenant; hierarchy depth is limited to 4 levels.

URI: org:Organization

 classDiagram
    class SocialOrganisation
    click SocialOrganisation href "../SocialOrganisation/"
      SocialOrganisation : config





        SocialOrganisation --> "0..1" OrgConfig : config
        click OrgConfig href "../OrgConfig/"



      SocialOrganisation : geo_point





        SocialOrganisation --> "0..1" GeoPoint : geo_point
        click GeoPoint href "../GeoPoint/"



      SocialOrganisation : id

      SocialOrganisation : is_active

      SocialOrganisation : name

      SocialOrganisation : parent





        SocialOrganisation --> "0..1" SocialOrganisation : parent
        click SocialOrganisation href "../SocialOrganisation/"



Class Properties

Property Value
Class URI org:Organization

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A unique identifier for the entity direct
name 0..1
String
A human-readable name for a thing direct
parent 0..1
SocialOrganisation
FK — parent organisation in the hierarchy direct
geo_point 0..1
GeoPoint
Geographic coordinates for public map display direct
is_active 1
Boolean
Whether this entity is currently active direct
config 0..1
OrgConfig
Inlined organisation configuration object (timezone, locale, etc direct

Usages

used by used in type used
SocialOrganisation parent range SocialOrganisation
Actor org range SocialOrganisation
StorageLocation org range SocialOrganisation
DonationSource organisation_ref range SocialOrganisation
DonationCollection org range SocialOrganisation
DemandSignal org range SocialOrganisation
Campaign org range SocialOrganisation
ProvenanceRecord org range SocialOrganisation

Identifier and Mapping Information

Schema Source

  • from schema: https://inkind-at.github.io/inkind-knowledge-repo

Mappings

Mapping Type Mapped Value
self org:Organization
native inkind_knowledge_repo:SocialOrganisation

LinkML Source

Direct

name: SocialOrganisation
description: A social organisation deploying the in-kind platform.  Primary operational
  tenant; hierarchy depth is limited to 4 levels.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
slots:
- id
- name
- parent
- geo_point
- is_active
- config
slot_usage:
  parent:
    name: parent
    description: 'FK  parent organisation in the hierarchy. uri: org:subOrganizationOf
       hierarchy depth limit 4.'
    range: SocialOrganisation
    required: false
class_uri: org:Organization

Induced

name: SocialOrganisation
description: A social organisation deploying the in-kind platform.  Primary operational
  tenant; hierarchy depth is limited to 4 levels.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
slot_usage:
  parent:
    name: parent
    description: 'FK  parent organisation in the hierarchy. uri: org:subOrganizationOf
       hierarchy depth limit 4.'
    range: SocialOrganisation
    required: false
attributes:
  id:
    name: id
    description: A unique identifier for the entity.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: SocialOrganisation
    domain_of:
    - NamedThing
    - SocialOrganisation
    - Actor
    - StorageLocation
    - DonationSource
    - DonationCollection
    - DonationItem
    - DemandSignal
    - Campaign
    - ProvenanceRecord
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: SocialOrganisation
    domain_of:
    - NamedThing
    - SocialOrganisation
    range: string
  parent:
    name: parent
    description: 'FK  parent organisation in the hierarchy. uri: org:subOrganizationOf
       hierarchy depth limit 4.'
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo
    rank: 1000
    alias: parent
    owner: SocialOrganisation
    domain_of:
    - SocialOrganisation
    - StorageLocation
    - DonationCollection
    range: SocialOrganisation
    required: false
  geo_point:
    name: geo_point
    description: Geographic coordinates for public map display.  Optional — used by
      the public org directory.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo
    rank: 1000
    alias: geo_point
    owner: SocialOrganisation
    domain_of:
    - SocialOrganisation
    range: GeoPoint
  is_active:
    name: is_active
    description: Whether this entity is currently active.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo
    rank: 1000
    alias: is_active
    owner: SocialOrganisation
    domain_of:
    - SocialOrganisation
    - Actor
    - StorageLocation
    range: boolean
    required: true
  config:
    name: config
    description: Inlined organisation configuration object (timezone, locale, etc.).
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo
    rank: 1000
    alias: config
    owner: SocialOrganisation
    domain_of:
    - SocialOrganisation
    range: OrgConfig
class_uri: org:Organization