Class: RetrievalSource
Provides information about how a particular InformationResource served as a source from which knowledge expressed in an Edge, or data used to generate this knowledge, was retrieved.
classDiagram
class RetrievalSource
InformationContentEntity <|-- RetrievalSource
RetrievalSource : category
RetrievalSource : creation_date
RetrievalSource : description
RetrievalSource : format
RetrievalSource : full_name
RetrievalSource : has_attribute
RetrievalSource --|> attribute : has_attribute
RetrievalSource : id
RetrievalSource : iri
RetrievalSource : license
RetrievalSource : name
RetrievalSource : provided_by
RetrievalSource : resource_id
RetrievalSource : resource_role
RetrievalSource --|> ResourceRoleEnum : resource_role
RetrievalSource : rights
RetrievalSource : synonym
RetrievalSource : type
RetrievalSource : upstream_resource_ids
RetrievalSource : xref
Inheritance
- Entity
- NamedThing
- InformationContentEntity
- RetrievalSource
- InformationContentEntity
- NamedThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
resource_id | 1..1 Uriorcurie |
The InformationResource that served as a source for the knowledge expressed i... | direct |
resource_role | 1..1 ResourceRoleEnum |
The role of the InformationResource in the retrieval of the knowledge express... | direct |
upstream_resource_ids | 0..1 Uriorcurie |
The InformationResources that served as a source for the InformationResource ... | direct |
xref | 0..* Uriorcurie |
A database cross reference or alternative identifier for a NamedThing or edge... | direct |
license | 0..1 String |
InformationContentEntity | |
rights | 0..1 String |
InformationContentEntity | |
format | 0..1 String |
InformationContentEntity | |
creation_date | 0..1 Date |
date on which an entity was created | InformationContentEntity |
provided_by | 0..* String |
The value in this node property represents the knowledge provider that create... | NamedThing |
full_name | 0..1 LabelType |
a long-form human readable name for a thing | NamedThing |
synonym | 0..* LabelType |
Alternate human-readable names for a thing | NamedThing |
id | 1..1 String |
A unique identifier for an entity | Entity |
iri | 0..1 IriType |
An IRI for an entity | Entity |
category | 1..* CategoryType |
Name of the high level ontology class in which this entity is categorized | Entity |
type | 0..* String |
Entity | |
name | 0..1 LabelType |
A human-readable name for an attribute or entity | Entity |
description | 0..1 NarrativeText |
a human-readable description of an entity | Entity |
has_attribute | 0..* Attribute |
connects any entity to an attribute | Entity |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/biolink/biolink-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | biolink:RetrievalSource |
native | biolink:RetrievalSource |
LinkML Source
Direct
name: retrieval source
description: Provides information about how a particular InformationResource served
as a source from which knowledge expressed in an Edge, or data used to generate
this knowledge, was retrieved.
from_schema: https://w3id.org/biolink/biolink-model
is_a: information content entity
slots:
- resource id
- resource role
- upstream resource ids
- xref
slot_usage:
resource id:
name: resource id
description: The InformationResource that served as a source for the knowledge
expressed in an Edge, or data used to generate this knowledge.
domain_of:
- retrieval source
required: true
resource role:
name: resource role
description: The role of the InformationResource in the retrieval of the knowledge
expressed in an Edge, or data used to generate this knowledge.
domain_of:
- retrieval source
required: true
upstream resource ids:
name: upstream resource ids
description: The InformationResources that served as a source for the InformationResource
that served as a source for the knowledge expressed in an Edge, or data used
to generate this knowledge.
domain_of:
- retrieval source