diff --git a/schemas/dcat:Dataset.json b/schemas/dcat:Dataset.json index e69de29..1f1d098 100644 --- a/schemas/dcat:Dataset.json +++ b/schemas/dcat:Dataset.json @@ -0,0 +1,49 @@ +{ + "dcterms:identifier": "000001", + "dcterms:title": { + "de": "Irgendein Titel", + "en": "Some title" + }, + "dcterms:description": null, + "dcterms:accessRights": null, + "dcterms:publisher": null, + "dcat:contactPoint": null, + "dcterms:issued": null, + "dcat:keyword": null, + "dcterms:accrualPeriodicity": null, + "dcterms:modified": null, + "bv:affiliatedPersons": null, + "adms:status": null, + "bv:classification": null, + "bv:personalData": null, + "bv:typeOfData": null, + "bv:archivalValue": null, + "bv:opendata.swiss": null, + "bv:i14y": null, + "dcat:themeTaxonomy": null, + "dcat:landingPage": null, + "dcterms:spatial": null, + "dcterms:temporal": null, + "bv:legalBasis": [null], + "bv:businessProcess": null, + "bv:retentionPeriod": null, + "dcat:catalog": null, + "prov:wasDerivedFrom": null, + "bv:geoIdentifier": null, + "foaf:page": null, + "bv:comments": null, + "bv:abrogation": null, + "bv:itSystem": null, + "dcat:inSeries": null, + "dcterms:replaces": null, + "dcat:distribution": [ + { + "dcterms:identifier": "000001", + "dcterms:title": { + "de": "Irgendein Titel", + "en": "Some title" + }, + "dcterms:description": null + } + ] +} \ No newline at end of file