Skip to content

Enum: SourceTypeEnum

Types of data sources

URI: fair_mappings_schema:SourceTypeEnum

Permissible Values

Value Meaning Description
ontology None A conceptualization or formal representation of a domain, such as an OWL onto...
database None A relational or other database
vocabulary None A controlled vocabulary or thesaurus, such as a SKOS vocabulary or an RDFS vo...
schema None A data schema or model, such as an XML Schema or JSON Schema
api None An API or web service
other None Other type of source

Slots

Name Description
type

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: SourceTypeEnum
description: Types of data sources
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
rank: 1000
permissible_values:
  ontology:
    text: ontology
    description: A conceptualization or formal representation of a domain, such as
      an OWL ontology.
  database:
    text: database
    description: A relational or other database
  vocabulary:
    text: vocabulary
    description: A controlled vocabulary or thesaurus, such as a SKOS vocabulary or
      an RDFS vocabulary.
  schema:
    text: schema
    description: A data schema or model, such as an XML Schema or JSON Schema.
  api:
    text: api
    description: An API or web service.
  other:
    text: other
    description: Other type of source.