Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions codemeta.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"targetProduct": { "@id": "schema:targetProduct"},
"url": { "@id": "schema:url", "@type": "@id"},
"version": { "@id": "schema:version"},

"author": { "@id": "schema:author", "@container": "@list" },

"softwareSuggestions": { "@id": "codemeta:softwareSuggestions", "@type": "@id"},
Expand All @@ -75,6 +74,7 @@
"readme": { "@id":"codemeta:readme", "@type": "@id" },
"issueTracker": { "@id":"codemeta:issueTracker", "@type": "@id" },
"referencePublication": { "@id": "codemeta:referencePublication", "@type": "@id"},
"maintainer": { "@id": "codemeta:maintainer" }
"maintainer": { "@id": "codemeta:maintainer" },
"hasSourceCode": { "@id": "codemeta:hasSourceCode", "@type": "@id"}
}
}
27 changes: 27 additions & 0 deletions examples/codemeta-software.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"@id":"https://w3id.org/okn/i/mint/TOPOFLOW",
"@type": "http://schema.org/SoftwareApplication",
"http://schema.org/name": "Topoflow Hydrology model",
"http://schema.org/author": {
"@id": "https://w3id.org/okn/i/mint/peckham_scott",
"@type": "http://schema.org/Person",
"http://schema.org/name": "Scott Peckham"},
"http://schema.org/citation": "Peckham; S. D. 'Geomorphometry and spatial hydrologic modelling.' Developments in Soil Science 33 (2009): 579-602.",
"http://schema.org/contributor": {
"@id": "https://w3id.org/okn/i/mint/bolton_bob",
"@type": "http://schema.org/Person",
"http://schema.org/name": "Bob Bolton"},
"http://schema.org/dateCreated": {
"@type": "http://schema.org/Date",
"@value": "2002"},
"http://schema.org/description": "Topoflow is a powerful spatially-distributed hydrologic model for various physical processes in a watershed, with the goal of accurately predicting how various hydrologic variables will evolve in time in response to climatic forcings",
"http://schema.org/downloadUrl": "https://csdms.colorado.edu/pub/models/doi-source-code/topoflow-10.1594.IEDA.100174-3.1.0.tar.gz", "http://schema.org/keywords": "snowmelt;precipitation;evapotranspiration;infiltration;channel/overland flow;shallow subsurface flow;flow diversions",
"https://codemeta.github.io/terms/referencePublication": [{"@id": "Peckham; S. D. 'Geomorphometry and spatial hydrologic modelling.' Developments in Soil Science 33 (2009): 579-602."}],
"https://codemeta.github.io/terms/hasSourceCode": {
"@id":"https://w3id.org/okn/i/mint/topoflow_source",
"http://schema.org/name": "Topoflow source code",
"https://codemeta.github.io/terms/codeRepository":"https://github.com/peckhams/topoflow",
"@type": "http://schema.org/SoftwareSourceCode"
}
}

Loading