Skip to content

Commit e52cae5

Browse files
committed
dataset content modfied
1 parent 9254017 commit e52cae5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ You can browse different metadata modules by visiting the links below.
2828
* [Patient Registry](docs/patient-registry.md) - describes a patient registry
2929
* [Biobank](docs/biobank.md) - describes a biobank
3030
* [Guideline](docs/guideline.md) - describes a guideline
31+
* [Dataset](docs/dataset.md) - describes a dataset
3132

3233
### Ontologies used in the metadata model
3334

data/example-rdf/turtle/dataset.ttl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
dct:license <https://creativecommons.org/licenses/by/4.0> ;
1515
dct:hasVersion "1.0" ;
1616
sio:SIO_000001 :patientRegistry;
17+
dcat:distribution :example-distribtion;
1718
dcat:landingPage <http://example.org/CAT01902019> .
1819

1920
:publisher a foaf:Agent ;

shapes/dataset.shex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PREFIX sio: <http://semanticscience.org/resource/>
1717
dct:keyword xsd:string*;
1818
dct:publisher @:organisationShape;
1919
dcat:landingPage IRI*
20+
dcat:distribution IRI*
2021
}
2122

2223
:locationShape IRI {

0 commit comments

Comments
 (0)