Class: Organization
An organization such as a school, NGO, corporation, club, etc.
URI: schema:Organization
classDiagram
class Organization
Thing <|-- Organization
Organization : address
Organization : alternate_names
Organization : contact_point
Organization : id
Organization : name
Inheritance
- Thing
- Organization
Attributes (AKA Slots)
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
address | 0..1 PostalAddress |
Physical address of the item | direct |
contact_point | 0..1 ContactPoint |
A contact point for a person or organization | direct |
alternate_names | * String |
An alias for the item | direct |
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 |
---|---|---|---|
Usages
used by | used in | type | used |
---|---|---|---|
SchemaOrgProduct | manufacturer | range | Organization |
Product | manufacturer | range | Organization |
Identifier and Mapping Information
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Organization |
native | base:Organization |
LinkML Source
Direct
name: Organization
description: An organization such as a school, NGO, corporation, club, 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
slots:
- address
- contact_point
- alternate_names
class_uri: schema:Organization
unique_keys:
identifier:
unique_key_name: identifier
unique_key_slots:
- name
Induced
name: Organization
description: An organization such as a school, NGO, corporation, club, 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:
address:
name: address
description: Physical address 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:address
alias: address
owner: Organization
domain_of:
- Organization
range: PostalAddress
inlined: true
inlined_as_list: true
contact_point:
name: contact_point
description: A contact point for a person or organization.
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:contactPoint
alias: contact_point
owner: Organization
domain_of:
- Person
- Organization
range: ContactPoint
inlined: true
inlined_as_list: true
alternate_names:
name: alternate_names
description: An alias for 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:alternateName
alias: alternate_names
owner: Organization
domain_of:
- Organization
range: string
multivalued: true
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: Organization
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: Organization
domain_of:
- FunctionalObject
- SoftwareIdentifier
- Thing
range: string
class_uri: schema:Organization
unique_keys:
identifier:
unique_key_name: identifier
unique_key_slots:
- name