Created
October 21, 2024 19:06
-
-
Save datadavev/5d8142b93e7c131623cc437a7f2900a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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