Slot: homepage_url
The primary URL of the resource. This may be a link to download a specific file, a base URL to an API, or a link to a graphical interface, but it should preferentially be the main page documenting the resource.
URI: kgr:homepage_url
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
DataModel | A data model, such as an ontology or schema | no |
Aggregator | An aggregator of data sources | no |
DataSource | A data source | no |
Resource | A top-level class for all resources in the knowledge graph registry | no |
KnowledgeGraph | A knowledge graph resource | no |
Properties
- Range: Uriorcurie
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kgr:homepage_url |
native | kgr:homepage_url |
LinkML Source
```yaml
name: homepage_url
description: The primary URL of the resource. This may be a link to download a specific
file, a base URL to an API, or a link to a graphical interface, but it should preferentially
be the main page documenting the resource.
from_schema: https://w3id.org/knowledge-graph-hub/kg_registry_schema
rank: 1000
alias: homepage_url
owner: Resource
domain_of:
- Resource
range: uriorcurie
```