Slot: has_party
Relates an event, agreement, or obligation to a participating person or organization.
URI: gist_upstream:hasParty Alias: has_party
Inheritance
- has_participant
- has_party
Properties
Type and Range
| Property | Value |
|---|---|
| Range | String or Person or Organization |
| Slot URI | gist_upstream:hasParty |
Cardinality and Requirements
| Property | Value |
|---|---|
| Multivalued | Yes |
Expressions & Logic
#### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'Organization'}) - AnonymousSlotExpression({'range': 'Person'})In Subsets
Aliases
- has party
Examples
| Value |
|---|
| Loan agreements have lender and borrower parties. |
Comments
- Subproperties may be defined to describe specific parties, such as hasLender and hasBorrower for a loan.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/gist
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | gist_upstream:hasParty |
| native | gist:has_party |
LinkML Source
name: has_party
description: Relates an event, agreement, or obligation to a participating person
or organization.
comments:
- Subproperties may be defined to describe specific parties, such as hasLender and
hasBorrower for a loan.
examples:
- value: Loan agreements have lender and borrower parties.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- has party
rank: 1000
is_a: has_participant
slot_uri: gist_upstream:hasParty
alias: has_party
range: string
multivalued: true
any_of:
- range: Organization
- range: Person