Class: NamedObject
Anything with an IRI
classDiagram
class NamedObject
click NamedObject href "../NamedObject"
Thing <|-- NamedObject
click Thing href "../Thing"
NamedObject <|-- Ontology
click Ontology href "../Ontology"
NamedObject <|-- Term
click Term href "../Term"
NamedObject : id
NamedObject : type
Inheritance
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
this maps to the URI in RDF |
direct |
||
Usages
used by |
used in |
type |
used |
---|---|---|---|
range |
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
designates_type: true
alias: type
owner: NamedObject
domain_of:
- Thing
range: uriorcurie
multivalued: true