Re: [dxwg] Monthly DBpedia releases (#1085)

Here is the model which we will adopt:
* Datasets for us are version snapshots with a list of files
* Datasets are not glued together with `dcat:DatasetSeries`, but with these properties as theyy follow the Maven POM:

```
<https://boa.lmcloud.vse.cz/databus/linked-hypernyms/2016.04.01/dataid.ttl#Dataset>
       # subclass of dcat:Dataset
        a                       dataid:Dataset ;
        dataid:account          databus:propan ;
        dataid:group            <https://databus.dbpedia.org/propan/lhd> ;
        dataid:artifact         <https://databus.dbpedia.org/propan/lhd/linked-hypernyms> ;
        dataid:version          <https://databus.dbpedia.org/propan/lhd/linked-hypernyms/2016.04.01> ;
```

Then we will create:

```
dataid:DatabusDistribution rdfs:subClassOf dcat:Distribution.
```
which will have:
* each dataset will have several `dataid:DatabusDistribution`s which together form the Distribution. 
* the same definition as  the above `dcat:DistributionPackage` but limited to files, which have contentVariant tags and different format and compressionvariants

This way datasets will be flat and can be aggregated and queried more easily. 

-- 
GitHub Notification of comment by kurzum
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1085#issuecomment-538906456 using your GitHub account

Received on Monday, 7 October 2019 09:03:05 UTC