Skip to content

Class: OntologyTermSet

URI: emapa_simple:OntologyTermSet

erDiagram OntologyTermSet { string id string label } OntologyTerm { string id string label } OntologyTermSet ||--}o OntologyTerm : "terms"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
terms 0..*
OntologyTerm
A semicolon-separated list of any Mouse Developmental Anatomy Ontology terms direct
id 1..1
String
A unique identifier for the named entity NamedEntity
label 0..1
String
The label (name) of the named thing NamedEntity

Identifier and Mapping Information

Schema Source

  • from schema: http://w3id.org/ontogpt/emapa_simple

Mappings

Mapping Type Mapped Value
self emapa_simple:OntologyTermSet
native emapa_simple:OntologyTermSet

LinkML Source

Direct

name: OntologyTermSet
from_schema: http://w3id.org/ontogpt/emapa_simple
is_a: NamedEntity
attributes:
  terms:
    name: terms
    description: A semicolon-separated list of any Mouse Developmental Anatomy Ontology
      terms.
    from_schema: http://w3id.org/ontogpt/emapa_simple
    rank: 1000
    multivalued: true
    range: OntologyTerm
tree_root: true

Induced

name: OntologyTermSet
from_schema: http://w3id.org/ontogpt/emapa_simple
is_a: NamedEntity
attributes:
  terms:
    name: terms
    description: A semicolon-separated list of any Mouse Developmental Anatomy Ontology
      terms.
    from_schema: http://w3id.org/ontogpt/emapa_simple
    rank: 1000
    multivalued: true
    alias: terms
    owner: OntologyTermSet
    domain_of:
    - OntologyTermSet
    range: OntologyTerm
  id:
    name: id
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    description: A unique identifier for the named entity
    comments:
    - this is populated during the grounding and normalization step
    from_schema: http://w3id.org/ontogpt/emapa_simple
    rank: 1000
    identifier: true
    alias: id
    owner: OntologyTermSet
    domain_of:
    - NamedEntity
    - Publication
    range: string
    required: true
  label:
    name: label
    annotations:
      owl:
        tag: owl
        value: AnnotationProperty, AnnotationAssertion
    description: The label (name) of the named thing
    from_schema: http://w3id.org/ontogpt/emapa_simple
    aliases:
    - name
    rank: 1000
    slot_uri: rdfs:label
    alias: label
    owner: OntologyTermSet
    domain_of:
    - NamedEntity
    range: string
tree_root: true