Skip to content

Class: DataService

A collection of operations that provides access to one or more datasets or data processing functions.

URI: [dcat:DataService](http://www.w3.org/ns/dcat#DataService)
 classDiagram
    class DataService
    click DataService href "../DataService/"
      CataloguedResource <|-- DataService
        click CataloguedResource href "../CataloguedResource/"

      DataService : accessRights





        DataService --> "0..1" RightsStatement : accessRights
        click RightsStatement href "../RightsStatement/"



      DataService : applicableLegislation





        DataService --> "*" LegalResource : applicableLegislation
        click LegalResource href "../LegalResource/"



      DataService : conformsTo





        DataService --> "*" Standard : conformsTo
        click Standard href "../Standard/"



      DataService : contactPoint





        DataService --> "*" Kind : contactPoint
        click Kind href "../Kind/"



      DataService : description

      DataService : documentation





        DataService --> "*" Document : documentation
        click Document href "../Document/"



      DataService : endpointDescription





        DataService --> "*" Resource : endpointDescription
        click Resource href "../Resource/"



      DataService : endpointUrl





        DataService --> "1..*" Resource : endpointUrl
        click Resource href "../Resource/"



      DataService : format





        DataService --> "*" MediaType : format
        click MediaType href "../MediaType/"



      DataService : keyword

      DataService : landingPage





        DataService --> "*" Document : landingPage
        click Document href "../Document/"



      DataService : licence





        DataService --> "0..1" LicenceDocument : licence
        click LicenceDocument href "../LicenceDocument/"



      DataService : publisher





        DataService --> "0..1" Agent : publisher
        click Agent href "../Agent/"



      DataService : servesDataset





        DataService --> "*" Dataset : servesDataset
        click Dataset href "../Dataset/"



      DataService : theme





        DataService --> "*" Concept : theme
        click Concept href "../Concept/"



      DataService : title

## Inheritance * [Resource](Resource.md) * [CataloguedResource](CataloguedResource.md) * **DataService** ## Class Properties | Property | Value | | --- | --- | | Class URI | [dcat:DataService](http://www.w3.org/ns/dcat#DataService) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [title](title.md) | 1..*
[String](String.md) | A name given to the resource | direct | | [description](description.md) | *
[String](String.md) | A free-text account of the resource | direct | | [endpointUrl](endpointUrl.md) | 1..*
[Resource](Resource.md) | The root location of the service | direct | | [accessRights](accessRights.md) | 0..1
[RightsStatement](RightsStatement.md) | Information about who can access the resource | direct | | [applicableLegislation](applicableLegislation.md) | *
[LegalResource](LegalResource.md) | The legislation applicable to the resource (DCAT-AP extension) | direct | | [conformsTo](conformsTo.md) | *
[Standard](Standard.md) | An established standard the resource conforms to | direct | | [contactPoint](contactPoint.md) | *
[Kind](Kind.md) | Contact information for the resource | direct | | [documentation](documentation.md) | *
[Document](Document.md) | A page or document about the resource | direct | | [endpointDescription](endpointDescription.md) | *
[Resource](Resource.md) | A description of the service endpoint, including operations | direct | | [format](format.md) | *
[MediaType](MediaType.md) | The file format, physical medium, or dimensions of the resource | direct | | [keyword](keyword.md) | *
[String](String.md) | A keyword or tag describing the resource | direct | | [landingPage](landingPage.md) | *
[Document](Document.md) | A web page that gives access to the resource | direct | | [licence](licence.md) | 0..1
[LicenceDocument](LicenceDocument.md) | A licence under which the resource is made available | direct | | [publisher](publisher.md) | 0..1
[Agent](Agent.md) | An entity responsible for making the resource available | direct | | [servesDataset](servesDataset.md) | *
[Dataset](Dataset.md) | A dataset that this service serves | direct | | [theme](theme.md) | *
[Concept](Concept.md) | A category of the resource | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Catalogue](Catalogue.md) | [service](service.md) | range | [DataService](DataService.md) | | [Distribution](Distribution.md) | [accessService](accessService.md) | range | [DataService](DataService.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | dcat:DataService | | native | dcat_ap:DataService | ## LinkML Source ### Direct
name: DataService
description: A collection of operations that provides access to one or more datasets
  or data processing functions.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
is_a: CataloguedResource
slots:
- title
- description
- endpointUrl
- accessRights
- applicableLegislation
- conformsTo
- contactPoint
- documentation
- endpointDescription
- format
- keyword
- landingPage
- licence
- publisher
- servesDataset
- theme
slot_usage:
  title:
    name: title
    required: true
    multivalued: true
  endpointUrl:
    name: endpointUrl
    required: true
    multivalued: true
  accessRights:
    name: accessRights
    multivalued: false
  licence:
    name: licence
    multivalued: false
  publisher:
    name: publisher
    multivalued: false
class_uri: dcat:DataService
### Induced
name: DataService
description: A collection of operations that provides access to one or more datasets
  or data processing functions.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
is_a: CataloguedResource
slot_usage:
  title:
    name: title
    required: true
    multivalued: true
  endpointUrl:
    name: endpointUrl
    required: true
    multivalued: true
  accessRights:
    name: accessRights
    multivalued: false
  licence:
    name: licence
    multivalued: false
  publisher:
    name: publisher
    multivalued: false
attributes:
  title:
    name: title
    description: A name given to the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:title
    owner: DataService
    domain_of:
    - Catalogue
    - CatalogueRecord
    - ConceptScheme
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    range: string
    required: true
    multivalued: true
  description:
    name: description
    description: A free-text account of the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:description
    owner: DataService
    domain_of:
    - Catalogue
    - CatalogueRecord
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    range: string
    multivalued: true
  endpointUrl:
    name: endpointUrl
    description: The root location of the service.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:endpointURL
    owner: DataService
    domain_of:
    - DataService
    range: Resource
    required: true
    multivalued: true
  accessRights:
    name: accessRights
    description: Information about who can access the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:accessRights
    owner: DataService
    domain_of:
    - DataService
    - Dataset
    range: RightsStatement
    multivalued: false
  applicableLegislation:
    name: applicableLegislation
    description: The legislation applicable to the resource (DCAT-AP extension).
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcatap:applicableLegislation
    owner: DataService
    domain_of:
    - Catalogue
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    range: LegalResource
    multivalued: true
  conformsTo:
    name: conformsTo
    description: An established standard the resource conforms to.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:conformsTo
    owner: DataService
    domain_of:
    - DataService
    - Dataset
    range: Standard
    multivalued: true
  contactPoint:
    name: contactPoint
    description: Contact information for the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:contactPoint
    owner: DataService
    domain_of:
    - DataService
    - Dataset
    - DatasetSeries
    range: Kind
    multivalued: true
  documentation:
    name: documentation
    description: A page or document about the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: foaf:page
    owner: DataService
    domain_of:
    - DataService
    - Dataset
    - Distribution
    range: Document
    multivalued: true
  endpointDescription:
    name: endpointDescription
    description: A description of the service endpoint, including operations.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:endpointDescription
    owner: DataService
    domain_of:
    - DataService
    range: Resource
    multivalued: true
  format:
    name: format
    description: The file format, physical medium, or dimensions of the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:format
    owner: DataService
    domain_of:
    - DataService
    - Distribution
    range: MediaType
    multivalued: true
  keyword:
    name: keyword
    description: A keyword or tag describing the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:keyword
    owner: DataService
    domain_of:
    - DataService
    - Dataset
    range: string
    multivalued: true
  landingPage:
    name: landingPage
    description: A web page that gives access to the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:landingPage
    owner: DataService
    domain_of:
    - DataService
    - Dataset
    range: Document
    multivalued: true
  licence:
    name: licence
    description: A licence under which the resource is made available.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:license
    owner: DataService
    domain_of:
    - Catalogue
    - DataService
    - Distribution
    range: LicenceDocument
    multivalued: false
  publisher:
    name: publisher
    description: An entity responsible for making the resource available.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dct:publisher
    owner: DataService
    domain_of:
    - Catalogue
    - DataService
    - Dataset
    - DatasetSeries
    range: Agent
    multivalued: false
  servesDataset:
    name: servesDataset
    description: A dataset that this service serves.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:servesDataset
    owner: DataService
    domain_of:
    - DataService
    range: Dataset
    multivalued: true
  theme:
    name: theme
    description: A category of the resource.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: dcat:theme
    owner: DataService
    domain_of:
    - DataService
    - Dataset
    range: Concept
    multivalued: true
class_uri: dcat:DataService