Skip to content

Commit

Permalink
codemeta.json: updated metadata according to (proposed) CLARIAH requi…
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jul 21, 2022
1 parent d414f91 commit 3a6fe8c
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org",
{
"entryPoints": { "@reverse": "schema:actionApplication" },
"interfaceType": { "@id": "codemeta:interfaceType" }
}
"https://w3id.org/software-types"
],
"@type": "SoftwareSourceCode",
"identifier": "libfolia",
"name": "libfolia",
"version": "2.11",
"description": "This is a C++ Library for working with the Format for Linguistic Annotation (FoLiA).",
"license": "https://spdx.org/licenses/GPL-3.0",
"license": "https://spdx.org/licenses/GPL-3.0-only",
"url": "https://github.com/LanguageMachines/libfolia",
"producer": {
"@id": "https://www.ru.nl/clst",
Expand Down Expand Up @@ -83,7 +80,7 @@
"issueTracker": "https://github.com/LanguageMachines/libfolia/issues",
"contIntegration": "https://travis-ci.org/LanguageMachines/libfolia",
"releaseNotes": "https://github.com/LanguageMachines/libfolia/releases",
"developmentStatus": "active",
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": [ "nlp", "natural language processing", "folia", "xml", "linguistic annotation" ],
"referencePublication": [
{
Expand Down Expand Up @@ -114,13 +111,20 @@
"url": "https://github.com/proycon/folia/raw/master/docs/folia.pdf"
}
],
"entryPoints": [
"targetProduct": [
{
"@type": "SoftwareLibrary",
"executableName": "libfolia",
"name": "libfolia",
"runtimePlatform": [ "Linux", "BSD", "macOS" ],
"description": "FoLiA Library with API for C++"
},
{
"@type": "EntryPoint",
"@type": "CommandLineApplication",
"executableName": "folialint",
"name": "folialint",
"urlTemplate": "file:///folialint",
"description": "FoLiA validation tool",
"interfaceType": "CLI"
"runtimePlatform": [ "Linux", "BSD", "macOS" ],
"description": "FoLiA validation tool"
}
]
}

0 comments on commit 3a6fe8c

Please sign in to comment.