Skip to content

Class: Intangible

A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.

URI: schema:Intangible

 classDiagram
    class Intangible
      Thing <|-- Intangible

      Intangible : id
      Intangible : name


      Intangible <|-- StructuredValue

      Intangible : id
      Intangible : name

Inheritance

Attributes (AKA Slots)

Name Cardinality and Range Description Inheritance
id 1
String
The identifier property represents any kind of identifier for any kind of Thi... Thing
name 0..1
String
The name of the item Thing
Deprecated attributes
Name Cardinality and Range Description Inheritance

Identifier and Mapping Information

Mappings

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

LinkML Source

Direct

name: Intangible
description: A utility class that serves as the umbrella for a number of 'intangible'
  things such as quantities, structured values, etc.
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
is_a: Thing
class_uri: schema:Intangible

Induced

name: Intangible
description: A utility class that serves as the umbrella for a number of 'intangible'
  things such as quantities, structured values, etc.
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 1000
is_a: Thing
attributes:
  id:
    name: id
    description: The identifier property represents any kind of identifier for any
      kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated
      properties for representing many of these, either as textual strings or as URL
      (URI) links.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Intangible
    domain_of:
    - FunctionalObject
    - ConnectionPoint
    - IdentifierType
    - Thing
    range: string
    required: true
  name:
    name: name
    description: The name of the item.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Intangible
    domain_of:
    - FunctionalObject
    - SoftwareIdentifier
    - Thing
    range: string
class_uri: schema:Intangible

Any questions left?

Ask the community