The following closely related tools are in a tool suite together with alpino_clam_webservice:
You can cite this software using the following citation generated from its metadata:
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 Validation of alpino_clam_webservice v2.4.1 failed (score 2/5) due to one or more requirement violations: 1. Violation: Software source code *MUST* state its license (This is missing in the metadata) 2. 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) 3. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata) 4. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata) 5. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata) 6. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata) 7. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
(log file starts at Sat Feb 7 03:00:01 UTC 2026)
[harvester info] --> Processing alpino-service (https://github.com/proycon/alpino_clam_webservice) [Sat Feb 7 03:00:01 UTC 2026]
[harvester info] Git updating cached clone of https://github.com/proycon/alpino_clam_webservice...
[harvester info] Found release v2.4.1
[harvester info] Using 'v2.4.1'
[harvester info] Git reference: v2.4.1
[harvester info] Scanning directory /tmp/codemeta-harvester.cache/alpino-service for harvestable resources...
[harvester info] found codemeta-harvest.json for alpino-service (md5sum dc9e71f716c2bf61ee5f99729991134a); values in here take precendence over (override) those in later detection stages
[harvester info] found python setup for alpino-service, converting to codemeta
-- begin log --
/usr/lib/python3.12/site-packages/pyshacl/extras/__init__.py:6: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
No input files specified, but found python project (setup.py) in current dir, using that...
Generating egg_info
/usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
writing Alpino_Webservice.egg-info/PKG-INFO
writing dependency_links to Alpino_Webservice.egg-info/dependency_links.txt
writing requirements to Alpino_Webservice.egg-info/requires.txt
writing top-level names to Alpino_Webservice.egg-info/top_level.txt
reading manifest file 'Alpino_Webservice.egg-info/SOURCES.txt'
writing manifest file 'Alpino_Webservice.egg-info/SOURCES.txt'
Downloading context from https://w3id.org/codemeta/3.0
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/util/connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/socket.py", line 978, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno -3] Try again
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 716, in urlopen
httplib_response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 404, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1061, in _validate_conn
conn.connect()
File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 363, in connect
self.sock = conn = self._new_conn()
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fc4a3b51220>: Failed to establish a new connection: [Errno -3] Try again
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 667, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 802, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='w3id.org', port=443): Max retries exceeded with url: /codemeta/3.0 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc4a3b51220>: Failed to establish a new connection: [Errno -3] Try again'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/codemetapy", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3.12/site-packages/codemeta/codemeta.py", line 339, in main
g, res, args, contextgraph = build(**args.__dict__)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/codemeta/codemeta.py", line 609, in build
g, contextgraph = init_graph(args)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/codemeta/common.py", line 326, in init_graph
context_sources = init_context(args)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/codemeta/common.py", line 310, in init_context
r = requests.get(remote, headers={ "Accept": accept})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 700, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='w3id.org', port=443): Max retries exceeded with url: /codemeta/3.0 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc4a3b51220>: Failed to establish a new connection: [Errno -3] Try again'))
-- end log --
[harvester error] python setup.py to codemeta conversion failed for alpino-service (codemetapy failed)
[harvester info] Looking for license....
[harvester info] No license file found
[harvester info] Getting contributors from git...
[harvester info] Getting top contributor from git...
[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
[harvester info] Extracting last and first commit date from git log....
[harvester info] Date created: 2015-09-08T23:41:30Z+0200, date modified: 2024-10-17T17:01:23Z+0200
[harvester info] Querying Github/GitLab API (https://github.com/proycon/alpino_clam_webservice)
[harvester info] Adding URL for found README: README.md
[harvester info] Found releaseNotes
[harvester info] Querying Zenodo API for DOI (access token provided)...
[harvester info] Looking for TRL information in README.md...
[harvester info] Looking for repostatus information in README.md...
[harvester info] Found repostatus https://www.repostatus.org/#active
[harvester info] Looking for continuous integration information in README.md...
[harvester info] Looking for documentation links in README.md...
[harvester info] Falling back to git tag (v2.4.1) if no version number is specified...
[harvester info] Inferring repostatus information from git activity (used only as a fallback if not explicitly provided)...
[harvester info] Inferred repostatus https://www.repostatus.org/#inactive
[harvester info] Looking for repostatus information in README.md in master branch...
[harvester info] Found repostatus (master branch) https://www.repostatus.org/#active
[harvester info] Setting group Alpino
[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/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
-- begin log --
/usr/lib/python3.12/site-packages/pyshacl/extras/__init__.py:6: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
Passed 12 files/sources but specified 0 input types! Automatically guessing types...
Detected 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/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')]
Adding to contextgraph: /tmp/turtle
Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/alpino-service
Processing source #1 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.alpino-service.codemeta.json
NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 1 new triples, total is now 2
Processing source #2 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.alpino-service.codemeta.json
NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 1 new triples, total is now 3
Processing source #3 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.alpino-service.codemeta.json
Found main resource with URI https://tools.clariah.nl/alpino-service.topcontributor/snapshot
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 8 new triples, total is now 10
Processing source #4 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.alpino-service.codemeta.json
NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 2 new triples, total is now 12
Processing source #5 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.alpino-service.codemeta.json
NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 1 new triples, total is now 13
Processing source #6 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.alpino-service.codemeta.json
Found main resource with URI https://tools.clariah.nl/alpino_clam_webservice/snapshot
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-4a4e439d6f34bc6f -> https://tools.clariah.nl/stub/H5bcdee28ba2d8e09)
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 19 new triples, total is now 26
Processing source #7 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.alpino-service.codemeta.json
NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[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)
[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)
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 2 new triples, total is now 26
Processing source #8 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.alpino-service.codemeta.json
Found main resource with URI https://tools.clariah.nl/alpino-service.contributors/snapshot
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 8 new triples, total is now 27
Processing source #9 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.alpino-service.codemeta.json
NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 1 new triples, total is now 27
Processing source #10 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.alpino-service.codemeta.json
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 8 new triples, total is now 35
Processing source #11 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.alpino-service.codemeta.json
NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 1 new triples, total is now 35
Processing source #12 of 12
Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.alpino-service.codemeta.json
NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...
Injected (possibly temporary) URI https://tools.clariah.nl/alpino-service
[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 1 new triples, total is now 36
Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/alpino-service -> https://tools.clariah.nl/alpino-service/v2.4.1
[CODEMETA VALIDATION (alpino-service)] license not set
[CODEMETA VALIDATION (alpino-service)] done
[CODEMETA ENRICHMENT (alpino-service)] Guessing interface type http://schema.org/WebAPI based on clues
[CODEMETA ENRICHMENT (alpino-service)] adding affiliation(s) of first author as producer
VALIDATION https://tools.clariah.nl/alpino-service/v2.4.1 #1: Violation: Software source code *MUST* state its license (This is missing in the metadata)
VALIDATION https://tools.clariah.nl/alpino-service/v2.4.1 #2: 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)
VALIDATION https://tools.clariah.nl/alpino-service/v2.4.1 #3: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
VALIDATION https://tools.clariah.nl/alpino-service/v2.4.1 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
VALIDATION https://tools.clariah.nl/alpino-service/v2.4.1 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
VALIDATION https://tools.clariah.nl/alpino-service/v2.4.1 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
VALIDATION https://tools.clariah.nl/alpino-service/v2.4.1 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
-- end log --
[harvester info] Output written to /tmp/out/alpino-service.codemeta.json
[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"
[harvester info] <-- Finished processing alpino-service (https://github.com/proycon/alpino_clam_webservice) [Sat Feb 7 03:00:30 UTC 2026]