diff --git a/dcat/UML/DCAT-summary-all-attributes.png b/dcat/UML/DCAT-summary-all-attributes.png index 117d0f703..94c0b2641 100644 Binary files a/dcat/UML/DCAT-summary-all-attributes.png and b/dcat/UML/DCAT-summary-all-attributes.png differ diff --git a/dcat/examples/csiro-stratchart.ttl b/dcat/examples/csiro-stratchart.ttl index c47843aa3..4f3cb19b5 100644 --- a/dcat/examples/csiro-stratchart.ttl +++ b/dcat/examples/csiro-stratchart.ttl @@ -78,7 +78,7 @@ dap:d33937 dct:conformsTo ; rdfs:comment "RDF representation of the data" ; dcat:accessService [ - a dcat:DataDistributionService ; + a dcat:DataService ; dct:conformsTo ; dct:title "International Chronostratigraphic Chart hosted at Research Vocabularies Australia" ; rdfs:comment "Service that supports queries to obtain RDF representations of subsets of the data" ; diff --git a/dcat/examples/dataset-004.ttl b/dcat/examples/dataset-004.ttl index 90f1c972e..2c0e035d0 100644 --- a/dcat/examples/dataset-004.ttl +++ b/dcat/examples/dataset-004.ttl @@ -31,7 +31,7 @@ dcat:mediaType ; . :figure-service-006 - rdf:type dcat:DataDistributionService ; + rdf:type dcat:DataService ; dct:conformsTo ; dct:type ; dcat:endpointDescription ; @@ -39,7 +39,7 @@ dcat:servesDataset :dataset-004 ; . :table-service-005 - rdf:type dcat:DataDistributionService ; + rdf:type dcat:DataService ; dct:conformsTo ; dct:type ; dcat:endpointDescription ; diff --git a/dcat/examples/ga-courts.ttl b/dcat/examples/ga-courts.ttl index db612150b..a8f4afc1a 100644 --- a/dcat/examples/ga-courts.ttl +++ b/dcat/examples/ga-courts.ttl @@ -91,7 +91,7 @@ ga-courts:jc dcat:theme ; . ga-courts:jc-esri - rdf:type dcat:DataDistributionService ; + rdf:type dcat:DataService ; dct:accessRights ; dct:conformsTo ; dct:created "2016-01-01"^^xsd:date ; @@ -122,7 +122,7 @@ ga-courts:jc-esri dcat:theme ; . ga-courts:jc-wfs - rdf:type dcat:DataDistributionService ; + rdf:type dcat:DataService ; dct:accessRights ; dct:conformsTo ; dct:conformsTo ; @@ -154,7 +154,7 @@ ga-courts:jc-wfs dcat:theme ; . ga-courts:jc-wms - rdf:type dcat:DataDistributionService ; + rdf:type dcat:DataService ; dct:accessRights ; dct:conformsTo ; dct:created "2016-01-01"^^xsd:date ; diff --git a/dcat/examples/threddsABC.ttl b/dcat/examples/threddsABC.ttl index 5caaa9448..79bdaf34e 100644 --- a/dcat/examples/threddsABC.ttl +++ b/dcat/examples/threddsABC.ttl @@ -34,7 +34,7 @@ threddsABC:CatalogRecord_D1 threddsABC:CatalogRecord_DDS1 rdf:type dcat:CatalogRecord ; dcterms:issued "2018-09-10" ; - foaf:primaryTopic threddsABC:DataDistributionService_1 ; + foaf:primaryTopic threddsABC:DataService_1 ; . threddsABC:CatalogRecord_DS1 rdf:type dcat:CatalogRecord ; @@ -51,12 +51,12 @@ threddsABC:Catalog_1 dcat:record threddsABC:CatalogRecord_D1 ; dcat:record threddsABC:CatalogRecord_DDS1 ; dcat:record threddsABC:CatalogRecord_DS1 ; - dcat:service threddsABC:DataDistributionService_1 ; + dcat:service threddsABC:DataService_1 ; dcat:service threddsABC:DiscoveryService_1 ; dcat:themeTaxonomy ; . -threddsABC:DataDistributionService_1 - rdf:type dcat:DataDistributionService ; +threddsABC:DataService_1 + rdf:type dcat:DataService ; dc:title "TDS 1" ; dcterms:conformsTo ; dcat:endpointURL ; @@ -73,7 +73,7 @@ threddsABC:Dataset_1 rdf:type dcat:Distribution ; dcterms:conformsTo ; dcterms:license ; - dcat:accessService threddsABC:DataDistributionService_1 ; + dcat:accessService threddsABC:DataService_1 ; dcat:byteSize 39871230887 ; dcat:downloadURL ; dcat:mediaType ; diff --git a/dcat/index.html b/dcat/index.html index 3c0829231..20759ae51 100644 --- a/dcat/index.html +++ b/dcat/index.html @@ -52,8 +52,6 @@
  • addition of a dcat:Resource class for representing any resource than can be included in the catalog, this is now the super-class of dcat:Dataset
  • addition of dcat:DataService, as a sub-class of dcat:Resource, to support cataloguing service end-points providing access to resources
  • -
  • addition of dcat:DataDistributionService, as a sub-class of dcat:DataService, - representing service end-points providing access to datasets through their distributions, respectively
  • addition of ways to representing loosely structured catalogs, where there is no distinction between a dataset and its distributions
  • more details for the ways of representing dataset provenance and dataset quality
  • an alignment between the DCAT vocabulary and the schema.org vocabulary
  • @@ -118,7 +116,7 @@

    Introduction

    - Data is often provided through a service, accessed through a form or API which supports selection of an extract, sub-set, or combination of data. + Data is often provided through a service, accessed through an API which supports selection of an extract, sub-set, or combination of data. DCAT allows the description of a data access service to be included in a catalog.

    @@ -235,9 +233,6 @@

    DCAT scope

    dcat:DataService represents a data service in a catalog. A data service is a collection of operations, accessible through an interface (API) that provide access to one or more datasets or data processing functions. -
  • - dcat:DataDistributionService represents a kind of data service that provides access to distributions of one or more datasets or extracts of datasets. -
  • +
    +

    Property: serves dataset

    + + + + + + +
    RDF Property:dcat:servesDataset
    Definition:A collection of data that this DataService can distribute
    Range:dcat:Dataset
    +
    + + + + end class DataDistributionService -->