Skip to content

Enum: DataServiceType

The type of data service provided. Based on INSPIRE spatial data

service types and common data access patterns.

__

URI: valuesets:DataServiceType

Permissible Values

Value Meaning Description Inspire Type
DISCOVERY Service enabling search and discovery of datasets and services.
discovery
VIEW Service enabling viewing or visualization of data without
full download.
view
DOWNLOAD Service enabling bulk download of datasets or portions thereof.
download
TRANSFORMATION Service enabling transformation of data, such as format
conversion or coordinate transformation.
transformation
INVOKE Service enabling invocation of operations on data, typically
through an API.
invoke
SUBSCRIPTION Service enabling subscription to data updates or notifications.
QUERY Service enabling query-based access to data, returning
filtered or aggregated results.

Slots

Name Description
data_service_type The type of data service provided

See Also

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: DataServiceType
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: 'The type of data service provided. Based on INSPIRE spatial data

  service types and common data access patterns.

  '
title: Data Service Type
from_schema: https://w3id.org/linkml/valuesets
see_also:
- https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType
- https://www.w3.org/TR/vocab-dcat-3/#Class:Data_Service
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
rank: 1000
permissible_values:
  DISCOVERY:
    text: DISCOVERY
    description: 'Service enabling search and discovery of datasets and services.

      '
    annotations:
      inspire_type:
        tag: inspire_type
        value: discovery
    aliases:
    - Catalog Service
    - Search Service
  VIEW:
    text: VIEW
    description: 'Service enabling viewing or visualization of data without

      full download.

      '
    annotations:
      inspire_type:
        tag: inspire_type
        value: view
    aliases:
    - Visualization Service
    - Display Service
  DOWNLOAD:
    text: DOWNLOAD
    description: 'Service enabling bulk download of datasets or portions thereof.

      '
    annotations:
      inspire_type:
        tag: inspire_type
        value: download
    aliases:
    - Access Service
    - Retrieval Service
  TRANSFORMATION:
    text: TRANSFORMATION
    description: 'Service enabling transformation of data, such as format

      conversion or coordinate transformation.

      '
    annotations:
      inspire_type:
        tag: inspire_type
        value: transformation
    aliases:
    - Processing Service
    - Conversion Service
  INVOKE:
    text: INVOKE
    description: 'Service enabling invocation of operations on data, typically

      through an API.

      '
    annotations:
      inspire_type:
        tag: inspire_type
        value: invoke
    aliases:
    - API Service
    - Web Service
  SUBSCRIPTION:
    text: SUBSCRIPTION
    description: 'Service enabling subscription to data updates or notifications.

      '
    aliases:
    - Notification Service
    - Event Service
  QUERY:
    text: QUERY
    description: 'Service enabling query-based access to data, returning

      filtered or aggregated results.

      '
    aliases:
    - SPARQL Endpoint
    - Query Service