Skip to content

Class: Source

A data source from which entities are drawn, such as a database, ontology, or vocabulary.

URI: fair_mappings_schema:Source

classDiagram class Source click Source href "../Source/" Source : content_type Source : content_url Source : documentation Source : id Source : metadata_type Source : metadata_url Source : name Source : type Source --> "0..1" SourceTypeEnum : type click SourceTypeEnum href "../SourceTypeEnum/" Source : version

Slots

Name Cardinality and Range Description Inheritance
id 0..1
String
Identifier for the information entity direct
name 0..1
String
Name of the information entity direct
version 0..1
String
Version of the digital object direct
type 0..1
SourceTypeEnum
Type of the information entity direct
documentation 0..1
String
URL or reference to documentation for the mapping specification direct
content_url 0..1
String
Reference to the actual content of the digital object direct
content_type 0..1
String
The type of the content of the digital object direct
metadata_url 0..1
String
Reference to metadata about the digital object direct
metadata_type 0..1
String
The type of the metadata about the digital object direct

Usages

used by used in type used
MappingSpecification subject_source range Source
MappingSpecification object_source range Source

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/mapping-commons/fair-mappings-schema

Mappings

Mapping Type Mapped Value
self fair_mappings_schema:Source
native fair_mappings_schema:Source

LinkML Source

Direct

name: Source
description: A data source from which entities are drawn, such as a database, ontology,
  or vocabulary.
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
slots:
- id
- name
- version
- type
- documentation
- content_url
- content_type
- metadata_url
- metadata_type
slot_usage:
  type:
    name: type
    range: SourceTypeEnum

Induced

name: Source
description: A data source from which entities are drawn, such as a database, ontology,
  or vocabulary.
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
slot_usage:
  type:
    name: type
    range: SourceTypeEnum
attributes:
  id:
    name: id
    description: Identifier for the information entity
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: id
    owner: Source
    domain_of:
    - Agent
    - Source
    - MappingSpecification
    range: string
  name:
    name: name
    description: Name of the information entity
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: name
    owner: Source
    domain_of:
    - Agent
    - Source
    - MappingSpecification
    range: string
  version:
    name: version
    description: Version of the digital object
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: version
    owner: Source
    domain_of:
    - Software
    - Source
    - MappingSpecification
    range: string
  type:
    name: type
    description: Type of the information entity
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: type
    owner: Source
    domain_of:
    - Agent
    - Source
    - MappingSpecification
    range: SourceTypeEnum
  documentation:
    name: documentation
    description: URL or reference to documentation for the mapping specification
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: documentation
    owner: Source
    domain_of:
    - Source
    - MappingSpecification
    range: string
  content_url:
    name: content_url
    description: Reference to the actual content of the digital object
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: content_url
    owner: Source
    domain_of:
    - Source
    - MappingSpecification
    range: string
  content_type:
    name: content_type
    description: The type of the content of the digital object
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: content_type
    owner: Source
    domain_of:
    - Source
    range: string
  metadata_url:
    name: metadata_url
    description: Reference to metadata about the digital object
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: metadata_url
    owner: Source
    domain_of:
    - Source
    range: string
  metadata_type:
    name: metadata_type
    description: The type of the metadata about the digital object
    from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
    rank: 1000
    alias: metadata_type
    owner: Source
    domain_of:
    - Source
    range: string