Skip to content

Commit 757fdc5

Browse files
committed
text added
1 parent 08d9e10 commit 757fdc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/dataset.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DCAT vocabulary has already defined concept `dcat:Dataset` is a concept in DCAT2 which is a sub-class of `dcat:Resource`. We used this concept to describe any Rare disease related dataset. When a dataset is about contain of rare disease resources such as `biobank` and `patient registry` then we recommend using `sio:is related to` property to connect the dataset to its rare disease resource.
1+
DCAT vocabulary has already has concept `dcat:Dataset` which is a sub-class of `dcat:Resource`. We use this concept to describe any rare disease related dataset. When a dataset is about content of a rare disease resources such as `biobank` and `patient registry` then we recommend using `sio:is related to` property to connect the dataset to its rare disease resource.
22

33
### Metadata model figure
44

@@ -95,7 +95,7 @@ PREFIX sio: <http://semanticscience.org/resource/>
9595
```
9696

9797

98-
Often a dataset can be made available for use via data dump such RDF,mysql data dump or via service which severs the dataset such as APIs. In this section we describe how one can describe various distributions of dataset.
98+
Often a dataset can be made available for use via data dump such as RDF,mysql data dump or via services which serves the dataset such as an API. In this section we describe how one can describe various distributions of dataset.
9999

100100
## How to describe data dump
101101

@@ -186,6 +186,8 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
186186
}
187187
```
188188

189+
####Note:
190+
When you create a distribution entry please make sure that the distribution entry's link is described in the appropriate dataset via `dcat:distribution` predicate.
189191

190192
## How to describe data services
191193

0 commit comments

Comments
 (0)