Skip to content

see_also

URI: rdfs:seeAlso

Applicable to: Mapping, MappingSet

Description

A URL specific for the mapping instance. E.g. for kboom we have a per-mapping image that shows surrounding axioms that drive probability. Could also be a github issue URL that discussed a complicated alignment

Properties

  • Range: String. The range of the element is the type of the value that can be assigned to it.
  • Multivalued: True. If the element is multivalued, more than one value can be attached to the same field. In the TSV format, these are | separated.
  • Required?: Optional (You can add this element to the mapping or mapping set, but it is not required.)

Examples

Example: https://github.com/mapping-commons/mh_mapping_initiative/pull/41

Example value:

https://github.com/mapping-commons/mh_mapping_initiative/pull/41

Description: A URL pointing to the pull request that introduced the mapping.

Schema developer documentation

LinkML source
name: see_also
description: A URL specific for the mapping instance. E.g. for kboom we have a per-mapping
  image that shows surrounding axioms that drive probability. Could also be a github
  issue URL that discussed a complicated alignment
examples:
- value: https://github.com/mapping-commons/mh_mapping_initiative/pull/41
  description: A URL pointing to the pull request that introduced the mapping.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
slot_uri: rdfs:seeAlso
alias: see_also
domain_of:
- mapping set
- mapping
range: string
multivalued: true