Skip to content

Class: Party

Party definition

URI: linkml:Any

 classDiagram
    class Party
    click Party href "../Party/"
      Party : addresses





        Party --> "*" Address : addresses
        click Address href "../Address/"



      Party : email_addresses

      Party : name

      Party : short_name

      Party : type

      Party : uuid

Class Properties

Property Value
Class URI linkml:Any

Slots

Name Cardinality and Range Description Inheritance
uuid 0..1
String
UUID for catalog, metadata, or resource element direct
type 0..1
String
Party type direct
name 0..1
String
Name of a property, part, or party direct
short_name 0..1
String
Short display name direct
email_addresses *
String
Party email addresses direct
addresses *
Address
Postal addresses direct

Usages

used by used in type used
Metadata parties range Party

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/nist-sp-800-171

Mappings

Mapping Type Mapped Value
self linkml:Any
native nist_sp_800_171:Party

LinkML Source

Direct

name: Party
description: Party definition
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
slots:
- uuid
- type
- name
- short-name
- email-addresses
- addresses
class_uri: linkml:Any

Induced

name: Party
description: Party definition
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
attributes:
  uuid:
    name: uuid
    description: UUID for catalog, metadata, or resource element
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: uuid
    owner: Party
    domain_of:
    - CatalogBody
    - Party
    - Resource
    range: string
  type:
    name: type
    description: Party type
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: type
    owner: Party
    domain_of:
    - Party
    range: string
  name:
    name: name
    description: Name of a property, part, or party
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: name
    owner: Party
    domain_of:
    - Party
    - Property
    - Part
    range: string
  short-name:
    name: short-name
    description: Short display name
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    aliases:
    - short_name
    rank: 1000
    alias: short_name
    owner: Party
    domain_of:
    - Party
    range: string
  email-addresses:
    name: email-addresses
    description: Party email addresses
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    aliases:
    - email_addresses
    rank: 1000
    alias: email_addresses
    owner: Party
    domain_of:
    - Party
    range: string
    multivalued: true
  addresses:
    name: addresses
    description: Postal addresses
    in_subset:
    - nist_sp_800_171r3_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-171
    rank: 1000
    alias: addresses
    owner: Party
    domain_of:
    - Party
    range: Address
    multivalued: true
    inlined: true
    inlined_as_list: true
class_uri: linkml:Any