Skip to content

Instantly share code, notes, and snippets.

@datadavev
Created October 21, 2024 19:06
Show Gist options
  • Save datadavev/5d8142b93e7c131623cc437a7f2900a3 to your computer and use it in GitHub Desktop.
Save datadavev/5d8142b93e7c131623cc437a7f2900a3 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"@context": {
"@vocab": "http://schema.org/",
"description": {
"@container": "@list"
},
"creator": {
"@container": "@list"
}
},
"@type":"Dataset",
"description":[
"Vocab https://schema.org/, creator without @list and with @type: 'Role'. Modeled after CanWIN SO format.",
"test"
],
"name":"test of alternative creator field configuration",
"alternateName":"test01.jsonld",
"creator": [
{
"@type": "Role",
"creator": {
"@type": "Person",
"Affiliation": {
"@type": "Organization",
"name": "National Center for Ecological Analaysis and Synthesis"
},
"Email": "[email protected]",
"Identifier": {
"@type": "PropertyValue",
"propertyID": "https://registry.identifiers.org/registry/orcid",
"url": "http://orcid.org/0000-0001-5828-6070",
"value": "0000-0001-5828-6070"
},
"Name": "Nesbitt, Ian\t"
}
},
{
"@type": "Role",
"creator": {
"@type": "Person",
"Affiliation": {
"@type": "Organization",
"name": "National Center for Ecological Analaysis and Synthesis"
},
"Email": "[email protected]",
"Identifier": {
"@type": "PropertyValue",
"propertyID": "https://registry.identifiers.org/registry/orcid",
"url": "http://orcid.org/0000-0002-1209-5268",
"value": "0000-0002-1209-5268"
},
"Name": "Tao, Jing\t"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment