Slot: secondary_source
The source(s) of the product, other than its original source, with the provenance relation describing how the product relates to each source. This may be an Aggregator or another resource. This may also be a specific product.
URI: kgr:secondary_source Alias: secondary_source
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| DocumentationProduct | A product that is documentation for a resource | no |
| DataModelProduct | A product that provides the rules of a data model | 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 |
| Product | A top-level class for all products in the knowledge graph registry | no |
| ProcessProduct | A product that is a process or algorithm | no |
| ProgrammingInterface | A product that is a programming interface (API) to a resource | no |
| OntologyProduct | A product that is an ontology, a formal representation of a set of concepts w… | no |
| MappingProduct | A product that is a mapping between two or more data sources | no |
Properties
-
Range: SourceAssociation
-
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:secondary_source |
| native | kgr:secondary_source |
LinkML Source
```yaml
name: secondary_source
description: The source(s) of the product, other than its original source, with the
provenance relation describing how the product relates to each source. This may
be an Aggregator or another resource. This may also be a specific product.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: secondary_source
owner: Product
domain_of:
- Product
range: SourceAssociation
multivalued: true
inlined: true
inlined_as_list: true
```