swh:1:snp:b33649b2c5b0f3f9374db3e344d5a92f8f6e5fbe
Tip revision: 8a60dab06bb95600092525e5c504ac2722bd7576 authored by gothub on 05 January 2017, 22:38:17 UTC
Wording changes
Wording changes
Tip revision: 8a60dab
example-codemeta-agent.json
{
"@context":"https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type":"Code",
"identifier":"http://dx.doi.org/10.6084/m9.figshare.828487",
"datePublished":"2014-09-06",
"title":"CodeMeta, a minimal convention for software metadata",
"agents":[
{
"@id":"http://orcid.org/0000-0003-0077-4738",
"@type":"Person",
"email":"jones@nceas.ucsb.edu",
"name":"Matt Jones",
"affiliation":"NCEAS",
"mustBeCited":true,
"isMaintainer":true,
"isRightsHolder":true,
"role":[
{
"namespace":"http://www.ngdc.noaa.gov/metadata/published/xsd/schema/resources/Codelist/gmxCodelists.xml#CI_RoleCode",
"roleCode":[
"originator",
"resourceProvider"
]
}
]
},
{
"@id":"http://orcid.org/0000-0002-3957-2474",
"@type":"Organization",
"email":"info@ucop.edu",
"name":"University of California, Santa Barbara",
"role":[
{
"namespace":"http://www.ngdc.noaa.gov/metadata/published/xsd/schema/resources/Codelist/gmxCodelists.xml#CI_RoleCode",
"roleCode":"copyrightHolder"
}
]
},
{
"@id":"http://orcid.org/0000-0002-2192-403X",
"@type":"Person",
"email":"slaughter@nceas.ucsb.edu",
"name":"Peter Slaughter",
"affiliation":"NCEAS",
"role":{
"namespace":"http://www.ngdc.noaa.gov/metadata/published/xsd/schema/resources/Codelist/gmxCodelists.xml#CI_RoleCode",
"roleCode":"contributor"
}
}
],
"version":"2.1.0-rc.2",
"depends":[
{
"@value":"https://dx.doi.org/10.6084/m9.figshare.1164194.v13",
"@type":"URL"
},
{
"@value":"python version 2.7.10 or higher",
"@type":"Text"
}
],
"codeRepository":"https://github.com/codemeta/codemeta",
"dateModified":"2014-08-15",
"dateCreated":"2014-08-06",
"description":"Codemeta is a metadata content standard for software. It includes schemas in JSON-LD and XML Schema for providing semantics and validation.",
"tags":"publishing, DOI, credit for code",
"licenseId":"Apache-2.0",
"uploadedBy":{
"@id":"http://orcid.org/0000-0003-0077-4738",
"email":"jones@nceas.ucsb.edu",
"name":"Matt Jones"
}
}