Class: StandardCompatibility
Details about the compatibility of a product with a particular standard, including data models such as Biolink Model and graph standards such as KGX.
URI: kgr:StandardCompatibility
classDiagram
class StandardCompatibility
click StandardCompatibility href "StandardCompatibility.html"
StandardCompatibility : standard
StandardCompatibility --> "0..1" StandardEnum : standard
click StandardEnum href "StandardEnum.html"
StandardCompatibility : version
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
standard | 0..1 StandardEnum |
The name of the standard that the product is compatible with | direct |
version | 0..1 String |
If applicable, the most recent version of the standard that the product is kn… | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Product | compatibility | range | StandardCompatibility |
GraphProduct | compatibility | range | StandardCompatibility |
DataModelProduct | compatibility | range | StandardCompatibility |
MappingProduct | compatibility | range | StandardCompatibility |
ProcessProduct | compatibility | range | StandardCompatibility |
GraphicalInterface | compatibility | range | StandardCompatibility |
ProgrammingInterface | compatibility | range | StandardCompatibility |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kgr:StandardCompatibility |
native | kgr:StandardCompatibility |
LinkML Source
Direct
```yaml
name: StandardCompatibility
description: Details about the compatibility of a product with a particular standard,
including data models such as Biolink Model and graph standards such as KGX.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
attributes:
standard:
name: standard
description: The name of the standard that the product is compatible with.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
domain_of:
- StandardCompatibility
range: StandardEnum
version:
name: version
description: If applicable, the most recent version of the standard that the product
is known to be compatible with, e.g., 4.2.5
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
domain_of:
- Resource
- StandardCompatibility
range: string
```
Induced
```yaml
name: StandardCompatibility
description: Details about the compatibility of a product with a particular standard,
including data models such as Biolink Model and graph standards such as KGX.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
attributes:
standard:
name: standard
description: The name of the standard that the product is compatible with.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: standard
owner: StandardCompatibility
domain_of:
- StandardCompatibility
range: StandardEnum
version:
name: version
description: If applicable, the most recent version of the standard that the product
is known to be compatible with, e.g., 4.2.5
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
alias: version
owner: StandardCompatibility
domain_of:
- Resource
- StandardCompatibility
range: string
```