Class: TermAssociation

A minimal datamodel for relating a subject entity to an object term

URI: semsql_ta:TermAssociation

classDiagram class TermAssociation TermAssociation : evidence_type TermAssociation : id TermAssociation : object TermAssociation : predicate TermAssociation : publication TermAssociation : source TermAssociation : subject

Slots

Name Cardinality and Range Description
id 1..1
NodeIdType
An identifier for an element
subject 0..1
Node
The subject of the statement
predicate 0..1
PropertyNode
The predicate of the statement
object 0..1
Node
Note the range of this slot is always a node
evidence_type 0..1
xsd:string
publication 0..1
xsd:string
source 0..1
xsd:string

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/semsql/term-associations

Mappings

Mapping Type Mapped Value
self ['semsql_ta:TermAssociation']
native ['semsql_ta:TermAssociation']

LinkML Specification

Direct

name: term_association
description: A minimal datamodel for relating a subject entity to an object term
from_schema: https://w3id.org/semsql/term-associations
rank: 1000
slots:
- id
- subject
- predicate
- object
- evidence_type
- publication
- source

Induced

name: term_association
description: A minimal datamodel for relating a subject entity to an object term
from_schema: https://w3id.org/semsql/term-associations
rank: 1000
attributes:
  id:
    name: id
    description: An identifier for an element. Note blank node ids are not unique
      across databases
    from_schema: https://w3id.org/semsql/rdf
    rank: 1000
    identifier: true
    alias: id
    owner: term_association
    domain_of:
    - term_association
    - owl_reified_axiom
    - owl_axiom
    - owl_axiom_annotation
    - node
    range: node id type
  subject:
    name: subject
    description: The subject of the statement
    from_schema: https://w3id.org/semsql/rdf
    aliases:
    - about
    - source
    - head
    rank: 1000
    slot_uri: rdf:subject
    alias: subject
    owner: term_association
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - repair_action
    - problem
    range: node
  predicate:
    name: predicate
    description: The predicate of the statement
    from_schema: https://w3id.org/semsql/rdf
    aliases:
    - relationship type
    - property
    rank: 1000
    slot_uri: rdf:predicate
    alias: predicate
    owner: term_association
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    - problem
    range: property_node
  object:
    name: object
    description: Note the range of this slot is always a node. If the triple represents
      a literal, instead value will be populated
    from_schema: https://w3id.org/semsql/rdf
    aliases:
    - target
    - sink
    - tail
    rank: 1000
    slot_uri: rdf:object
    alias: object
    owner: term_association
    domain_of:
    - term_association
    - owl_complex_axiom
    - owl_subclass_of_some_values_from
    - owl_equivalent_to_intersection_member
    - statements
    - relation_graph_construct
    - edge
    - subgraph_query
    - subgraph_edge_by_ancestor
    - subgraph_edge_by_descendant
    - subgraph_edge_by_parent
    - subgraph_edge_by_child
    - subgraph_edge_by_self
    - entailed_edge
    - entailed_edge_cycle
    - transitive_edge
    range: node
  evidence_type:
    name: evidence_type
    from_schema: https://w3id.org/semsql/omo
    rank: 1000
    alias: evidence_type
    owner: term_association
    domain_of:
    - term_association
    range: string
  publication:
    name: publication
    from_schema: https://w3id.org/semsql/omo
    rank: 1000
    alias: publication
    owner: term_association
    domain_of:
    - term_association
    range: string
  source:
    name: source
    from_schema: https://w3id.org/semsql/omo
    rank: 1000
    alias: source
    owner: term_association
    domain_of:
    - term_association
    range: string