Skip to content

Class: Permit

A permit associated with the project.

URI: oae:Permit

classDiagram class Permit click Permit href "../Permit" Permit : approval_document Permit : permit_id Permit : permit_status Permit --> "1" PermitStatus : permit_status click PermitStatus href "../PermitStatus" Permit : permitting_authority

Slots

Name Cardinality and Range Description Inheritance
permit_id 1
String
The unique identifier or number associated with this permit direct
permitting_authority 1
String
The group that issued the permit direct
permit_status 1
PermitStatus
The current status of the permit (e direct
approval_document 1
Uri
Links to documentation related to the permit direct

Usages

used by used in type used
OAEProject permits range Permit

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

Mapping Type Mapped Value
self oae:Permit
native oae:Permit

LinkML Source

Direct

name: Permit
description: A permit associated with the project.
from_schema: OAEDataManagementProtocol
attributes:
  permit_id:
    name: permit_id
    description: The unique identifier or number associated with this permit.
    title: Permit ID or Number
    from_schema: OAEProject
    rank: 1000
    domain_of:
    - Permit
    range: string
    required: true
  permitting_authority:
    name: permitting_authority
    description: The group that issued the permit.
    title: Permitting Authority
    from_schema: OAEProject
    rank: 1000
    domain_of:
    - Permit
    range: string
    required: true
  permit_status:
    name: permit_status
    description: The current status of the permit (e.g., active, expired).
    title: Permit Status
    from_schema: OAEProject
    rank: 1000
    domain_of:
    - Permit
    range: PermitStatus
    required: true
  approval_document:
    name: approval_document
    description: Links to documentation related to the permit.
    title: Permit Document
    from_schema: OAEProject
    rank: 1000
    domain_of:
    - Permit
    range: uri
    required: true

Induced

name: Permit
description: A permit associated with the project.
from_schema: OAEDataManagementProtocol
attributes:
  permit_id:
    name: permit_id
    description: The unique identifier or number associated with this permit.
    title: Permit ID or Number
    from_schema: OAEProject
    rank: 1000
    alias: permit_id
    owner: Permit
    domain_of:
    - Permit
    range: string
    required: true
  permitting_authority:
    name: permitting_authority
    description: The group that issued the permit.
    title: Permitting Authority
    from_schema: OAEProject
    rank: 1000
    alias: permitting_authority
    owner: Permit
    domain_of:
    - Permit
    range: string
    required: true
  permit_status:
    name: permit_status
    description: The current status of the permit (e.g., active, expired).
    title: Permit Status
    from_schema: OAEProject
    rank: 1000
    alias: permit_status
    owner: Permit
    domain_of:
    - Permit
    range: PermitStatus
    required: true
  approval_document:
    name: approval_document
    description: Links to documentation related to the permit.
    title: Permit Document
    from_schema: OAEProject
    rank: 1000
    alias: approval_document
    owner: Permit
    domain_of:
    - Permit
    range: uri
    required: true