File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments