Class: Service
A service provided by an organization
classDiagram
class Service
click Service href "../Service"
Intangible <|-- Service
click Intangible href "../Intangible"
Service <|-- FinancialProduct
click FinancialProduct href "../FinancialProduct"
Service : type
Inheritance
- Entity [ Typed]
- Intangible
- Service
- Intangible
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
type | 0..1 String |
A type for a thing | Typed |
Usages
used by | used in | type | used |
---|---|---|---|
HealthcareOrganization | provides_services | range | Service |
FinancialOrganization | provides_services | range | Service |
Organization | provides_services | range | Service |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/linkml-common
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_common:Service |
native | linkml_common:Service |
exact | schema:Service |
LinkML Source
Direct
name: Service
description: A service provided by an organization
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- schema:Service
is_a: Intangible
Induced
name: Service
description: A service provided by an organization
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- schema:Service
is_a: Intangible
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: Service
domain_of:
- Typed
range: string