Slot: compatibility
A list of standards that the product conforms to. This is not the same as its serialization/format.
URI: kgr:compatibility
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| MappingProduct | A product that is a mapping between two or more data sources | no |
| ProgrammingInterface | A product that is a programming interface (API) to a resource | no |
| Product | A top-level class for all products in the knowledge graph registry | no |
| ProcessProduct | A product that is a process or algorithm | no |
| DataModelProduct | A product that is a data model, such as an ontology or schema | no |
| GraphProduct | A product that is a graph, represented as nodes and edges | no |
| GraphicalInterface | A product that is a graphical interface to a resource | no |
Properties
-
Range: StandardCompatibility
-
Multivalued: True
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | kgr:compatibility |
| native | kgr:compatibility |
LinkML Source
```yaml
name: compatibility
description: A list of standards that the product conforms to. This is not the same
as its serialization/format.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: compatibility
owner: Product
domain_of:
- Product
range: StandardCompatibility
multivalued: true
inlined: true
```