Skip to content

Commit

Permalink
Draft for new JSON structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Oswald committed Jan 29, 2025
1 parent 51aee6b commit fef5db8
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions schemas/dcat:Dataset.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit fef5db8

Please sign in to comment.