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-full.json
{
"title": "CodeMeta, a minimal convention for software metadata",
"description": "Codemeta is a metadata content standard for software. It includes schemas in JSON-LD and XML Schema for providing semantics and validation.",
"identifier": "http://dx.doi.org/10.6084/m9.figshare.828487",
"name": "codemeta",
"@context":"https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "SoftwareSourceCode",
"agents": [{
"@id": "http://orcid.org/0000-0002-2192-403X",
"@type": "person",
"email": "slaughter@nceas.ucsb.edu",
"name": "Peter Slaughter",
"affiliation": "NCEAS",
"mustBeCited": true,
"isMaintainer": false,
"isRightsHolder": false,
"role": {
"namespace": "http://www.ngdc.noaa.gov/metadata/published/xsd/schema/resources/Codelist/gmxCodelists.xml#CI_RoleCode",
"roleCode": "contributor"
}
}, {
"@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"
}
}],
"depends": [{
"identifier": "http://doi.org/10.xxxx/A324566",
"name": "export_fig",
"version": "1.99",
"packageSystem": "http://www.mathworks.com"
}, {
"identifier": "89766228838383883",
"name": "npplus",
"version": "0.9.4",
"packageSystem": "https://pypi.python.org",
"operatingSystems": ["MacOS", "Linux"]
}, {
"identifier": "7777575757757-389349843-90898",
"name": "popbio",
"version": "1.3.4",
"packageSystem": "http://cran.r-project.org",
"operatingSystems": ["Windows", "OS X Mavericks"]
}],
"codeRepository": "https://github.com/codemeta/codemeta",
"controlledTerms": ["software", "metadata"],
"datePublished": "2014-09-06",
"dateModified": "2014-08-15",
"dateCreated": "2014-08-06",
"developmentStatus": "active",
"embargoDate": "2014-08-06T10:00:01Z",
"isAutomatedBuild": false,
"publisher": "figshare",
"tags": [
"publishing",
"DOI",
"credit for code"
],
"licenseId": "Apache-2.0",
"version": "2.1.0-rc.2",
"uploadedBy": {
"@id": "http://orcid.org/0000-0002-2192-403X",
"@type": "Person",
"email": "slaughter@nceas.ucsb.edu",
"name": "Peter Slaughter"
},
"buildInstructions": "https://github.com/codemeta/codemeta/buildInstructions",
"contIntegration": "https://github.com/codemeta/codemeta/minitest",
"downloadLink": "https://github.com/codemeta/codemeta/releases/codemeta_2.1.0-rc.2.tar.gz",
"funding": "National Science Foundation grant #012345678",
"programmingLanguage": {
"name": "ruby",
"version": "2.3.1",
"URL": "https://www.ruby-lang.org/en/"
},
"readme": "https://github.com/codemeta/codemeta/README.md",
"issueTracker": "https://github.com/codemeta/codemeta/issues",
"relatedLink": "https://github.com/codemeta/codemeta-paper",
"relatedPublications": [
"DOI:10.1177/0165551504045850",
"DOI:10.1145/2815833.2816955"
],
"relationships": {
"relationshipType": "isPartOf",
"relatedIdentifier": "urn:uuid:F1A0A7AF-ECF3-4C7D-B675-7C6949963995",
"relatedIdentifierType": "UUID"
},
"softwarePaperCitationIdentifiers": "http://doi.org/0000/0000",
"suggests": {
"name": "tokenizertools",
"version": "1.0",
"packageSystem": "https://pypi.python.org",
"operatingSystems": ["MacOS", "Linux"]
},
"zippedCode": "https://github.com/codemeta/codemeta/releases"
}