Class: NamedEntity
- NOTE: this is an abstract class and should not be instantiated directly
URI: oc:NamedEntity
erDiagram
NamedEntity {
    string id  
    string label  
}
Inheritance
- NamedEntity
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| id | 1 String | A unique identifier for the named entity | direct | 
| label | 0..1 String | The label (name) of the named thing | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Triple | subject | range | NamedEntity | 
| Triple | object | range | NamedEntity | 
| Triple | subject_qualifier | range | NamedEntity | 
| Triple | object_qualifier | range | NamedEntity | 
| TextWithEntity | entities | range | NamedEntity | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/ontogpt/ontology_issue
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | oc:NamedEntity | 
| native | oc:NamedEntity | 
LinkML Source
Direct
name: NamedEntity
from_schema: https://w3id.org/ontogpt/ontology_issue
abstract: true
attributes:
  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: https://w3id.org/ontogpt/ontology_issue
    rank: 1000
    identifier: true
    domain_of:
    - NamedEntity
    - Publication
    required: true
  label:
    name: label
    annotations:
      owl:
        tag: owl
        value: AnnotationProperty, AnnotationAssertion
    description: The label (name) of the named thing
    from_schema: https://w3id.org/ontogpt/ontology_issue
    aliases:
    - name
    rank: 1000
    slot_uri: rdfs:label
    domain_of:
    - NamedEntity
    range: string
Induced
name: NamedEntity
from_schema: https://w3id.org/ontogpt/ontology_issue
abstract: true
attributes:
  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: https://w3id.org/ontogpt/ontology_issue
    rank: 1000
    identifier: true
    alias: id
    owner: NamedEntity
    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: https://w3id.org/ontogpt/ontology_issue
    aliases:
    - name
    rank: 1000
    slot_uri: rdfs:label
    alias: label
    owner: NamedEntity
    domain_of:
    - NamedEntity
    range: string