Class: NamedObject

Anything with an IRI

URI: omoschema:NamedObject

classDiagram class NamedObject Thing <|-- NamedObject NamedObject <|-- Ontology NamedObject <|-- Term NamedObject : id NamedObject : type

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

id

1..1
Uriorcurie

this maps to the URI in RDF

direct

type

0..*
Uriorcurie

Thing

Usages

used by

used in

type

used

Axiom

annotatedSource

range

NamedObject

Aliases

  • named entity

  • identified object

  • IRI

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/ontology-metadata

Mappings

Mapping Type

Mapped Value

self

omoschema:NamedObject

native

omoschema:NamedObject

LinkML Source

Direct

```yaml name: NamedObject description: Anything with an IRI from_schema: https://w3id.org/oak/ontology-metadata aliases: - named entity - identified object - IRI is_a: Thing slots: - id
</details>

### Induced

<details>
```yaml
name: NamedObject
description: Anything with an IRI
from_schema: https://w3id.org/oak/ontology-metadata
aliases:
- named entity
- identified object
- IRI
is_a: Thing
attributes:
  id:
    name: id
    description: this maps to the URI in RDF
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: core_property
    identifier: true
    alias: id
    owner: NamedObject
    domain_of:
    - NamedObject
    range: uriorcurie
    required: true
  type:
    name: type
    from_schema: https://w3id.org/oak/ontology-metadata
    rank: 1000
    is_a: logical_predicate
    slot_uri: rdf:type
    multivalued: true
    designates_type: true
    alias: type
    owner: NamedObject
    domain_of:
    - Thing
    range: uriorcurie