Seniority Levels

JSON-LD schema defining the Beamery seniority levels model structure using SKOS vocabulary

Overview

The Beamery seniority levels model is designed to capture comprehensive information about professional hierarchy levels, including their relationships and groupings. This model supports organizational talent management with structured career progression understanding.

Core Schema

The seniority levels model is based on the following JSON-LD structure with SKOS vocabulary:

{
  "graph": [
    {
      "uri": "https://data.beamery.com/beamery/bkg-v3/seniorities#this",
      "type": "skos:ConceptScheme"
    },
    {
      "uri": "https://data.beamery.com/beamery/bkg-v3/seniorities/0057ca3a-b04e-4a48-83a3-6c2dc59d8540#this",
      "type": "skos:Concept",
      "prefLabel": {
        "lang": "en",
        "value": "Senior vice president"
      }
    },
    {
      "uri": "https://data.beamery.com/beamery/bkg-v3/seniorities/groups/e27aaef2-276e-4bdb-96b7-19517fa5c94a#this",
      "type": "skos:Collection",
      "dct:identifier": "e27aaef2-276e-4bdb-96b7-19517fa5c94a",
      "inScheme": {
        "uri": "https://data.beamery.com/beamery/bkg-v3/seniorities#this"
      },
      "skos:member": [
        {
          "uri": "https://data.beamery.com/beamery/bkg-v3/seniorities/64e6ae01-0671-4c20-92e5-3faeb24c27d2#this"
        },
        {
          "uri": "https://data.beamery.com/beamery/bkg-v3/seniorities/2be9c813-7c2b-4c45-ba45-05d484ae86e8#this"
        }
      ],
      "prefLabel": {
        "lang": "en",
        "value": "Director"
      }
    }
  ]
}

Property Definitions

Context Properties

  • Name
    @context
    Type
    object
    Description

    Defines the vocabulary namespaces and mappings for SKOS, RDF, and other semantic web standards

  • Name
    graph
    Type
    array
    Description

    Contains the collection of linked data entities (concept scheme, individual concepts, and collections)

Concept Scheme Properties

  • Name
    uri
    Type
    string
    Description

    Unique identifier for the seniority levels concept scheme

  • Name
    type
    Type
    string
    Description

    Always "skos:ConceptScheme" for the scheme container

Seniority Level Concept Properties

  • Name
    uri
    Type
    string
    Description

    Unique identifier for the seniority level concept

  • Name
    type
    Type
    string
    Description

    Always "skos:Concept" for individual seniority level concepts

  • Name
    prefLabel
    Type
    object
    Description

    Preferred label for the seniority level with language tag

  • Name
    altLabel
    Type
    array<object>
    Description

    Alternative labels and synonyms for the seniority level

  • Name
    broader
    Type
    object
    Description

    Reference to more senior level in hierarchy

  • Name
    narrower
    Type
    object
    Description

    Reference to more junior level in hierarchy

  • Name
    inScheme
    Type
    object
    Description

    Reference to the parent concept scheme

Collection Properties

  • Name
    uri
    Type
    string
    Description

    Unique identifier for the seniority collection

  • Name
    type
    Type
    string
    Description

    Always "skos:Collection" for grouped seniority levels

  • Name
    dct:identifier
    Type
    string
    Description

    Dublin Core identifier for the collection

  • Name
    inScheme
    Type
    object
    Description

    Reference to the parent concept scheme

  • Name
    skos:member
    Type
    array<object>
    Description

    Array of URIs referencing seniority level concepts in this collection

  • Name
    prefLabel
    Type
    object
    Description

    Preferred label for the collection with language tag

Collections and Groupings

Seniority levels are organized into collections for easier management:

Executive Collection

Groups all executive-level positions including:

  • Board member
  • Chair
  • Chairman
  • Chief
  • Co-founder
  • Executive
  • Executive director
  • Founder
  • General manager
  • Leader
  • Owner
  • Partner
  • President

Director Collection

Groups all director-level positions including:

  • Assistant Vice President
  • Director
  • Managing Director
  • Senior Director
  • Senior Vice President
  • Vice President

Associate Collection

Groups all associate-level positions including:

  • Assistant Manager
  • Associate
  • Senior
  • Supervisor

Mid-Senior Collection

Groups all mid-senior level positions including:

  • Architect
  • Executive
  • Group Manager
  • Head
  • Lead
  • Manager
  • Principal
  • Team Leader

Entry Level Collection

Groups all entry-level positions including:

  • Analyst
  • Assistant
  • Graduate
  • Junior

Internship Collection

Groups all internship and training positions including:

  • Apprentice
  • Apprenticeship
  • Intern
  • Internship
  • Student
  • Summer
  • Trainee
  • Undergraduate
  • Work Experience

Relationship Types

The model supports SKOS relationship types for hierarchical organization:

Hierarchical Relationships

  • broader: More senior positions in the hierarchy
  • narrower: More junior positions in the hierarchy

Grouping Relationships

  • skos:member: Membership in seniority level collections
  • inScheme: Association with the seniority levels concept scheme