netwerk-digitaal-erfgoed / requirements-datasets

Requirements for datasets
https://netwerk-digitaal-erfgoed.github.io/requirements-datasets/
1 stars 0 forks source link

Add schema:contactPoint #55

Closed ddeboer closed 1 year ago

ddeboer commented 2 years ago

Add schema:contactPoint to the publisher & creator schema:Organization and make at least its schema:name, schema:email and/or schema:url required. This is very useful for client applications that want to show a link like: ‘you can report errors in this data at …’.

coret commented 1 year ago

+1

Also for the Dataset Register support team this information (especially the publisher contactPoint) is important. When there's an issue with the dataset description, the support team needs to know who to contact at the publisher!

"publisher": {
        "@id": "https://example.com/",
        "@type": "Organization",
        "name": "Example organisation",
        "contactPoint": {
            "@type": "ContactPoint",
            "name": "A. Person",
            "email": "info@example.com",
        }
    },