{
    "@context": [
        "https://w3id.org/codemeta/3.0",
        "https://w3id.org/software-iodata",
        "https://w3id.org/nwo-research-fields",
        "https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
        "https://w3id.org/research-technology-readiness-levels",
        "https://schema.org",
        "https://w3id.org/software-types"
    ],
    "@id": "https://tools.clariah.nl/alpino-service/2.4.1",
    "@type": "SoftwareSourceCode",
    "applicationCategory": [
        "Internet > WWW/HTTP > WSGI > Application",
        "Text Processing > Linguistic"
    ],
    "applicationSuite": "Alpino",
    "audience": [
        {
            "@id": "https://tools.clariah.nl/audience/developers",
            "@type": "Audience",
            "audienceType": "Developers"
        },
        {
            "@id": "https://tools.clariah.nl/audience/science-research",
            "@type": "Audience",
            "audienceType": "Science/Research"
        }
    ],
    "author": [
        {
            "@id": "https://tools.clariah.nl/person/maarten-van-gompel",
            "@type": "Person",
            "affiliation": [
                {
                    "@id": "https://tools.clariah.nl/org/knaw-humanities-cluster",
                    "@type": "Organization",
                    "name": "KNAW Humanities Cluster",
                    "url": "https://huc.knaw.nl/"
                },
                {
                    "@id": "https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university",
                    "@type": "Organization",
                    "name": "KNAW Humanities Cluster & CLST, Radboud University"
                }
            ],
            "email": "proycon@anaproy.nl",
            "familyName": [
                "van Gompel",
                "van gompel"
            ],
            "givenName": "Maarten",
            "url": "https://proycon.anaproy.nl"
        }
    ],
    "codeRepository": "https://github.com/proycon/alpino_clam_webservice",
    "contributor": [
        {
            "@id": "https://tools.clariah.nl/person/maarten-van-gompel",
            "@type": "Person",
            "affiliation": [
                {
                    "@id": "https://tools.clariah.nl/org/knaw-humanities-cluster",
                    "@type": "Organization",
                    "name": "KNAW Humanities Cluster",
                    "url": "https://huc.knaw.nl/"
                },
                {
                    "@id": "https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university",
                    "@type": "Organization",
                    "name": "KNAW Humanities Cluster & CLST, Radboud University"
                }
            ],
            "email": "proycon@anaproy.nl",
            "familyName": [
                "van Gompel",
                "van gompel"
            ],
            "givenName": "Maarten",
            "url": "https://proycon.anaproy.nl"
        }
    ],
    "dateCreated": "2015-09-08T23:41:30Z+0200",
    "dateModified": "2024-10-17T17:01:23Z+0200",
    "description": "Alpino is a dependency parser for Dutch, developed in the context of the PIONIER Project Algorithms for Linguistic Processing, developed by Gertjan van Noord at the University of Groningen. This is the webservice for it. You can upload either tokenised or untokenised files (which will be automatically tokenised for you using ucto), the output will consist of a zip file containing XML files, one for each sentence in the input document.",
    "developmentStatus": [
        {
            "@id": "https://www.repostatus.org/#active",
            "@type": "skos:Concept",
            "og:image": "https://www.repostatus.org/badges/latest/active.svg",
            "skos:definition": "The project has reached a stable, usable state and is being actively developed.",
            "skos:inScheme": "https://www.repostatus.org",
            "skos:prefLabel": "Active"
        },
        {
            "@id": "trl:Level8Complete",
            "@type": [
                "skos:Concept",
                {
                    "@id": "trl:TechnologyReadinessLevel",
                    "@type": "Class"
                }
            ],
            "skos:broader": "trl:Stage4Complete",
            "skos:definition": "Technology complete and qualified, released for all end-users in scholarly environments.",
            "skos:inScheme": "trl:Scheme",
            "skos:notation": "8",
            "skos:prefLabel": "8 - Complete"
        }
    ],
    "downloadUrl": "https://github.com/proycon/alpino_clam_webservice/archive/refs/tags/v2.4.1.zip",
    "https://github.com/proycon/codemetapy/errors": 0,
    "https://github.com/proycon/codemetapy/log": "(log file starts at Thu Jun 18 03:00:01 UTC 2026)\n\n[harvester info] --> Processing alpino-service (https://github.com/proycon/alpino_clam_webservice) [Thu Jun 18 03:00:01 UTC 2026]\n\n[harvester info] Git updating cached clone of https://github.com/proycon/alpino_clam_webservice...\n\n[harvester info] Found release v2.4.1\n\n[harvester info] Using 'v2.4.1'\n\n[harvester info] Git reference: v2.4.1\n\n[harvester info] Scanning directory /tmp/codemeta-harvester.cache/alpino-service for harvestable resources...\n\n[harvester info] found codemeta-harvest.json for alpino-service (md5sum dc9e71f716c2bf61ee5f99729991134a); values in here take precendence over (override) those in later detection stages\n\n[harvester info] found python setup for alpino-service, converting to codemeta\n\n[harvester info] Looking for license....\n\n[harvester info] No license file found\n\n[harvester info] Getting contributors from git...\n\n[harvester info] Getting top contributor from git...\n\n[harvester info] Git top contributor Maarten van Gompel <proycon@anaproy.nl> will be assigned as author (and maintainer) if none are found in the metadata\n\n[harvester info] Extracting last and first commit date from git log....\n\n[harvester info] Date created: 2015-09-08T23:41:30Z+0200, date modified: 2024-10-17T17:01:23Z+0200\n\n[harvester info] Querying Github/GitLab API (https://github.com/proycon/alpino_clam_webservice)\n\n[harvester info] Adding URL for found README: README.md\n\n[harvester info] Found releaseNotes\n\n[harvester info] Querying Zenodo API for DOI (access token provided)...\n\n[harvester info] Looking for TRL information in README.md...\n\n[harvester info] Looking for repostatus information in README.md...\n\n[harvester info] Found repostatus https://www.repostatus.org/#active\n\n[harvester info] Looking for continuous integration information in README.md...\n\n[harvester info] Looking for documentation links in README.md...\n\n[harvester info] Falling back to git tag (v2.4.1) if no version number is specified...\n\n[harvester info] Inferring repostatus information from git activity (used only as a fallback if not explicitly provided)...\n\n[harvester info] Inferred repostatus https://www.repostatus.org/#inactive\n\n[harvester info] Looking for repostatus information in README.md in master branch...\n\n[harvester info] Found repostatus (master branch) https://www.repostatus.org/#active\n\n[harvester info] Setting group Alpino\n\n[harvester info] Reconciliating: codemetapy  --baseuri https://tools.clariah.nl --baseuri https://tools.clariah.nl --includecontext --addcontext https://w3id.org/nwo-research-fields --addcontext https://w3id.org/research-technology-readiness-levels --addcontextgraph https://vocabs.dariah.eu/rest/v1/tadirah/data?format=text/turtle --trl --identifier \"alpino-service\" --codeRepository \"https://github.com/proycon/alpino_clam_webservice\" --validate /etc/software.ttl --released --enrich --textv \"Please consult the CLARIAH Software Metadata Requirements at https://github.com/CLARIAH/clariah-plus/blob/main/requirements/software-metadata-requirements.md for an in-depth explanation of any found problems\" -O /tmp/out/alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.alpino-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.alpino-service.codemeta.json \n\n-- begin log --\n\nPassed 13 files/sources but specified 0 input types! Automatically guessing types...\n\nDetected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.alpino-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.alpino-service.codemeta.json', 'json')]\n\nAdding to contextgraph: /tmp/turtle\n\nInitial URI automatically generated, may be overriden later: https://tools.clariah.nl/alpino-service\n\nProcessing source #1 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.alpino-service.codemeta.json\n\n    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 1 new triples, total is now 2\n\nProcessing source #2 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.alpino-service.codemeta.json\n\n    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 1 new triples, total is now 3\n\nProcessing source #3 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.alpino-service.codemeta.json\n\n    Found main resource with URI https://tools.clariah.nl/alpino-service.topcontributor/snapshot\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 8 new triples, total is now 10\n\nProcessing source #4 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.alpino-service.codemeta.json\n\n    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 2 new triples, total is now 12\n\nProcessing source #5 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.alpino-service.codemeta.json\n\n    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 1 new triples, total is now 13\n\nProcessing source #6 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.alpino-service.codemeta.json\n\n    Found main resource with URI https://tools.clariah.nl/alpino_clam_webservice/snapshot\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H3734bc2f71cae4b6 -> https://tools.clariah.nl/stub/H12d5ccda683a26a1)\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 19 new triples, total is now 26\n\nProcessing source #7 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.alpino-service.codemeta.json\n\n    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] overriding old http://schema.org/dateCreated (2015-09-08T21:43:45Z -> 2015-09-08T23:41:30Z+0200)\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] overriding old http://schema.org/dateModified (2024-10-17T15:08:58Z -> 2024-10-17T17:01:23Z+0200)\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 2 new triples, total is now 26\n\nProcessing source #8 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.alpino-service.codemeta.json\n\n    Found main resource with URI https://tools.clariah.nl/alpino-service.contributors/snapshot\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 8 new triples, total is now 27\n\nProcessing source #9 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.alpino-service.codemeta.json\n\n    Found main resource with URI https://tools.clariah.nl/alpino-webservice/2.4.1\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (alpino-webservice)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H12d5ccda683a26a1 -> https://tools.clariah.nl/stub/H-1fe87129cdbb7f55)\n\n[CODEMETA COMPOSITION (alpino-webservice)] overriding old http://schema.org/description (A CLAM-powered webservice for Alpino, a dependency parser for Dutch -> Alpino is a dependency parser for Dutch, developed in the context of the PIONIER Project Algorithms for Linguistic Processing, developed by Gertjan van Noord at the University of Groningen. This is the webservice for it. You can upload either tokenised or untokenised files (which will be automatically tokenised for you using ucto), the output will consist of a zip file containing XML files, one for each sentence in the input document.)\n\n[CODEMETA COMPOSITION (alpino-webservice)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)\n\n[CODEMETA COMPOSITION (alpino-webservice)] overriding old http://schema.org/name (alpino_clam_webservice -> Alpino-Webservice)\n\n[CODEMETA COMPOSITION (alpino-webservice)] overriding old http://schema.org/version (v2.4.1 -> 2.4.1)\n\n[CODEMETA COMPOSITION (alpino-webservice)] processed 68 new triples, total is now 85\n\nProcessing source #10 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.alpino-service.codemeta.json\n\n    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (alpino-webservice)] processed 1 new triples, total is now 85\n\nProcessing source #11 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.alpino-service.codemeta.json\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (alpino-webservice)] overriding old http://schema.org/softwareRequirements (https://tools.clariah.nl/dependency/clam-ge-3-1-4 -> https://tools.clariah.nl/stub/H-727289e5740defd8)\n\n[CODEMETA COMPOSITION (alpino-webservice)] overriding old http://schema.org/softwareRequirements (https://tools.clariah.nl/dependency/folia-tools -> https://tools.clariah.nl/stub/H-727289e5740defd8)\n\n[CODEMETA COMPOSITION (alpino-webservice)] overriding old http://schema.org/softwareRequirements (https://tools.clariah.nl/dependency/natsort -> https://tools.clariah.nl/stub/H-727289e5740defd8)\n\n[CODEMETA COMPOSITION (alpino-webservice)] processed 8 new triples, total is now 90\n\nProcessing source #12 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.alpino-service.codemeta.json\n\n    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (alpino-webservice)] processed 1 new triples, total is now 90\n\nProcessing source #13 of 13\n\nParsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.alpino-service.codemeta.json\n\n    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...\n\n    Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service\n\n[CODEMETA COMPOSITION (alpino-webservice)] processed 1 new triples, total is now 91\n\nRemapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/alpino-service -> https://tools.clariah.nl/alpino-service/2.4.1\n\n[CODEMETA VALIDATION (alpino-service)] done\n\n[CODEMETA ENRICHMENT (alpino-service)] Guessing interface type http://schema.org/WebAPI based on clues\n\n[CODEMETA ENRICHMENT (alpino-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python\n\n[CODEMETA ENRICHMENT (alpino-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python\n\n[CODEMETA ENRICHMENT (alpino-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python\n\n[CODEMETA ENRICHMENT (alpino-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python\n\n[CODEMETA ENRICHMENT (alpino-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python\n\n[CODEMETA ENRICHMENT (alpino-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python\n\n[CODEMETA ENRICHMENT (alpino-service)] adding affiliation(s) of first author as producer\n\nVALIDATION https://tools.clariah.nl/alpino-service/2.4.1 #1: Info: Software source code *SHOULD* link to a continuous integration service that builds the software and runs the software's tests (This is missing in the metadata)\n\nVALIDATION https://tools.clariah.nl/alpino-service/2.4.1 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)\n\nVALIDATION https://tools.clariah.nl/alpino-service/2.4.1 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)\n\nVALIDATION https://tools.clariah.nl/alpino-service/2.4.1 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)\n\nVALIDATION https://tools.clariah.nl/alpino-service/2.4.1 #5: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)\n\nVALIDATION https://tools.clariah.nl/alpino-service/2.4.1 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)\n\n-- end log --\n\n[harvester info] Output written to /tmp/out/alpino-service.codemeta.json\n\n[harvester info] Harvesting remote service URL https://webservices.cls.ru.nl/alpino for alpino-service: codemetapy  --baseuri https://tools.clariah.nl --baseuri https://tools.clariah.nl --includecontext --addcontext https://w3id.org/nwo-research-fields --addcontext https://w3id.org/research-technology-readiness-levels --addcontextgraph https://vocabs.dariah.eu/rest/v1/tadirah/data?format=text/turtle --trl -O \"/tmp/codemeta-harvester.cache//tmp/alpino-service.codemeta.json\" \"/tmp/out/alpino-service.codemeta.json\" \"https://webservices.cls.ru.nl/alpino\"\n\n[harvester info] <-- Finished processing alpino-service (https://github.com/proycon/alpino_clam_webservice) [Thu Jun 18 03:00:23 UTC 2026]\n",
    "identifier": "alpino-service",
    "isSourceCodeOf": [
        {
            "@id": "https://tools.clariah.nl/webapplication/N522686bcd020a731bf8c37520def7a7c",
            "@type": "WebApplication",
            "author": [
                {
                    "@type": "Person",
                    "email": "lamasoftware@science.ru.nl",
                    "name": "Gertjan van Noord (backend), Maarten van Gompel (webservice)"
                }
            ],
            "consumesData": [
                {
                    "@type": "DigitalDocument",
                    "description": "Plaintext tokenised input, one sentence per line",
                    "encodingFormat": "text/plain",
                    "identifier": "PlainTextFormat",
                    "name": "*.tok"
                },
                {
                    "@type": "DigitalDocument",
                    "description": "Plaintext document (untokenised)",
                    "encodingFormat": "text/plain",
                    "identifier": "PlainTextFormat",
                    "name": "*.txt"
                }
            ],
            "description": "Alpino is a dependency parser for Dutch, developed in the context of the PIONIER Project Algorithms for Linguistic Processing, developed by Gertjan van Noord at the University of Groningen. You can upload either tokenised or untokenised files (which will be automatically tokenised for you using ucto), the output will consist of a zip file containing XML files, one for each sentence in the input document.",
            "license": "",
            "name": "Alpino Webservice",
            "producesData": [
                {
                    "@type": "DigitalDocument",
                    "description": "Alpino XML output (XML files per sentence)",
                    "encodingFormat": "application/zip",
                    "identifier": "AlpinoXMLCollection",
                    "name": "*.alpinoxml.zip"
                },
                {
                    "@type": "TextDigitalDocument",
                    "description": "FoLiA XML Output",
                    "encodingFormat": "text/xml",
                    "identifier": "FoLiAXMLFormat",
                    "name": "*.folia.xml"
                },
                {
                    "@type": "DigitalDocument",
                    "description": "Plaintext tokenised output, one sentence per line",
                    "encodingFormat": "text/plain",
                    "identifier": "PlainTextFormat",
                    "name": "*.tok"
                },
                {
                    "@type": "DigitalDocument",
                    "description": "Log file with (standard) error output",
                    "encodingFormat": "text/plain",
                    "identifier": "PlainTextFormat",
                    "name": "error.log"
                }
            ],
            "provider": {
                "@type": "Organization",
                "name": "Rijksuniversiteit Groningen (backend), Radboud Universiteit Nijmegen (webservice)"
            },
            "url": "https://webservices.cls.ru.nl/alpino",
            "version": "2.4.1"
        },
        {
            "@type": "WebAPI",
            "name": "Alpino-Webservice"
        }
    ],
    "issueTracker": "https://github.com/proycon/alpino_clam_webservice/issues",
    "keywords": [
        "dependency parsing",
        "folia",
        "linguistics",
        "nlp",
        "syntax"
    ],
    "license": {
        "@id": "http://spdx.org/licenses/GPL-3.0-only",
        "name": "GNU General Public License v3"
    },
    "maintainer": {
        "@id": "https://tools.clariah.nl/person/maarten-van-gompel",
        "@type": "Person",
        "affiliation": [
            {
                "@id": "https://tools.clariah.nl/org/knaw-humanities-cluster",
                "@type": "Organization",
                "name": "KNAW Humanities Cluster",
                "url": "https://huc.knaw.nl/"
            },
            {
                "@id": "https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university",
                "@type": "Organization",
                "name": "KNAW Humanities Cluster & CLST, Radboud University"
            }
        ],
        "email": "proycon@anaproy.nl",
        "familyName": [
            "van Gompel",
            "van gompel"
        ],
        "givenName": "Maarten",
        "url": "https://proycon.anaproy.nl"
    },
    "name": "Alpino-Webservice",
    "operatingSystem": [
        "BSD",
        "Linux",
        "macOS"
    ],
    "owl:sameAs": [
        {
            "@id": "https://tools.clariah.nl/alpino-service.contributors/snapshot"
        },
        {
            "@id": "https://tools.clariah.nl/alpino-service.topcontributor/snapshot"
        },
        {
            "@id": "https://tools.clariah.nl/alpino-service/2.4.1"
        },
        {
            "@id": "https://tools.clariah.nl/alpino-webservice/2.4.1"
        },
        {
            "@id": "https://tools.clariah.nl/alpino_clam_webservice/snapshot"
        }
    ],
    "producer": {
        "@id": "https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university",
        "@type": "Organization",
        "name": "KNAW Humanities Cluster & CLST, Radboud University"
    },
    "programmingLanguage": "Python",
    "readme": "https://github.com/proycon/alpino_clam_webservice/blob/v2.4.1//README.md",
    "releaseNotes": "https://github.com/proycon/alpino_clam_webservice/releases/tag/v2.4.1",
    "review": {
        "@id": "https://tools.clariah.nl/validation/N40f010488e78470d65d3054d34e34189",
        "@type": "Review",
        "author": [
            "codemetapy validator using software.ttl"
        ],
        "datePublished": "2026-06-18 03:00:20",
        "name": "Automatic software metadata validation report for Alpino-Webservice 2.4.1",
        "reviewBody": "Please consult the CLARIAH Software Metadata Requirements at https://github.com/CLARIAH/clariah-plus/blob/main/requirements/software-metadata-requirements.md for an in-depth explanation of any found problems\n\nValidation of Alpino-Webservice 2.4.1 was successful (score=3/5), but there are some warnings which should be addressed:\n\n1. Info: Software source code *SHOULD* link to a continuous integration service that builds the software and runs the software's tests (This is missing in the metadata)\n2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)\n3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)\n4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)\n5. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)\n6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)",
        "reviewRating": 3
    },
    "runtimePlatform": [
        "Python 3",
        "Python 3.10",
        "Python 3.6",
        "Python 3.7",
        "Python 3.8",
        "Python 3.9"
    ],
    "softwareRequirements": [
        {
            "@type": "SoftwareApplication",
            "identifier": "alpino",
            "name": "Alpino"
        },
        {
            "@type": "SoftwareApplication",
            "identifier": "ucto",
            "name": "ucto"
        }
    ],
    "url": "https://github.com/proycon/alpino_clam_webservice",
    "version": "2.4.1"
}