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-invalid.json
{
"@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":[
{
"packageId":"export_fig",
"version":"1.99",
"packageSystem":"http://www.mathworks.com"
},
{
"packageId":"npplus",
"version":"0.9.4",
"packageSystem":"https://pypi.python.org",
"operatingSystem":"MacOS, Linux"
},
{
"packageId":"popbio",
"version":"1.3.4",
"packageSystem":"http://cran.r-project.org",
"operatingSystem":"Windows, OS X Mavericks"
}
],
"codeRepository":"https://github.com/codemeta/codemeta",
"controlledTerms":"http://purl.org/dc/dcmitype/Software",
"datePublished":"2014-09-06",
"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.",
"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":[
"ISBN:0201703726",
"http://doi.org/10.5334/jors.an"
],
"relationships":{
"relationshipType":"isPartOf",
"relatedIdentifier":"urn:uuid:F1A0A7AF-ECF3-4C7D-B675-7C6949963995",
"relatedIdentifierType":"UUID"
},
"suggests":{
"identifier": "123456",
"name": "tokenizertools",
"version": "1.0",
"packageSystem": "https://pypi.python.org",
"operatingSystems": ["MacOS", "Linux"]
},
"softwarePaperCitationIdentifiers":[
"http://doi.org/0000/0000"
],
"zippedCode":"https://github.com/codemeta/codemeta/releases"
}