Class: Precondition

A pattern to be matched against an individual SSSOM mapping

URI: mappingrules:Precondition

classDiagram class Precondition Precondition : mapping_source_one_of Precondition : object_match_field_one_of Precondition : object_source_one_of Precondition : predicate_id_one_of Precondition : subject_match_field_one_of Precondition : subject_source_one_of Precondition : transformations_included_in

Slots

Name

Cardinality and Range

Description

Inheritance

subject_source_one_of

0..*
String

The source of the subject to be matched

direct

object_source_one_of

0..*
String

The source of the object to be matched

direct

mapping_source_one_of

0..*
String

The source of the mapping to be matched

direct

subject_match_field_one_of

0..*
String

The field in the subject to be matched

direct

object_match_field_one_of

0..*
String

The field in the object to be matched

direct

transformations_included_in

0..*
String

direct

predicate_id_one_of

0..*
String

The predicate to be matched

direct

Usages

used by

used in

type

used

MappingRule

preconditions

range

Precondition

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/mapping-rules-datamodel

Mappings

Mapping Type

Mapped Value

self

mappingrules:Precondition

native

mappingrules:Precondition

LinkML Source

Direct

```yaml name: Precondition description: A pattern to be matched against an individual SSSOM mapping from_schema: https://w3id.org/oak/mapping-rules-datamodel attributes: subject_source_one_of: name: subject_source_one_of description: The source of the subject to be matched. Multiple values can be provided, it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 multivalued: true domain_of: - Precondition object_source_one_of: name: object_source_one_of description: The source of the object to be matched. Multiple values can be provided, it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 multivalued: true domain_of: - Precondition mapping_source_one_of: name: mapping_source_one_of description: The source of the mapping to be matched. Multiple values can be provided, it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 multivalued: true domain_of: - Precondition subject_match_field_one_of: name: subject_match_field_one_of description: The field in the subject to be matched. Multiple values can be provided, it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 multivalued: true domain_of: - Precondition object_match_field_one_of: name: object_match_field_one_of description: The field in the object to be matched. Multiple values can be provided, it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 multivalued: true domain_of: - Precondition transformations_included_in: name: transformations_included_in from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 multivalued: true domain_of: - Precondition predicate_id_one_of: name: predicate_id_one_of description: The predicate to be matched. Multiple values can be provided, it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 multivalued: true domain_of: - Precondition
</details>

### Induced

<details>
```yaml
name: Precondition
description: A pattern to be matched against an individual SSSOM mapping
from_schema: https://w3id.org/oak/mapping-rules-datamodel
attributes:
  subject_source_one_of:
    name: subject_source_one_of
    description: The source of the subject to be matched. Multiple values can be provided,
      it must match at least one.
    from_schema: https://w3id.org/oak/mapping-rules-datamodel
    rank: 1000
    multivalued: true
    alias: subject_source_one_of
    owner: Precondition
    domain_of:
    - Precondition
    range: string
  object_source_one_of:
    name: object_source_one_of
    description: The source of the object to be matched. Multiple values can be provided,
      it must match at least one.
    from_schema: https://w3id.org/oak/mapping-rules-datamodel
    rank: 1000
    multivalued: true
    alias: object_source_one_of
    owner: Precondition
    domain_of:
    - Precondition
    range: string
  mapping_source_one_of:
    name: mapping_source_one_of
    description: The source of the mapping to be matched. Multiple values can be provided,
      it must match at least one.
    from_schema: https://w3id.org/oak/mapping-rules-datamodel
    rank: 1000
    multivalued: true
    alias: mapping_source_one_of
    owner: Precondition
    domain_of:
    - Precondition
    range: string
  subject_match_field_one_of:
    name: subject_match_field_one_of
    description: The field in the subject to be matched. Multiple values can be provided,
      it must match at least one.
    from_schema: https://w3id.org/oak/mapping-rules-datamodel
    rank: 1000
    multivalued: true
    alias: subject_match_field_one_of
    owner: Precondition
    domain_of:
    - Precondition
    range: string
  object_match_field_one_of:
    name: object_match_field_one_of
    description: The field in the object to be matched. Multiple values can be provided,
      it must match at least one.
    from_schema: https://w3id.org/oak/mapping-rules-datamodel
    rank: 1000
    multivalued: true
    alias: object_match_field_one_of
    owner: Precondition
    domain_of:
    - Precondition
    range: string
  transformations_included_in:
    name: transformations_included_in
    from_schema: https://w3id.org/oak/mapping-rules-datamodel
    rank: 1000
    multivalued: true
    alias: transformations_included_in
    owner: Precondition
    domain_of:
    - Precondition
    range: string
  predicate_id_one_of:
    name: predicate_id_one_of
    description: The predicate to be matched. Multiple values can be provided, it
      must match at least one.
    from_schema: https://w3id.org/oak/mapping-rules-datamodel
    rank: 1000
    multivalued: true
    alias: predicate_id_one_of
    owner: Precondition
    domain_of:
    - Precondition
    range: string