Class: SubjectTerm
A term that is the subject of a taxon constraint. Typically comes from ontologies like GO, UBERON, CL, …
URI: tc:SubjectTerm
Inheritance
- 
SubjectTerm
 
Slots
Name  | 
Cardinality and Range  | 
Description  | 
Inheritance  | 
|---|---|---|---|
0..1   | 
A description of the term  | 
direct  | 
|
0..1   | 
If true then some combination of taxon constraints plus ontology lead to cont…  | 
direct  | 
|
Points to a taxon constraint that states the SubjectTerm is ONLY found in a t…  | 
direct  | 
||
Points to a taxon constraint that states the SubjectTerm is NEVER found in a …  | 
direct  | 
||
The term MAY be in the specified taxon, or a descendant of that taxon  | 
direct  | 
||
direct  | 
|||
the OBO CURIE for the term  | 
|||
0..1   | 
the human readable name or label of the term  | 
Usages
used by  | 
used in  | 
type  | 
used  | 
|---|---|---|---|
range  | 
|||
range  | 
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/taxon_constraints
Mappings
Mapping Type  | 
Mapped Value  | 
|---|---|
self  | 
tc:SubjectTerm  | 
native  | 
tc:SubjectTerm  | 
LinkML Source
Direct
  '
comments:
- Note that we conflate between the RO "only in taxon" and "in taxon" relations
  here
from_schema: https://w3id.org/oak/taxon_constraints
rank: 1000
slot_uri: RO:0002160
domain_of:
- SubjectTerm
range: TaxonConstraint
multivalued: true
never_in: name: never_in description: ‘Points to a taxon constraint that states the SubjectTerm is NEVER found in a taxon or descendant. Formally, the term AND its descendants MUST NOT be in the specified taxon, or a descendant of that taxon
  '
from_schema: https://w3id.org/oak/taxon_constraints
rank: 1000
slot_uri: RO:0002161
domain_of:
- SubjectTerm
range: TaxonConstraint
multivalued: true
present_in: name: present_in description: ‘The term MAY be in the specified taxon, or a descendant of that taxon
  '
from_schema: https://w3id.org/oak/taxon_constraints
rank: 1000
slot_uri: RO:0002175
domain_of:
- SubjectTerm
range: TaxonConstraint
multivalued: true
present_in_ancestor_of: name: present_in_ancestor_of from_schema: https://w3id.org/oak/taxon_constraints rank: 1000 domain_of: - SubjectTerm range: TaxonConstraint multivalued: true
</details>
### Induced
<details>
```yaml
name: SubjectTerm
description: A term that is the subject of a taxon constraint. Typically comes from
  ontologies like GO, UBERON, CL, ...
from_schema: https://w3id.org/oak/taxon_constraints
is_a: Term
attributes:
  description:
    name: description
    description: A description of the term
    from_schema: https://w3id.org/oak/taxon_constraints
    rank: 1000
    alias: description
    owner: SubjectTerm
    domain_of:
    - SubjectTerm
    range: string
  unsatisfiable:
    name: unsatisfiable
    description: If true then some combination of taxon constraints plus ontology
      lead to contradictions
    from_schema: https://w3id.org/oak/taxon_constraints
    rank: 1000
    alias: unsatisfiable
    owner: SubjectTerm
    domain_of:
    - SubjectTerm
    range: boolean
  only_in:
    name: only_in
    description: 'Points to a taxon constraint that states the SubjectTerm is ONLY
      found in a taxon or descendant. Formally, the term AND its descendants MUST
      be in the specified taxon, or a descendant of that taxon
      '
    comments:
    - Note that we conflate between the RO "only in taxon" and "in taxon" relations
      here
    from_schema: https://w3id.org/oak/taxon_constraints
    rank: 1000
    slot_uri: RO:0002160
    alias: only_in
    owner: SubjectTerm
    domain_of:
    - SubjectTerm
    range: TaxonConstraint
    multivalued: true
  never_in:
    name: never_in
    description: 'Points to a taxon constraint that states the SubjectTerm is NEVER
      found in a taxon or descendant. Formally, the term AND its descendants MUST
      NOT be in the specified taxon, or a descendant of that taxon
      '
    from_schema: https://w3id.org/oak/taxon_constraints
    rank: 1000
    slot_uri: RO:0002161
    alias: never_in
    owner: SubjectTerm
    domain_of:
    - SubjectTerm
    range: TaxonConstraint
    multivalued: true
  present_in:
    name: present_in
    description: 'The term MAY be in the specified taxon, or a descendant of that
      taxon
      '
    from_schema: https://w3id.org/oak/taxon_constraints
    rank: 1000
    slot_uri: RO:0002175
    alias: present_in
    owner: SubjectTerm
    domain_of:
    - SubjectTerm
    range: TaxonConstraint
    multivalued: true
  present_in_ancestor_of:
    name: present_in_ancestor_of
    from_schema: https://w3id.org/oak/taxon_constraints
    rank: 1000
    alias: present_in_ancestor_of
    owner: SubjectTerm
    domain_of:
    - SubjectTerm
    range: TaxonConstraint
    multivalued: true
  id:
    name: id
    description: the OBO CURIE for the term
    from_schema: https://w3id.org/oak/taxon_constraints
    rank: 1000
    identifier: true
    alias: id
    owner: SubjectTerm
    domain_of:
    - Term
    range: uriorcurie
    required: true
  label:
    name: label
    description: the human readable name or label of the term
    from_schema: https://w3id.org/oak/taxon_constraints
    rank: 1000
    slot_uri: rdfs:label
    alias: label
    owner: SubjectTerm
    domain_of:
    - Term
    range: string