Skip to content

Class: Intangible

An entity that is not a physical object, process, or information

URI: schema:Intangible

classDiagram class Intangible Entity <|-- Intangible Intangible <|-- Role Intangible <|-- Relationship Intangible <|-- Collection Intangible <|-- Service Intangible <|-- DataStructure Intangible <|-- Quantity Intangible <|-- QuantityRange Intangible <|-- TimePointOrTemporalInterval Intangible : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 0..1
String
A type for a thing Entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self schema:Intangible
native linkml_common:Intangible

LinkML Source

Direct

name: Intangible
description: An entity that is not a physical object, process, or information
from_schema: https://w3id.org/linkml/linkml-common
is_a: Entity
class_uri: schema:Intangible

Induced

name: Intangible
description: An entity that is not a physical object, process, or information
from_schema: https://w3id.org/linkml/linkml-common
is_a: Entity
attributes:
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: Intangible
    domain_of:
    - Entity
    - NamedThing
    range: string
class_uri: schema:Intangible