@prefix codemeta: <https://codemeta.github.io/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix iodata: <https://w3id.org/software-iodata#> .
@prefix ns1: <https://github.com/proycon/codemetapy/> .
@prefix og: <http://ogp.me/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sdo: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix stype: <https://w3id.org/software-types#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> a rdfs:Class .

stype:CommandLineApplication a rdfs:Class ;
    rdfs:label "Command-line Application" ;
    rdfs:comment "A software application offering a command-line interface." ;
    rdfs:subClassOf "SoftwareApplication" .

stype:DesktopApplication a rdfs:Class ;
    rdfs:label "Desktop Application" ;
    rdfs:comment "A software application offering a graphical user interface on the desktop." ;
    rdfs:subClassOf "SoftwareApplication" .

stype:NotebookApplication a rdfs:Class ;
    rdfs:label "Notebook Application" ;
    rdfs:comment "A web application in the form of a notebook (e.g. Jupyter Notebook, R Notebook) or data story." ;
    rdfs:subClassOf "WebApplication" .

stype:ServerApplication a rdfs:Class ;
    rdfs:label "Server Application" ;
    rdfs:comment "A software application running as a daemon providing a service, either locally or over a network, running in the background." ;
    rdfs:subClassOf "ServerApplication" .

stype:SoftwareImage a rdfs:Class ;
    rdfs:label "Software Image" ;
    rdfs:comment "A software application in the form of an image (such as a container image or virtual machine image), distributes the application along with its wider dependency context." ;
    rdfs:subClassOf "SoftwareApplication" .

stype:SoftwareLibrary a rdfs:Class ;
    rdfs:label "Software Library" ;
    rdfs:comment "A software application offering an Application Programming Interface (API) for developers" ;
    rdfs:subClassOf "SoftwareApplication" .

stype:SoftwarePackage a rdfs:Class ;
    rdfs:label "Software Package" ;
    rdfs:comment "A software application in the form of a package for any particular package manager, distributes the application but not its wider dependency context." ;
    rdfs:subClassOf "SoftwareApplication" .

stype:TerminalApplication a rdfs:Class ;
    rdfs:label "Terminal Application" ;
    rdfs:comment "A software application offering a terminal text-based user interface (e.g. ncurses)." ;
    rdfs:subClassOf "SoftwareApplication" .

<file:///etc/service/codemeta-server/consumesData> a rdf:Property ;
    rdfs:label "Consumes Data" ;
    rdfs:comment "The software may take the specified data as input. The target object is typically interpreted as a template describing a class of data. For example, a Dataset in NetCDF format containing precipitation and time variables (in their respective units)" .

<file:///etc/service/codemeta-server/producesData> a rdf:Property ;
    rdfs:label "Produces Data" ;
    rdfs:comment "The software may deliver the specified data as output. The target object is typically interpreted as a template describing a class of data. For example, a text document in CSV format." .

sdo:MobileApplication rdfs:label "Mobile App" ;
    rdfs:comment "A software application for mobile devices" .

<http://spdx.org/licenses/AGPL-3.0-or-later> sdo:name "GNU Affero General Public License v3.0 or later" .

<http://spdx.org/licenses/Apache-1.1> sdo:name "Apache License" .

<http://spdx.org/licenses/CPAL-1.0> sdo:name "Common Public Attribution License" .

<http://spdx.org/licenses/EPL-1.0> sdo:name "Eclipse Public License 1" .

<http://spdx.org/licenses/EPL-2.0> sdo:name "Eclipse Public License" .

<http://spdx.org/licenses/EUPL-1.1> sdo:name "European Union Public License 1.1" .

<http://spdx.org/licenses/GPL-2.0-or-later> sdo:name "GNU General Public License v2.0 or later" .

<http://spdx.org/licenses/LGPL-2.0-only> sdo:name "GNU Lesser General Public License v2" .

<http://spdx.org/licenses/LGPL-2.0-or-later> sdo:name "GNU Lesser General Public License v2 or later" .

<http://spdx.org/licenses/LGPL-2.1-only> sdo:name "GNU Lesser General Public License v2.1" .

<http://spdx.org/licenses/LGPL-2.1-or-later> sdo:name "GNU Lesser General Public License v2.1 or later" .

<http://spdx.org/licenses/LGPL-3.0-only> sdo:name "GNU Lesser General Public License v3" .

<http://spdx.org/licenses/LGPL-3.0-or-later> sdo:name "GNU Lesser General Public License v3.0 or later" .

<http://spdx.org/licenses/MIT-0> sdo:name "MIT No Attribution" .

<http://spdx.org/licenses/MPL-1.0> sdo:name "Mozilla Public License 1" .

<http://spdx.org/licenses/MPL-1.1> sdo:name "Mozilla Public License 1.1" .

<http://spdx.org/licenses/MPL-2.0> sdo:name "Mozilla Public License" .

<https://tools.clariah.nl/alpino/0.0.0> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/structuralAnalysis>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#SoftwareForHumanities> ;
    sdo:applicationSuite "Alpino" ;
    sdo:author <https://tools.clariah.nl/stub/H3ca82da5a8ab3595> ;
    sdo:codeRepository "https://github.com/rug-compling/alpino" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-17f58660c016560b> ;
    sdo:description "Alpino parser and related tools for Dutch" ;
    sdo:downloadUrl "https://www.let.rug.nl/~vannoord/alp/Alpino/versions/binary/latest.tar.gz" ;
    sdo:funding <https://tools.clariah.nl/stub/H-2fc84146caad5bd0> ;
    sdo:identifier "alpino" ;
    sdo:license <http://spdx.org/licenses/LGPL-2.1> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-3afb371272eb60ff>,
        <https://tools.clariah.nl/stub/H-544021de19e6e8d0> ;
    sdo:name "Alpino" ;
    sdo:operatingSystem "Docker",
        "Linux" ;
    sdo:producer <https://tools.clariah.nl/stub/H-605e882e62a67810> ;
    sdo:programmingLanguage "Prolog" ;
    sdo:review <https://tools.clariah.nl/validation/N42c5065b2d9b63eea0497145f41aa9a0> ;
    sdo:sameAs <https://tools.clariah.nl/alfa> ;
    sdo:softwareHelp <https://www.let.rug.nl/~vannoord/alp/Alpino/> ;
    sdo:url "https://www.let.rug.nl/~vannoord/alp/Alpino/" ;
    sdo:version "0.0.0" ;
    owl:sameAs <https://www.let.rug.nl/alfa/rdf/alpino> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage4Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H6052e3f367f07ebd> ;
    codemeta:issueTracker <https://github.com/rug-compling/Alpino/issues> ;
    codemeta:readme <https://github.com/rug-compling/Alpino/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-2b0a1275efe70da5> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:00:26 UTC 2026)

[harvester info] --> Processing alpino (https://github.com/rug-compling/alpino) [Sun Apr  5 03:00:26 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/rug-compling/alpino...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/alpino for harvestable resources...

[harvester info] found codemeta.json for alpino (md5sum ce2374838d84936f0ca282288f17d373); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#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" --codeRepository "https://github.com/rug-compling/alpino" --validate /etc/software.ttl --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.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.alpino.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.alpino.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.alpino.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.alpino.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.alpino.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.alpino.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/alpino

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.alpino.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/alpino

[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.alpino.codemeta.json

    Found main resource with URI https://www.let.rug.nl/alfa/rdf/alpino

    Injected (possibly temporary) URI https://tools.clariah.nl/alpino

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (https://tools.clariah.nl/alpino)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino)] processed 95 new triples, total is now 95

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.alpino.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/alpino

[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino)] processed 1 new triples, total is now 96

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/alpino -> https://tools.clariah.nl/alpino/0.0.0

[CODEMETA VALIDATION (alpino)] done

[CODEMETA ENRICHMENT (alpino)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/alpino/0.0.0 #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)

-- end log --

[harvester info] Output written to /tmp/out/alpino.codemeta.json

[harvester info] <-- Finished processing alpino (https://github.com/rug-compling/alpino) [Sun Apr  5 03:00:28 UTC 2026]
""" .

<https://tools.clariah.nl/analiticcl/0.4.9> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/analiticcl" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-55e20a036514eaba> ;
    sdo:dateCreated "2021-04-13T18:30:22Z+0200"^^sdo:Date ;
    sdo:dateModified "2026-01-05T15:21:48Z+0100"^^sdo:Date ;
    sdo:description "Analiticcl is an approximate string matching or fuzzy-matching system that can be used to find variants for spelling correction or text normalisation" ;
    sdo:downloadUrl "https://github.com/proycon/analiticcl/archive/refs/tags/v0.4.9.zip" ;
    sdo:identifier "analiticcl" ;
    sdo:keywords "linguistics",
        "nlp",
        "spellcheck",
        "spelling-correction",
        "text-processing" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-or-later> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "analiticcl" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Rust" ;
    sdo:releaseNotes "https://github.com/proycon/analiticcl/releases/tag/v0.4.9" ;
    sdo:review <https://tools.clariah.nl/validation/N97a27c000119bdde17dce938db347ebe> ;
    sdo:softwareHelp "https://docs.rs/analiticcl" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/bitflags-1-3-2>,
        <https://tools.clariah.nl/dependency/clap-2-34-0>,
        <https://tools.clariah.nl/dependency/ibig-0-3-6>,
        <https://tools.clariah.nl/dependency/num-traits-0-2-19>,
        <https://tools.clariah.nl/dependency/rayon-1-10-0>,
        <https://tools.clariah.nl/dependency/rustfst-1-1-2>,
        <https://tools.clariah.nl/dependency/serde-1-0-217>,
        <https://tools.clariah.nl/dependency/sesdiff-0-3-1>,
        <https://tools.clariah.nl/dependency/simple-error-0-3-1> ;
    sdo:url "https://github.com/proycon/analiticcl" ;
    sdo:version "0.4.9" ;
    owl:sameAs <https://tools.clariah.nl/analiticcl.contributors/snapshot>,
        <https://tools.clariah.nl/analiticcl.topcontributor/snapshot>,
        <https://tools.clariah.nl/analiticcl/snapshot>,
        <https://tools.clariah.nl/cargo.toml/0.4.9>,
        <https://tools.clariah.nl/maintainers/snapshot> ;
    codemeta:continuousIntegration <https://github.com/proycon/analiticcl/actions/workflows/analiticcl.yml> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/proycon/analiticcl/issues> ;
    codemeta:readme <https://tools.clariah.nl/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:00:32 UTC 2026)

[harvester info] --> Processing analiticcl (https://github.com/proycon/analiticcl) [Sun Apr  5 03:00:32 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/analiticcl...

[harvester info] Found release v0.4.9

[harvester info] Using 'v0.4.9'

[harvester info] Git reference: v0.4.9

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/analiticcl for harvestable resources...

[harvester info] found Cargo.toml (rust) for analiticcl, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[harvester info] Parsing MAINTAINERS...

[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: 2021-04-13T18:30:22Z+0200, date modified: 2026-01-05T15:21:48Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/proycon/analiticcl)

[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] Found DOI https://doi.org/10.5281/zenodo.18154624

[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] Found CI https://github.com/proycon/analiticcl/actions/workflows/analiticcl.yml

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from https://docs.rs/analiticcl/

[harvester info] Found documentation at https://docs.rs/analiticcl/ : "name": "analiticcl - Rust",

[harvester info] Falling back to git tag (v0.4.9) 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/#active

[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] Parsing MAINTAINERS from master branch...

[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 "analiticcl" --codeRepository "https://github.com/proycon/analiticcl" --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/analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/30-maintainers.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/23-rust.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-ci.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-maintainers.analiticcl.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.analiticcl.codemeta.json 

-- begin log --

Passed 17 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/30-maintainers.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/23-rust.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-ci.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-maintainers.analiticcl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.analiticcl.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/analiticcl

Processing source #1 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 1 new triples, total is now 2

Processing source #2 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 1 new triples, total is now 3

Processing source #3 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.analiticcl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/analiticcl.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 8 new triples, total is now 10

Processing source #4 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 4 new triples, total is now 14

Processing source #5 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 2 new triples, total is now 16

Processing source #6 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 1 new triples, total is now 17

Processing source #7 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.analiticcl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/analiticcl/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H4944c5c566a35aaf -> https://tools.clariah.nl/stub/H1f6ba724cf794d0c)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 26 new triples, total is now 37

Processing source #8 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/dateCreated (2021-04-19T21:14:09Z -> 2021-04-13T18:30:22Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/dateModified (2026-02-10T22:16:21Z -> 2026-01-05T15:21:48Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 2 new triples, total is now 37

Processing source #9 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.analiticcl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/analiticcl.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 20 new triples, total is now 50

Processing source #10 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/30-maintainers.analiticcl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 6 new triples, total is now 50

Processing source #11 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/analiticcl)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 1 new triples, total is now 50

Processing source #12 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/23-rust.analiticcl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cargo.toml/0.4.9

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H1f6ba724cf794d0c -> https://tools.clariah.nl/stub/H4944c5c566a35aaf)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/description (an approximate string matching or fuzzy-matching system for spelling correction, normalisation or post-OCR correction (mirror of https://codeberg.org/proycon/analiticcl) -> Analiticcl is an approximate string matching or fuzzy-matching system that can be used to find variants for spelling correction or text normalisation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/keywords (approximate-string-matching -> linguistics)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/keywords (fuzzy-matching -> linguistics)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/keywords (normalization -> linguistics)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> http://spdx.org/licenses/GPL-3.0-or-later)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old https://codemeta.github.io/terms/readme (https://github.com/proycon/analiticcl/blob/v0.4.9//README.md -> https://tools.clariah.nl/README.md)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/softwareHelp (https://docs.rs/analiticcl/ -> https://docs.rs/analiticcl)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] overriding old http://schema.org/version (v0.4.9 -> 0.4.9)

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 68 new triples, total is now 98

Processing source #13 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-ci.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 1 new triples, total is now 99

Processing source #14 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 1 new triples, total is now 99

Processing source #15 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 1 new triples, total is now 99

Processing source #16 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-maintainers.analiticcl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 6 new triples, total is now 99

Processing source #17 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.analiticcl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/analiticcl

[CODEMETA COMPOSITION (https://tools.clariah.nl/analiticcl)] processed 5 new triples, total is now 104

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/analiticcl -> https://tools.clariah.nl/analiticcl/0.4.9

[CODEMETA VALIDATION (analiticcl)] done

[CODEMETA ENRICHMENT (analiticcl)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/analiticcl/0.4.9 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/analiticcl/0.4.9 #2: Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/analiticcl/0.4.9 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/analiticcl/0.4.9 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/analiticcl/0.4.9 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/analiticcl/0.4.9 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/analiticcl/0.4.9 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/analiticcl.codemeta.json

[harvester info] <-- Finished processing analiticcl (https://github.com/proycon/analiticcl) [Sun Apr  5 03:00:52 UTC 2026]
""" .

<https://tools.clariah.nl/annorepo/0.8.0> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "AnnoRepo" ;
    sdo:author <https://tools.clariah.nl/stub/H-25d46cd0f88c68f7> ;
    sdo:codeRepository "https://github.com/knaw-huc/annorepo" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-5ca91cd0caae4035> ;
    sdo:dateCreated "2022-03-24T17:29:49Z+0100"^^sdo:Date ;
    sdo:dateModified "2025-08-25T15:58:53Z+0200"^^sdo:Date ;
    sdo:description "Implementation of W3C Web Annotation Protocol (root project)" ;
    sdo:downloadUrl "https://github.com/knaw-huc/annorepo/archive/refs/tags/v0.8.0.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H-7fdb841994372f68> ;
    sdo:identifier "annorepo" ;
    sdo:keywords "web-annotation",
        "web-annotation-protocol" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/bram-buitendijk> ;
    sdo:name "AnnoRepo" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage "Kotlin" ;
    sdo:releaseNotes "https://github.com/knaw-huc/annorepo/releases/tag/v0.8.0" ;
    sdo:review <https://tools.clariah.nl/validation/N2a576bf9109ea09d66647231adb61ce2> ;
    sdo:runtimePlatform "Java",
        "Java 17" ;
    sdo:softwareHelp <https://knaw-huc.github.io/annorepo/docs/api-usage.html> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/org-jetbrains-kotlin-kotlin-stdlib> ;
    sdo:url "https://knaw-huc.github.io/annorepo/" ;
    sdo:version "0.8.0" ;
    owl:sameAs <https://tools.clariah.nl/annorepo.topcontributor/snapshot>,
        <https://tools.clariah.nl/annorepo/snapshot>,
        <https://tools.clariah.nl/authors/snapshot>,
        <https://tools.clariah.nl/contributors/snapshot>,
        <https://tools.clariah.nl/io.github.knaw-huc.annorepo/0.8.0>,
        <https://tools.clariah.nl/maintainers/snapshot> ;
    codemeta:continuousIntegration <https://github.com/knaw-huc/annorepo/actions/workflows/build-push.yml> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H49e22842bdeb87ed> ;
    codemeta:issueTracker <https://github.com/knaw-huc/annorepo/issues> ;
    codemeta:readme <https://github.com/knaw-huc/annorepo/blob/v0.8.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:01:26 UTC 2026)

[harvester info] --> Processing annorepo (https://github.com/knaw-huc/annorepo) [Sun Apr  5 03:01:26 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/annorepo...

[harvester info] Found release v0.8.0

[harvester info] Using 'v0.8.0'

[harvester info] Git reference: v0.8.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/annorepo for harvestable resources...

[harvester info] found codemeta-harvest.json for annorepo (md5sum cd48d26b9b02c1b63b057be5369b56c3); values in here take precendence over (override) those in later detection stages

[harvester info] found pom.xml (Java/Maven) for annorepo, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Parsing MAINTAINERS...

[harvester info] Parsing AUTHORS...

[harvester info] Parsing CONTRIBUTORS...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Bram Buitendijk <bram.buitendijk@di.huc.knaw.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: 2022-03-24T17:29:49Z+0100, date modified: 2025-08-25T15:58:53Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/annorepo)

[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] Found TRL https://w3id.org/research-technology-readiness-levels#Stage3Experimental

[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 (v0.8.0) 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/#active

[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] Parsing MAINTAINERS from master branch...

[harvester info] Setting group AnnoRepo

[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 "annorepo" --codeRepository "https://github.com/knaw-huc/annorepo" --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/annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/31-authors.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/30-maintainers.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-trl.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-maintainers.annorepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.annorepo.codemeta.json 

-- begin log --

Passed 18 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/31-authors.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/30-maintainers.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-trl.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-maintainers.annorepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.annorepo.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/annorepo

Processing source #1 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 1 new triples, total is now 2

Processing source #2 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 1 new triples, total is now 3

Processing source #3 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.annorepo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/annorepo.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 8 new triples, total is now 10

Processing source #4 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 2 new triples, total is now 12

Processing source #5 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 1 new triples, total is now 13

Processing source #6 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.annorepo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/annorepo/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 16 new triples, total is now 28

Processing source #7 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] overriding old http://schema.org/dateCreated (2022-03-24T16:29:48Z -> 2022-03-24T17:29:49Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] overriding old http://schema.org/dateModified (2026-03-31T10:44:28Z -> 2025-08-25T15:58:53Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 2 new triples, total is now 28

Processing source #8 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.annorepo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 14 new triples, total is now 37

Processing source #9 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/31-authors.annorepo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/authors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 8 new triples, total is now 37

Processing source #10 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/30-maintainers.annorepo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 6 new triples, total is now 38

Processing source #11 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/annorepo)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo)] processed 1 new triples, total is now 38

Processing source #12 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.annorepo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/io.github.knaw-huc.annorepo/0.8.0

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H438d530e88827861 -> https://tools.clariah.nl/stub/H-10e5923ed1fb3f75)

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] overriding old http://schema.org/codeRepository (https://github.com/knaw-huc/annorepo -> http://github.com/knaw-huc/annorepo/tree/main)

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] overriding old http://schema.org/description (Annotation Repository -> Implementation of W3C Web Annotation Protocol (root project))

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] overriding old http://schema.org/name (annorepo -> AnnoRepo)

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/knaw-humanities-cluster -> https://tools.clariah.nl/org/huc-di)

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] overriding old http://schema.org/version (v0.8.0 -> 0.8.0)

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] processed 26 new triples, total is now 55

Processing source #13 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-trl.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] processed 1 new triples, total is now 56

Processing source #14 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] processed 1 new triples, total is now 56

Processing source #15 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] overriding old http://schema.org/programmingLanguage (Java -> Kotlin)

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/huc-di -> https://huc.knaw.nl)

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] processed 27 new triples, total is now 80

Processing source #16 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] processed 1 new triples, total is now 80

Processing source #17 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-maintainers.annorepo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] processed 6 new triples, total is now 80

Processing source #18 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.annorepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo

[CODEMETA COMPOSITION (io.github.knaw-huc.annorepo)] processed 1 new triples, total is now 81

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/annorepo -> https://tools.clariah.nl/annorepo/0.8.0

[CODEMETA VALIDATION (annorepo)] done

VALIDATION https://tools.clariah.nl/annorepo/0.8.0 #1: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo/0.8.0 #2: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo/0.8.0 #3: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/annorepo.codemeta.json

[harvester info] <-- Finished processing annorepo (https://github.com/knaw-huc/annorepo) [Sun Apr  5 03:01:47 UTC 2026]
""" .

<https://tools.clariah.nl/blacklab/4.1.1> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Blacklab & Corpus Search" ;
    sdo:author <https://tools.clariah.nl/stub/H-6f6ca25afbf17e39> ;
    sdo:codeRepository "https://github.com/instituutnederlandsetaal/BlackLab" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-5937d02dca38cbea> ;
    sdo:dateCreated "2012-10-04T03:59:43Z-0700"^^sdo:Date ;
    sdo:dateModified "2026-03-17T11:36:37Z+0100"^^sdo:Date ;
    sdo:description "The parent project for BlackLab Core and BlackLab Server." ;
    sdo:downloadUrl "https://github.com/instituutnederlandsetaal/BlackLab/archive/refs/tags/v4.1.1.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H08443511d997438a> ;
    sdo:identifier "blacklab" ;
    sdo:keywords "corpus" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/jan-niestadt> ;
    sdo:name "BlackLab Corpus Search" ;
    sdo:producer <https://tools.clariah.nl/stub/H194e389934b0eefd> ;
    sdo:programmingLanguage "Java" ;
    sdo:releaseNotes "https://github.com/instituutnederlandsetaal/BlackLab/releases/tag/v4.1.1" ;
    sdo:review <https://tools.clariah.nl/validation/Nd9596ef4c2542dc81b4d3c561da92731> ;
    sdo:runtimePlatform "Java" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/commons-io-commons-io-2-18-0>,
        <https://tools.clariah.nl/dependency/de-siegmar-fastcsv-3-7-0>,
        <https://tools.clariah.nl/dependency/it-unimi-dsi-fastutil-8-5-16>,
        <https://tools.clariah.nl/dependency/junit-junit-4-13-2>,
        <https://tools.clariah.nl/dependency/net-jcip-jcip-annotations-1-0>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-compress-1-27-1>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-csv-1-13-0>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-lang3-3-18-0>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-text-1-13-0>,
        <https://tools.clariah.nl/dependency/org-apache-fory-fory-core-0-11-0>,
        <https://tools.clariah.nl/dependency/org-apache-logging-log4j-log4j-core>,
        <https://tools.clariah.nl/dependency/org-lz4-lz4-java-1-8-0>,
        <https://tools.clariah.nl/dependency/org-mockito-mockito-core-5-16-0> ;
    sdo:url "https://blacklab.ivdnt.org" ;
    sdo:version "4.1.1" ;
    owl:sameAs <https://tools.clariah.nl/blacklab.contributors/snapshot>,
        <https://tools.clariah.nl/blacklab.topcontributor/snapshot>,
        <https://tools.clariah.nl/blacklab/snapshot>,
        <https://tools.clariah.nl/nl.inl.blacklab.blacklab-all/4.1.1> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H0d71943c04218745>,
        <https://tools.clariah.nl/stub/H1b438287e03a8e3e> ;
    codemeta:issueTracker <https://github.com/instituutnederlandsetaal/BlackLab/issues> ;
    codemeta:readme <https://github.com/instituutnederlandsetaal/BlackLab/blob/v4.1.1//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:02:24 UTC 2026)

[harvester info] --> Processing blacklab (https://github.com/instituutnederlandsetaal/BlackLab) [Sun Apr  5 03:02:24 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/instituutnederlandsetaal/BlackLab...

[harvester info] Found release v4.1.1

[harvester info] Using 'v4.1.1'

[harvester info] Git reference: v4.1.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/blacklab for harvestable resources...

[harvester info] found codemeta-harvest.json for blacklab (md5sum 2800cceda0d36172e88f72ab601677b5); values in here take precendence over (override) those in later detection stages

[harvester info] found pom.xml (Java/Maven) for blacklab, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Jan Niestadt <jan.niestadt@inl.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: 2012-10-04T03:59:43Z-0700, date modified: 2026-03-17T11:36:37Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/instituutnederlandsetaal/BlackLab)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v4.1.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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Setting group Blacklab & Corpus Search

[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 "blacklab" --codeRepository "https://github.com/instituutnederlandsetaal/BlackLab" --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/blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.blacklab.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.blacklab.codemeta.json 

-- begin log --

Passed 12 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.blacklab.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.blacklab.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/blacklab

Processing source #1 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.blacklab.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] 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.blacklab.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] 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.blacklab.codemeta.json

    Found main resource with URI https://tools.clariah.nl/blacklab.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] 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.blacklab.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] 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.blacklab.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] 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.blacklab.codemeta.json

    Found main resource with URI https://tools.clariah.nl/blacklab/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] processed 16 new triples, total is now 28

Processing source #7 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.blacklab.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] overriding old http://schema.org/dateCreated (2012-10-04T10:59:42Z -> 2012-10-04T03:59:43Z-0700)

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] overriding old http://schema.org/dateModified (2026-04-02T13:51:05Z -> 2026-03-17T11:36:37Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] processed 2 new triples, total is now 28

Processing source #8 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.blacklab.codemeta.json

    Found main resource with URI https://tools.clariah.nl/blacklab.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] processed 110 new triples, total is now 133

Processing source #9 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.blacklab.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/blacklab)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/blacklab)] processed 1 new triples, total is now 133

Processing source #10 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.blacklab.codemeta.json

    Found main resource with URI https://tools.clariah.nl/nl.inl.blacklab.blacklab-all/4.1.1

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (nl.inl.blacklab.blacklab-all)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H3251b8858c09c95e -> https://tools.clariah.nl/stub/H3c003e0c13579dd8)

[CODEMETA COMPOSITION (nl.inl.blacklab.blacklab-all)] overriding old http://schema.org/contributor (https://tools.clariah.nl/stub/H-554e164153617b04 -> https://tools.clariah.nl/stub/H457a958d578feaa5)

[CODEMETA COMPOSITION (nl.inl.blacklab.blacklab-all)] overriding old http://schema.org/description (Linguistic search for large annotated text corpora, based on Apache Lucene -> The parent project for BlackLab Core and BlackLab Server.)

[CODEMETA COMPOSITION (nl.inl.blacklab.blacklab-all)] overriding old http://schema.org/name (BlackLab -> BlackLab Corpus Search)

[CODEMETA COMPOSITION (nl.inl.blacklab.blacklab-all)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/dutch-language-institute -> https://tools.clariah.nl/org/instituut-voor-nederlandse-taal-int)

[CODEMETA COMPOSITION (nl.inl.blacklab.blacklab-all)] overriding old http://schema.org/version (v4.1.1 -> 4.1.1)

[CODEMETA COMPOSITION (nl.inl.blacklab.blacklab-all)] processed 107 new triples, total is now 229

Processing source #11 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.blacklab.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (nl.inl.blacklab.blacklab-all)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/instituut-voor-nederlandse-taal-int -> https://tools.clariah.nl/stub/H-b960109aa5a3374)

[CODEMETA COMPOSITION (nl.inl.blacklab.blacklab-all)] processed 24 new triples, total is now 248

Processing source #12 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.blacklab.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/blacklab

[CODEMETA COMPOSITION (nl.inl.blacklab.blacklab-all)] processed 1 new triples, total is now 249

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/blacklab -> https://tools.clariah.nl/blacklab/4.1.1

[CODEMETA VALIDATION (blacklab)] done

VALIDATION https://tools.clariah.nl/blacklab/4.1.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)

VALIDATION https://tools.clariah.nl/blacklab/4.1.1 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/blacklab/4.1.1 #3: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/blacklab/4.1.1 #4: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/blacklab/4.1.1 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/blacklab/4.1.1 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/blacklab/4.1.1 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/blacklab.codemeta.json

[harvester info] <-- Finished processing blacklab (https://github.com/instituutnederlandsetaal/BlackLab) [Sun Apr  5 03:02:38 UTC 2026]
""" .

<https://tools.clariah.nl/broccoli/1.0.3> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-1d2fc4d067882273> ;
    sdo:codeRepository "https://github.com/knaw-huc/broccoli" ;
    sdo:contributor <https://tools.clariah.nl/stub/H76c7daab90c798ea> ;
    sdo:dateCreated "2022-06-29T11:33:39Z+0200"^^sdo:Date ;
    sdo:dateModified "2026-02-06T13:21:03Z+0100"^^sdo:Date ;
    sdo:description "Da Broker 🥦" ;
    sdo:downloadUrl "https://github.com/knaw-huc/broccoli/archive/refs/tags/v1.0.3.zip" ;
    sdo:identifier "broccoli" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:name "Broccoli" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:programmingLanguage "Java" ;
    sdo:releaseNotes "https://github.com/knaw-huc/broccoli/releases/tag/v1.0.3" ;
    sdo:review <https://tools.clariah.nl/validation/N4532e94280dfb60649c4e4bc228b7731> ;
    sdo:runtimePlatform "Java",
        "Java 23" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/com-fasterxml-jackson-core-jackson-annotations>,
        <https://tools.clariah.nl/dependency/com-fasterxml-jackson-module-jackson-module-kotlin>,
        <https://tools.clariah.nl/dependency/com-fasterxml-jackson-module-jackson-module-parameter-names>,
        <https://tools.clariah.nl/dependency/com-google-protobuf-protobuf-java-3-25-8>,
        <https://tools.clariah.nl/dependency/com-jayway-jsonpath-json-path>,
        <https://tools.clariah.nl/dependency/com-smoketurner-dropwizard-swagger>,
        <https://tools.clariah.nl/dependency/in-vectorpro-dropwizard-dropwizard-swagger-ui>,
        <https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-assets>,
        <https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-client>,
        <https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-core>,
        <https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-testing>,
        <https://tools.clariah.nl/dependency/io-github-knaw-huc-annorepo-client>,
        <https://tools.clariah.nl/dependency/org-aspectj-aspectjrt>,
        <https://tools.clariah.nl/dependency/org-aspectj-aspectjweaver>,
        <https://tools.clariah.nl/dependency/org-assertj-assertj-core>,
        <https://tools.clariah.nl/dependency/org-jetbrains-kotlin-kotlin-stdlib-jdk8>,
        <https://tools.clariah.nl/dependency/org-jetbrains-kotlin-kotlin-test>,
        <https://tools.clariah.nl/dependency/org-junit-jupiter-junit-jupiter-5-10-0>,
        <https://tools.clariah.nl/dependency/org-mock-server-mockserver-client-java>,
        <https://tools.clariah.nl/dependency/org-mock-server-mockserver-netty>,
        <https://tools.clariah.nl/dependency/org-mockito-kotlin-mockito-kotlin>,
        <https://tools.clariah.nl/dependency/org-mockito-mockito-core> ;
    sdo:version "1.0.3" ;
    owl:sameAs <https://tools.clariah.nl/broccoli.contributors/snapshot>,
        <https://tools.clariah.nl/broccoli.topcontributor/snapshot>,
        <https://tools.clariah.nl/broccoli/snapshot>,
        <https://tools.clariah.nl/nl.knaw.huc.broccoli/1.0.3> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/knaw-huc/broccoli/issues> ;
    codemeta:readme <https://github.com/knaw-huc/broccoli/blob/v1.0.3//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:02:38 UTC 2026)

[harvester info] --> Processing broccoli (https://github.com/knaw-huc/broccoli) [Sun Apr  5 03:02:38 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/broccoli...

[harvester info] Found release v1.0.3

[harvester info] Using 'v1.0.3'

[harvester info] Git reference: v1.0.3

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/broccoli for harvestable resources...

[harvester info] found pom.xml (Java/Maven) for broccoli, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor HDJ <hayco@users.noreply.github.com> 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: 2022-06-29T11:33:39Z+0200, date modified: 2026-02-06T13:21:03Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/broccoli)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v1.0.3) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "broccoli" --codeRepository "https://github.com/knaw-huc/broccoli" --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/broccoli.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.broccoli.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.broccoli.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.broccoli.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.broccoli.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.broccoli.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.broccoli.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.broccoli.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.broccoli.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.broccoli.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.broccoli.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.broccoli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.broccoli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.broccoli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.broccoli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.broccoli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.broccoli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.broccoli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.broccoli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.broccoli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.broccoli.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/broccoli

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.broccoli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/broccoli

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.broccoli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/broccoli

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] processed 1 new triples, total is now 3

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.broccoli.codemeta.json

    Found main resource with URI https://tools.clariah.nl/broccoli.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/broccoli

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] processed 8 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.broccoli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/broccoli

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] processed 2 new triples, total is now 12

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.broccoli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/broccoli

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] processed 1 new triples, total is now 13

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.broccoli.codemeta.json

    Found main resource with URI https://tools.clariah.nl/broccoli/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/broccoli

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] processed 13 new triples, total is now 25

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.broccoli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/broccoli

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] overriding old http://schema.org/dateCreated (2022-06-29T11:07:08Z -> 2022-06-29T11:33:39Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] overriding old http://schema.org/dateModified (2026-03-27T12:08:47Z -> 2026-02-06T13:21:03Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] processed 2 new triples, total is now 25

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.broccoli.codemeta.json

    Found main resource with URI https://tools.clariah.nl/broccoli.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/broccoli

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] processed 32 new triples, total is now 52

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.broccoli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/broccoli

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/broccoli)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/broccoli)] processed 1 new triples, total is now 52

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.broccoli.codemeta.json

    Found main resource with URI https://tools.clariah.nl/nl.knaw.huc.broccoli/1.0.3

    Injected (possibly temporary) URI https://tools.clariah.nl/broccoli

[CODEMETA COMPOSITION (nl.knaw.huc.broccoli)] overriding old http://schema.org/name (broccoli -> Broccoli)

[CODEMETA COMPOSITION (nl.knaw.huc.broccoli)] overriding old http://schema.org/version (v1.0.3 -> 1.0.3)

[CODEMETA COMPOSITION (nl.knaw.huc.broccoli)] processed 97 new triples, total is now 146

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/broccoli -> https://tools.clariah.nl/broccoli/1.0.3

[CODEMETA VALIDATION (broccoli)] done

[CODEMETA ENRICHMENT (broccoli)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/broccoli/1.0.3 #1: Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/broccoli/1.0.3 #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/broccoli/1.0.3 #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/broccoli/1.0.3 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/broccoli/1.0.3 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/broccoli/1.0.3 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/broccoli/1.0.3 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/broccoli/1.0.3 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/broccoli/1.0.3 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/broccoli.codemeta.json

[harvester info] <-- Finished processing broccoli (https://github.com/knaw-huc/broccoli) [Sun Apr  5 03:02:51 UTC 2026]
""" .

<https://tools.clariah.nl/burgerlinker/0.8.0> a sdo:SoftwareSourceCode ;
    sdo:codeRepository "https://github.com/CLARIAH/burgerLinker" ;
    sdo:contributor <https://tools.clariah.nl/stub/H04ba4c26236a29c9> ;
    sdo:dateCreated "2021-02-16T13:19:31Z+0100"^^sdo:Date ;
    sdo:dateModified "2025-12-21T11:03:01Z+0200"^^sdo:Date ;
    sdo:description "Command line tool for linking civil registries" ;
    sdo:funding <https://tools.clariah.nl/stub/H-ae2b87f58d304f0> ;
    sdo:identifier "burgerlinker" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:name "burgerLinker" ;
    sdo:producer <https://tools.clariah.nl/stub/H6d0598d0e8d99624> ;
    sdo:programmingLanguage "Java" ;
    sdo:review <https://tools.clariah.nl/validation/N6cb7d6cfe6169ddda0238fce05a424de> ;
    sdo:runtimePlatform "Java" ;
    sdo:version "0.8.0" ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H433b634da233e492> ;
    codemeta:issueTracker <https://github.com/CLARIAH/burgerLinker/issues> ;
    codemeta:readme <https://github.com/CLARIAH/burgerLinker/blob//README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H1b1b8d12a113dcfa> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:02:51 UTC 2026)

[harvester info] --> Processing burgerlinker (https://github.com/CLARIAH/burgerLinker) [Sun Apr  5 03:02:51 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/burgerLinker...

[harvester info] Found release v0.8.1

[harvester info] Using 'v0.8.1'

[harvester info] Git reference: v0.8.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/burgerlinker for harvestable resources...

[harvester info] found codemeta.json for burgerlinker (md5sum 3437ab0b9b625cddd78d41c1e97de658); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "burgerlinker" --codeRepository "https://github.com/CLARIAH/burgerLinker" --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/burgerlinker.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.burgerlinker.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.burgerlinker.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.burgerlinker.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.burgerlinker.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/burgerlinker

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.burgerlinker.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/burgerlinker

[CODEMETA COMPOSITION (https://tools.clariah.nl/burgerlinker)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.burgerlinker.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/burgerlinker

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (burgerLinker)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#inactive)

[CODEMETA COMPOSITION (burgerLinker)] processed 62 new triples, total is now 62

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/burgerlinker -> https://tools.clariah.nl/burgerlinker/0.8.0

[CODEMETA VALIDATION (burgerlinker)] author not set

[CODEMETA VALIDATION (burgerlinker)] done

VALIDATION https://tools.clariah.nl/burgerlinker/0.8.0 #1: Violation: The authors of the software source code *MUST* be expressed. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/burgerlinker/0.8.0 #2: Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/burgerlinker/0.8.0 #3: 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/burgerlinker/0.8.0 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/burgerlinker/0.8.0 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/burgerlinker/0.8.0 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/burgerlinker/0.8.0 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/burgerlinker.codemeta.json

[harvester info] <-- Finished processing burgerlinker (https://github.com/CLARIAH/burgerLinker) [Sun Apr  5 03:02:53 UTC 2026]
""" .

<https://tools.clariah.nl/choicellm/snapshot> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://w3id.org/nwo-research-fields#ArtificialIntelligenceExpertSystems>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology>,
        <https://w3id.org/nwo-research-fields#ComputersAndTheHumanities>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#SoftwareForHumanities>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis> ;
    sdo:author <https://tools.clariah.nl/stub/H-52a49d94c61b46d8> ;
    sdo:codeRepository "https://github.com/mwestera/choicellm" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-14e447ffbd62933a> ;
    sdo:description "Python command-line tool to use LLMs for rating items on a scale, comparative judgments, and multiple choice questions" ;
    sdo:funding <https://tools.clariah.nl/stub/H-6443fa2cdf70f74e> ;
    sdo:identifier "choicellm" ;
    sdo:license <http://spdx.org/licenses/EUPL-1.2> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H64c815a61b87e87c> ;
    sdo:name "ChoiceLLM" ;
    sdo:producer <https://tools.clariah.nl/stub/H-77e114ed64796cda> ;
    sdo:review <https://tools.clariah.nl/validation/Nb44331e7127a6673716f033933fbad4e> ;
    owl:sameAs <https://pypi.org/project/choicellm/> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H1963a37214f48f26>,
        <https://tools.clariah.nl/stub/H5c63571da7df2771>,
        <https://tools.clariah.nl/stub/H7a89a4cdc425c0d8> ;
    codemeta:issueTracker <https://github.com/mwestera/choicellm/issues> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:03:12 UTC 2026)

[harvester info] --> Processing choicellm (https://github.com/mwestera/choicellm) [Sun Apr  5 03:03:12 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/mwestera/choicellm...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/choicellm for harvestable resources...

[harvester info] found codemeta.json for choicellm (md5sum 3f1576de114f760ad93f30fd91dcadf4); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#wip

[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 "choicellm" --codeRepository "https://github.com/mwestera/choicellm" --validate /etc/software.ttl --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/choicellm.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.choicellm.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.choicellm.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.choicellm.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.choicellm.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/choicellm

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.choicellm.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/choicellm

[CODEMETA COMPOSITION (https://tools.clariah.nl/choicellm)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.choicellm.codemeta.json

    Found main resource with URI https://pypi.org/project/choicellm/

    Injected (possibly temporary) URI https://tools.clariah.nl/choicellm

[CODEMETA COMPOSITION (choicellm)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#wip -> https://www.repostatus.org/#active)

[CODEMETA CORRECTION (choicellm)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (choicellm)] processed 44 new triples, total is now 44

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/choicellm -> https://tools.clariah.nl/choicellm/snapshot

[CODEMETA VALIDATION (choicellm)] done

[CODEMETA ENRICHMENT (choicellm)] adding author https://tools.clariah.nl/stub/H-57963ebb2e0e11c8 as contributor

VALIDATION https://tools.clariah.nl/choicellm/snapshot #1: Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/choicellm/snapshot #2: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/choicellm/snapshot #3: 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/choicellm/snapshot #4: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/choicellm/snapshot #5: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/choicellm/snapshot #6: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/choicellm/snapshot #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/choicellm/snapshot #8: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/choicellm.codemeta.json

[harvester info] <-- Finished processing choicellm (https://github.com/mwestera/choicellm) [Sun Apr  5 03:03:15 UTC 2026]
""" .

<https://tools.clariah.nl/clam/3.2.14> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:codeRepository "https://github.com/proycon/clam" ;
    sdo:contributor <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:dateCreated "2010-03-21"^^sdo:Date ;
    sdo:dateModified "2025-10-22"^^sdo:Date ;
    sdo:description "Quickly turn command-line applications into RESTful webservices with a web-application front-end. You provide a specification of your command line application, its input, output and parameters, and CLAM wraps around your application to form a fully fledged RESTful webservice. " ;
    sdo:funding <https://tools.clariah.nl/stub/H-480215a9d9057d13>,
        <https://tools.clariah.nl/stub/H19fa5458cfa302d7>,
        <https://tools.clariah.nl/stub/H55f465eb7bd93c5f> ;
    sdo:identifier "clam" ;
    sdo:keywords "natural language processing",
        "nlp",
        "rest",
        "webservice" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://orcid.org/0000-0002-1046-0006> ;
    sdo:name "CLAM" ;
    sdo:operatingSystem "Linux" ;
    sdo:producer <https://huc.knaw.nl>,
        <https://www.ru.nl/clst> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H52c7892e9243f882> ;
    sdo:releaseNotes "https://github.com/proycon/clam/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N643b46a7ce2b1b5537f471218728e976> ;
    sdo:softwareHelp <https://clam.readthedocs.io> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-1e5f6979c9a4e3ca> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://proycon.github.io/clam" ;
    sdo:version "3.2.14" ;
    codemeta:continuousIntegration <https://github.com/proycon/clam/actions/workflows/clam.yml> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level9Proven>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H0616347f90b891b6>,
        <https://tools.clariah.nl/stub/H5f128cad16d577d6>,
        <https://tools.clariah.nl/stub/H5f1c284f84783b30> ;
    codemeta:issueTracker <https://github.com/proycon/clam/issues> ;
    codemeta:readme <https://github.com/proycon/clam/blob/master/README.rst> ;
    codemeta:referencePublication <http://hdl.handle.net/2066/131547>,
        <https://tools.clariah.nl/stub/H-5833e7dbe3af6e28> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:03:15 UTC 2026)

[harvester info] --> Processing clam (https://github.com/proycon/clam) [Sun Apr  5 03:03:15 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/clam...

[harvester info] Found release v3.2.14

[harvester info] Using 'v3.2.14'

[harvester info] Git reference: v3.2.14

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/clam for harvestable resources...

[harvester info] found codemeta.json for clam (md5sum e139773f6088da6264f128f7653b9127); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.rst in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#active

[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 "clam" --codeRepository "https://github.com/proycon/clam" --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/clam.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.clam.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.clam.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.clam.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.clam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.clam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.clam.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/clam

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.clam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/clam

[CODEMETA COMPOSITION (https://tools.clariah.nl/clam)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.clam.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/clam

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (clam)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (clam)] processed 139 new triples, total is now 139

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.clam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/clam

[CODEMETA COMPOSITION (clam)] processed 1 new triples, total is now 139

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/clam -> https://tools.clariah.nl/clam/3.2.14

[CODEMETA VALIDATION (clam)] done

[CODEMETA ENRICHMENT (clam)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

[CODEMETA ENRICHMENT (clam)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/clam/3.2.14 #1: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/clam/3.2.14 #2: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/clam.codemeta.json

[harvester info] <-- Finished processing clam (https://github.com/proycon/clam) [Sun Apr  5 03:03:16 UTC 2026]
""" .

<https://tools.clariah.nl/cmd2rdf/1.0.1> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H1e908a4355eed35f> ;
    sdo:codeRepository "https://github.com/clarin-eric/CMD2RDF" ;
    sdo:contributor <https://tools.clariah.nl/stub/H0809c57b096575e0> ;
    sdo:dateCreated "2014-08-07T17:23:53Z+0200"^^sdo:Date ;
    sdo:dateModified "2021-03-07T18:35:08Z+0100"^^sdo:Date ;
    sdo:identifier "cmd2rdf" ;
    sdo:keywords "cmdi",
        "linked-data",
        "metadata-conversion",
        "rdf" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/ekoi> ;
    sdo:name "CMD2RDF" ;
    sdo:producer <https://tools.clariah.nl/org/clarin-eric> ;
    sdo:programmingLanguage "Java" ;
    sdo:review <https://tools.clariah.nl/validation/Nea4aa359be532d5c8e746761ae7c2c22> ;
    sdo:runtimePlatform "Java" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/ch-qos-logback-logback-classic-1-1-2>,
        <https://tools.clariah.nl/dependency/ch-qos-logback-logback-core-1-1-2>,
        <https://tools.clariah.nl/dependency/commons-io-commons-io-2-4>,
        <https://tools.clariah.nl/dependency/joda-time-joda-time-2-3>,
        <https://tools.clariah.nl/dependency/junit-junit-4-13-1>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-collections4-4-4>,
        <https://tools.clariah.nl/dependency/org-apache-directmemory-directmemory-cache-0-2>,
        <https://tools.clariah.nl/dependency/org-javasimon-javasimon-core-3-5-1>,
        <https://tools.clariah.nl/dependency/org-mockito-mockito-core-1-9-5>,
        <https://tools.clariah.nl/dependency/org-powermock-powermock-api-mockito-1-5-5>,
        <https://tools.clariah.nl/dependency/org-powermock-powermock-module-junit4-1-5-5>,
        <https://tools.clariah.nl/dependency/org-slf4j-jul-to-slf4j-1-7-2>,
        <https://tools.clariah.nl/dependency/org-slf4j-slf4j-api-1-7-2>,
        <https://tools.clariah.nl/dependency/pl-project13-maven-git-commit-id-plugin-2-1-11>,
        <https://tools.clariah.nl/dependency/xmlunit-xmlunit-1-5> ;
    sdo:version "1.0.1" ;
    owl:sameAs <https://tools.clariah.nl/cmd2rdf.contributors/snapshot>,
        <https://tools.clariah.nl/cmd2rdf.topcontributor/snapshot>,
        <https://tools.clariah.nl/cmd2rdf/snapshot>,
        <https://tools.clariah.nl/nl.knaw.dans.cmd2rdf.cmd2rdf/1.0.1> ;
    codemeta:buildInstructions <https://github.com/clarin-eric/CMD2RDF/blob/master//INSTALL.md> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:issueTracker <https://github.com/clarin-eric/CMD2RDF/issues> ;
    codemeta:readme <https://github.com/clarin-eric/CMD2RDF/blob/master//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:03:32 UTC 2026)

[harvester info] --> Processing cmd2rdf (https://github.com/clarin-eric/CMD2RDF) [Sun Apr  5 03:03:32 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/clarin-eric/CMD2RDF...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/cmd2rdf for harvestable resources...

[harvester info] found pom.xml (Java/Maven) for cmd2rdf, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor ekoi <eko.indarto@dans.knaw.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: 2014-08-07T17:23:53Z+0200, date modified: 2021-03-07T18:35:08Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/clarin-eric/CMD2RDF)

[harvester info] Adding URL for found README: README.md

[harvester info] Found buildInstructions in INSTALL.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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] 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 "cmd2rdf" --codeRepository "https://github.com/clarin-eric/CMD2RDF" --validate /etc/software.ttl --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/cmd2rdf.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.cmd2rdf.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.cmd2rdf.codemeta.json /tmp/codemeta-harvester.cache//tmp/42-buildinstructions.cmd2rdf.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.cmd2rdf.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.cmd2rdf.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.cmd2rdf.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.cmd2rdf.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.cmd2rdf.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.cmd2rdf.codemeta.json 

-- begin log --

Passed 9 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.cmd2rdf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.cmd2rdf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/42-buildinstructions.cmd2rdf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.cmd2rdf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.cmd2rdf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.cmd2rdf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.cmd2rdf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.cmd2rdf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.cmd2rdf.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/cmd2rdf

Processing source #1 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.cmd2rdf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cmd2rdf

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] processed 1 new triples, total is now 2

Processing source #2 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.cmd2rdf.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cmd2rdf.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/cmd2rdf

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] processed 8 new triples, total is now 9

Processing source #3 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/42-buildinstructions.cmd2rdf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cmd2rdf

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] processed 1 new triples, total is now 10

Processing source #4 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.cmd2rdf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cmd2rdf

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] processed 1 new triples, total is now 11

Processing source #5 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.cmd2rdf.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cmd2rdf/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/cmd2rdf

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] processed 17 new triples, total is now 27

Processing source #6 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.cmd2rdf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cmd2rdf

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] overriding old http://schema.org/dateCreated (2014-08-07T15:23:53Z -> 2014-08-07T17:23:53Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] overriding old http://schema.org/dateModified (2021-03-07T17:35:08Z -> 2021-03-07T18:35:08Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] processed 2 new triples, total is now 27

Processing source #7 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.cmd2rdf.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cmd2rdf.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/cmd2rdf

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] processed 50 new triples, total is now 72

Processing source #8 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.cmd2rdf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cmd2rdf

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/cmd2rdf)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/cmd2rdf)] processed 1 new triples, total is now 72

Processing source #9 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.cmd2rdf.codemeta.json

    Found main resource with URI https://tools.clariah.nl/nl.knaw.dans.cmd2rdf.cmd2rdf/1.0.1

    Injected (possibly temporary) URI https://tools.clariah.nl/cmd2rdf

[CODEMETA COMPOSITION (nl.knaw.dans.cmd2rdf.cmd2rdf)] processed 80 new triples, total is now 151

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/cmd2rdf -> https://tools.clariah.nl/cmd2rdf/1.0.1

[CODEMETA VALIDATION (cmd2rdf)] done

[CODEMETA ENRICHMENT (cmd2rdf)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/cmd2rdf/1.0.1 #1: Violation: Software source code *MUST* have one (short) description. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cmd2rdf/1.0.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/cmd2rdf/1.0.1 #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cmd2rdf/1.0.1 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cmd2rdf/1.0.1 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cmd2rdf/1.0.1 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cmd2rdf/1.0.1 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cmd2rdf/1.0.1 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cmd2rdf/1.0.1 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/cmd2rdf.codemeta.json

[harvester info] <-- Finished processing cmd2rdf (https://github.com/clarin-eric/CMD2RDF) [Sun Apr  5 03:03:45 UTC 2026]
""" .

<https://tools.clariah.nl/codemeta-harvester/0.5.1> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "CLARIAH Tool Discovery" ;
    sdo:author <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:codeRepository "https://github.com/proycon/codemeta-harvester" ;
    sdo:contributor <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:dateCreated "2022-01-05T16:21:48Z"^^sdo:Date ;
    sdo:dateModified "2025-04-17T11:08:44Z"^^sdo:Date ;
    sdo:description "Harvest and aggregate codemeta from source repositories and service endpoints, automatically converting known metadata schemes in the process" ;
    sdo:funding <https://tools.clariah.nl/stub/H-51e1442a4add0813> ;
    sdo:identifier "codemeta-harvester" ;
    sdo:keywords "codemeta",
        "harvester",
        "linked data",
        "metadata",
        "rdf",
        "schema.org",
        "software metadata" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://orcid.org/0000-0002-1046-0006> ;
    sdo:name "codemeta-harvester" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage "shell" ;
    sdo:review <https://tools.clariah.nl/validation/Ne2c9aeeeb396ce37e49e4eacf1cc1351> ;
    sdo:sameAs <https://doi.org/10.5281/zenodo.10210562> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/codemetapy> ;
    sdo:version "0.5.1" ;
    owl:sameAs <https://github.com/proycon/codemeta-harvester.git> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H62ecacebe446357a> ;
    codemeta:issueTracker <https://github.com/proycon/codemeta-harvester/issues> ;
    codemeta:readme <https://github.com/proycon/codemeta-harvester/blob/master/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:03:56 UTC 2026)

[harvester info] --> Processing codemeta-harvester (https://github.com/proycon/codemeta-harvester) [Sun Apr  5 03:03:56 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/codemeta-harvester...

[harvester info] Found release v0.5.1

[harvester info] Using 'v0.5.1'

[harvester info] Git reference: v0.5.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/codemeta-harvester for harvestable resources...

[harvester info] found codemeta.json for codemeta-harvester (md5sum 39e8edef72a4902a6a3f0cd6049e4b8c); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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 CLARIAH Tool Discovery

[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 "codemeta-harvester" --codeRepository "https://github.com/proycon/codemeta-harvester" --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/codemeta-harvester.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta-harvester.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.codemeta-harvester.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta-harvester.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta-harvester.codemeta.json 

-- begin log --

Passed 4 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta-harvester.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.codemeta-harvester.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta-harvester.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta-harvester.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/codemeta-harvester

Processing source #1 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta-harvester.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-harvester

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-harvester)] processed 1 new triples, total is now 2

Processing source #2 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.codemeta-harvester.codemeta.json

    Found main resource with URI https://github.com/proycon/codemeta-harvester.git

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-harvester

[CODEMETA CORRECTION (codemeta-harvester)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (codemeta-harvester)] processed 58 new triples, total is now 58

Processing source #3 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta-harvester.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-harvester

[CODEMETA COMPOSITION (codemeta-harvester)] processed 1 new triples, total is now 58

Processing source #4 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta-harvester.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-harvester

[CODEMETA COMPOSITION (codemeta-harvester)] processed 1 new triples, total is now 59

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/codemeta-harvester -> https://tools.clariah.nl/codemeta-harvester/0.5.1

[CODEMETA VALIDATION (codemeta-harvester)] done

[CODEMETA ENRICHMENT (codemeta-harvester)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

VALIDATION https://tools.clariah.nl/codemeta-harvester/0.5.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)

VALIDATION https://tools.clariah.nl/codemeta-harvester/0.5.1 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-harvester/0.5.1 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-harvester/0.5.1 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-harvester/0.5.1 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/codemeta-harvester.codemeta.json

[harvester info] <-- Finished processing codemeta-harvester (https://github.com/proycon/codemeta-harvester) [Sun Apr  5 03:03:58 UTC 2026]
""" .

<https://tools.clariah.nl/codemeta-lod-to-cmdi/1.0-SNAPSHOT> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "CLARIAH Tool Discovery" ;
    sdo:author <https://tools.clariah.nl/stub/H26b903e33aad28a2> ;
    sdo:codeRepository "https://github.com/CLARIAH/codemeta-lod-to-cmdi" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-16fe50a4aabd4edb> ;
    sdo:dateCreated "2023-02-01T10:48:33Z+0100"^^sdo:Date ;
    sdo:dateModified "2023-05-15T11:54:11Z+0200"^^sdo:Date ;
    sdo:description "CLARIAH Tool Discovery output (LOD -> CMDI conversion)" ;
    sdo:identifier "codemeta-lod-to-cmdi" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/meindertkroese> ;
    sdo:name "codemeta-lod-to-cmdi" ;
    sdo:producer <https://tools.clariah.nl/org/clariah> ;
    sdo:programmingLanguage "Java" ;
    sdo:repository "https://nexus.clarin.eu/content/repositories/Clarin",
        "https://nexus.clarin.eu/content/repositories/clarin-snapshot" ;
    sdo:review <https://tools.clariah.nl/validation/Na776df9eb84540d166516fd553babbbc> ;
    sdo:runtimePlatform "Java" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/commons-cli-commons-cli-1-4>,
        <https://tools.clariah.nl/dependency/commons-io-commons-io-2-4>,
        <https://tools.clariah.nl/dependency/me-tongfei-progressbar-0-9-1>,
        <https://tools.clariah.nl/dependency/nl-mpi-tla-saxonutils-2-0-snapshot> ;
    sdo:version "1.0-SNAPSHOT" ;
    owl:sameAs <https://tools.clariah.nl/codemeta-lod-to-cmdi.contributors/snapshot>,
        <https://tools.clariah.nl/codemeta-lod-to-cmdi.topcontributor/snapshot>,
        <https://tools.clariah.nl/codemeta-lod-to-cmdi/snapshot>,
        <https://tools.clariah.nl/nl.knaw.huc.di.ingforms_schematools/1.0-SNAPSHOT> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:issueTracker <https://github.com/CLARIAH/codemeta-lod-to-cmdi/issues> ;
    codemeta:readme <https://github.com/CLARIAH/codemeta-lod-to-cmdi/blob/main//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:03:58 UTC 2026)

[harvester info] --> Processing codemeta-lod-to-cmdi (https://github.com/CLARIAH/codemeta-lod-to-cmdi) [Sun Apr  5 03:03:58 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/codemeta-lod-to-cmdi...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/codemeta-lod-to-cmdi for harvestable resources...

[harvester info] found pom.xml (Java/Maven) for codemeta-lod-to-cmdi, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor meindertkroese <> 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: 2023-02-01T10:48:33Z+0100, date modified: 2023-05-15T11:54:11Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/CLARIAH/codemeta-lod-to-cmdi)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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] Setting group CLARIAH Tool Discovery

[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 "codemeta-lod-to-cmdi" --codeRepository "https://github.com/CLARIAH/codemeta-lod-to-cmdi" --validate /etc/software.ttl --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/codemeta-lod-to-cmdi.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta-lod-to-cmdi.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.codemeta-lod-to-cmdi.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.codemeta-lod-to-cmdi.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.codemeta-lod-to-cmdi.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.codemeta-lod-to-cmdi.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.codemeta-lod-to-cmdi.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.codemeta-lod-to-cmdi.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.codemeta-lod-to-cmdi.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta-lod-to-cmdi.codemeta.json 

-- begin log --

Passed 9 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta-lod-to-cmdi.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.codemeta-lod-to-cmdi.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.codemeta-lod-to-cmdi.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.codemeta-lod-to-cmdi.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.codemeta-lod-to-cmdi.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.codemeta-lod-to-cmdi.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.codemeta-lod-to-cmdi.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.codemeta-lod-to-cmdi.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta-lod-to-cmdi.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/codemeta-lod-to-cmdi

Processing source #1 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta-lod-to-cmdi.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-lod-to-cmdi

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] processed 1 new triples, total is now 2

Processing source #2 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.codemeta-lod-to-cmdi.codemeta.json

    Found main resource with URI https://tools.clariah.nl/codemeta-lod-to-cmdi.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-lod-to-cmdi

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] processed 7 new triples, total is now 8

Processing source #3 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.codemeta-lod-to-cmdi.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-lod-to-cmdi

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] processed 1 new triples, total is now 9

Processing source #4 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.codemeta-lod-to-cmdi.codemeta.json

    Found main resource with URI https://tools.clariah.nl/codemeta-lod-to-cmdi/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-lod-to-cmdi

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] processed 13 new triples, total is now 21

Processing source #5 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.codemeta-lod-to-cmdi.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-lod-to-cmdi

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] overriding old http://schema.org/dateCreated (2023-02-01T09:48:33Z -> 2023-02-01T10:48:33Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] overriding old http://schema.org/dateModified (2023-05-15T09:54:14Z -> 2023-05-15T11:54:11Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] processed 2 new triples, total is now 21

Processing source #6 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.codemeta-lod-to-cmdi.codemeta.json

    Found main resource with URI https://tools.clariah.nl/codemeta-lod-to-cmdi.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-lod-to-cmdi

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] processed 13 new triples, total is now 28

Processing source #7 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.codemeta-lod-to-cmdi.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-lod-to-cmdi

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-lod-to-cmdi)] processed 1 new triples, total is now 28

Processing source #8 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.codemeta-lod-to-cmdi.codemeta.json

    Found main resource with URI https://tools.clariah.nl/nl.knaw.huc.di.ingforms_schematools/1.0-SNAPSHOT

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-lod-to-cmdi

[CODEMETA COMPOSITION (nl.knaw.huc.di.ingforms_schematools)] processed 27 new triples, total is now 54

Processing source #9 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta-lod-to-cmdi.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-lod-to-cmdi

[CODEMETA COMPOSITION (nl.knaw.huc.di.ingforms_schematools)] processed 1 new triples, total is now 55

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/codemeta-lod-to-cmdi -> https://tools.clariah.nl/codemeta-lod-to-cmdi/1.0-SNAPSHOT

[CODEMETA VALIDATION (codemeta-lod-to-cmdi)] done

[CODEMETA ENRICHMENT (codemeta-lod-to-cmdi)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/codemeta-lod-to-cmdi/1.0-SNAPSHOT #1: Warning: Software source code *MUST* state its version: the -SNAPSHOT version suffix does not correspond to a proper release. (Tip: In Java/Maven projects, ensure it is removed from pom.xml on release) 

VALIDATION https://tools.clariah.nl/codemeta-lod-to-cmdi/1.0-SNAPSHOT #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/codemeta-lod-to-cmdi/1.0-SNAPSHOT #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-lod-to-cmdi/1.0-SNAPSHOT #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-lod-to-cmdi/1.0-SNAPSHOT #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-lod-to-cmdi/1.0-SNAPSHOT #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-lod-to-cmdi/1.0-SNAPSHOT #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-lod-to-cmdi/1.0-SNAPSHOT #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-lod-to-cmdi/1.0-SNAPSHOT #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/codemeta-lod-to-cmdi.codemeta.json

[harvester info] <-- Finished processing codemeta-lod-to-cmdi (https://github.com/CLARIAH/codemeta-lod-to-cmdi) [Sun Apr  5 03:04:11 UTC 2026]
""" .

<https://tools.clariah.nl/codemeta-server/0.5.1> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Software Development" ;
    sdo:applicationSuite "CLARIAH Tool Discovery" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/researchers> ;
    sdo:author <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:codeRepository "https://github.com/proycon/codemeta-server" ;
    sdo:contributor <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:dateCreated "2022-03-22"^^sdo:Date ;
    sdo:dateModified "2025-08-18"^^sdo:Date ;
    sdo:description "Web API serving codemeta software metadata using codemeta and schema.org, provides a SPARQL endpoint and also offers a human web-interface " ;
    sdo:funding <https://tools.clariah.nl/stub/H117e6efd071627b4> ;
    sdo:identifier "codemeta-server" ;
    sdo:keywords "codemeta",
        "linked data",
        "metadata",
        "rdf",
        "schema.org",
        "scientific",
        "software metadata" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://orcid.org/0000-0002-1046-0006> ;
    sdo:name "codemeta-server" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage "Python" ;
    sdo:review <https://tools.clariah.nl/validation/Nc4a5b3400a7fe68cb779e7fd2e8b297a> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.10",
        "Python 3.11",
        "Python 3.6",
        "Python 3.7",
        "Python 3.8",
        "Python 3.9" ;
    sdo:screenshot <https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_index_cards.jpg>,
        <https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_index_table.jpg>,
        <https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_page.jpg>,
        <https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_sparql.jpg> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/codemetapy>,
        <https://tools.clariah.nl/dependency/fastapi>,
        <https://tools.clariah.nl/dependency/rdflib-endpoint>,
        <https://tools.clariah.nl/dependency/uvicorn> ;
    sdo:url "https://github.com/proycon/codemeta-server.git" ;
    sdo:version "0.5.1" ;
    owl:sameAs <https://github.com/proycon/codemetapy.git> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/codemeta-server> ;
    codemeta:issueTracker <https://github.com/proycon/codemeta-server/issues> ;
    codemeta:readme <https://github.com/proycon/codemeta-server/blob/master/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:04:12 UTC 2026)

[harvester info] --> Processing codemeta-server (https://github.com/proycon/codemeta-server) [Sun Apr  5 03:04:12 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/codemeta-server...

[harvester info] Found release v0.5.1

[harvester info] Using 'v0.5.1'

[harvester info] Git reference: v0.5.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/codemeta-server for harvestable resources...

[harvester info] found codemeta.json for codemeta-server (md5sum ab3ae370075f7596621c47b5361811a7); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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 CLARIAH Tool Discovery

[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 "codemeta-server" --codeRepository "https://github.com/proycon/codemeta-server" --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/codemeta-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.codemeta-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta-server.codemeta.json 

-- begin log --

Passed 4 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.codemeta-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta-server.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/codemeta-server

Processing source #1 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta-server.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-server

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta-server)] processed 1 new triples, total is now 2

Processing source #2 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.codemeta-server.codemeta.json

    Found main resource with URI https://github.com/proycon/codemetapy.git

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-server

[CODEMETA CORRECTION (codemeta-server)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (codemeta-server)] processed 96 new triples, total is now 96

Processing source #3 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta-server.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-server

[CODEMETA COMPOSITION (codemeta-server)] processed 1 new triples, total is now 96

Processing source #4 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta-server.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta-server

[CODEMETA COMPOSITION (codemeta-server)] processed 1 new triples, total is now 97

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/codemeta-server -> https://tools.clariah.nl/codemeta-server/0.5.1

[CODEMETA VALIDATION (codemeta-server)] done

[CODEMETA ENRICHMENT (codemeta-server)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta-server)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta-server)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta-server)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta-server)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta-server)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta-server)] automatically adding programmingLanguage Python derived from runtimePlatform Python

VALIDATION https://tools.clariah.nl/codemeta-server/0.5.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)

VALIDATION https://tools.clariah.nl/codemeta-server/0.5.1 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-server/0.5.1 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-server/0.5.1 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta-server/0.5.1 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/codemeta-server.codemeta.json

[harvester info] <-- Finished processing codemeta-server (https://github.com/proycon/codemeta-server) [Sun Apr  5 03:04:14 UTC 2026]
""" .

<https://tools.clariah.nl/codemeta2html/0.2.1> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Software Development" ;
    sdo:applicationSuite "CLARIAH Tool Discovery" ;
    sdo:audience <https://tools.clariah.nl/audience/developers> ;
    sdo:author <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:codeRepository "https://github.com/proycon/codemeta2html" ;
    sdo:contributor <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:dateCreated "2023-05-06T10:54:22Z+0200"^^sdo:Date ;
    sdo:dateModified "2026-03-18T14:28:47Z+0100"^^sdo:Date ;
    sdo:description "Convert software metadata in codemeta to html for visualisation, can generate fully-fledged static sites that serve well as a portal for a collection of software" ;
    sdo:funding <https://tools.clariah.nl/stub/H4f3977054d8f7c88> ;
    sdo:identifier "codemeta2html" ;
    sdo:keywords "codemeta",
        "linked data",
        "metadata",
        "rdf",
        "schema.org",
        "scientific",
        "software metadata" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://orcid.org/0000-0002-1046-0006> ;
    sdo:name "codemeta2html" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage "Python" ;
    sdo:review <https://tools.clariah.nl/validation/Nbc7be371d72632a35e7d66c2bfbc3be5> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.10",
        "Python 3.11",
        "Python 3.7",
        "Python 3.8",
        "Python 3.9" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/codemetapy>,
        <https://tools.clariah.nl/dependency/jinja2>,
        <https://tools.clariah.nl/dependency/rdflib-ge-6.1.1> ;
    sdo:url "https://github.com/proycon/codemeta2html.git" ;
    sdo:version "0.2.1" ;
    owl:sameAs <https://github.com/proycon/codemeta2html.git> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/codemeta2html>,
        <https://tools.clariah.nl/softwarelibrary/codemeta2html> ;
    codemeta:issueTracker <https://github.com/proycon/codemeta2html/issues> ;
    codemeta:readme <https://github.com/proycon/codemeta2html/blob/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:04:14 UTC 2026)

[harvester info] --> Processing codemeta2html (https://github.com/proycon/codemeta2html) [Sun Apr  5 03:04:14 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/codemeta2html...

[harvester info] Found release v0.2.1

[harvester info] Using 'v0.2.1'

[harvester info] Git reference: v0.2.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/codemeta2html for harvestable resources...

[harvester info] found codemeta.json for codemeta2html (md5sum 26911ba6871d5c725af08fbcb40dabfb); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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 CLARIAH Tool Discovery

[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 "codemeta2html" --codeRepository "https://github.com/proycon/codemeta2html" --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/codemeta2html.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta2html.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.codemeta2html.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta2html.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta2html.codemeta.json 

-- begin log --

Passed 4 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta2html.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.codemeta2html.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta2html.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta2html.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/codemeta2html

Processing source #1 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta2html.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2html

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2html)] processed 1 new triples, total is now 2

Processing source #2 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.codemeta2html.codemeta.json

    Found main resource with URI https://github.com/proycon/codemeta2html.git

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2html

[CODEMETA CORRECTION (codemeta2html)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (codemeta2html)] processed 88 new triples, total is now 88

Processing source #3 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta2html.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2html

[CODEMETA COMPOSITION (codemeta2html)] processed 1 new triples, total is now 88

Processing source #4 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta2html.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2html

[CODEMETA COMPOSITION (codemeta2html)] processed 1 new triples, total is now 89

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/codemeta2html -> https://tools.clariah.nl/codemeta2html/0.2.1

[CODEMETA VALIDATION (codemeta2html)] done

[CODEMETA ENRICHMENT (codemeta2html)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta2html)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta2html)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta2html)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta2html)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemeta2html)] automatically adding programmingLanguage Python derived from runtimePlatform Python

VALIDATION https://tools.clariah.nl/codemeta2html/0.2.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)

VALIDATION https://tools.clariah.nl/codemeta2html/0.2.1 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2html/0.2.1 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2html/0.2.1 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2html/0.2.1 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/codemeta2html.codemeta.json

[harvester info] <-- Finished processing codemeta2html (https://github.com/proycon/codemeta2html) [Sun Apr  5 03:04:16 UTC 2026]
""" .

<https://tools.clariah.nl/codemeta2mp/v0.3> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "CLARIAH Tool Discovery" ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/codemeta2mp" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2024-04-11T16:13:23Z+0200"^^sdo:Date ;
    sdo:dateModified "2026-02-09T14:19:57Z+0100"^^sdo:Date ;
    sdo:description "codemeta to SSHOC Open Marketplace converter" ;
    sdo:downloadUrl "https://github.com/proycon/codemeta2mp/archive/refs/tags/v0.3.zip" ;
    sdo:identifier "codemeta2mp" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "codemeta2mp" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:releaseNotes "https://github.com/proycon/codemeta2mp/releases/tag/v0.3" ;
    sdo:review <https://tools.clariah.nl/validation/N7d9732c86f4a2582b5506c1c3a8886cb> ;
    sdo:version "v0.3" ;
    owl:sameAs <https://tools.clariah.nl/codemeta2mp.contributors/snapshot>,
        <https://tools.clariah.nl/codemeta2mp.topcontributor/snapshot>,
        <https://tools.clariah.nl/codemeta2mp/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/proycon/codemeta2mp/issues> ;
    codemeta:readme <https://github.com/proycon/codemeta2mp/blob/v0.3//README.md> ;
    ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:04:16 UTC 2026)

[harvester info] --> Processing codemeta2mp (https://github.com/proycon/codemeta2mp) [Sun Apr  5 03:04:16 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/codemeta2mp...

[harvester info] Found release v0.3

[harvester info] Using 'v0.3'

[harvester info] Git reference: v0.3

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/codemeta2mp for harvestable resources...

[harvester info] found python setup for codemeta2mp, converting to codemeta

-- begin log --

No input files specified, but found python project (pyproject.toml) in current dir, using that...

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/pyproject-toml

Processing source #1 of 1

Obtaining python package metadata for: pyproject.toml

Loading metadata from pyproject.toml via pyproject-parser

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 660, in build

    codemeta.parsers.python.parse_python(newgraph, res, source, crosswalk, args)

  File "/usr/lib/python3.12/site-packages/codemeta/parsers/python.py", line 386, in parse_python

    if value.startswith("http"):

       ^^^^^^^^^^^^^^^^

AttributeError: 'Readme' object has no attribute 'startswith'

-- end log --

[harvester error] python setup.py to codemeta conversion failed for codemeta2mp (codemetapy failed)

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2024-04-11T16:13:23Z+0200, date modified: 2026-02-09T14:19:57Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/proycon/codemeta2mp)

[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 (v0.3) 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/#active

[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 CLARIAH Tool Discovery

[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 "codemeta2mp" --codeRepository "https://github.com/proycon/codemeta2mp" --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/codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta2mp.codemeta.json 

-- begin log --

Passed 12 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta2mp.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/codemeta2mp

Processing source #1 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] 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.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] 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.codemeta2mp.codemeta.json

    Found main resource with URI https://tools.clariah.nl/codemeta2mp.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] 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.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] 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.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] 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.codemeta2mp.codemeta.json

    Found main resource with URI https://tools.clariah.nl/codemeta2mp/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-42aed420c883b7b2 -> https://tools.clariah.nl/stub/H-5e41e8bd01fa0cd9)

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 21 new triples, total is now 28

Processing source #7 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] overriding old http://schema.org/dateCreated (2024-04-12T13:19:26Z -> 2024-04-11T16:13:23Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] overriding old http://schema.org/dateModified (2026-04-01T12:57:23Z -> 2026-02-09T14:19:57Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 2 new triples, total is now 28

Processing source #8 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.codemeta2mp.codemeta.json

    Found main resource with URI https://tools.clariah.nl/codemeta2mp.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 8 new triples, total is now 29

Processing source #9 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/codemeta2mp)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 1 new triples, total is now 29

Processing source #10 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 1 new triples, total is now 29

Processing source #11 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 1 new triples, total is now 29

Processing source #12 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 1 new triples, total is now 30

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/codemeta2mp -> https://tools.clariah.nl/codemeta2mp/v0.3

[CODEMETA VALIDATION (codemeta2mp)] done

[CODEMETA ENRICHMENT (codemeta2mp)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/codemeta2mp/v0.3 #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)

VALIDATION https://tools.clariah.nl/codemeta2mp/v0.3 #2: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/v0.3 #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/v0.3 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/v0.3 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/v0.3 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/v0.3 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/v0.3 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/v0.3 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/codemeta2mp.codemeta.json

[harvester info] <-- Finished processing codemeta2mp (https://github.com/proycon/codemeta2mp) [Sun Apr  5 03:04:27 UTC 2026]
""" .

<https://tools.clariah.nl/codemetapy/3.0.3> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/converting>,
        <https://w3id.org/nwo-research-fields#ComputerScience>,
        "Software Development" ;
    sdo:applicationSuite "CLARIAH Tool Discovery" ;
    sdo:audience <https://tools.clariah.nl/audience/developers> ;
    sdo:author <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:codeRepository "https://github.com/proycon/codemetapy" ;
    sdo:contributor <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:dateCreated "2018-04-16T10:54:22Z+0200"^^sdo:Date ;
    sdo:dateModified "2026-03-18T13:11:47Z+0200"^^sdo:Date ;
    sdo:description "Codemetapy is a command-line tool and python library to work with the codemeta software metadata standard. Codemeta builds upon schema.org and defines a vocabulary for describing software source code. It maps various existing metadata standards to a unified vocabulary. Codemetapy allows you to generate codemeta from various sources." ;
    sdo:funding <https://tools.clariah.nl/stub/H21eed26faaa9a04d> ;
    sdo:identifier "codemetapy" ;
    sdo:keywords "codemeta",
        "linked data",
        "metadata",
        "metadata-extractor",
        "rdf",
        "schema.org",
        "scientific",
        "software metadata" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://orcid.org/0000-0002-1046-0006> ;
    sdo:name "CodeMetaPy" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage "Python" ;
    sdo:review <https://tools.clariah.nl/validation/N9f157ec2ae9fc1d549514942a5a13941> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.10",
        "Python 3.11",
        "Python 3.12",
        "Python 3.13",
        "Python 3.14",
        "Python 3.9" ;
    sdo:softwareHelp <https://tools.clariah.nl/stub/H-301876579add4b88>,
        <https://tools.clariah.nl/stub/H1d59c54bd12f5fca> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/beautifulsoup4>,
        <https://tools.clariah.nl/dependency/importlib-metadata>,
        <https://tools.clariah.nl/dependency/jinja2>,
        <https://tools.clariah.nl/dependency/lxml>,
        <https://tools.clariah.nl/dependency/nameparser>,
        <https://tools.clariah.nl/dependency/pyyaml>,
        <https://tools.clariah.nl/dependency/rdflib-ge-6.1.1>,
        <https://tools.clariah.nl/dependency/requests> ;
    sdo:url "https://github.com/proycon/codemetapy.git" ;
    sdo:version "3.0.3" ;
    owl:sameAs <https://github.com/proycon/codemetapy.git> ;
    codemeta:continuousIntegration <https://github.com/proycon/codemetapy/actions/> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level9Proven>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/codemetapy>,
        <https://tools.clariah.nl/softwarelibrary/codemetapy> ;
    codemeta:issueTracker ns1:issues ;
    codemeta:readme <https://github.com/proycon/codemetapy/blob/README.rst> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:04:27 UTC 2026)

[harvester info] --> Processing codemetapy (https://github.com/proycon/codemetapy) [Sun Apr  5 03:04:27 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/codemetapy...

[harvester info] Found release v3.0.4

[harvester info] Using 'v3.0.4'

[harvester info] Git reference: v3.0.4

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/codemetapy for harvestable resources...

[harvester info] found codemeta.json for codemetapy (md5sum 6fc24845e4797a04920ec77b8ad5940a); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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 CLARIAH Tool Discovery

[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 "codemetapy" --codeRepository "https://github.com/proycon/codemetapy" --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/codemetapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemetapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.codemetapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.codemetapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemetapy.codemeta.json 

-- begin log --

Passed 4 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.codemetapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.codemetapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.codemetapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemetapy.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/codemetapy

Processing source #1 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemetapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemetapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemetapy)] processed 1 new triples, total is now 2

Processing source #2 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.codemetapy.codemeta.json

    Found main resource with URI https://github.com/proycon/codemetapy.git

    Injected (possibly temporary) URI https://tools.clariah.nl/codemetapy

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA CORRECTION (codemetapy)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (codemetapy)] processed 128 new triples, total is now 128

Processing source #3 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.codemetapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemetapy

[CODEMETA COMPOSITION (codemetapy)] processed 1 new triples, total is now 128

Processing source #4 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemetapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemetapy

[CODEMETA COMPOSITION (codemetapy)] processed 1 new triples, total is now 129

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/codemetapy -> https://tools.clariah.nl/codemetapy/3.0.3

[CODEMETA VALIDATION (codemetapy)] done

[CODEMETA ENRICHMENT (codemetapy)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemetapy)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemetapy)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemetapy)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemetapy)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemetapy)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (codemetapy)] automatically adding programmingLanguage Python derived from runtimePlatform Python

VALIDATION https://tools.clariah.nl/codemetapy/3.0.3 #1: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/codemetapy.codemeta.json

[harvester info] <-- Finished processing codemetapy (https://github.com/proycon/codemetapy) [Sun Apr  5 03:04:29 UTC 2026]
""" .

<https://tools.clariah.nl/colibri-core/2.5.10> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:codeRepository "https://github.com/proycon/colibri-core" ;
    sdo:contributor <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:dateCreated "2013-09-15"^^sdo:Date ;
    sdo:description "Colibri core is an NLP tool as well as a C++ and Python library for working with basic linguistic constructions such as n-grams and skipgrams (i.e patterns with one or more gaps, either of fixed or dynamic size) in a quick and memory-efficient way. " ;
    sdo:identifier "colibri-core" ;
    sdo:keywords "language modelling",
        "natural language processing",
        "ngrams",
        "nlp",
        "pattern recognition",
        "skipgrams" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://orcid.org/0000-0002-1046-0006> ;
    sdo:name "Colibri Core" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://www.ru.nl/cls> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-62b7f60656163cb5>,
        <https://tools.clariah.nl/stub/H5ba61b238fa9078c> ;
    sdo:releaseNotes "https://github.com/proycon/colibri-core/releases" ;
    sdo:review <https://tools.clariah.nl/validation/Nccee75a98df111522c4082973361bf95> ;
    sdo:softwareHelp "https://proycon.github.io/colibri-core/doc/" ;
    sdo:url "https://proycon.github.io/colibri-core" ;
    sdo:version "2.5.10" ;
    codemeta:continuousIntegration <https://travis-ci.org/proycon/colibri-core> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-10b487e5d4a55b81>,
        <https://tools.clariah.nl/stub/H-2465bb2f1aad11a4>,
        <https://tools.clariah.nl/stub/H-34f34a3440d57d3a>,
        <https://tools.clariah.nl/stub/H-350c0596f7c0681d>,
        <https://tools.clariah.nl/stub/H-5ec33c5e11955914>,
        <https://tools.clariah.nl/stub/H0245e2c19956bce5>,
        <https://tools.clariah.nl/stub/H031f30587a11a4b4>,
        <https://tools.clariah.nl/stub/H179fae6ee0f7af53>,
        <https://tools.clariah.nl/stub/H4f2c0a41935daafc>,
        <https://tools.clariah.nl/stub/H507aef345adb4b28>,
        <https://tools.clariah.nl/stub/H69dd831c9779c317>,
        <https://tools.clariah.nl/stub/H6ac8ad26b3402b9d>,
        <https://tools.clariah.nl/stub/H77f0848029ac2229> ;
    codemeta:issueTracker <https://github.com/proycon/colibri-core/issues> ;
    codemeta:readme <https://github.com/proycon/colibri-core/blob/master/README.md> ;
    codemeta:referencePublication <https://dx.doi.org/10.5334/jors.105> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:04:29 UTC 2026)

[harvester info] --> Processing colibri-core (https://github.com/proycon/colibri-core) [Sun Apr  5 03:04:29 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/colibri-core...

[harvester info] Found release v2.5.10

[harvester info] Using 'v2.5.10'

[harvester info] Git reference: v2.5.10

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/colibri-core for harvestable resources...

[harvester info] found codemeta.json for colibri-core (md5sum ca71007ea33ff9c770a30aaa93781c11); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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] 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 "colibri-core" --codeRepository "https://github.com/proycon/colibri-core" --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/colibri-core.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.colibri-core.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.colibri-core.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.colibri-core.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.colibri-core.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.colibri-core.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.colibri-core.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/colibri-core

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.colibri-core.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/colibri-core

[CODEMETA COMPOSITION (https://tools.clariah.nl/colibri-core)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.colibri-core.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/colibri-core

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (colibricore)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (colibricore)] processed 129 new triples, total is now 129

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.colibri-core.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/colibri-core

[CODEMETA COMPOSITION (colibricore)] processed 1 new triples, total is now 129

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/colibri-core -> https://tools.clariah.nl/colibri-core/2.5.10

[CODEMETA VALIDATION (colibri-core)] done

[CODEMETA ENRICHMENT (colibri-core)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

[CODEMETA ENRICHMENT (colibri-core)] considering first author as maintainer

[CODEMETA ENRICHMENT (colibri-core)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/colibri-core/2.5.10 #1: Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/colibri-core/2.5.10 #2: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/colibri-core/2.5.10 #3: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/colibri-core/2.5.10 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/colibri-core/2.5.10 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/colibri-core.codemeta.json

[harvester info] <-- Finished processing colibri-core (https://github.com/proycon/colibri-core) [Sun Apr  5 03:04:31 UTC 2026]
""" .

<https://tools.clariah.nl/cow/1.21> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-1d8c632fc3ebff4> ;
    sdo:codeRepository "https://github.com/CLARIAH/COW" ;
    sdo:contributor <https://tools.clariah.nl/stub/H7e01fa86879a88ab> ;
    sdo:dateCreated "2023-11-09T21:55:53Z+0100"^^sdo:Date ;
    sdo:dateModified "2024-03-08T16:02:10Z+0100"^^sdo:Date ;
    sdo:description "Integrated CSV to RDF converter, using CSVW and nanopublications" ;
    sdo:downloadUrl "https://github.com/CLARIAH/COW/archive/refs/tags/2.0.0.zip" ;
    sdo:identifier "cow" ;
    sdo:keywords "csv",
        "csvw",
        "rdf" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/albert-meron-o-pen-uela> ;
    sdo:name "cow_csvw" ;
    sdo:producer <https://tools.clariah.nl/org/clariah> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/CLARIAH/COW/releases/tag/2.0.0" ;
    sdo:review <https://tools.clariah.nl/validation/Nbd8ec60fd0ff279522bdd9205e6303c8> ;
    sdo:runtimePlatform "Python",
        "Python 3",
        "Python 3.10" ;
    sdo:softwareHelp <http://csvw-converter.readthedocs.io/en/latest/> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/chardet4-0-0>,
        <https://tools.clariah.nl/dependency/iribaker0-2>,
        <https://tools.clariah.nl/dependency/isodate0-6-1>,
        <https://tools.clariah.nl/dependency/jinja23-0-3>,
        <https://tools.clariah.nl/dependency/js2py0-71>,
        <https://tools.clariah.nl/dependency/pyjsparser2-7-1>,
        <https://tools.clariah.nl/dependency/pyqt55-15-10>,
        <https://tools.clariah.nl/dependency/pytz2021-3>,
        <https://tools.clariah.nl/dependency/pyyaml6-0>,
        <https://tools.clariah.nl/dependency/rdflib6-0-2>,
        <https://tools.clariah.nl/dependency/rfc39871-3-8>,
        <https://tools.clariah.nl/dependency/tzlocal4-1>,
        <https://tools.clariah.nl/dependency/unicodecsv0-14-1>,
        <https://tools.clariah.nl/dependency/werkzeug2-0-2> ;
    sdo:url "https://github.com/CLARIAH/COW" ;
    sdo:version "1.21" ;
    owl:sameAs <https://tools.clariah.nl/cow.contributors/snapshot>,
        <https://tools.clariah.nl/cow.topcontributor/snapshot>,
        <https://tools.clariah.nl/cow/snapshot>,
        <https://tools.clariah.nl/cow_csvw/1.21> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/cow-tool-cli/1.21>,
        <https://tools.clariah.nl/commandlineapplication/cow-tool/1.21> ;
    codemeta:issueTracker <https://github.com/CLARIAH/COW/issues> ;
    codemeta:readme <https://github.com/CLARIAH/COW/blob/2.0.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:04:56 UTC 2026)

[harvester info] --> Processing cow (https://github.com/CLARIAH/COW) [Sun Apr  5 03:04:56 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/COW...

[harvester info] Found release 2.0.0

[harvester info] Using '2.0.0'

[harvester info] Git reference: 2.0.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/cow for harvestable resources...

[harvester info] found python setup for cow, converting to codemeta

[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 Xander Wilcke <w.x.wilcke@vu.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: 2023-11-09T21:55:53Z+0100, date modified: 2024-03-08T16:02:10Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/CLARIAH/COW)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from http://csvw-converter.readthedocs.io/en/latest/

[harvester info] Found documentation at http://csvw-converter.readthedocs.io/en/latest/ : "name": "CoW: Converter for CSV on the Web — CSVW Converters 1.0.0 documentation",

[harvester info] Falling back to git tag (2.0.0) 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] 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 "cow" --codeRepository "https://github.com/CLARIAH/COW" --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/cow.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.cow.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.cow.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.cow.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.cow.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.cow.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.cow.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.cow.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.cow.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.cow.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.cow.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.cow.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.cow.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.cow.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.cow.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.cow.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.cow.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.cow.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.cow.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.cow.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.cow.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/cow

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.cow.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cow

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.cow.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cow

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] processed 1 new triples, total is now 3

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.cow.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cow.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/cow

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] processed 8 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.cow.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cow

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] processed 4 new triples, total is now 14

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.cow.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cow

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] processed 2 new triples, total is now 16

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.cow.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cow

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] processed 1 new triples, total is now 17

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.cow.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cow/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/cow

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] processed 18 new triples, total is now 34

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.cow.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cow

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] overriding old http://schema.org/dateCreated (2015-06-16T14:44:33Z -> 2023-11-09T21:55:53Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] overriding old http://schema.org/dateModified (2024-05-06T17:56:01Z -> 2024-03-08T16:02:10Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] processed 2 new triples, total is now 34

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.cow.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cow.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/cow

[CODEMETA COMPOSITION (https://tools.clariah.nl/cow)] processed 14 new triples, total is now 41

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.cow.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cow_csvw/1.21

    Injected (possibly temporary) URI https://tools.clariah.nl/cow

[CODEMETA COMPOSITION (cow_csvw)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-3195437ac294a35c -> https://tools.clariah.nl/stub/H-068a2ae06d0354e)

[CODEMETA COMPOSITION (cow_csvw)] overriding old http://schema.org/keywords (converters -> csv)

[CODEMETA COMPOSITION (cow_csvw)] overriding old http://schema.org/keywords (csv2rdf -> csv)

[CODEMETA COMPOSITION (cow_csvw)] overriding old http://schema.org/keywords (linked-data -> csv)

[CODEMETA COMPOSITION (cow_csvw)] overriding old http://schema.org/keywords (semantic-web -> csv)

[CODEMETA COMPOSITION (cow_csvw)] overriding old http://schema.org/name (COW -> cow_csvw)

[CODEMETA COMPOSITION (cow_csvw)] overriding old http://schema.org/version (2.0.0 -> 1.21)

[CODEMETA COMPOSITION (cow_csvw)] processed 151 new triples, total is now 176

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/cow -> https://tools.clariah.nl/cow/1.21

[CODEMETA VALIDATION (cow)] done

[CODEMETA ENRICHMENT (cow)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (cow)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (cow)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (cow)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/cow/1.21 #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)

VALIDATION https://tools.clariah.nl/cow/1.21 #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cow/1.21 #3: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cow/1.21 #4: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cow/1.21 #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)

VALIDATION https://tools.clariah.nl/cow/1.21 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/cow.codemeta.json

[harvester info] <-- Finished processing cow (https://github.com/CLARIAH/COW) [Sun Apr  5 03:05:10 UTC 2026]
""" .

<https://tools.clariah.nl/dane-asr-worker/0.1.0> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Multimedia processing" ;
    sdo:applicationSuite "DANE" ;
    sdo:author <https://tools.clariah.nl/stub/H345482cea9350dff> ;
    sdo:codeRepository "https://github.com/CLARIAH/dane-asr-worker" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-7e061d042e44855d> ;
    sdo:dateCreated "2022-02-15"^^sdo:Date ;
    sdo:description "Automatic speech recognition through an external service. Depends on DANE-server" ;
    sdo:funder <https://tools.clariah.nl/stub/H-50a26f5a21694316> ;
    sdo:identifier "dane-asr-worker" ;
    sdo:isPartOf <https://github.com/CLARIAH/DANE-server> ;
    sdo:maintainer <https://orcid.org/0000-0002-5145-3603> ;
    sdo:name "dane-asr-worker" ;
    sdo:programmingLanguage "Python 3" ;
    sdo:review <https://tools.clariah.nl/validation/N57e1d09472b1511ed5254ee5e321fedb> ;
    sdo:runtimePlatform "Python" ;
    sdo:softwareRequirements "Python 3.10" ;
    sdo:version "0.1.0" ;
    codemeta:developmentStatus <https://www.repostatus.org/#wip> ;
    codemeta:issueTracker <https://github.com/CLARIAH/dane-asr-worker/issues> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:05:10 UTC 2026)

[harvester info] --> Processing dane-asr-worker (https://github.com/CLARIAH/dane-asr-worker) [Sun Apr  5 03:05:10 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/dane-asr-worker...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/dane-asr-worker for harvestable resources...

[harvester info] found codemeta.json for dane-asr-worker (md5sum 66a0931eb563b5270c0c9f1e01de7bed); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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] Setting group DANE

[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 "dane-asr-worker" --codeRepository "https://github.com/CLARIAH/dane-asr-worker" --validate /etc/software.ttl --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/dane-asr-worker.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-asr-worker.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.dane-asr-worker.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-asr-worker.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-asr-worker.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.dane-asr-worker.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-asr-worker.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/dane-asr-worker

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-asr-worker.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-asr-worker

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-asr-worker)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.dane-asr-worker.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-asr-worker

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-asr-worker)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> wip)

[CODEMETA CORRECTION (https://tools.clariah.nl/dane-asr-worker)] automatically converting status wip to repostatus URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-asr-worker)] processed 43 new triples, total is now 43

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-asr-worker.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-asr-worker

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-asr-worker)] processed 1 new triples, total is now 44

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/dane-asr-worker -> https://tools.clariah.nl/dane-asr-worker/0.1.0

[CODEMETA VALIDATION (dane-asr-worker)] license not set

[CODEMETA VALIDATION (dane-asr-worker)] done

[CODEMETA ENRICHMENT (dane-asr-worker)] automatically adding runtimePlatform Python derived from programmingLanguage Python

[CODEMETA ENRICHMENT (dane-asr-worker)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/dane-asr-worker/0.1.0 #1: Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-asr-worker/0.1.0 #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-asr-worker/0.1.0 #3: 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/dane-asr-worker/0.1.0 #4: Warning: The producer of the software source code *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-asr-worker/0.1.0 #5: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-asr-worker/0.1.0 #6: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-asr-worker/0.1.0 #7: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-asr-worker/0.1.0 #8: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-asr-worker/0.1.0 #9: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-asr-worker/0.1.0 #10: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/dane-asr-worker.codemeta.json

[harvester info] <-- Finished processing dane-asr-worker (https://github.com/CLARIAH/dane-asr-worker) [Sun Apr  5 03:05:12 UTC 2026]
""" .

<https://tools.clariah.nl/dane-download-worker/0.9.0> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Multimedia processing" ;
    sdo:applicationSuite "DANE" ;
    sdo:author <https://tools.clariah.nl/stub/H-45c7dfaec5db881f> ;
    sdo:codeRepository "https://github.com/CLARIAH/dane-download-worker" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-35f914c3f63a4375> ;
    sdo:dateCreated "2022-02-08"^^sdo:Date ;
    sdo:description "Basic \"DANE worker\" that downloads input data via HTTP(s) URLs for further processing by other DANE workers. Depends on DANE-server" ;
    sdo:funder <https://tools.clariah.nl/stub/H-50a26f5a21694316> ;
    sdo:identifier "dane-download-worker" ;
    sdo:isPartOf <https://github.com/CLARIAH/DANE-server> ;
    sdo:maintainer <https://orcid.org/0000-0002-5145-3603> ;
    sdo:name "dane-download-worker" ;
    sdo:programmingLanguage "Python 3" ;
    sdo:review <https://tools.clariah.nl/validation/Nf4a915cac50df2db764f5177a85a2ca5> ;
    sdo:runtimePlatform "Python" ;
    sdo:softwareRequirements "Python 3.10" ;
    sdo:version "0.9.0" ;
    codemeta:developmentStatus <https://www.repostatus.org/#wip> ;
    codemeta:issueTracker <https://github.com/CLARIAH/dane-download-worker/issues> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:05:12 UTC 2026)

[harvester info] --> Processing dane-download-worker (https://github.com/CLARIAH/dane-download-worker) [Sun Apr  5 03:05:12 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/dane-download-worker...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/dane-download-worker for harvestable resources...

[harvester info] found codemeta.json for dane-download-worker (md5sum 36fe0b5d4c13aa905b266f087474cfa5); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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] Setting group DANE

[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 "dane-download-worker" --codeRepository "https://github.com/CLARIAH/dane-download-worker" --validate /etc/software.ttl --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/dane-download-worker.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-download-worker.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.dane-download-worker.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-download-worker.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-download-worker.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.dane-download-worker.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-download-worker.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/dane-download-worker

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-download-worker.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-download-worker

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-download-worker)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.dane-download-worker.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-download-worker

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-download-worker)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> wip)

[CODEMETA CORRECTION (https://tools.clariah.nl/dane-download-worker)] automatically converting status wip to repostatus URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-download-worker)] processed 43 new triples, total is now 43

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-download-worker.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-download-worker

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-download-worker)] processed 1 new triples, total is now 44

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/dane-download-worker -> https://tools.clariah.nl/dane-download-worker/0.9.0

[CODEMETA VALIDATION (dane-download-worker)] license not set

[CODEMETA VALIDATION (dane-download-worker)] done

[CODEMETA ENRICHMENT (dane-download-worker)] automatically adding runtimePlatform Python derived from programmingLanguage Python

[CODEMETA ENRICHMENT (dane-download-worker)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/dane-download-worker/0.9.0 #1: Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-download-worker/0.9.0 #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-download-worker/0.9.0 #3: 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/dane-download-worker/0.9.0 #4: Warning: The producer of the software source code *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-download-worker/0.9.0 #5: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-download-worker/0.9.0 #6: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-download-worker/0.9.0 #7: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-download-worker/0.9.0 #8: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-download-worker/0.9.0 #9: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-download-worker/0.9.0 #10: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/dane-download-worker.codemeta.json

[harvester info] <-- Finished processing dane-download-worker (https://github.com/CLARIAH/dane-download-worker) [Sun Apr  5 03:05:13 UTC 2026]
""" .

<https://tools.clariah.nl/dane-workflows/0.9.0> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Multimedia processing" ;
    sdo:applicationSuite "DANE" ;
    sdo:author <https://tools.clariah.nl/stub/H-843a48ab843746e> ;
    sdo:codeRepository "https://github.com/beeldengeluid/dane-workflows" ;
    sdo:contributor () ;
    sdo:dateCreated "2022-07-18"^^sdo:Date ;
    sdo:description "Python library for setting up simple data processing workflows (using DANE)" ;
    sdo:funder <https://tools.clariah.nl/stub/H-50a26f5a21694316> ;
    sdo:identifier "dane-workflows" ;
    sdo:maintainer <https://github.com/jblom> ;
    sdo:name "dane-workflows" ;
    sdo:producer <https://tools.clariah.nl/stub/H-4e59a8a6a5dcda31> ;
    sdo:programmingLanguage "Python 3" ;
    sdo:review <https://tools.clariah.nl/validation/N19bde0f22b2557c13b2e45a93a74d125> ;
    sdo:runtimePlatform "Python" ;
    sdo:softwareRequirements "Python 3.10" ;
    sdo:version "0.9.0" ;
    codemeta:developmentStatus <https://www.repostatus.org/#wip> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H4e5c4908fd2d1d8f> ;
    codemeta:issueTracker <https://github.com/beeldengeluid/dane-workflows/issues> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:05:27 UTC 2026)

[harvester info] --> Processing dane-workflows (https://github.com/beeldengeluid/dane-workflows) [Sun Apr  5 03:05:27 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/beeldengeluid/dane-workflows...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/dane-workflows for harvestable resources...

[harvester info] found codemeta.json for dane-workflows (md5sum 6f16875302f72f9714d236959ec6f51b); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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] Setting group DANE

[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 "dane-workflows" --codeRepository "https://github.com/beeldengeluid/dane-workflows" --validate /etc/software.ttl --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/dane-workflows.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-workflows.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.dane-workflows.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-workflows.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-workflows.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.dane-workflows.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-workflows.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/dane-workflows

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-workflows.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-workflows

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-workflows)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.dane-workflows.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-workflows

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-workflows)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> wip)

[CODEMETA CORRECTION (https://tools.clariah.nl/dane-workflows)] automatically converting status wip to repostatus URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-workflows)] processed 29 new triples, total is now 29

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-workflows.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-workflows

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-workflows)] processed 1 new triples, total is now 30

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/dane-workflows -> https://tools.clariah.nl/dane-workflows/0.9.0

[CODEMETA VALIDATION (dane-workflows)] license not set

[CODEMETA VALIDATION (dane-workflows)] done

[CODEMETA ENRICHMENT (dane-workflows)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (dane-workflows)] automatically adding runtimePlatform Python derived from programmingLanguage Python

[CODEMETA ENRICHMENT (dane-workflows)] considering first author as maintainer

[CODEMETA ENRICHMENT (dane-workflows)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/dane-workflows/0.9.0 #1: Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-workflows/0.9.0 #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-workflows/0.9.0 #3: 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/dane-workflows/0.9.0 #4: Warning: All contributors *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/dane-workflows/0.9.0 #5: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-workflows/0.9.0 #6: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-workflows/0.9.0 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-workflows/0.9.0 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-workflows/0.9.0 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/dane-workflows.codemeta.json

[harvester info] <-- Finished processing dane-workflows (https://github.com/beeldengeluid/dane-workflows) [Sun Apr  5 03:05:28 UTC 2026]
""" .

<https://tools.clariah.nl/dataset-register/snapshot> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/discovering> ;
    sdo:applicationSuite "Netwerk Digitaal Erfgoed (NDE)" ;
    sdo:author <https://tools.clariah.nl/stub/H-2346f30c8146cc7> ;
    sdo:codeRepository "https://github.com/netwerk-digitaal-erfgoed/dataset-register" ;
    sdo:contributor <https://tools.clariah.nl/stub/H6d4bb3115be286d5> ;
    sdo:dateCreated "2020-12-14T21:59:30Z+0100"^^sdo:Date ;
    sdo:description "Live index of heritage datasets" ;
    sdo:funding <https://tools.clariah.nl/stub/H2d94858d24500763> ;
    sdo:identifier "dataset-register" ;
    sdo:keywords "datasets",
        "nde" ;
    sdo:license <http://spdx.org/licenses/EUPL-1.2> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H4edd16526cceb78c> ;
    sdo:name "Dataset Register" ;
    sdo:producer <https://tools.clariah.nl/stub/H-21dad8fa3ad94ee3> ;
    sdo:programmingLanguage "TypeScript" ;
    sdo:review <https://tools.clariah.nl/validation/N74ae7ac89755eba74501bf8e375b007e> ;
    sdo:runtimePlatform "node >=16" ;
    sdo:softwareHelp <https://datasetregister.netwerkdigitaalerfgoed.nl/?lang=en> ;
    sdo:url "https://github.com/netwerk-digitaal-erfgoed/dataset-register.git" ;
    codemeta:continuousIntegration <https://github.com/netwerk-digitaal-erfgoed/dataset-register/actions> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level9Proven>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://datasetregister.netwerkdigitaalerfgoed.nl/api> ;
    codemeta:issueTracker <https://github.com/netwerk-digitaal-erfgoed/dataset-register/issues> ;
    codemeta:readme <https://github.com/netwerk-digitaal-erfgoed/dataset-register#readme> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:05:42 UTC 2026)

[harvester info] --> Processing dataset-register (https://github.com/netwerk-digitaal-erfgoed/dataset-register) [Sun Apr  5 03:05:42 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/netwerk-digitaal-erfgoed/dataset-register...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/dataset-register for harvestable resources...

[harvester info] found codemeta.json for dataset-register (md5sum 45b33391548542d94b18924bfdc83528); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#wip

[harvester info] Setting group Netwerk Digitaal Erfgoed (NDE)

[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 "dataset-register" --codeRepository "https://github.com/netwerk-digitaal-erfgoed/dataset-register" --validate /etc/software.ttl --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/dataset-register.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.dataset-register.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.dataset-register.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dataset-register.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.dataset-register.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.dataset-register.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dataset-register.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/dataset-register

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.dataset-register.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dataset-register

[CODEMETA COMPOSITION (https://tools.clariah.nl/dataset-register)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.dataset-register.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/dataset-register

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (https://tools.clariah.nl/dataset-register)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#wip -> https://www.repostatus.org/#active)

[CODEMETA CORRECTION (https://tools.clariah.nl/dataset-register)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (https://tools.clariah.nl/dataset-register)] processed 49 new triples, total is now 49

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dataset-register.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dataset-register

[CODEMETA COMPOSITION (https://tools.clariah.nl/dataset-register)] processed 1 new triples, total is now 50

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/dataset-register -> https://tools.clariah.nl/dataset-register/snapshot

[CODEMETA VALIDATION (dataset-register)] done

[CODEMETA ENRICHMENT (dataset-register)] adding author https://tools.clariah.nl/stub/H-aeabe38aee14bcc as contributor

[CODEMETA ENRICHMENT (dataset-register)] adding author https://tools.clariah.nl/stub/H-1b3bf0f7d213a228 as contributor

[CODEMETA ENRICHMENT (dataset-register)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/dataset-register/snapshot #1: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dataset-register/snapshot #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dataset-register/snapshot #3: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/dataset-register.codemeta.json

[harvester info] <-- Finished processing dataset-register (https://github.com/netwerk-digitaal-erfgoed/dataset-register) [Sun Apr  5 03:05:44 UTC 2026]
""" .

<https://tools.clariah.nl/deepfrog/0.2.1> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "['science', 'text-processing']" ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/deepfrog/" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2020-02-08T12:37:19Z+0100"^^sdo:Date ;
    sdo:dateModified "2021-04-11T15:29:58Z+0200"^^sdo:Date ;
    sdo:description "A deep learning NLP suite (PoS,lemmatiser,NER) with FoLiA XML support" ;
    sdo:downloadUrl "https://github.com/proycon/deepfrog//archive/refs/tags/v0.2.1.zip" ;
    sdo:identifier "deepfrog" ;
    sdo:keywords "annotation",
        "linguistics",
        "nlp",
        "text-processing",
        "xml" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-or-later> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "deepfrog" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Rust" ;
    sdo:releaseNotes "https://github.com/proycon/deepfrog//releases/tag/v0.2.1" ;
    sdo:review <https://tools.clariah.nl/validation/Ndc4e2ce5ac9b26a13e84b1d827ff313d> ;
    sdo:softwareHelp "https://docs.rs/deepfrog" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/clap-2-33-0>,
        <https://tools.clariah.nl/dependency/folia-0-0-5>,
        <https://tools.clariah.nl/dependency/rust-bert-0-9-0>,
        <https://tools.clariah.nl/dependency/serde-1-0-106>,
        <https://tools.clariah.nl/dependency/serde-derive-1-0-106>,
        <https://tools.clariah.nl/dependency/serde-json-1-0-52>,
        <https://tools.clariah.nl/dependency/serde-yaml-0-8-11>,
        <https://tools.clariah.nl/dependency/thiserror-1-0-20> ;
    sdo:url "https://github.com/proycon/deepfrog" ;
    sdo:version "0.2.1" ;
    owl:sameAs <https://tools.clariah.nl/cargo.toml/0.2.1>,
        <https://tools.clariah.nl/deepfrog.contributors/snapshot>,
        <https://tools.clariah.nl/deepfrog.topcontributor/snapshot>,
        <https://tools.clariah.nl/deepfrog/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#suspended> ;
    codemeta:issueTracker <https://github.com/proycon/deepfrog/issues> ;
    codemeta:readme <https://github.com/proycon/deepfrog//blob/v0.2.1//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:05:44 UTC 2026)

[harvester info] --> Processing deepfrog (https://github.com/proycon/deepfrog/) [Sun Apr  5 03:05:44 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/deepfrog/...

[harvester info] Found release v0.2.1

[harvester info] Using 'v0.2.1'

[harvester info] Git reference: v0.2.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/deepfrog for harvestable resources...

[harvester info] found Cargo.toml (rust) for deepfrog, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2020-02-08T12:37:19Z+0100, date modified: 2021-04-11T15:29:58Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/proycon/deepfrog/)

[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] Mapping repostatus https://www.repostatus.org/#wip to trl:Stage3Experimental

[harvester info] Looking for repostatus information in README.md...

[harvester info] Found repostatus https://www.repostatus.org/#wip

[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 (v0.2.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/#suspended

[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 "deepfrog" --codeRepository "https://github.com/proycon/deepfrog/" --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/deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/23-rust.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-trl.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.deepfrog.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.deepfrog.codemeta.json 

-- begin log --

Passed 13 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/23-rust.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-trl.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.deepfrog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.deepfrog.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/deepfrog

Processing source #1 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.deepfrog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 1 new triples, total is now 2

Processing source #2 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.deepfrog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 1 new triples, total is now 3

Processing source #3 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.deepfrog.codemeta.json

    Found main resource with URI https://tools.clariah.nl/deepfrog.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 8 new triples, total is now 10

Processing source #4 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.deepfrog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 2 new triples, total is now 12

Processing source #5 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.deepfrog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 1 new triples, total is now 13

Processing source #6 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.deepfrog.codemeta.json

    Found main resource with URI https://tools.clariah.nl/deepfrog/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-4254790f5ff50db3 -> https://tools.clariah.nl/stub/H-61fd520fc6cfd07e)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 28 new triples, total is now 35

Processing source #7 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.deepfrog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/dateCreated (2020-02-12T12:28:13Z -> 2020-02-08T12:37:19Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/dateModified (2023-03-24T23:53:13Z -> 2021-04-11T15:29:58Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 2 new triples, total is now 35

Processing source #8 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.deepfrog.codemeta.json

    Found main resource with URI https://tools.clariah.nl/deepfrog.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 8 new triples, total is now 36

Processing source #9 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.deepfrog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/deepfrog)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 1 new triples, total is now 36

Processing source #10 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/23-rust.deepfrog.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cargo.toml/0.2.1

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-61fd520fc6cfd07e -> https://tools.clariah.nl/stub/H-4254790f5ff50db3)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/description (An NLP-suite powered by deep learning -> A deep learning NLP suite (PoS,lemmatiser,NER) with FoLiA XML support)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/keywords (folia -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/keywords (deep-learning -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/keywords (frog -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/keywords (transformers -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/keywords (dutch -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/keywords (deep-neural-networks -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> http://spdx.org/licenses/GPL-3.0-or-later)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old http://schema.org/version (v0.2.1 -> 0.2.1)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 63 new triples, total is now 79

Processing source #11 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-trl.deepfrog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 1 new triples, total is now 80

Processing source #12 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.deepfrog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 1 new triples, total is now 80

Processing source #13 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.deepfrog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/deepfrog

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#wip -> https://www.repostatus.org/#suspended)

[CODEMETA COMPOSITION (https://tools.clariah.nl/deepfrog)] processed 1 new triples, total is now 80

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/deepfrog -> https://tools.clariah.nl/deepfrog/0.2.1

[CODEMETA VALIDATION (deepfrog)] done

[CODEMETA ENRICHMENT (deepfrog)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/deepfrog/0.2.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)

VALIDATION https://tools.clariah.nl/deepfrog/0.2.1 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/deepfrog/0.2.1 #3: Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/deepfrog/0.2.1 #4: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/deepfrog/0.2.1 #5: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/deepfrog/0.2.1 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/deepfrog/0.2.1 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/deepfrog.codemeta.json

[harvester info] <-- Finished processing deepfrog (https://github.com/proycon/deepfrog/) [Sun Apr  5 03:05:57 UTC 2026]
""" .

<https://tools.clariah.nl/dexter/v0.15.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-51ad2ddc7eaa4920> ;
    sdo:codeRepository "https://github.com/knaw-huc/dexter" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-5faf34caa722f9f4> ;
    sdo:dateCreated "2022-07-19T09:05:41Z+0200"^^sdo:Date ;
    sdo:dateModified "2024-05-22T11:15:55Z+0200"^^sdo:Date ;
    sdo:description "Collect, organize and annotate sources from external digital collections and physical, non-digitized collections in user defined corpora." ;
    sdo:downloadUrl "https://github.com/knaw-huc/dexter/archive/refs/tags/v0.15.0.zip" ;
    sdo:identifier "dexter" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/baslee> ;
    sdo:name "Dexter" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:releaseNotes "https://github.com/knaw-huc/dexter/releases/tag/v0.15.0" ;
    sdo:review <https://tools.clariah.nl/validation/Nc6c54a83b03f901a04e7267074ed5358> ;
    sdo:version "v0.15.0" ;
    owl:sameAs <https://tools.clariah.nl/dexter.contributors/snapshot>,
        <https://tools.clariah.nl/dexter.topcontributor/snapshot>,
        <https://tools.clariah.nl/dexter/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:issueTracker <https://github.com/knaw-huc/Dexter/issues> ;
    codemeta:readme <https://github.com/knaw-huc/dexter/blob/v0.15.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:05:57 UTC 2026)

[harvester info] --> Processing dexter (https://github.com/knaw-huc/dexter) [Sun Apr  5 03:05:57 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/dexter...

[harvester info] Found release v0.15.0

[harvester info] Using 'v0.15.0'

[harvester info] Git reference: v0.15.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/dexter for harvestable resources...

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor BasLee <basleenknegt@gmail.com> 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: 2022-07-19T09:05:41Z+0200, date modified: 2024-05-22T11:15:55Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/dexter)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v0.15.0) 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] 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 "dexter" --codeRepository "https://github.com/knaw-huc/dexter" --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/dexter.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.dexter.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.dexter.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.dexter.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.dexter.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.dexter.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.dexter.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.dexter.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.dexter.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.dexter.codemeta.json 

-- begin log --

Passed 9 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.dexter.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.dexter.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.dexter.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.dexter.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.dexter.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.dexter.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.dexter.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.dexter.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.dexter.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/dexter

Processing source #1 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.dexter.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dexter

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] processed 1 new triples, total is now 2

Processing source #2 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.dexter.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dexter

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] processed 1 new triples, total is now 3

Processing source #3 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.dexter.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dexter.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dexter

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] processed 8 new triples, total is now 10

Processing source #4 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.dexter.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dexter

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] processed 2 new triples, total is now 12

Processing source #5 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.dexter.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dexter

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] processed 1 new triples, total is now 13

Processing source #6 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.dexter.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dexter/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dexter

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] processed 13 new triples, total is now 25

Processing source #7 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.dexter.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dexter

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] overriding old http://schema.org/dateCreated (2022-07-19T07:05:41Z -> 2022-07-19T09:05:41Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] overriding old http://schema.org/dateModified (2026-01-27T11:51:22Z -> 2024-05-22T11:15:55Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] processed 2 new triples, total is now 25

Processing source #8 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.dexter.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dexter.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dexter

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] processed 26 new triples, total is now 46

Processing source #9 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.dexter.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dexter

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/dexter)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/dexter)] processed 1 new triples, total is now 46

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/dexter -> https://tools.clariah.nl/dexter/v0.15.0

[CODEMETA VALIDATION (dexter)] done

[CODEMETA ENRICHMENT (dexter)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/dexter/v0.15.0 #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)

VALIDATION https://tools.clariah.nl/dexter/v0.15.0 #2: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dexter/v0.15.0 #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dexter/v0.15.0 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dexter/v0.15.0 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dexter/v0.15.0 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dexter/v0.15.0 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dexter/v0.15.0 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dexter/v0.15.0 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/dexter.codemeta.json

[harvester info] <-- Finished processing dexter (https://github.com/knaw-huc/dexter) [Sun Apr  5 03:06:08 UTC 2026]
""" .

<https://tools.clariah.nl/dutchframenetlexicon/snapshot> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-60efeefe4727949e> ;
    sdo:codeRepository "https://github.com/cltl/Dutch_FrameNet_Lexicon" ;
    sdo:contributor <https://tools.clariah.nl/stub/H728d3d462def90f5> ;
    sdo:dateCreated "2019-04-29T10:14:29Z+0200"^^sdo:Date ;
    sdo:dateModified "2020-07-08T09:32:55Z+0200"^^sdo:Date ;
    sdo:identifier "dutchframenetlexicon" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/martenpostma> ;
    sdo:name "Dutch_FrameNet_Lexicon" ;
    sdo:producer <https://tools.clariah.nl/org/computational-linguistics-and-text-mining-lab> ;
    sdo:review <https://tools.clariah.nl/validation/N9a0a35c7de1eb0bddd9361f27b4eea9a> ;
    owl:sameAs <https://tools.clariah.nl/dutch_framenet_lexicon/snapshot>,
        <https://tools.clariah.nl/dutchframenetlexicon.contributors/snapshot>,
        <https://tools.clariah.nl/dutchframenetlexicon.topcontributor/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#suspended> ;
    codemeta:issueTracker <https://github.com/cltl/Dutch_FrameNet_Lexicon/issues> ;
    codemeta:readme <https://github.com/cltl/Dutch_FrameNet_Lexicon/blob/master//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:06:18 UTC 2026)

[harvester info] --> Processing dutchframenetlexicon (https://github.com/cltl/Dutch_FrameNet_Lexicon) [Sun Apr  5 03:06:18 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/cltl/Dutch_FrameNet_Lexicon...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/dutchframenetlexicon for harvestable resources...

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor MartenPostma <martenp@gmail.com> 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: 2019-04-29T10:14:29Z+0200, date modified: 2020-07-08T09:32:55Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/cltl/Dutch_FrameNet_Lexicon)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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/#suspended

[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 "dutchframenetlexicon" --codeRepository "https://github.com/cltl/Dutch_FrameNet_Lexicon" --validate /etc/software.ttl --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/dutchframenetlexicon.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.dutchframenetlexicon.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.dutchframenetlexicon.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.dutchframenetlexicon.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.dutchframenetlexicon.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.dutchframenetlexicon.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.dutchframenetlexicon.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.dutchframenetlexicon.codemeta.json 

-- begin log --

Passed 7 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.dutchframenetlexicon.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.dutchframenetlexicon.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.dutchframenetlexicon.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.dutchframenetlexicon.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.dutchframenetlexicon.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.dutchframenetlexicon.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.dutchframenetlexicon.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/dutchframenetlexicon

Processing source #1 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.dutchframenetlexicon.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dutchframenetlexicon

[CODEMETA COMPOSITION (https://tools.clariah.nl/dutchframenetlexicon)] processed 1 new triples, total is now 2

Processing source #2 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.dutchframenetlexicon.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dutchframenetlexicon.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dutchframenetlexicon

[CODEMETA COMPOSITION (https://tools.clariah.nl/dutchframenetlexicon)] processed 8 new triples, total is now 9

Processing source #3 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.dutchframenetlexicon.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dutchframenetlexicon

[CODEMETA COMPOSITION (https://tools.clariah.nl/dutchframenetlexicon)] processed 1 new triples, total is now 10

Processing source #4 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.dutchframenetlexicon.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dutch_framenet_lexicon/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dutchframenetlexicon

[CODEMETA COMPOSITION (https://tools.clariah.nl/dutchframenetlexicon)] processed 13 new triples, total is now 22

Processing source #5 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.dutchframenetlexicon.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dutchframenetlexicon

[CODEMETA COMPOSITION (https://tools.clariah.nl/dutchframenetlexicon)] overriding old http://schema.org/dateCreated (2019-04-29T08:13:23Z -> 2019-04-29T10:14:29Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/dutchframenetlexicon)] overriding old http://schema.org/dateModified (2020-07-08T07:33:00Z -> 2020-07-08T09:32:55Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/dutchframenetlexicon)] processed 2 new triples, total is now 22

Processing source #6 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.dutchframenetlexicon.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dutchframenetlexicon.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dutchframenetlexicon

[CODEMETA COMPOSITION (https://tools.clariah.nl/dutchframenetlexicon)] processed 20 new triples, total is now 37

Processing source #7 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.dutchframenetlexicon.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dutchframenetlexicon

[CODEMETA COMPOSITION (https://tools.clariah.nl/dutchframenetlexicon)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/dutchframenetlexicon)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/dutchframenetlexicon)] processed 1 new triples, total is now 37

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/dutchframenetlexicon -> https://tools.clariah.nl/dutchframenetlexicon/snapshot

[CODEMETA VALIDATION (dutchframenetlexicon)] done

[CODEMETA ENRICHMENT (dutchframenetlexicon)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/dutchframenetlexicon/snapshot #1: Violation: Software source code *MUST* have one (short) description. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dutchframenetlexicon/snapshot #2: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dutchframenetlexicon/snapshot #3: 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/dutchframenetlexicon/snapshot #4: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dutchframenetlexicon/snapshot #5: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dutchframenetlexicon/snapshot #6: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dutchframenetlexicon/snapshot #7: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dutchframenetlexicon/snapshot #8: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dutchframenetlexicon/snapshot #9: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dutchframenetlexicon/snapshot #10: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dutchframenetlexicon/snapshot #11: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/dutchframenetlexicon.codemeta.json

[harvester info] <-- Finished processing dutchframenetlexicon (https://github.com/cltl/Dutch_FrameNet_Lexicon) [Sun Apr  5 03:06:29 UTC 2026]
""" .

<https://tools.clariah.nl/folia-rust/0.0.6> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "['science', 'text-processing']" ;
    sdo:applicationSuite "FoLiA" ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/folia-rust" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2019-06-08T21:34:53Z+0200"^^sdo:Date ;
    sdo:dateModified "2020-11-16T14:24:33Z+0100"^^sdo:Date ;
    sdo:description "High-performance library for handling the FoLiA XML format (Format for Linguistic Annotation)" ;
    sdo:downloadUrl "https://github.com/proycon/folia-rust/archive/refs/tags/v0.0.6.zip" ;
    sdo:identifier "folia-rust" ;
    sdo:keywords "annotation",
        "linguistics",
        "nlp",
        "text-processing",
        "xml" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-or-later> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "folia" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Rust" ;
    sdo:releaseNotes "https://github.com/proycon/folia-rust/releases/tag/v0.0.6" ;
    sdo:review <https://tools.clariah.nl/validation/Nd12c833cc61b43a0755af3cb6d5f9e33> ;
    sdo:softwareHelp "https://docs.rs/folia" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/chrono-0-4-13>,
        <https://tools.clariah.nl/dependency/clap-2-33-0>,
        <https://tools.clariah.nl/dependency/hex-0-4-2>,
        <https://tools.clariah.nl/dependency/libc-0-2-62>,
        <https://tools.clariah.nl/dependency/matches-0-1-8>,
        <https://tools.clariah.nl/dependency/quick-xml-0-18-1>,
        <https://tools.clariah.nl/dependency/rand-0-7-3>,
        <https://tools.clariah.nl/dependency/serde-1-0-110>,
        <https://tools.clariah.nl/dependency/serde-derive-1-0-110>,
        <https://tools.clariah.nl/dependency/strum-0-16-0>,
        <https://tools.clariah.nl/dependency/strum-macros-0-16-0> ;
    sdo:url "https://proycon.github.io/folia" ;
    sdo:version "0.0.6" ;
    owl:sameAs <https://tools.clariah.nl/cargo.toml/0.0.6>,
        <https://tools.clariah.nl/folia-rust.contributors/snapshot>,
        <https://tools.clariah.nl/folia-rust.topcontributor/snapshot>,
        <https://tools.clariah.nl/folia-rust/snapshot> ;
    codemeta:continuousIntegration <https://travis-ci.com/proycon/folia> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-a61269b651e25f9> ;
    codemeta:issueTracker <https://github.com/proycon/folia-rust/issues> ;
    codemeta:readme <https://tools.clariah.nl/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:07:04 UTC 2026)

[harvester info] --> Processing folia-rust (https://github.com/proycon/folia-rust) [Sun Apr  5 03:07:04 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/folia-rust...

[harvester info] Found release v0.0.6

[harvester info] Using 'v0.0.6'

[harvester info] Git reference: v0.0.6

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/folia-rust for harvestable resources...

[harvester info] found Cargo.toml (rust) for folia-rust, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2019-06-08T21:34:53Z+0200, date modified: 2020-11-16T14:24:33Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/proycon/folia-rust)

[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] Found CI https://travis-ci.com/proycon/folia

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from https://docs.rs/folia/

[harvester info] Found documentation at https://docs.rs/folia/ : "name": "folia - Rust",

[harvester info] Scraping title from https://folia.readthedocs.io/en/latest/implementations.html

[harvester info] Found documentation at https://folia.readthedocs.io/en/latest/implementations.html : "name": "Implementations — FoLiA: Format for Linguistic Annotation v2.0 (rev 9.0) documentation",

[harvester info] Falling back to git tag (v0.0.6) 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/#inactive

[harvester info] Setting group FoLiA

[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 "folia-rust" --codeRepository "https://github.com/proycon/folia-rust" --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/folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/23-rust.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-ci.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.folia-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.folia-rust.codemeta.json 

-- begin log --

Passed 15 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/23-rust.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-ci.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.folia-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.folia-rust.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/folia-rust

Processing source #1 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 1 new triples, total is now 2

Processing source #2 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 1 new triples, total is now 3

Processing source #3 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.folia-rust.codemeta.json

    Found main resource with URI https://tools.clariah.nl/folia-rust.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 8 new triples, total is now 10

Processing source #4 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 8 new triples, total is now 18

Processing source #5 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 2 new triples, total is now 20

Processing source #6 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 1 new triples, total is now 21

Processing source #7 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.folia-rust.codemeta.json

    Found main resource with URI https://tools.clariah.nl/folia-rust/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-4f054e1e7e6b628f -> https://tools.clariah.nl/stub/H-3338f903d92a3af0)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 24 new triples, total is now 39

Processing source #8 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/dateCreated (2019-06-08T19:36:18Z -> 2019-06-08T21:34:53Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/dateModified (2022-09-13T13:28:28Z -> 2020-11-16T14:24:33Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 2 new triples, total is now 39

Processing source #9 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.folia-rust.codemeta.json

    Found main resource with URI https://tools.clariah.nl/folia-rust.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 8 new triples, total is now 40

Processing source #10 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/folia-rust)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 1 new triples, total is now 40

Processing source #11 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/23-rust.folia-rust.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cargo.toml/0.0.6

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-3338f903d92a3af0 -> https://tools.clariah.nl/stub/H-4f054e1e7e6b628f)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/description (FoLiA library for rust (alpha) -> High-performance library for handling the FoLiA XML format (Format for Linguistic Annotation))

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/keywords (folia -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/keywords (rust -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> http://spdx.org/licenses/GPL-3.0-or-later)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/name (folia-rust -> folia)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old https://codemeta.github.io/terms/readme (https://github.com/proycon/folia-rust/blob/v0.0.6//README.md -> https://tools.clariah.nl/README.md)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/softwareHelp (https://docs.rs/folia/ -> https://docs.rs/folia)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/softwareHelp (https://folia.readthedocs.io/en/latest/implementations.html -> https://docs.rs/folia)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old http://schema.org/version (v0.0.6 -> 0.0.6)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 79 new triples, total is now 100

Processing source #12 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-ci.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 1 new triples, total is now 101

Processing source #13 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 1 new triples, total is now 101

Processing source #14 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#inactive)

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 1 new triples, total is now 101

Processing source #15 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.folia-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/folia-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/folia-rust)] processed 1 new triples, total is now 102

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/folia-rust -> https://tools.clariah.nl/folia-rust/0.0.6

[CODEMETA VALIDATION (folia-rust)] done

[CODEMETA ENRICHMENT (folia-rust)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (folia-rust)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/folia-rust/0.0.6 #1: Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/folia-rust/0.0.6 #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/folia-rust/0.0.6 #3: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/folia-rust/0.0.6 #4: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/folia-rust/0.0.6 #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)

VALIDATION https://tools.clariah.nl/folia-rust/0.0.6 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/folia-rust.codemeta.json

[harvester info] <-- Finished processing folia-rust (https://github.com/proycon/folia-rust) [Sun Apr  5 03:07:18 UTC 2026]
""" .

<https://tools.clariah.nl/foliapy/2.5.12> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology>,
        <https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora> ;
    sdo:applicationSuite "FoLiA" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/foliapy" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-20d6449580751614> ;
    sdo:dateCreated "2010-05-27T19:17:40Z+0000"^^sdo:Date ;
    sdo:dateModified "2024-10-11T18:28:11Z+0200"^^sdo:Date ;
    sdo:description "An extensive library for processing FoLiA documents. FoLiA stands for Format for Linguistic Annotation and is a very rich XML-based format used by various Natural Language Processing tools." ;
    sdo:downloadUrl "https://github.com/proycon/foliapy/archive/refs/tags/v2.5.12.zip" ;
    sdo:identifier "foliapy" ;
    sdo:keywords "annotation",
        "computational linguistics",
        "folia",
        "format",
        "nlp",
        "xml" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "FoLiApy" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/foliapy/releases/tag/v2.5.12" ;
    sdo:review <https://tools.clariah.nl/validation/N1f434ee4802bff2435c3ef08a5600d12> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareHelp <http://foliapy.readthedocs.io/en/latest/?badge=latest>,
        <https://foliapy.readthedocs.io/en/latest/> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/lxml-ge-2-2>,
        <https://tools.clariah.nl/dependency/rdflib>,
        <https://tools.clariah.nl/dependency/requests> ;
    sdo:url "https://github.com/proycon/foliapy" ;
    sdo:version "2.5.12" ;
    owl:sameAs <https://tools.clariah.nl/authors/snapshot>,
        <https://tools.clariah.nl/folia/2.5.12>,
        <https://tools.clariah.nl/foliapy.contributors/snapshot>,
        <https://tools.clariah.nl/foliapy.topcontributor/snapshot>,
        <https://tools.clariah.nl/foliapy/snapshot> ;
    codemeta:continuousIntegration <https://github.com/proycon/foliapy/actions/workflows/foliapy.yml> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level9Proven>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-16d15bd59b2ea757> ;
    codemeta:issueTracker <https://github.com/proycon/foliapy/issues> ;
    codemeta:readme <https://github.com/proycon/foliapy/blob/v2.5.12//README.rst> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:07:34 UTC 2026)

[harvester info] --> Processing foliapy (https://github.com/proycon/foliapy) [Sun Apr  5 03:07:34 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/foliapy...

[harvester info] Found release v2.5.12

[harvester info] Using 'v2.5.12'

[harvester info] Git reference: v2.5.12

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/foliapy for harvestable resources...

[harvester info] found codemeta-harvest.json for foliapy (md5sum f8c2b03ebb3657288a8cbbb92f2ff776); values in here take precendence over (override) those in later detection stages

[harvester info] found python setup for foliapy, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[harvester info] Parsing AUTHORS...

[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: 2010-05-27T19:17:40Z+0000, date modified: 2024-10-11T18:28:11Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/proycon/foliapy)

[harvester info] Adding URL for found README: README.rst

[harvester info] Found releaseNotes

[harvester info] Querying Zenodo API for DOI (access token provided)...

[harvester info] Found DOI https://doi.org/10.5281/zenodo.13921221

[harvester info] Converting README.rst to README.md

[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] Found CI https://github.com/proycon/foliapy/actions/workflows/foliapy.yml

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from http://foliapy.readthedocs.io/en/latest/?badge=latest

[harvester info] Found documentation at http://foliapy.readthedocs.io/en/latest/?badge=latest : "name": "FoLiA Python Library — FoLiA Python Library v2.5.11, FoLiA v2.5.3 documentation",

[harvester info] Scraping title from https://foliapy.readthedocs.io/en/latest/

[harvester info] Found documentation at https://foliapy.readthedocs.io/en/latest/ : "name": "FoLiA Python Library — FoLiA Python Library v2.5.11, FoLiA v2.5.3 documentation",

[harvester info] Falling back to git tag (v2.5.12) 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.rst in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#active

[harvester info] Setting group FoLiA

[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 "foliapy" --codeRepository "https://github.com/proycon/foliapy" --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/foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/31-authors.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-ci.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.foliapy.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliapy.codemeta.json 

-- begin log --

Passed 18 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/31-authors.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-ci.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.foliapy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliapy.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/foliapy

Processing source #1 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 1 new triples, total is now 2

Processing source #2 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 1 new triples, total is now 3

Processing source #3 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.foliapy.codemeta.json

    Found main resource with URI https://tools.clariah.nl/foliapy.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 8 new triples, total is now 10

Processing source #4 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 8 new triples, total is now 18

Processing source #5 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 2 new triples, total is now 20

Processing source #6 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 1 new triples, total is now 21

Processing source #7 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.foliapy.codemeta.json

    Found main resource with URI https://tools.clariah.nl/foliapy/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H576e79b15b36561b -> https://tools.clariah.nl/stub/H3069283217e523d0)

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 29 new triples, total is now 44

Processing source #8 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] overriding old http://schema.org/dateCreated (2018-09-06T12:45:23Z -> 2010-05-27T19:17:40Z+0000)

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] overriding old http://schema.org/dateModified (2024-11-18T12:18:53Z -> 2024-10-11T18:28:11Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 2 new triples, total is now 44

Processing source #9 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.foliapy.codemeta.json

    Found main resource with URI https://tools.clariah.nl/foliapy.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 56 new triples, total is now 95

Processing source #10 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/31-authors.foliapy.codemeta.json

    Found main resource with URI https://tools.clariah.nl/authors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H3069283217e523d0 -> https://tools.clariah.nl/stub/H-6457091b87697627)

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 8 new triples, total is now 101

Processing source #11 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/foliapy)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 1 new triples, total is now 101

Processing source #12 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.foliapy.codemeta.json

    Found main resource with URI https://tools.clariah.nl/folia/2.5.12

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-6457091b87697627 -> https://tools.clariah.nl/stub/H576e79b15b36561b)

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/description (An extensive Python library for dealing with FoLiA (Format for Linguistic Annotation) documents, a rich XML-based format for linguistic annotation finding application in Natural Language Processing (NLP). This library was formerly part of PyNLPl. -> An extensive library for processing FoLiA documents. FoLiA stands for Format for Linguistic Annotation and is a very rich XML-based format used by various Natural Language Processing tools.)

[CODEMETA COMPOSITION (folia)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/keywords (clariah -> annotation)

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/keywords (computational-linguistics -> annotation)

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/keywords (clarin -> annotation)

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/keywords (pynlpl -> annotation)

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/name (foliapy -> FoLiA)

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/url (https://proycon.github.io/folia -> https://github.com/proycon/foliapy)

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/version (v2.5.12 -> 2.5.12)

[CODEMETA COMPOSITION (folia)] processed 64 new triples, total is now 142

Processing source #13 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-ci.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (folia)] processed 1 new triples, total is now 143

Processing source #14 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (folia)] processed 1 new triples, total is now 143

Processing source #15 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/name (FoLiA -> FoLiApy)

[CODEMETA COMPOSITION (folia)] overriding old https://codemeta.github.io/terms/developmentStatus (https://w3id.org/research-technology-readiness-levels#Level8Complete -> https://w3id.org/research-technology-readiness-levels#Level9Proven)

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/applicationCategory (Text Processing > Linguistic -> https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology)

[CODEMETA COMPOSITION (folia)] processed 6 new triples, total is now 145

Processing source #16 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (folia)] processed 1 new triples, total is now 145

Processing source #17 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (folia)] overriding old http://schema.org/identifier (folia -> )

[CODEMETA COMPOSITION (folia)] processed 5 new triples, total is now 149

Processing source #18 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliapy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliapy

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliapy)] processed 1 new triples, total is now 150

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/foliapy -> https://tools.clariah.nl/foliapy/2.5.12

[CODEMETA VALIDATION (foliapy)] done

[CODEMETA ENRICHMENT (foliapy)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (foliapy)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliapy)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/foliapy/2.5.12 #1: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/foliapy/2.5.12 #2: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/foliapy.codemeta.json

[harvester info] <-- Finished processing foliapy (https://github.com/proycon/foliapy) [Sun Apr  5 03:07:52 UTC 2026]
""" .

<https://tools.clariah.nl/foliatools/2.5.9> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology>,
        <https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora> ;
    sdo:applicationSuite "FoLiA" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/foliatools" ;
    sdo:contributor <https://tools.clariah.nl/stub/H0c09e73af915f22c> ;
    sdo:dateCreated "2011-01-14T12:22:40Z+0000"^^sdo:Date ;
    sdo:dateModified "2025-05-08T14:37:16Z+0200"^^sdo:Date ;
    sdo:description "FoLiA-tools contains various Python-based command line tools for working with FoLiA XML (Format for Linguistic Annotation)" ;
    sdo:downloadUrl "https://github.com/proycon/foliatools/archive/refs/tags/v2.5.9.zip" ;
    sdo:identifier "foliatools" ;
    sdo:keywords "annotation",
        "computational linguistics",
        "folia",
        "nlp",
        "search" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "FoLiA tools" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/foliatools/releases/tag/v2.5.9" ;
    sdo:review <https://tools.clariah.nl/validation/N03fb225e3d1e823f3a3af5d687f845d2> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.10",
        "Python 3.11",
        "Python 3.6",
        "Python 3.7",
        "Python 3.8",
        "Python 3.9" ;
    sdo:softwareHelp <https://folia.readthedocs.io/en/latest/form.html> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/conllu>,
        <https://tools.clariah.nl/dependency/docutils>,
        <https://tools.clariah.nl/dependency/folia-ge-2-5-9>,
        <https://tools.clariah.nl/dependency/langid>,
        <https://tools.clariah.nl/dependency/lxml-ge-2-2>,
        <https://tools.clariah.nl/dependency/pyyaml>,
        <https://tools.clariah.nl/dependency/requests>,
        <https://tools.clariah.nl/dependency/stam-ge-0-4-0> ;
    sdo:url "https://proycon.github.io/folia" ;
    sdo:version "2.5.9" ;
    owl:sameAs <https://tools.clariah.nl/folia-tools/2.5.9>,
        <https://tools.clariah.nl/foliatools.contributors/snapshot>,
        <https://tools.clariah.nl/foliatools.topcontributor/snapshot>,
        <https://tools.clariah.nl/foliatools/snapshot> ;
    codemeta:continuousIntegration <https://github.com/proycon/foliatools/actions/workflows/foliatools.yml> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level9Proven>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/alpino2folia/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/conllu2folia/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/dcoi2folia/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/folia2annotatedtxt/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/folia2columns/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/folia2dcoi/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/folia2html/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/folia2rst/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/folia2salt/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/folia2stam/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/folia2txt/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliabench/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliacat/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliacorrect/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliacount/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliaerase/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliaeval/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliafreqlist/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliaid/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/folialangid/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliamerge/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliaquery/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliaquery1/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliasetdefinition/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliaspec/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliaspec2json/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliaspec2rdf/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliasplit/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliatextcontent/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliatree/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliaupgrade/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/foliavalidator/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/rst2folia/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/tei2folia/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/transcribedspeech2folia/2.5.9>,
        <https://tools.clariah.nl/commandlineapplication/txt2folia/2.5.9> ;
    codemeta:issueTracker <https://github.com/proycon/foliatools/issues> ;
    codemeta:readme <https://github.com/proycon/foliatools/blob/v2.5.9//README.rst> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:07:52 UTC 2026)

[harvester info] --> Processing foliatools (https://github.com/proycon/foliatools) [Sun Apr  5 03:07:52 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/foliatools...

[harvester info] Found release v2.5.9

[harvester info] Using 'v2.5.9'

[harvester info] Git reference: v2.5.9

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/foliatools for harvestable resources...

[harvester info] found codemeta-harvest.json for foliatools (md5sum aaf074cd20239cb6f4955ff9e5fd242f); values in here take precendence over (override) those in later detection stages

[harvester info] found python setup for foliatools, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2011-01-14T12:22:40Z+0000, date modified: 2025-05-08T14:37:16Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/proycon/foliatools)

[harvester info] Adding URL for found README: README.rst

[harvester info] Found releaseNotes

[harvester info] Querying Zenodo API for DOI (access token provided)...

[harvester info] Found DOI https://doi.org/10.5281/zenodo.15365053

[harvester info] Converting README.rst to README.md

[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] Found CI https://github.com/proycon/foliatools/actions/workflows/foliatools.yml

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from https://folia.readthedocs.io/en/latest/form.html

[harvester info] Found documentation at https://folia.readthedocs.io/en/latest/form.html : "name": "Form — FoLiA: Format for Linguistic Annotation v2.0 (rev 9.0) documentation",

[harvester info] Falling back to git tag (v2.5.9) 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.rst in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#active

[harvester info] Setting group FoLiA

[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 "foliatools" --codeRepository "https://github.com/proycon/foliatools" --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/foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-ci.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.foliatools.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliatools.codemeta.json 

-- begin log --

Passed 17 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-ci.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.foliatools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliatools.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/foliatools

Processing source #1 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] processed 1 new triples, total is now 2

Processing source #2 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] processed 1 new triples, total is now 3

Processing source #3 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.foliatools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/foliatools.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] processed 8 new triples, total is now 10

Processing source #4 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] processed 4 new triples, total is now 14

Processing source #5 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] processed 2 new triples, total is now 16

Processing source #6 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] processed 1 new triples, total is now 17

Processing source #7 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.foliatools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/foliatools/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-6e5139f1d3e262f2 -> https://tools.clariah.nl/stub/H6dec2009baeb036c)

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] processed 28 new triples, total is now 39

Processing source #8 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] overriding old http://schema.org/dateCreated (2018-09-06T14:37:40Z -> 2011-01-14T12:22:40Z+0000)

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] overriding old http://schema.org/dateModified (2025-05-08T12:38:55Z -> 2025-05-08T14:37:16Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] processed 2 new triples, total is now 39

Processing source #9 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.foliatools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/foliatools.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] processed 38 new triples, total is now 70

Processing source #10 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/foliatools)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliatools)] processed 1 new triples, total is now 70

Processing source #11 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.foliatools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/folia-tools/2.5.9

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H6dec2009baeb036c -> https://tools.clariah.nl/stub/H-6e5139f1d3e262f2)

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/description (A number of command-line tools for working with FoLiA (Format for Linguistic Annotation). Includes validators, converters, visualisers, and more. -> FoLiA-tools contains various Python-based command line tools for working with FoLiA XML (Format for Linguistic Annotation))

[CODEMETA COMPOSITION (folia-tools)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/keywords (converters -> annotation)

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/keywords (conllu -> annotation)

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/keywords (clarin -> annotation)

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/keywords (computational-linguistics -> annotation)

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/keywords (clariah -> annotation)

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/name (foliatools -> FoLiA-tools)

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/version (v2.5.9 -> 2.5.9)

[CODEMETA COMPOSITION (folia-tools)] processed 275 new triples, total is now 324

Processing source #12 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-ci.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (folia-tools)] processed 1 new triples, total is now 325

Processing source #13 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (folia-tools)] processed 1 new triples, total is now 325

Processing source #14 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/name (FoLiA-tools -> FoLiA tools)

[CODEMETA COMPOSITION (folia-tools)] overriding old https://codemeta.github.io/terms/developmentStatus (https://w3id.org/research-technology-readiness-levels#Level8Complete -> https://w3id.org/research-technology-readiness-levels#Level9Proven)

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/applicationCategory (Text Processing > Linguistic -> https://vocabs.dariah.eu/tadirah/annotating)

[CODEMETA COMPOSITION (folia-tools)] processed 6 new triples, total is now 327

Processing source #15 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (folia-tools)] processed 1 new triples, total is now 327

Processing source #16 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (folia-tools)] overriding old http://schema.org/identifier (folia-tools -> )

[CODEMETA COMPOSITION (folia-tools)] processed 5 new triples, total is now 331

Processing source #17 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliatools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliatools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stub/H-2d48068309b8eca)] processed 1 new triples, total is now 332

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/foliatools -> https://tools.clariah.nl/foliatools/2.5.9

[CODEMETA VALIDATION (foliatools)] done

[CODEMETA ENRICHMENT (foliatools)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliatools)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliatools)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliatools)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliatools)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliatools)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliatools)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliatools)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/foliatools/2.5.9 #1: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/foliatools/2.5.9 #2: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/foliatools.codemeta.json

[harvester info] <-- Finished processing foliatools (https://github.com/proycon/foliatools) [Sun Apr  5 03:08:06 UTC 2026]
""" .

<https://tools.clariah.nl/foliautils/0.23> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "FoLiA" ;
    sdo:author <https://tools.clariah.nl/stub/H-52e9714cecd8b32f> ;
    sdo:codeRepository "https://github.com/languagemachines/foliautils" ;
    sdo:contributor <https://tools.clariah.nl/stub/H49ab3ab30393fda8> ;
    sdo:description "Command-line utilities for working with the Format for Linguistic Annotation (FoLiA)." ;
    sdo:identifier "foliautils" ;
    sdo:keywords "folia",
        "linguistic annotation",
        "natural language processing",
        "nlp",
        "xml" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/ko-van-der-sloot>,
        <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "foliautils" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/clst> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-62b7f60656163cb5> ;
    sdo:releaseNotes "https://github.com/LanguageMachines/foliautils/releases" ;
    sdo:review <https://tools.clariah.nl/validation/Ne853a57f825746095348e566f9355f64> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-64affc2b25861e6d>,
        <https://tools.clariah.nl/stub/H022985fbc05abc8c>,
        <https://tools.clariah.nl/stub/H080e34c88d2cb096>,
        <https://tools.clariah.nl/stub/H4af4e023059a939d> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://github.com/LanguageMachines/foliautils" ;
    sdo:version "0.23" ;
    owl:sameAs <https://tools.clariah.nl/maintainers/snapshot> ;
    codemeta:continuousIntegration <https://travis-ci.org/LanguageMachines/foliautils> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-1ceb5d2091db511e>,
        <https://tools.clariah.nl/stub/H-277a3fe1a0c79b08>,
        <https://tools.clariah.nl/stub/H-49c4cd89fd7c23e4>,
        <https://tools.clariah.nl/stub/H-58005a0de51ebb16>,
        <https://tools.clariah.nl/stub/H00ec83fcb7c05d0c>,
        <https://tools.clariah.nl/stub/H09085a5305306660>,
        <https://tools.clariah.nl/stub/H0dea7c92f857d075>,
        <https://tools.clariah.nl/stub/H277572f14d6077d5>,
        <https://tools.clariah.nl/stub/H3b5f1ed4660e4863>,
        <https://tools.clariah.nl/stub/H454782827bbf7ecf>,
        <https://tools.clariah.nl/stub/H45678f01bad1d95a>,
        <https://tools.clariah.nl/stub/H457ef3a1dc41cd1e>,
        <https://tools.clariah.nl/stub/H4f43944159fc7606> ;
    codemeta:issueTracker <https://github.com/LanguageMachines/foliautils/issues> ;
    codemeta:readme <https://github.com/LanguageMachines/foliautils/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-67ea9850b65c9384>,
        <https://tools.clariah.nl/stub/H-7ee41239ba256b9a> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:08:06 UTC 2026)

[harvester info] --> Processing foliautils (https://github.com/languagemachines/foliautils) [Sun Apr  5 03:08:06 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/languagemachines/foliautils...

[harvester info] Found release v0.23

[harvester info] Using 'v0.23'

[harvester info] Git reference: v0.23

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/foliautils for harvestable resources...

[harvester info] found codemeta.json for foliautils (md5sum 74a53e2b5996399c452d74b8594d4daf); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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] Looking for repostatus information in README in master branch...

[harvester info] Parsing MAINTAINERS from master branch...

[harvester info] Setting group FoLiA

[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 "foliautils" --codeRepository "https://github.com/languagemachines/foliautils" --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/foliautils.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.foliautils.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.foliautils.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.foliautils.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-maintainers.foliautils.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliautils.codemeta.json 

-- begin log --

Passed 5 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.foliautils.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.foliautils.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.foliautils.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-maintainers.foliautils.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliautils.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/foliautils

Processing source #1 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.foliautils.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliautils

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliautils)] processed 1 new triples, total is now 2

Processing source #2 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.foliautils.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/foliautils

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (foliautils)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (foliautils)] processed 198 new triples, total is now 198

Processing source #3 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.foliautils.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliautils

[CODEMETA COMPOSITION (foliautils)] processed 1 new triples, total is now 198

Processing source #4 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-maintainers.foliautils.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliautils

[CODEMETA COMPOSITION (foliautils)] processed 14 new triples, total is now 211

Processing source #5 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliautils.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliautils

[CODEMETA COMPOSITION (foliautils)] processed 1 new triples, total is now 212

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/foliautils -> https://tools.clariah.nl/foliautils/0.23

[CODEMETA VALIDATION (foliautils)] done

[CODEMETA ENRICHMENT (foliautils)] adding author https://tools.clariah.nl/stub/H108da0c0b83475ae as contributor

[CODEMETA ENRICHMENT (foliautils)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

[CODEMETA ENRICHMENT (foliautils)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/foliautils/0.23 #1: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/foliautils/0.23 #2: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/foliautils/0.23 #3: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/foliautils/0.23 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/foliautils/0.23 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/foliautils.codemeta.json

[harvester info] <-- Finished processing foliautils (https://github.com/languagemachines/foliautils) [Sun Apr  5 03:08:10 UTC 2026]
""" .

<https://tools.clariah.nl/frog/0.34> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://vocabs.dariah.eu/tadirah/contextualizing>,
        <https://vocabs.dariah.eu/tadirah/namedEntityRecognition>,
        <https://vocabs.dariah.eu/tadirah/posTagging>,
        <https://vocabs.dariah.eu/tadirah/segmenting>,
        <https://vocabs.dariah.eu/tadirah/tagging>,
        <https://vocabs.dariah.eu/tadirah/treeTagging>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis> ;
    sdo:applicationSuite "Frog" ;
    sdo:author <https://tools.clariah.nl/stub/H16fd3740f94bb852> ;
    sdo:codeRepository "https://github.com/LanguageMachines/frog" ;
    sdo:contributor <https://tools.clariah.nl/stub/H5fc7a497341d29f9> ;
    sdo:dateCreated "2011-03-31T12:35:01Z+0000"^^sdo:Date ;
    sdo:dateModified "2023-12-05T15:43:06Z+0100"^^sdo:Date ;
    sdo:description "Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. It performs automatic linguistic enrichment such as part of speech tagging, lemmatisation, named entity recognition, shallow parsing, dependency parsing and morphological analysis. All NLP modules are based on TiMBL." ;
    sdo:funding <https://tools.clariah.nl/stub/H-7387bd4b7a92363d>,
        <https://tools.clariah.nl/stub/H124355237af13feb>,
        <https://tools.clariah.nl/stub/H2eaec42d956457b0> ;
    sdo:identifier "frog" ;
    sdo:keywords "dependency parsing",
        "dutch",
        "lemma",
        "lemmatisation",
        "natural language processing",
        "ner",
        "nlp",
        "parser",
        "part-of-speech tagging",
        "pos",
        "shallow parsing",
        "tagger" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/ko-van-der-sloot>,
        <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "Frog" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-62b7f60656163cb5> ;
    sdo:releaseNotes "https://github.com/LanguageMachines/frog/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N7abd18d572848ce1689356b73233fe3e> ;
    sdo:softwareHelp <https://frognlp.readthedocs.io> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-34fcc8434e5eade7>,
        <https://tools.clariah.nl/stub/H-64affc2b25861e6d>,
        <https://tools.clariah.nl/stub/H-690d617026642e30>,
        <https://tools.clariah.nl/stub/H022985fbc05abc8c>,
        <https://tools.clariah.nl/stub/H080e34c88d2cb096>,
        <https://tools.clariah.nl/stub/H4af4e023059a939d>,
        <https://tools.clariah.nl/stub/H76f24ccc91080e6e> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:thumbnailUrl "https://raw.githubusercontent.com/LanguageMachines/frog/master/logo.svg" ;
    sdo:url "https://languagemachines.github.io/frog" ;
    sdo:version "0.34" ;
    owl:sameAs <https://tools.clariah.nl/maintainers/snapshot> ;
    codemeta:continuousIntegration <https://github.com/LanguageMachines/frog/actions/workflows/frog.yml> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level9Proven>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-38c6250edbb1b6d0>,
        <https://tools.clariah.nl/stub/H-4f5688503ea38317>,
        <https://tools.clariah.nl/stub/H27742f4316fd152d>,
        <https://tools.clariah.nl/stub/H284f2600b29b8845>,
        <https://tools.clariah.nl/stub/H6ecbb37edc3a560a> ;
    codemeta:issueTracker <https://github.com/LanguageMachines/frog/issues> ;
    codemeta:readme <https://github.com/LanguageMachines/frog/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-405bb3f15db06e2>,
        <https://tools.clariah.nl/stub/H0644dbe63c684671> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:08:32 UTC 2026)

[harvester info] --> Processing frog (https://github.com/LanguageMachines/frog) [Sun Apr  5 03:08:32 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/LanguageMachines/frog...

[harvester info] Found release v0.34

[harvester info] Using 'v0.34'

[harvester info] Git reference: v0.34

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/frog for harvestable resources...

[harvester info] found codemeta.json for frog (md5sum 5f1a4edb5ae16c982363f45a9b6c26b4); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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] Looking for repostatus information in README in master branch...

[harvester info] Parsing MAINTAINERS from master branch...

[harvester info] Setting group Frog

[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 "frog" --codeRepository "https://github.com/LanguageMachines/frog" --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/frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-maintainers.frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.frog.codemeta.json 

-- begin log --

Passed 5 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-maintainers.frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.frog.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/frog

Processing source #1 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog)] processed 1 new triples, total is now 2

Processing source #2 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.frog.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/frog

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (frog)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (frog)] processed 236 new triples, total is now 236

Processing source #3 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog

[CODEMETA COMPOSITION (frog)] processed 1 new triples, total is now 236

Processing source #4 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-maintainers.frog.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/frog

[CODEMETA COMPOSITION (frog)] processed 14 new triples, total is now 249

Processing source #5 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog

[CODEMETA COMPOSITION (frog)] processed 1 new triples, total is now 250

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/frog -> https://tools.clariah.nl/frog/0.34

[CODEMETA VALIDATION (frog)] done

[CODEMETA ENRICHMENT (frog)] adding author https://tools.clariah.nl/stub/H662e61331b4ab0eb as contributor

[CODEMETA ENRICHMENT (frog)] adding author https://orcid.org/0000-0003-2493-656X as contributor

[CODEMETA ENRICHMENT (frog)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

-- end log --

[harvester info] Output written to /tmp/out/frog.codemeta.json

[harvester info] <-- Finished processing frog (https://github.com/LanguageMachines/frog) [Sun Apr  5 03:08:37 UTC 2026]
""" .

<https://tools.clariah.nl/galahad-train-battery/1.1.0> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/machineLearning>,
        <https://w3id.org/nwo-research-fields#ArtificialIntelligenceExpertSystems>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology>,
        <https://w3id.org/nwo-research-fields#Linguistics> ;
    sdo:applicationSuite "GaLAHaD" ;
    sdo:author <https://tools.clariah.nl/stub/H4e3e6f8152889f32> ;
    sdo:codeRepository "https://github.com/instituutnederlandsetaal/galahad-train-battery" ;
    sdo:contributor <https://tools.clariah.nl/stub/H5961ddfcc1155dba> ;
    sdo:dateCreated "2024-05-31"^^sdo:Date ;
    sdo:dateModified "2025-04-07T16:40:30Z+0200"^^sdo:Date ;
    sdo:datePublished "2024-05-31"^^sdo:Date ;
    sdo:description "Python program for training linguistic annotation taggers based on a configuration file and list of datasets. It prepares the resulting trained models for dockerization and adds relevant metadata. It is tagger software agnostic as long as a simple python shell is built around it." ;
    sdo:downloadUrl "https://github.com/INL/galahad-train-battery" ;
    sdo:funding <https://tools.clariah.nl/stub/H-60bd0ae60e194598> ;
    sdo:identifier "galahad-train-battery" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <http://orcid.org/0009-0006-9941-9582> ;
    sdo:name "GaLAHaD Train Battery" ;
    sdo:operatingSystem "Linux" ;
    sdo:producer <https://www.ivdnt.org> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/INL/galahad-train-battery/releases" ;
    sdo:review <https://tools.clariah.nl/validation/Nbe61b6b13005fdf1207af9fccb3ce7d8> ;
    sdo:runtimePlatform "Python 3.10.12" ;
    sdo:version "1.1.0" ;
    owl:sameAs <https://tools.clariah.nl/galahad-train-battery.contributors/snapshot>,
        <https://tools.clariah.nl/galahad-train-battery.topcontributor/snapshot>,
        <https://tools.clariah.nl/galahad-train-battery/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level6LatePrototype>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-28ac23dd10ce2473>,
        <https://tools.clariah.nl/stub/H21f5f26d763bb83c> ;
    codemeta:issueTracker <https://github.com/INL/galahad-train-battery/issues> ;
    codemeta:readme <https://github.com/INL/galahad-train-battery/blob/release/Readme.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:09:09 UTC 2026)

[harvester info] --> Processing galahad-train-battery (https://github.com/instituutnederlandsetaal/galahad-train-battery) [Sun Apr  5 03:09:09 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/instituutnederlandsetaal/galahad-train-battery...

[harvester info] Found release 1.1.0

[harvester info] Using '1.1.0'

[harvester info] Git reference: 1.1.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/galahad-train-battery for harvestable resources...

[harvester info] found codemeta-harvest.json for galahad-train-battery (md5sum c93a60bad37ae0aa51515c3b0d07c0e1); values in here take precendence over (override) those in later detection stages

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Vincent Prins <vincent.prins@ivdnt.org> 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: 2024-05-31T14:56:18Z+0200, date modified: 2025-04-07T16:40:30Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/instituutnederlandsetaal/galahad-train-battery)

[harvester info] Found releaseNotes

[harvester info] Querying Zenodo API for DOI (access token provided)...

[harvester info] Falling back to git tag (1.1.0) 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] Setting group GaLAHaD

[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 "galahad-train-battery" --codeRepository "https://github.com/instituutnederlandsetaal/galahad-train-battery" --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/galahad-train-battery.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.galahad-train-battery.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.galahad-train-battery.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.galahad-train-battery.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.galahad-train-battery.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.galahad-train-battery.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.galahad-train-battery.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.galahad-train-battery.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.galahad-train-battery.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.galahad-train-battery.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.galahad-train-battery.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.galahad-train-battery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.galahad-train-battery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.galahad-train-battery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.galahad-train-battery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.galahad-train-battery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.galahad-train-battery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.galahad-train-battery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.galahad-train-battery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.galahad-train-battery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.galahad-train-battery.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/galahad-train-battery

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.galahad-train-battery.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad-train-battery

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.galahad-train-battery.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad-train-battery

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] processed 1 new triples, total is now 3

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.galahad-train-battery.codemeta.json

    Found main resource with URI https://tools.clariah.nl/galahad-train-battery.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad-train-battery

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] processed 8 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.galahad-train-battery.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad-train-battery

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] processed 2 new triples, total is now 12

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.galahad-train-battery.codemeta.json

    Found main resource with URI https://tools.clariah.nl/galahad-train-battery/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad-train-battery

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] processed 14 new triples, total is now 25

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.galahad-train-battery.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad-train-battery

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] overriding old http://schema.org/dateCreated (2024-05-31T12:57:06Z -> 2024-05-31T14:56:18Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] overriding old http://schema.org/dateModified (2025-04-07T14:41:43Z -> 2025-04-07T16:40:30Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] processed 2 new triples, total is now 25

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.galahad-train-battery.codemeta.json

    Found main resource with URI https://tools.clariah.nl/galahad-train-battery.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad-train-battery

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] processed 8 new triples, total is now 26

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.galahad-train-battery.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad-train-battery

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/galahad-train-battery)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad-train-battery)] processed 1 new triples, total is now 26

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.galahad-train-battery.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad-train-battery

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (galahad-train-battery)] overriding old http://schema.org/dateCreated (2024-05-31T14:56:18Z+0200 -> 2024-05-31)

[CODEMETA COMPOSITION (galahad-train-battery)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-f7af54c1fddb471 -> https://tools.clariah.nl/stub/H4796441ab66950b8)

[CODEMETA COMPOSITION (galahad-train-battery)] overriding old http://schema.org/codeRepository (https://github.com/instituutnederlandsetaal/galahad-train-battery -> git+https://github.com/INL/galahad-train-battery.git)

[CODEMETA COMPOSITION (galahad-train-battery)] overriding old http://schema.org/description (Automated training of taggers for GaLAHaD  -> Python program for training linguistic annotation taggers based on a configuration file and list of datasets. It prepares the resulting trained models for dockerization and adds relevant metadata. It is tagger software agnostic as long as a simple python shell is built around it.)

[CODEMETA COMPOSITION (galahad-train-battery)] overriding old http://schema.org/downloadUrl (https://github.com/instituutnederlandsetaal/galahad-train-battery/archive/refs/tags/1.1.0.zip -> https://github.com/INL/galahad-train-battery)

[CODEMETA COMPOSITION (galahad-train-battery)] overriding old http://schema.org/name (galahad-train-battery -> GaLAHaD Train Battery)

[CODEMETA COMPOSITION (galahad-train-battery)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (galahad-train-battery)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/dutch-language-institute -> https://www.ivdnt.org)

[CODEMETA COMPOSITION (galahad-train-battery)] overriding old https://codemeta.github.io/terms/issueTracker (https://github.com/instituutnederlandsetaal/galahad-train-battery/issues -> https://github.com/INL/galahad-train-battery/issues)

[CODEMETA COMPOSITION (galahad-train-battery)] overriding old http://schema.org/releaseNotes (https://github.com/instituutnederlandsetaal/galahad-train-battery/releases/tag/1.1.0 -> https://github.com/INL/galahad-train-battery/releases)

[CODEMETA COMPOSITION (galahad-train-battery)] processed 50 new triples, total is now 64

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.galahad-train-battery.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad-train-battery

[CODEMETA COMPOSITION (galahad-train-battery)] processed 1 new triples, total is now 65

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/galahad-train-battery -> https://tools.clariah.nl/galahad-train-battery/1.1.0

[CODEMETA VALIDATION (galahad-train-battery)] done

VALIDATION https://tools.clariah.nl/galahad-train-battery/1.1.0 #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)

VALIDATION https://tools.clariah.nl/galahad-train-battery/1.1.0 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/galahad-train-battery/1.1.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/galahad-train-battery.codemeta.json

[harvester info] <-- Finished processing galahad-train-battery (https://github.com/instituutnederlandsetaal/galahad-train-battery) [Sun Apr  5 03:09:20 UTC 2026]
""" .

<https://tools.clariah.nl/galahad/1.2.8> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/analyzing>,
        <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://vocabs.dariah.eu/tadirah/comparing>,
        <https://vocabs.dariah.eu/tadirah/converting>,
        <https://vocabs.dariah.eu/tadirah/enriching>,
        <https://vocabs.dariah.eu/tadirah/lemmatizing>,
        <https://vocabs.dariah.eu/tadirah/machineLearning>,
        <https://vocabs.dariah.eu/tadirah/merging>,
        <https://vocabs.dariah.eu/tadirah/posTagging>,
        <https://vocabs.dariah.eu/tadirah/tagging>,
        <https://w3id.org/nwo-research-fields#ArtificialIntelligenceExpertSystems>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#SoftwareForHumanities>,
        <https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora> ;
    sdo:applicationSuite "GaLAHaD" ;
    sdo:author <https://tools.clariah.nl/stub/H6856dd1dd689760b> ;
    sdo:codeRepository "https://github.com/instituutnederlandsetaal/galahad" ;
    sdo:contributor <https://tools.clariah.nl/stub/H38c8bb5dac267db0> ;
    sdo:dateCreated "2024-05-31"^^sdo:Date ;
    sdo:dateModified "2025-04-09T11:37:17Z+0200"^^sdo:Date ;
    sdo:datePublished "2024-05-31"^^sdo:Date ;
    sdo:description "GaLAHaD (Generating Linguistic Annotations for Historical Dutch) allows linguists to compare taggers, tag their own corpora, evaluate the results and export their tagged documents." ;
    sdo:downloadUrl "https://github.com/INL/galahad" ;
    sdo:funding <https://tools.clariah.nl/stub/H0f34e923172e38b4> ;
    sdo:identifier "galahad" ;
    sdo:keywords "conll-u",
        "conllu",
        "evaluation",
        "evaluation-metrics",
        "folia",
        "kotlin",
        "linguistics",
        "naf",
        "tagger",
        "tagging",
        "tei",
        "tei-xml" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <http://orcid.org/0009-0006-9941-9582> ;
    sdo:name "GaLAHaD" ;
    sdo:operatingSystem "Linux" ;
    sdo:producer <https://www.ivdnt.org> ;
    sdo:programmingLanguage "Javascript",
        "Kotlin",
        "Typescript" ;
    sdo:releaseNotes "https://github.com/INL/Galahad/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N7f91b960c93c0f429259726b5ed00977> ;
    sdo:runtimePlatform "JVM",
        "Node" ;
    sdo:softwareHelp <https://portal.clarin.ivdnt.org/galahad/help> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-285ff774277bf4ae>,
        <https://tools.clariah.nl/stub/H-2b6638f18497f568>,
        <https://tools.clariah.nl/stub/H-2b80c7bc1bd4e4ab>,
        <https://tools.clariah.nl/stub/H-40a42e6aa331f410>,
        <https://tools.clariah.nl/stub/H-46124a1fe13ac94f>,
        <https://tools.clariah.nl/stub/H-4bb7395c899ba4e4>,
        <https://tools.clariah.nl/stub/H-644a9865df7e2bdd>,
        <https://tools.clariah.nl/stub/H-698758c3fc12af67>,
        <https://tools.clariah.nl/stub/H-700b1a62492fceab>,
        <https://tools.clariah.nl/stub/H-72f4f6c541eae142>,
        <https://tools.clariah.nl/stub/H-77e710adf194c4ee>,
        <https://tools.clariah.nl/stub/H-7dbfaaab06ced138>,
        <https://tools.clariah.nl/stub/H-7ed38f27fa9626ef>,
        <https://tools.clariah.nl/stub/H0063fba4aeb50190>,
        <https://tools.clariah.nl/stub/H05a289120e41fe1c>,
        <https://tools.clariah.nl/stub/H075c2b3f345bee08>,
        <https://tools.clariah.nl/stub/H09b0df17538e8a41>,
        <https://tools.clariah.nl/stub/H0a194908a830e457>,
        <https://tools.clariah.nl/stub/H0e3ec1801dfbce53>,
        <https://tools.clariah.nl/stub/H12733a7da46803af>,
        <https://tools.clariah.nl/stub/H12fe308aacd7410c>,
        <https://tools.clariah.nl/stub/H15b97771134a0ea8>,
        <https://tools.clariah.nl/stub/H312bcc94c9da4ecf>,
        <https://tools.clariah.nl/stub/H31b915aa65c4cf33>,
        <https://tools.clariah.nl/stub/H3520786936d90ec6>,
        <https://tools.clariah.nl/stub/H38d6b2f9d7898204>,
        <https://tools.clariah.nl/stub/H3ce0fc898e8ffab3>,
        <https://tools.clariah.nl/stub/H42f74bda16794dd6>,
        <https://tools.clariah.nl/stub/H4761dbb29b20f0ba>,
        <https://tools.clariah.nl/stub/H49a7fae3a251487e>,
        <https://tools.clariah.nl/stub/H537540b0081a47a0>,
        <https://tools.clariah.nl/stub/H5691a197f3e868af>,
        <https://tools.clariah.nl/stub/H5e328082feb33b7b>,
        <https://tools.clariah.nl/stub/H67aed8c84e3ee9cc>,
        <https://tools.clariah.nl/stub/H710aca4f632a6d64>,
        <https://tools.clariah.nl/stub/H79caa5d1caf2bc35> ;
    sdo:url "https://portal.clarin.ivdnt.org/galahad" ;
    sdo:version "1.2.8" ;
    owl:sameAs <https://tools.clariah.nl/galahad.contributors/snapshot>,
        <https://tools.clariah.nl/galahad.topcontributor/snapshot>,
        <https://tools.clariah.nl/galahad/snapshot> ;
    codemeta:continuousIntegration <https://github.com/INL/galahad/actions> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level6LatePrototype>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-3efff95278c12345>,
        <https://tools.clariah.nl/stub/H-5ae4d0a439b21ffe>,
        <https://tools.clariah.nl/stub/H-605961e37b980b60>,
        <https://tools.clariah.nl/stub/H2ba9e5594972d7ba>,
        <https://tools.clariah.nl/stub/H777bdea429c3335c>,
        <https://tools.clariah.nl/stub/H7c10380e189fff05> ;
    codemeta:issueTracker <https://github.com/INL/galahad/issues> ;
    codemeta:readme <https://github.com/INL/Galahad/blob/release/readme.md> ;
    ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:09:20 UTC 2026)

[harvester info] --> Processing galahad (https://github.com/instituutnederlandsetaal/galahad) [Sun Apr  5 03:09:20 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/instituutnederlandsetaal/galahad...

[harvester info] Found release 1.2.8

[harvester info] Using '1.2.8'

[harvester info] Git reference: 1.2.8

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/galahad for harvestable resources...

[harvester info] found codemeta-harvest.json for galahad (md5sum 6a1e01599a462c3e65c902c213911ef8); values in here take precendence over (override) those in later detection stages

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Vincent Prins <vincent.prins@ivdnt.org> 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: 2024-05-31T16:59:02Z+0200, date modified: 2025-04-09T11:37:17Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/instituutnederlandsetaal/galahad)

[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] Looking for continuous integration information in readme.md...

[harvester info] Found CI https://github.com/INL/Galahad/actions/

[harvester info] Looking for documentation links in readme.md...

[harvester info] Falling back to git tag (1.2.8) 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] Setting group GaLAHaD

[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 "galahad" --codeRepository "https://github.com/instituutnederlandsetaal/galahad" --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/galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-ci.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.galahad.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.galahad.codemeta.json 

-- begin log --

Passed 12 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-ci.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.galahad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.galahad.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/galahad

Processing source #1 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.galahad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] 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.galahad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] 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.galahad.codemeta.json

    Found main resource with URI https://tools.clariah.nl/galahad.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] 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.galahad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] 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.galahad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] 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.galahad.codemeta.json

    Found main resource with URI https://tools.clariah.nl/galahad/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] processed 27 new triples, total is now 39

Processing source #7 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.galahad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] overriding old http://schema.org/dateCreated (2024-05-31T14:57:58Z -> 2024-05-31T16:59:02Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] overriding old http://schema.org/dateModified (2026-04-03T06:06:15Z -> 2025-04-09T11:37:17Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] processed 2 new triples, total is now 39

Processing source #8 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.galahad.codemeta.json

    Found main resource with URI https://tools.clariah.nl/galahad.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] processed 8 new triples, total is now 40

Processing source #9 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.galahad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/galahad)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] processed 1 new triples, total is now 40

Processing source #10 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-ci.galahad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (https://tools.clariah.nl/galahad)] processed 1 new triples, total is now 41

Processing source #11 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.galahad.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (galahad)] overriding old http://schema.org/dateCreated (2024-05-31T16:59:02Z+0200 -> 2024-05-31)

[CODEMETA COMPOSITION (galahad)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-73ed596a3e1fc6cd -> https://tools.clariah.nl/stub/H6d5ee69eaf71c5c0)

[CODEMETA COMPOSITION (galahad)] overriding old http://schema.org/contributor (https://tools.clariah.nl/stub/H-73ed596a3e1fc6cd -> https://tools.clariah.nl/stub/H4dea2c09fdf8fe2b)

[CODEMETA COMPOSITION (galahad)] overriding old http://schema.org/codeRepository (https://github.com/instituutnederlandsetaal/galahad -> git+https://github.com/INL/galahad.git)

[CODEMETA COMPOSITION (galahad)] overriding old http://schema.org/description ("Galahad". Goal: enable linguists to experiment with different taggers and use the result in other INT products  -> GaLAHaD (Generating Linguistic Annotations for Historical Dutch) allows linguists to compare taggers, tag their own corpora, evaluate the results and export their tagged documents.)

[CODEMETA COMPOSITION (galahad)] overriding old http://schema.org/downloadUrl (https://github.com/instituutnederlandsetaal/galahad/archive/refs/tags/1.2.8.zip -> https://github.com/INL/galahad)

[CODEMETA COMPOSITION (galahad)] overriding old http://schema.org/name (galahad -> GaLAHaD)

[CODEMETA COMPOSITION (galahad)] overriding old https://codemeta.github.io/terms/continuousIntegration (https://github.com/INL/Galahad/actions/ -> https://github.com/INL/galahad/actions)

[CODEMETA COMPOSITION (galahad)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (galahad)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/dutch-language-institute -> https://www.ivdnt.org)

[CODEMETA COMPOSITION (galahad)] overriding old https://codemeta.github.io/terms/issueTracker (https://github.com/instituutnederlandsetaal/galahad/issues -> https://github.com/INL/galahad/issues)

[CODEMETA COMPOSITION (galahad)] overriding old https://codemeta.github.io/terms/readme (https://github.com/instituutnederlandsetaal/galahad/blob/1.2.8//readme.md -> https://github.com/INL/Galahad/blob/release/readme.md)

[CODEMETA COMPOSITION (galahad)] overriding old http://schema.org/releaseNotes (https://github.com/instituutnederlandsetaal/galahad/releases/tag/1.2.8 -> https://github.com/INL/Galahad/releases)

[CODEMETA COMPOSITION (galahad)] processed 301 new triples, total is now 327

Processing source #12 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.galahad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA COMPOSITION (galahad)] processed 1 new triples, total is now 328

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/galahad -> https://tools.clariah.nl/galahad/1.2.8

[CODEMETA VALIDATION (galahad)] done

VALIDATION https://tools.clariah.nl/galahad/1.2.8 #1: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/galahad.codemeta.json

[harvester info] Harvesting remote service URL https://portal.clarin.ivdnt.org/galahad for galahad: 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/galahad.codemeta.json" "/tmp/out/galahad.codemeta.json" "https://portal.clarin.ivdnt.org/galahad"

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/out/galahad.codemeta.json', 'json'), ('https://portal.clarin.ivdnt.org/galahad', 'web')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/galahad

Processing source #1 of 2

Parsing json-ld file from /tmp/out/galahad.codemeta.json

    Found main resource with URI https://tools.clariah.nl/galahad/1.2.8

    Injected (possibly temporary) URI https://tools.clariah.nl/galahad

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA COMPOSITION (galahad)] processed 956 new triples, total is now 956

Processing source #2 of 2

Fallback: Obtaining metadata from remote URL https://portal.clarin.ivdnt.org/galahad

    Service replied with content-type text/html

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 692, in build

    for targetres in codemeta.parsers.web.parse_web(

                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/codemeta/parsers/web.py", line 132, in parse_web

    raise MiddlewareObstructionException(

codemeta.parsers.web.MiddlewareObstructionException: Unable to extract metadata from https://portal.clarin.ivdnt.org/galahad because it immediately redirects to an external (SSO) login page rather than a proper landing page

-- end log --

[harvester error] Failed to obtain or process metadata from remote service URL https://portal.clarin.ivdnt.org/galahad for galahad

[harvester info] <-- Finished processing galahad (https://github.com/instituutnederlandsetaal/galahad) [Sun Apr  5 03:09:34 UTC 2026]
""" .

<https://tools.clariah.nl/grlc/1.3.7> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H4964859badfcc8b1> ;
    sdo:codeRepository "https://github.com/CLARIAH/grlc" ;
    sdo:contributor <https://tools.clariah.nl/stub/H318603d9e8ea4162> ;
    sdo:dateCreated "2015-11-13T17:17:15Z+0100"^^sdo:Date ;
    sdo:dateModified "2022-03-21T22:20:00Z+0100"^^sdo:Date ;
    sdo:datePublished "2021-11-03"^^sdo:Date ;
    sdo:description "grlc, the git repository linked data API constructor, automatically builds Web APIs using SPARQL queries stored in git repositories." ;
    sdo:funding <https://tools.clariah.nl/stub/H44b762d716c4ffd2> ;
    sdo:identifier "grlc" ;
    sdo:keywords "linked-data",
        "linked-data-api",
        "semantic-web",
        "sparql",
        "swagger-ui" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://orcid.org/0000-0003-4646-5842> ;
    sdo:name "grlc: the git repository linked data API constructor" ;
    sdo:producer <https://tools.clariah.nl/stub/H6d0598d0e8d99624> ;
    sdo:programmingLanguage "Python" ;
    sdo:review <https://tools.clariah.nl/validation/N50240811c1d25ec450e898a70bc7cac7> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareHelp <https://github.com/CLARIAH/grlc/wiki> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-214d3b52bb868fa4>,
        <https://tools.clariah.nl/stub/H-2b1ccdba6da61e71>,
        <https://tools.clariah.nl/stub/H-30ec029c844c81b5>,
        <https://tools.clariah.nl/stub/H-70946e9925519750>,
        <https://tools.clariah.nl/stub/H-7c1dbf34ffbb2415>,
        <https://tools.clariah.nl/stub/H-b372ebfd27b5b9e>,
        <https://tools.clariah.nl/stub/H09240c329b03d2cd>,
        <https://tools.clariah.nl/stub/H0ead742502285be2>,
        <https://tools.clariah.nl/stub/H0fcdc555591fa797>,
        <https://tools.clariah.nl/stub/H131cf3fc79f28547>,
        <https://tools.clariah.nl/stub/H23a0d24a32f38711>,
        <https://tools.clariah.nl/stub/H2615bd5c1aeb2add>,
        <https://tools.clariah.nl/stub/H2b2b01a249745c38>,
        <https://tools.clariah.nl/stub/H3ee403149c56e98f>,
        <https://tools.clariah.nl/stub/H45b82eae2ab53561>,
        <https://tools.clariah.nl/stub/H487af98b4d169e1e>,
        <https://tools.clariah.nl/stub/H4bb34f7435d4164d>,
        <https://tools.clariah.nl/stub/H4f69ae2134d80301>,
        <https://tools.clariah.nl/stub/H5232c1300991491a>,
        <https://tools.clariah.nl/stub/H56fca435d80dc756>,
        <https://tools.clariah.nl/stub/H5989068c47747ee1>,
        <https://tools.clariah.nl/stub/H5b443fe182e16b7d>,
        <https://tools.clariah.nl/stub/H621dd8c4e9ea958a>,
        <https://tools.clariah.nl/stub/H720bab2c0930bc5c>,
        <https://tools.clariah.nl/stub/H7364a83e6bcbf7a8> ;
    sdo:url "https://github.com/CLARIAH/grlc" ;
    sdo:version "1.3.7" ;
    codemeta:continuousIntegration <https://travis-ci.org/CLARIAH/grlc> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H3cd7c04368142f39> ;
    codemeta:issueTracker <https://github.com/CLARIAH/grlc/issues> ;
    codemeta:readme <https://github.com/CLARIAH/grlc/blob//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:10:13 UTC 2026)

[harvester info] --> Processing grlc (https://github.com/CLARIAH/grlc) [Sun Apr  5 03:10:13 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/grlc...

[harvester info] Found release v1.3.10

[harvester info] Using 'v1.3.10'

[harvester info] Git reference: v1.3.10

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/grlc for harvestable resources...

[harvester info] found codemeta.json for grlc (md5sum 42e61bca09708f8bc1202d7539b7473d); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[harvester info] Your CITATION.cff is ignored because you already have a codemeta.json!

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "grlc" --codeRepository "https://github.com/CLARIAH/grlc" --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/grlc.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.grlc.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.grlc.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.grlc.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.grlc.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/grlc

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.grlc.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/grlc

[CODEMETA COMPOSITION (https://tools.clariah.nl/grlc)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.grlc.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/grlc

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (grlc)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#inactive)

[CODEMETA COMPOSITION (grlc)] processed 287 new triples, total is now 287

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/grlc -> https://tools.clariah.nl/grlc/1.3.7

[CODEMETA VALIDATION (grlc)] done

VALIDATION https://tools.clariah.nl/grlc/1.3.7 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/grlc/1.3.7 #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/grlc/1.3.7 #3: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/grlc/1.3.7 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/grlc/1.3.7 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/grlc.codemeta.json

[harvester info] <-- Finished processing grlc (https://github.com/CLARIAH/grlc) [Sun Apr  5 03:10:15 UTC 2026]
""" .

<https://tools.clariah.nl/ineo> ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:10:57 UTC 2026)

[harvester info] --> Processing orphan service ineo [Sun Apr  5 03:10:57 UTC 2026]

[harvester info] Creating dummy codemeta.json for orphan service: codemetapy --identifier "ineo" --validate /etc/software.ttl /dev/null > /tmp/out/ineo.codemeta.json

[harvester info] Harvesting remote service URL https://ineo.tools/ for ineo: 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/ineo.codemeta.json" "/tmp/out/ineo.codemeta.json" "https://ineo.tools/"

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Traceback (most recent call last):

  File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 204, in _new_conn

    sock = connection.create_connection(

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/util/connection.py", line 85, in create_connection

    raise err

  File "/usr/lib/python3.12/site-packages/urllib3/util/connection.py", line 73, in create_connection

    sock.connect(sa)

TimeoutError: [Errno 110] Operation timed out



The above exception was the direct cause of the following exception:



Traceback (most recent call last):

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 787, in urlopen

    response = self._make_request(

               ^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 488, in _make_request

    raise new_e

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request

    self._validate_conn(conn)

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn

    conn.connect()

  File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 759, in connect

    self.sock = sock = self._new_conn()

                       ^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 213, in _new_conn

    raise ConnectTimeoutError(

urllib3.exceptions.ConnectTimeoutError: (<HTTPSConnection(host='clariah.nl', port=443) at 0x7fc8f7e52d20>, 'Connection to clariah.nl timed out. (connect timeout=None)')



The above exception was the direct cause of the following exception:



Traceback (most recent call last):

  File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 644, in send

    resp = conn.urlopen(

           ^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 841, in urlopen

    retries = retries.increment(

              ^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/util/retry.py", line 535, in increment

    raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='clariah.nl', port=443): Max retries exceeded with url: /ineo/ (Caused by ConnectTimeoutError(<HTTPSConnection(host='clariah.nl', port=443) at 0x7fc8f7e52d20>, 'Connection to clariah.nl timed out. (connect timeout=None)'))



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 562, in build

    repo_kind = codemeta.parsers.gitapi.get_repo_kind(inputsource)

                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/codemeta/parsers/gitapi.py", line 56, in get_repo_kind

    response = requests.get(test_url)

               ^^^^^^^^^^^^^^^^^^^^^^

  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 724, in send

    history = [resp for resp in gen]

                                ^^^

  File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 265, in resolve_redirects

    resp = self.send(

           ^^^^^^^^^^

  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 665, in send

    raise ConnectTimeout(e, request=request)

requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='clariah.nl', port=443): Max retries exceeded with url: /ineo/ (Caused by ConnectTimeoutError(<HTTPSConnection(host='clariah.nl', port=443) at 0x7fc8f7e52d20>, 'Connection to clariah.nl timed out. (connect timeout=None)'))

-- end log --

[harvester error] Failed to obtain or process metadata from remote service URL https://ineo.tools/ for ineo

[harvester info] <-- Finished processing ineo () [Sun Apr  5 03:13:09 UTC 2026]
""" .

<https://tools.clariah.nl/int-pie/1.1.0> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/analyzing>,
        <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://vocabs.dariah.eu/tadirah/enriching>,
        <https://vocabs.dariah.eu/tadirah/lemmatizing>,
        <https://vocabs.dariah.eu/tadirah/machineLearning>,
        <https://vocabs.dariah.eu/tadirah/posTagging>,
        <https://vocabs.dariah.eu/tadirah/tagging>,
        <https://w3id.org/nwo-research-fields#ArtificialIntelligenceExpertSystems>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology>,
        <https://w3id.org/nwo-research-fields#Linguistics> ;
    sdo:applicationSuite "GaLAHaD" ;
    sdo:author <https://tools.clariah.nl/stub/H-56b264bf3aef04cb> ;
    sdo:codeRepository "https://github.com/instituutnederlandsetaal/int-pie" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-6b8911d0b8cc8205> ;
    sdo:dateCreated "2024-05-31"^^sdo:Date ;
    sdo:dateModified "2025-04-07T16:43:42Z+0200"^^sdo:Date ;
    sdo:datePublished "2024-05-31"^^sdo:Date ;
    sdo:description "The PIE tagger with custom modifications by the Dutch Language Institute (INT)." ;
    sdo:downloadUrl "https://github.com/INL/int-pie" ;
    sdo:identifier "int-pie" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <http://orcid.org/0009-0006-9941-9582> ;
    sdo:name "int-pie" ;
    sdo:operatingSystem "Linux" ;
    sdo:producer <https://www.ivdnt.org> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/INL/int-pie/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N4bd3c2e4a16952704d4357ecd1116bad> ;
    sdo:runtimePlatform "Python 3.10" ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-165a8bc019acce72>,
        <https://tools.clariah.nl/stub/H-25af5b25d4faaf04>,
        <https://tools.clariah.nl/stub/H-26fe88b590b7407c>,
        <https://tools.clariah.nl/stub/H-2a9154e56ca10c34>,
        <https://tools.clariah.nl/stub/H-2c803f525f6d0aab>,
        <https://tools.clariah.nl/stub/H-2f4778e2d1155033>,
        <https://tools.clariah.nl/stub/H-3f90b62f43f54c82>,
        <https://tools.clariah.nl/stub/H-40fa7a83c908fa8f>,
        <https://tools.clariah.nl/stub/H-43e4015361f46b2e>,
        <https://tools.clariah.nl/stub/H-57197560eaa964aa>,
        <https://tools.clariah.nl/stub/H-5f6df8aa7e07b37b>,
        <https://tools.clariah.nl/stub/H-657f8f4d7e42b13b>,
        <https://tools.clariah.nl/stub/H-658033b0f76993e9>,
        <https://tools.clariah.nl/stub/H-666a2fd27f0b8336>,
        <https://tools.clariah.nl/stub/H-6e82ec33dd573765>,
        <https://tools.clariah.nl/stub/H-6fe677f9ad076b93>,
        <https://tools.clariah.nl/stub/H-77a12c425249f669>,
        <https://tools.clariah.nl/stub/H-7c5b23af3f73a35>,
        <https://tools.clariah.nl/stub/H0684476042dcca2b>,
        <https://tools.clariah.nl/stub/H0903874059eb029d>,
        <https://tools.clariah.nl/stub/H411c2c1fa85225b0>,
        <https://tools.clariah.nl/stub/H49a0aecd7958fc9e>,
        <https://tools.clariah.nl/stub/H4d7d147933ca29cd>,
        <https://tools.clariah.nl/stub/H61fc817070688e17>,
        <https://tools.clariah.nl/stub/H623b3c25472adec3>,
        <https://tools.clariah.nl/stub/H729acadfc397455e> ;
    sdo:version "1.1.0" ;
    owl:sameAs <https://tools.clariah.nl/int-pie.contributors/snapshot>,
        <https://tools.clariah.nl/int-pie.topcontributor/snapshot>,
        <https://tools.clariah.nl/int-pie/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-37dff31898116022>,
        <https://tools.clariah.nl/stub/H-621c63b11e5d3e48>,
        <https://tools.clariah.nl/stub/H1c10e18f6626e114> ;
    codemeta:issueTracker <https://github.com/INL/int-pie/issues> ;
    codemeta:readme <https://github.com/INL/int-pie/blob/release/README.md> ;
    ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:13:09 UTC 2026)

[harvester info] --> Processing int-pie (https://github.com/instituutnederlandsetaal/int-pie) [Sun Apr  5 03:13:09 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/instituutnederlandsetaal/int-pie...

[harvester info] Found release 1.1.0

[harvester info] Using '1.1.0'

[harvester info] Git reference: 1.1.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/int-pie for harvestable resources...

[harvester info] found codemeta-harvest.json for int-pie (md5sum f53f916722cf625fe77622ff6d0d3f46); values in here take precendence over (override) those in later detection stages

[harvester info] found python setup for int-pie, converting to codemeta

-- begin log --

No input files specified, but found python project (setup.py) in current dir, using that...

Generating egg_info

Traceback (most recent call last):

  File "/tmp/codemeta-harvester.cache/int-pie/setup.py", line 52, in <module>

    with open(os.path.join(here, project_slug, '__version__.py')) as f:

         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

FileNotFoundError: [Errno 2] No such file or directory: '/tmp/codemeta-harvester.cache/int-pie/int_pie/__version__.py'

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 596, in build

    raise Exception(

Exception: Could not generate egg_info (is python3 pointing to the right interpreter?)

-- end log --

[harvester error] python setup.py to codemeta conversion failed for int-pie (codemetapy failed)

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Enrique Manjavacas <enrique.manjavacas@gmail.com> 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: 2018-04-25T15:52:42Z+0200, date modified: 2025-04-07T16:43:42Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/instituutnederlandsetaal/int-pie)

[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] Mapping repostatus https://www.repostatus.org/#wip to trl:Stage3Experimental

[harvester info] Looking for repostatus information in README.md...

[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 (1.1.0) 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] Setting group GaLAHaD

[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 "int-pie" --codeRepository "https://github.com/instituutnederlandsetaal/int-pie" --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/int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-trl.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.int-pie.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.int-pie.codemeta.json 

-- begin log --

Passed 12 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-trl.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.int-pie.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.int-pie.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/int-pie

Processing source #1 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.int-pie.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] 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.int-pie.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] 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.int-pie.codemeta.json

    Found main resource with URI https://tools.clariah.nl/int-pie.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] 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.int-pie.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] 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.int-pie.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] 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.int-pie.codemeta.json

    Found main resource with URI https://tools.clariah.nl/int-pie/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] processed 14 new triples, total is now 26

Processing source #7 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.int-pie.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] overriding old http://schema.org/dateCreated (2024-04-19T07:44:21Z -> 2018-04-25T15:52:42Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] overriding old http://schema.org/dateModified (2025-04-07T14:45:10Z -> 2025-04-07T16:43:42Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] 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.int-pie.codemeta.json

    Found main resource with URI https://tools.clariah.nl/int-pie.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] processed 26 new triples, total is now 47

Processing source #9 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.int-pie.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/int-pie)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] processed 1 new triples, total is now 47

Processing source #10 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-trl.int-pie.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (https://tools.clariah.nl/int-pie)] processed 1 new triples, total is now 48

Processing source #11 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.int-pie.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (int-pie)] overriding old http://schema.org/dateCreated (2018-04-25T15:52:42Z+0200 -> 2024-05-31)

[CODEMETA COMPOSITION (int-pie)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-705378d4c54907ef -> https://tools.clariah.nl/stub/H-623859cff4f5af29)

[CODEMETA COMPOSITION (int-pie)] overriding old http://schema.org/contributor (https://tools.clariah.nl/stub/H3e0f69044603771a -> https://tools.clariah.nl/stub/H-62891ca3798b3e93)

[CODEMETA COMPOSITION (int-pie)] overriding old http://schema.org/codeRepository (https://github.com/instituutnederlandsetaal/int-pie -> git+https://github.com/INL/int-pie.git)

[CODEMETA COMPOSITION (int-pie)] overriding old http://schema.org/description (https://github.com/emanjavacas/pie with custom modifications -> The PIE tagger with custom modifications by the Dutch Language Institute (INT).)

[CODEMETA COMPOSITION (int-pie)] overriding old http://schema.org/downloadUrl (https://github.com/instituutnederlandsetaal/int-pie/archive/refs/tags/1.1.0.zip -> https://github.com/INL/int-pie)

[CODEMETA COMPOSITION (int-pie)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (int-pie)] overriding old https://codemeta.github.io/terms/developmentStatus (https://w3id.org/research-technology-readiness-levels#Stage3Experimental -> https://w3id.org/research-technology-readiness-levels#Level8Complete)

[CODEMETA COMPOSITION (int-pie)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/dutch-language-institute -> https://www.ivdnt.org)

[CODEMETA COMPOSITION (int-pie)] overriding old https://codemeta.github.io/terms/issueTracker (https://github.com/instituutnederlandsetaal/int-pie/issues -> https://github.com/INL/int-pie/issues)

[CODEMETA COMPOSITION (int-pie)] overriding old https://codemeta.github.io/terms/readme (https://github.com/instituutnederlandsetaal/int-pie/blob/1.1.0//README.md -> https://github.com/INL/int-pie/blob/release/README.md)

[CODEMETA COMPOSITION (int-pie)] overriding old http://schema.org/releaseNotes (https://github.com/instituutnederlandsetaal/int-pie/releases/tag/1.1.0 -> https://github.com/INL/int-pie/releases)

[CODEMETA COMPOSITION (int-pie)] processed 214 new triples, total is now 247

Processing source #12 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.int-pie.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/int-pie

[CODEMETA COMPOSITION (int-pie)] processed 1 new triples, total is now 248

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/int-pie -> https://tools.clariah.nl/int-pie/1.1.0

[CODEMETA VALIDATION (int-pie)] done

VALIDATION https://tools.clariah.nl/int-pie/1.1.0 #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)

VALIDATION https://tools.clariah.nl/int-pie/1.1.0 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/int-pie/1.1.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/int-pie/1.1.0 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/int-pie.codemeta.json

[harvester info] <-- Finished processing int-pie (https://github.com/instituutnederlandsetaal/int-pie) [Sun Apr  5 03:13:21 UTC 2026]
""" .

<https://tools.clariah.nl/kaldi_nl/v0.4.3> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/opensource-spraakherkenning-nl/Kaldi_NL" ;
    sdo:contributor <https://tools.clariah.nl/stub/H4ec925ea11614caa> ;
    sdo:dateCreated "2016-04-22T09:51:38Z+0200"^^sdo:Date ;
    sdo:dateModified "2023-11-01T12:10:26Z+0100"^^sdo:Date ;
    sdo:description "Code related to the Dutch instance and user groups of the KALDI speech recognition toolkit " ;
    sdo:downloadUrl "https://github.com/opensource-spraakherkenning-nl/Kaldi_NL/archive/refs/tags/v0.4.3.zip" ;
    sdo:identifier "kaldi_nl" ;
    sdo:keywords "dutch",
        "kaldi",
        "speech-recognition",
        "speech-recognition-model" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "Kaldi_NL" ;
    sdo:producer <https://tools.clariah.nl/org/open-spraaktechnologie> ;
    sdo:releaseNotes "https://github.com/opensource-spraakherkenning-nl/Kaldi_NL/releases/tag/v0.4.3" ;
    sdo:review <https://tools.clariah.nl/validation/Nc68b491b1edbec408652e52d43708c5b> ;
    sdo:url "http://www.opensource-spraakherkenning.nl" ;
    sdo:version "v0.4.3" ;
    owl:sameAs <https://tools.clariah.nl/kaldi_nl.contributors/snapshot>,
        <https://tools.clariah.nl/kaldi_nl.topcontributor/snapshot>,
        <https://tools.clariah.nl/kaldi_nl/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:issueTracker <https://github.com/opensource-spraakherkenning-nl/Kaldi_NL/issues> ;
    codemeta:readme <https://github.com/opensource-spraakherkenning-nl/Kaldi_NL/blob/v0.4.3//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:13:21 UTC 2026)

[harvester info] --> Processing kaldi_nl (https://github.com/opensource-spraakherkenning-nl/Kaldi_NL) [Sun Apr  5 03:13:21 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/opensource-spraakherkenning-nl/Kaldi_NL...

[harvester info] Found release v0.4.3

[harvester info] Using 'v0.4.3'

[harvester info] Git reference: v0.4.3

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/kaldi_nl for harvestable resources...

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[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: 2016-04-22T09:51:38Z+0200, date modified: 2023-11-01T12:10:26Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/opensource-spraakherkenning-nl/Kaldi_NL)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v0.4.3) 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] 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 "kaldi_nl" --codeRepository "https://github.com/opensource-spraakherkenning-nl/Kaldi_NL" --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/kaldi_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.kaldi_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.kaldi_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.kaldi_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.kaldi_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.kaldi_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.kaldi_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.kaldi_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.kaldi_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.kaldi_nl.codemeta.json 

-- begin log --

Passed 9 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.kaldi_nl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.kaldi_nl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.kaldi_nl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.kaldi_nl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.kaldi_nl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.kaldi_nl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.kaldi_nl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.kaldi_nl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.kaldi_nl.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/kaldi-nl

Processing source #1 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.kaldi_nl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/kaldi-nl

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] processed 1 new triples, total is now 2

Processing source #2 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.kaldi_nl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/kaldi-nl

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] processed 1 new triples, total is now 3

Processing source #3 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.kaldi_nl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/kaldi_nl.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/kaldi-nl

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] processed 8 new triples, total is now 10

Processing source #4 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.kaldi_nl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/kaldi-nl

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] processed 2 new triples, total is now 12

Processing source #5 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.kaldi_nl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/kaldi-nl

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] processed 1 new triples, total is now 13

Processing source #6 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.kaldi_nl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/kaldi_nl/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/kaldi-nl

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] processed 19 new triples, total is now 31

Processing source #7 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.kaldi_nl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/kaldi-nl

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] overriding old http://schema.org/dateCreated (2016-04-22T07:51:38Z -> 2016-04-22T09:51:38Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] overriding old http://schema.org/dateModified (2023-11-01T11:55:01Z -> 2023-11-01T12:10:26Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] processed 2 new triples, total is now 31

Processing source #8 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.kaldi_nl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/kaldi_nl.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/kaldi-nl

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] processed 26 new triples, total is now 52

Processing source #9 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.kaldi_nl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/kaldi-nl

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/kaldi-nl)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/kaldi-nl)] processed 1 new triples, total is now 52

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/kaldi-nl -> https://tools.clariah.nl/kaldi_nl/v0.4.3

[CODEMETA VALIDATION (kaldi_nl)] done

[CODEMETA ENRICHMENT (kaldi_nl)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/kaldi_nl/v0.4.3 #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)

VALIDATION https://tools.clariah.nl/kaldi_nl/v0.4.3 #2: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/kaldi_nl/v0.4.3 #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/kaldi_nl/v0.4.3 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/kaldi_nl/v0.4.3 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/kaldi_nl/v0.4.3 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/kaldi_nl/v0.4.3 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/kaldi_nl/v0.4.3 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/kaldi_nl/v0.4.3 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/kaldi_nl.codemeta.json

[harvester info] <-- Finished processing kaldi_nl (https://github.com/opensource-spraakherkenning-nl/Kaldi_NL) [Sun Apr  5 03:13:31 UTC 2026]
""" .

<https://tools.clariah.nl/lamachine/2.28> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:codeRepository "https://github.com/proycon/LaMachine" ;
    sdo:contributor <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:dateCreated "2015-05-17"^^sdo:Date ;
    sdo:description "LaMachine is a unified software distribution for Natural Language Processing. We integrate numerous open-source NLP tools, programming libraries, web-services, and web-applications in a single Virtual Research Environment that can be installed on a wide variety of machines." ;
    sdo:funder <https://tools.clariah.nl/stub/H-50a26f5a21694316> ;
    sdo:identifier "lamachine" ;
    sdo:keywords "installer",
        "natural language processing",
        "nlp",
        "python",
        "software distribution" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0> ;
    sdo:maintainer <https://orcid.org/0000-0002-1046-0006> ;
    sdo:name "LaMachine" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://huc.knaw.nl>,
        <https://www.ru.nl/clst> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H2b32251ee3e4572b>,
        <https://tools.clariah.nl/stub/H72051dae5c01dbf5> ;
    sdo:releaseNotes "https://github.com/proycon/LaMachine/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N504d16c4f208e7f460cc85eba0f1e599> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://proycon.github.io/LaMachine" ;
    sdo:version "2.28" ;
    codemeta:continuousIntegration <https://travis-ci.org/proycon/LaMachine> ;
    codemeta:developmentStatus <https://www.repostatus.org/#unsupported> ;
    codemeta:issueTracker <https://github.com/proycon/LaMachine/issues> ;
    codemeta:readme <https://github.com/proycon/LaMachine/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-5921473f81e235ed> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:13:31 UTC 2026)

[harvester info] --> Processing lamachine (https://github.com/proycon/LaMachine) [Sun Apr  5 03:13:31 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/LaMachine...

[harvester info] Found release v2.28

[harvester info] Using 'v2.28'

[harvester info] Git reference: v2.28

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/lamachine for harvestable resources...

[harvester info] found codemeta.json for lamachine (md5sum 76ac45de1dd95ae57dc6f0df78bfb066); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#unsupported

[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 "lamachine" --codeRepository "https://github.com/proycon/LaMachine" --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/lamachine.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.lamachine.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.lamachine.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.lamachine.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.lamachine.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.lamachine.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.lamachine.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/lamachine

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.lamachine.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lamachine

[CODEMETA COMPOSITION (https://tools.clariah.nl/lamachine)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.lamachine.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/lamachine

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA COMPOSITION (lamachine)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> active)

[CODEMETA CORRECTION (lamachine)] automatically converting status active to repostatus URI

[CODEMETA CORRECTION (lamachine)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (lamachine)] processed 78 new triples, total is now 78

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.lamachine.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lamachine

[CODEMETA COMPOSITION (lamachine)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#unsupported)

[CODEMETA COMPOSITION (lamachine)] processed 1 new triples, total is now 78

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/lamachine -> https://tools.clariah.nl/lamachine/2.28

[CODEMETA VALIDATION (lamachine)] done

[CODEMETA ENRICHMENT (lamachine)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

[CODEMETA ENRICHMENT (lamachine)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/lamachine/2.28 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lamachine/2.28 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lamachine/2.28 #3: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lamachine/2.28 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lamachine/2.28 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/lamachine.codemeta.json

[harvester info] <-- Finished processing lamachine (https://github.com/proycon/LaMachine) [Sun Apr  5 03:13:33 UTC 2026]
""" .

<https://tools.clariah.nl/ldproxy/1.0-SNAPSHOT> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H1bf4d8616b282a89> ;
    sdo:codeRepository "https://github.com/CLARIAH/LDProxy" ;
    sdo:contributor <https://tools.clariah.nl/stub/H1bf4d8616b282a89> ;
    sdo:dateCreated "2021-04-18T14:35:57Z+0200"^^sdo:Date ;
    sdo:dateModified "2021-06-28T21:21:07Z+0200"^^sdo:Date ;
    sdo:description "Keep you LD URI's resolvable" ;
    sdo:identifier "ldproxy" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/menzo-windhouwer> ;
    sdo:name "CLARIAH LD Proxy" ;
    sdo:producer <https://tools.clariah.nl/org/clariah> ;
    sdo:programmingLanguage "Java" ;
    sdo:repository "https://nexus.clarin.eu/content/repositories/Clarin",
        "https://nexus.clarin.eu/content/repositories/clarin-snapshot" ;
    sdo:review <https://tools.clariah.nl/validation/N04eaa92a38fa5bf75eee3e6f367442a7> ;
    sdo:runtimePlatform "Java" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/nl-mpi-tla-saxonutils-1-0-snapshot> ;
    sdo:version "1.0-SNAPSHOT" ;
    owl:sameAs <https://tools.clariah.nl/ldproxy.contributors/snapshot>,
        <https://tools.clariah.nl/ldproxy.topcontributor/snapshot>,
        <https://tools.clariah.nl/ldproxy/snapshot>,
        <https://tools.clariah.nl/nl.clariah.ldproxy/1.0-SNAPSHOT> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:issueTracker <https://github.com/CLARIAH/LDProxy/issues> ;
    codemeta:readme <https://github.com/CLARIAH/LDProxy/blob/main//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:13:33 UTC 2026)

[harvester info] --> Processing ldproxy (https://github.com/CLARIAH/LDProxy) [Sun Apr  5 03:13:33 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/LDProxy...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ldproxy for harvestable resources...

[harvester info] found pom.xml (Java/Maven) for ldproxy, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Menzo Windhouwer <menzo@windhouwer.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: 2021-04-18T14:35:57Z+0200, date modified: 2021-06-28T21:21:07Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/CLARIAH/LDProxy)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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] 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 "ldproxy" --codeRepository "https://github.com/CLARIAH/LDProxy" --validate /etc/software.ttl --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/ldproxy.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ldproxy.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.ldproxy.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.ldproxy.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.ldproxy.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.ldproxy.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.ldproxy.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.ldproxy.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.ldproxy.codemeta.json 

-- begin log --

Passed 8 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ldproxy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.ldproxy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.ldproxy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.ldproxy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.ldproxy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.ldproxy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.ldproxy.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.ldproxy.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ldproxy

Processing source #1 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ldproxy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ldproxy

[CODEMETA COMPOSITION (https://tools.clariah.nl/ldproxy)] processed 1 new triples, total is now 2

Processing source #2 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.ldproxy.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ldproxy.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ldproxy

[CODEMETA COMPOSITION (https://tools.clariah.nl/ldproxy)] processed 8 new triples, total is now 9

Processing source #3 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.ldproxy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ldproxy

[CODEMETA COMPOSITION (https://tools.clariah.nl/ldproxy)] processed 1 new triples, total is now 10

Processing source #4 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.ldproxy.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ldproxy/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ldproxy

[CODEMETA COMPOSITION (https://tools.clariah.nl/ldproxy)] processed 13 new triples, total is now 22

Processing source #5 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.ldproxy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ldproxy

[CODEMETA COMPOSITION (https://tools.clariah.nl/ldproxy)] overriding old http://schema.org/dateCreated (2021-04-18T12:36:41Z -> 2021-04-18T14:35:57Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ldproxy)] overriding old http://schema.org/dateModified (2022-09-12T11:07:33Z -> 2021-06-28T21:21:07Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ldproxy)] processed 2 new triples, total is now 22

Processing source #6 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.ldproxy.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ldproxy.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ldproxy

[CODEMETA COMPOSITION (https://tools.clariah.nl/ldproxy)] processed 8 new triples, total is now 23

Processing source #7 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.ldproxy.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ldproxy

[CODEMETA COMPOSITION (https://tools.clariah.nl/ldproxy)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/ldproxy)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/ldproxy)] processed 1 new triples, total is now 23

Processing source #8 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.ldproxy.codemeta.json

    Found main resource with URI https://tools.clariah.nl/nl.clariah.ldproxy/1.0-SNAPSHOT

    Injected (possibly temporary) URI https://tools.clariah.nl/ldproxy

[CODEMETA COMPOSITION (nl.clariah.ldproxy)] overriding old http://schema.org/name (LDProxy -> CLARIAH LD Proxy)

[CODEMETA COMPOSITION (nl.clariah.ldproxy)] processed 13 new triples, total is now 34

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ldproxy -> https://tools.clariah.nl/ldproxy/1.0-SNAPSHOT

[CODEMETA VALIDATION (ldproxy)] done

[CODEMETA ENRICHMENT (ldproxy)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/ldproxy/1.0-SNAPSHOT #1: Warning: Software source code *MUST* state its version: the -SNAPSHOT version suffix does not correspond to a proper release. (Tip: In Java/Maven projects, ensure it is removed from pom.xml on release) 

VALIDATION https://tools.clariah.nl/ldproxy/1.0-SNAPSHOT #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/ldproxy/1.0-SNAPSHOT #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ldproxy/1.0-SNAPSHOT #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ldproxy/1.0-SNAPSHOT #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ldproxy/1.0-SNAPSHOT #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ldproxy/1.0-SNAPSHOT #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ldproxy/1.0-SNAPSHOT #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ldproxy/1.0-SNAPSHOT #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ldproxy.codemeta.json

[harvester info] <-- Finished processing ldproxy (https://github.com/CLARIAH/LDProxy) [Sun Apr  5 03:13:46 UTC 2026]
""" .

<https://tools.clariah.nl/lenticularlens-gui/1.0.0> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Lenticular Lens" ;
    sdo:author <https://tools.clariah.nl/stub/H0e48be7c3445b244> ;
    sdo:codeRepository "https://github.com/knaw-huc/lenticular-lens-gui-vue" ;
    sdo:contributor <https://tools.clariah.nl/stub/H0e48be7c3445b244> ;
    sdo:dateCreated "2021-06-16T13:50:16Z+0200"^^sdo:Date ;
    sdo:dateModified "2023-01-25T09:39:33Z+0100"^^sdo:Date ;
    sdo:description "Vue frontend for Lenticular Lens" ;
    sdo:downloadUrl "https://github.com/knaw-huc/lenticular-lens-gui-vue/archive/refs/tags/1.6.zip" ;
    sdo:identifier "lenticularlens-gui" ;
    sdo:name "lenticular-lens" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:programmingLanguage "Javascript" ;
    sdo:releaseNotes "https://github.com/knaw-huc/lenticular-lens-gui-vue/releases/tag/1.6" ;
    sdo:review <https://tools.clariah.nl/validation/Nbb6fb54feb805174863310314cc52362> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/bootstrap-ge-4-6-2>,
        <https://tools.clariah.nl/dependency/bootstrap-vue-ge-2-23-1>,
        <https://tools.clariah.nl/dependency/d3-ge-7-8-2>,
        <https://tools.clariah.nl/dependency/fortawesome-fontawesome-svg-core-ge-6-2-1>,
        <https://tools.clariah.nl/dependency/fortawesome-free-regular-svg-icons-ge-6-2-1>,
        <https://tools.clariah.nl/dependency/fortawesome-free-solid-svg-icons-ge-6-2-1>,
        <https://tools.clariah.nl/dependency/fortawesome-vue-fontawesome-ge-2-0-9>,
        <https://tools.clariah.nl/dependency/node-sass-ge-7-0-3>,
        <https://tools.clariah.nl/dependency/sass-loader-ge-13-2-0>,
        <https://tools.clariah.nl/dependency/socket-io-client-ge-4-5-4>,
        <https://tools.clariah.nl/dependency/vue-cli-service-ge-5-0-8>,
        <https://tools.clariah.nl/dependency/vue-form-wizard-ge-0-8-4>,
        <https://tools.clariah.nl/dependency/vue-ge-2-7-14>,
        <https://tools.clariah.nl/dependency/vue-infinite-loading-ge-2-4-5>,
        <https://tools.clariah.nl/dependency/vue-moment-ge-4-1-0>,
        <https://tools.clariah.nl/dependency/vue-select-ge-3-20-2>,
        <https://tools.clariah.nl/dependency/vue-slider-component-ge-3-2-24>,
        <https://tools.clariah.nl/dependency/vue-template-compiler-ge-2-7-14>,
        <https://tools.clariah.nl/dependency/vuedraggable-ge-2-24-3> ;
    sdo:version "1.0.0" ;
    owl:sameAs <https://tools.clariah.nl/lenticular-lens-gui-vue/snapshot>,
        <https://tools.clariah.nl/lenticular-lens/1.0.0>,
        <https://tools.clariah.nl/lenticularlens-gui.contributors/snapshot>,
        <https://tools.clariah.nl/lenticularlens-gui.topcontributor/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/webapplication/lenticular-lens> ;
    codemeta:issueTracker <https://github.com/knaw-huc/lenticular-lens-gui-vue/issues> ;
    codemeta:readme <https://github.com/knaw-huc/lenticular-lens-gui-vue/blob/1.6//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:13:46 UTC 2026)

[harvester info] --> Processing lenticularlens-gui (https://github.com/knaw-huc/lenticular-lens-gui-vue) [Sun Apr  5 03:13:46 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/lenticular-lens-gui-vue...

[harvester info] Found release 1.6

[harvester info] Using '1.6'

[harvester info] Git reference: 1.6

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/lenticularlens-gui for harvestable resources...

[harvester info] found package.json (NodeJS) for lenticularlens-gui, converting to codemeta

[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 kerim1 <kerim1@users.noreply.github.com> 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: 2021-06-16T13:50:16Z+0200, date modified: 2023-01-25T09:39:33Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/lenticular-lens-gui-vue)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (1.6) 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] Setting group Lenticular Lens

[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 "lenticularlens-gui" --codeRepository "https://github.com/knaw-huc/lenticular-lens-gui-vue" --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/lenticularlens-gui.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.lenticularlens-gui.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.lenticularlens-gui.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.lenticularlens-gui.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.lenticularlens-gui.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.lenticularlens-gui.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.lenticularlens-gui.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.lenticularlens-gui.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.lenticularlens-gui.codemeta.json /tmp/codemeta-harvester.cache//tmp/22-npm.lenticularlens-gui.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.lenticularlens-gui.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.lenticularlens-gui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.lenticularlens-gui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.lenticularlens-gui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.lenticularlens-gui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.lenticularlens-gui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.lenticularlens-gui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.lenticularlens-gui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.lenticularlens-gui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/22-npm.lenticularlens-gui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.lenticularlens-gui.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/lenticularlens-gui

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.lenticularlens-gui.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-gui

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.lenticularlens-gui.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-gui

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] processed 1 new triples, total is now 3

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.lenticularlens-gui.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticularlens-gui.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-gui

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] processed 8 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.lenticularlens-gui.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-gui

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] processed 2 new triples, total is now 12

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.lenticularlens-gui.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-gui

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] processed 1 new triples, total is now 13

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.lenticularlens-gui.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticular-lens-gui-vue/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-gui

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] processed 11 new triples, total is now 23

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.lenticularlens-gui.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-gui

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] overriding old http://schema.org/dateCreated (2021-06-16T11:50:15Z -> 2021-06-16T13:50:16Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] overriding old http://schema.org/dateModified (2023-02-27T14:35:58Z -> 2023-01-25T09:39:33Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] processed 2 new triples, total is now 23

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.lenticularlens-gui.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticularlens-gui.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-gui

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] processed 8 new triples, total is now 24

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/22-npm.lenticularlens-gui.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticular-lens/1.0.0

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-gui

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] overriding old http://schema.org/name (lenticular-lens-gui-vue -> lenticular-lens)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] overriding old http://schema.org/version (1.6 -> 1.0.0)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] processed 103 new triples, total is now 124

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.lenticularlens-gui.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-gui

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-gui)] processed 1 new triples, total is now 125

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/lenticularlens-gui -> https://tools.clariah.nl/lenticularlens-gui/1.0.0

[CODEMETA VALIDATION (lenticularlens-gui)] license not set

[CODEMETA VALIDATION (lenticularlens-gui)] done

[CODEMETA ENRICHMENT (lenticularlens-gui)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/lenticularlens-gui/1.0.0 #1: Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-gui/1.0.0 #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-gui/1.0.0 #3: 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/lenticularlens-gui/1.0.0 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-gui/1.0.0 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-gui/1.0.0 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-gui/1.0.0 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-gui/1.0.0 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-gui/1.0.0 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/lenticularlens-gui.codemeta.json

[harvester info] <-- Finished processing lenticularlens-gui (https://github.com/knaw-huc/lenticular-lens-gui-vue) [Sun Apr  5 03:14:00 UTC 2026]
""" .

<https://tools.clariah.nl/lenticularlens-postgresql/1.6> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Lenticular Lens" ;
    sdo:author <https://tools.clariah.nl/stub/H0e48be7c3445b244> ;
    sdo:codeRepository "https://github.com/knaw-huc/lenticular-lens-postgresql" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-44acafcaa3139b99> ;
    sdo:dateCreated "2021-01-22T10:22:41Z+0100"^^sdo:Date ;
    sdo:dateModified "2025-03-05T09:59:07Z+0100"^^sdo:Date ;
    sdo:description "PostgreSQL extension for Lenticular Lens" ;
    sdo:downloadUrl "https://github.com/knaw-huc/lenticular-lens-postgresql/archive/refs/tags/1.6.zip" ;
    sdo:identifier "lenticularlens-postgresql" ;
    sdo:name "lenticular-lens-postgresql" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:releaseNotes "https://github.com/knaw-huc/lenticular-lens-postgresql/releases/tag/1.6" ;
    sdo:review <https://tools.clariah.nl/validation/N3e50030d5cb84e58a9c5bab62ffbf487> ;
    sdo:version "1.6" ;
    owl:sameAs <https://tools.clariah.nl/lenticular-lens-postgresql/snapshot>,
        <https://tools.clariah.nl/lenticularlens-postgresql.contributors/snapshot>,
        <https://tools.clariah.nl/lenticularlens-postgresql.topcontributor/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:issueTracker <https://github.com/knaw-huc/lenticular-lens-postgresql/issues> ;
    codemeta:readme <https://github.com/knaw-huc/lenticular-lens-postgresql/blob/1.6//readme.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:14:00 UTC 2026)

[harvester info] --> Processing lenticularlens-postgresql (https://github.com/knaw-huc/lenticular-lens-postgresql) [Sun Apr  5 03:14:00 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/lenticular-lens-postgresql...

[harvester info] Found release 1.6

[harvester info] Using '1.6'

[harvester info] Git reference: 1.6

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/lenticularlens-postgresql for harvestable resources...

[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 kerim1 <kerim1@users.noreply.github.com> 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: 2021-01-22T10:22:41Z+0100, date modified: 2025-03-05T09:59:07Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/lenticular-lens-postgresql)

[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] Looking for continuous integration information in readme.md...

[harvester info] Looking for documentation links in readme.md...

[harvester info] Falling back to git tag (1.6) 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] Setting group Lenticular Lens

[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 "lenticularlens-postgresql" --codeRepository "https://github.com/knaw-huc/lenticular-lens-postgresql" --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/lenticularlens-postgresql.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.lenticularlens-postgresql.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.lenticularlens-postgresql.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.lenticularlens-postgresql.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.lenticularlens-postgresql.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.lenticularlens-postgresql.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.lenticularlens-postgresql.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.lenticularlens-postgresql.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.lenticularlens-postgresql.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.lenticularlens-postgresql.codemeta.json 

-- begin log --

Passed 9 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.lenticularlens-postgresql.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.lenticularlens-postgresql.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.lenticularlens-postgresql.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.lenticularlens-postgresql.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.lenticularlens-postgresql.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.lenticularlens-postgresql.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.lenticularlens-postgresql.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.lenticularlens-postgresql.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.lenticularlens-postgresql.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/lenticularlens-postgresql

Processing source #1 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.lenticularlens-postgresql.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-postgresql

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] processed 1 new triples, total is now 2

Processing source #2 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.lenticularlens-postgresql.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-postgresql

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] processed 1 new triples, total is now 3

Processing source #3 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.lenticularlens-postgresql.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticularlens-postgresql.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-postgresql

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] processed 8 new triples, total is now 10

Processing source #4 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.lenticularlens-postgresql.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-postgresql

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] processed 2 new triples, total is now 12

Processing source #5 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.lenticularlens-postgresql.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-postgresql

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] processed 1 new triples, total is now 13

Processing source #6 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.lenticularlens-postgresql.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticular-lens-postgresql/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-postgresql

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] processed 11 new triples, total is now 23

Processing source #7 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.lenticularlens-postgresql.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-postgresql

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] overriding old http://schema.org/dateCreated (2021-01-22T09:12:46Z -> 2021-01-22T10:22:41Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] overriding old http://schema.org/dateModified (2025-03-05T13:22:47Z -> 2025-03-05T09:59:07Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] processed 2 new triples, total is now 23

Processing source #8 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.lenticularlens-postgresql.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticularlens-postgresql.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-postgresql

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] processed 14 new triples, total is now 30

Processing source #9 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.lenticularlens-postgresql.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens-postgresql

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens-postgresql)] processed 1 new triples, total is now 31

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/lenticularlens-postgresql -> https://tools.clariah.nl/lenticularlens-postgresql/1.6

[CODEMETA VALIDATION (lenticularlens-postgresql)] license not set

[CODEMETA VALIDATION (lenticularlens-postgresql)] done

[CODEMETA ENRICHMENT (lenticularlens-postgresql)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/lenticularlens-postgresql/1.6 #1: Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-postgresql/1.6 #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-postgresql/1.6 #3: 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/lenticularlens-postgresql/1.6 #4: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-postgresql/1.6 #5: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-postgresql/1.6 #6: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-postgresql/1.6 #7: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-postgresql/1.6 #8: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-postgresql/1.6 #9: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-postgresql/1.6 #10: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens-postgresql/1.6 #11: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/lenticularlens-postgresql.codemeta.json

[harvester info] <-- Finished processing lenticularlens-postgresql (https://github.com/knaw-huc/lenticular-lens-postgresql) [Sun Apr  5 03:14:12 UTC 2026]
""" .

<https://tools.clariah.nl/libfolia/2.22> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "FoLiA" ;
    sdo:author <https://tools.clariah.nl/stub/H-196275103e5f493b> ;
    sdo:codeRepository "https://github.com/LanguageMachines/libfolia" ;
    sdo:contributor <https://tools.clariah.nl/stub/H74c3f5f185e86c8f> ;
    sdo:description "This is a C++ Library for working with the Format for Linguistic Annotation (FoLiA)." ;
    sdo:identifier "libfolia" ;
    sdo:keywords "folia",
        "linguistic annotation",
        "natural language processing",
        "nlp",
        "xml" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/ko-van-der-sloot>,
        <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "libfolia" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/clst> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-62b7f60656163cb5> ;
    sdo:releaseNotes "https://github.com/LanguageMachines/libfolia/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N734bd4160aaebe3c00c5238c30411704> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-64affc2b25861e6d>,
        <https://tools.clariah.nl/stub/H022985fbc05abc8c>,
        <https://tools.clariah.nl/stub/H080e34c88d2cb096> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://github.com/LanguageMachines/libfolia" ;
    sdo:version "2.22" ;
    owl:sameAs <https://tools.clariah.nl/maintainers/snapshot> ;
    codemeta:continuousIntegration <https://travis-ci.org/LanguageMachines/libfolia> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-1f89c371330e326d>,
        <https://tools.clariah.nl/stub/H-74ce5dd34599c5a0> ;
    codemeta:issueTracker <https://github.com/LanguageMachines/libfolia/issues> ;
    codemeta:readme <https://github.com/LanguageMachines/libfolia/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-79f1ecbeaf42dc1f>,
        <https://tools.clariah.nl/stub/H10791c04084be0f6> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:14:31 UTC 2026)

[harvester info] --> Processing libfolia (https://github.com/LanguageMachines/libfolia) [Sun Apr  5 03:14:31 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/LanguageMachines/libfolia...

[harvester info] Found release v2.22

[harvester info] Using 'v2.22'

[harvester info] Git reference: v2.22

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/libfolia for harvestable resources...

[harvester info] found codemeta.json for libfolia (md5sum b059b136d4a37d5e6d6101adcce65249); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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] Looking for repostatus information in README in master branch...

[harvester info] Parsing MAINTAINERS from master branch...

[harvester info] Setting group FoLiA

[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 "libfolia" --codeRepository "https://github.com/LanguageMachines/libfolia" --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/libfolia.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.libfolia.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.libfolia.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.libfolia.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-maintainers.libfolia.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.libfolia.codemeta.json 

-- begin log --

Passed 5 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.libfolia.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.libfolia.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.libfolia.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-maintainers.libfolia.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.libfolia.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/libfolia

Processing source #1 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.libfolia.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/libfolia

[CODEMETA COMPOSITION (https://tools.clariah.nl/libfolia)] processed 1 new triples, total is now 2

Processing source #2 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.libfolia.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/libfolia

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (libfolia)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (libfolia)] processed 111 new triples, total is now 111

Processing source #3 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.libfolia.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/libfolia

[CODEMETA COMPOSITION (libfolia)] processed 1 new triples, total is now 111

Processing source #4 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-maintainers.libfolia.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/libfolia

[CODEMETA COMPOSITION (libfolia)] processed 14 new triples, total is now 124

Processing source #5 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.libfolia.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/libfolia

[CODEMETA COMPOSITION (libfolia)] processed 1 new triples, total is now 125

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/libfolia -> https://tools.clariah.nl/libfolia/2.22

[CODEMETA VALIDATION (libfolia)] done

[CODEMETA ENRICHMENT (libfolia)] adding author https://tools.clariah.nl/stub/H-199df633b3428140 as contributor

[CODEMETA ENRICHMENT (libfolia)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

VALIDATION https://tools.clariah.nl/libfolia/2.22 #1: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/libfolia/2.22 #2: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/libfolia/2.22 #3: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/libfolia/2.22 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/libfolia/2.22 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/libfolia.codemeta.json

[harvester info] <-- Finished processing libfolia (https://github.com/LanguageMachines/libfolia) [Sun Apr  5 03:14:35 UTC 2026]
""" .

<https://tools.clariah.nl/lidia> ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:14:35 UTC 2026)

[harvester info] --> Processing lidia (https://github.com/UUDigitalHumanitieslab/lidia) [Sun Apr  5 03:14:35 UTC 2026]

[harvester info] Git light cloning https://github.com/UUDigitalHumanitieslab/lidia...

-- begin log --

Cloning into '/tmp/codemeta-harvester.cache//lidia'...

fatal: could not read Username for 'https://github.com': No such device or address

-- end log --

[harvester error] Failed to git clone https://github.com/UUDigitalHumanitieslab/lidia
""" .

<https://tools.clariah.nl/lingua-cli/0.4.1> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/lingua-cli" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2022-04-16T23:27:08Z+0200"^^sdo:Date ;
    sdo:dateModified "2024-10-12T23:10:48Z+0200"^^sdo:Date ;
    sdo:description "Lingua-cli is a command line tool for language classification, using the lingua-rs library." ;
    sdo:downloadUrl "https://github.com/proycon/lingua-cli/archive/refs/tags/v0.4.1.zip" ;
    sdo:identifier "lingua-cli" ;
    sdo:keywords "languagedetection",
        "nlp" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "lingua-cli" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Rust" ;
    sdo:releaseNotes "https://github.com/proycon/lingua-cli/releases/tag/v0.4.1" ;
    sdo:review <https://tools.clariah.nl/validation/N2b5e101fda424f8b6d9b150ffe6f574b> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/clap-4-5-20>,
        <https://tools.clariah.nl/dependency/lingua-1-6-2> ;
    sdo:url "https://git.sr.ht/~proycon/lingua-cli" ;
    sdo:version "0.4.1" ;
    owl:sameAs <https://tools.clariah.nl/cargo.toml/0.4.1>,
        <https://tools.clariah.nl/lingua-cli.contributors/snapshot>,
        <https://tools.clariah.nl/lingua-cli.topcontributor/snapshot>,
        <https://tools.clariah.nl/lingua-cli/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H693426f115b1cce2> ;
    codemeta:issueTracker <https://github.com/proycon/lingua-cli/issues> ;
    codemeta:readme <https://tools.clariah.nl/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:14:36 UTC 2026)

[harvester info] --> Processing lingua-cli (https://github.com/proycon/lingua-cli) [Sun Apr  5 03:14:36 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/lingua-cli...

[harvester info] Found release v0.4.1

[harvester info] Using 'v0.4.1'

[harvester info] Git reference: v0.4.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/lingua-cli for harvestable resources...

[harvester info] found Cargo.toml (rust) for lingua-cli, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2022-04-16T23:27:08Z+0200, date modified: 2024-10-12T23:10:48Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/proycon/lingua-cli)

[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] Found TRL https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate

[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 (v0.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] 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 "lingua-cli" --codeRepository "https://github.com/proycon/lingua-cli" --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/lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/23-rust.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-trl.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.lingua-cli.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.lingua-cli.codemeta.json 

-- begin log --

Passed 13 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/23-rust.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-trl.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.lingua-cli.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.lingua-cli.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/lingua-cli

Processing source #1 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.lingua-cli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 1 new triples, total is now 2

Processing source #2 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.lingua-cli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 1 new triples, total is now 3

Processing source #3 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.lingua-cli.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lingua-cli.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 8 new triples, total is now 10

Processing source #4 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.lingua-cli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 2 new triples, total is now 12

Processing source #5 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.lingua-cli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 1 new triples, total is now 13

Processing source #6 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.lingua-cli.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lingua-cli/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H57c416707510fcf9 -> https://tools.clariah.nl/stub/H-bbac4da168f3e94)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 24 new triples, total is now 31

Processing source #7 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.lingua-cli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] overriding old http://schema.org/dateCreated (2022-04-16T21:26:34Z -> 2022-04-16T23:27:08Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] overriding old http://schema.org/dateModified (2024-10-12T21:13:02Z -> 2024-10-12T23:10:48Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 2 new triples, total is now 31

Processing source #8 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.lingua-cli.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lingua-cli.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 8 new triples, total is now 32

Processing source #9 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.lingua-cli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/lingua-cli)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 1 new triples, total is now 32

Processing source #10 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/23-rust.lingua-cli.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cargo.toml/0.4.1

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-bbac4da168f3e94 -> https://tools.clariah.nl/stub/H57c416707510fcf9)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] overriding old http://schema.org/description (Very small simple command-line interface for language detection using lingua-rs -> Lingua-cli is a command line tool for language classification, using the lingua-rs library.)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] overriding old https://codemeta.github.io/terms/readme (https://github.com/proycon/lingua-cli/blob/v0.4.1//README.md -> https://tools.clariah.nl/README.md)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] overriding old http://schema.org/version (v0.4.1 -> 0.4.1)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 26 new triples, total is now 43

Processing source #11 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-trl.lingua-cli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 1 new triples, total is now 44

Processing source #12 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.lingua-cli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 1 new triples, total is now 44

Processing source #13 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.lingua-cli.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lingua-cli

[CODEMETA COMPOSITION (https://tools.clariah.nl/lingua-cli)] processed 1 new triples, total is now 44

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/lingua-cli -> https://tools.clariah.nl/lingua-cli/0.4.1

[CODEMETA VALIDATION (lingua-cli)] done

[CODEMETA ENRICHMENT (lingua-cli)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (lingua-cli)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/lingua-cli/0.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)

VALIDATION https://tools.clariah.nl/lingua-cli/0.4.1 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lingua-cli/0.4.1 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lingua-cli/0.4.1 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lingua-cli/0.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)

VALIDATION https://tools.clariah.nl/lingua-cli/0.4.1 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/lingua-cli.codemeta.json

[harvester info] <-- Finished processing lingua-cli (https://github.com/proycon/lingua-cli) [Sun Apr  5 03:14:50 UTC 2026]
""" .

<https://tools.clariah.nl/mbt/3.11> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H4f8708329aedd83f> ;
    sdo:codeRepository "https://github.com/LanguageMachines/mbt" ;
    sdo:contributor <https://tools.clariah.nl/stub/H11ffc60ba4fadd48> ;
    sdo:description "MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. It has also been used for named-entity recognition, information extraction in domain-specific texts, and disfluency chunking in transcribed speech. " ;
    sdo:identifier "mbt" ;
    sdo:keywords "machine learning",
        "memory based learning",
        "natural language processing",
        "nlp",
        "tagger" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/ko-van-der-sloot>,
        <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "mbt" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-62b7f60656163cb5> ;
    sdo:releaseNotes "https://github.com/LanguageMachines/mbt/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N50e21b34864d1d47f7fda301ea0d5c54> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-64affc2b25861e6d>,
        <https://tools.clariah.nl/stub/H-690d617026642e30>,
        <https://tools.clariah.nl/stub/H080e34c88d2cb096> ;
    sdo:url "https://languagemachines.github.io/mbt" ;
    sdo:version "3.11" ;
    owl:sameAs <https://tools.clariah.nl/maintainers/snapshot> ;
    codemeta:continuousIntegration <https://travis-ci.org/LanguageMachines/mbt> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H15a3c415397a43b6>,
        <https://tools.clariah.nl/stub/H636abd8b93cdfe4e> ;
    codemeta:issueTracker <https://github.com/LanguageMachines/mbt/issues> ;
    codemeta:readme <https://github.com/LanguageMachines/mbt/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-7449a0b7c341cddc> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:14:50 UTC 2026)

[harvester info] --> Processing mbt (https://github.com/LanguageMachines/mbt) [Sun Apr  5 03:14:50 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/LanguageMachines/mbt...

[harvester info] Found release v3.11

[harvester info] Using 'v3.11'

[harvester info] Git reference: v3.11

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/mbt for harvestable resources...

[harvester info] found codemeta.json for mbt (md5sum 1144001f8e312622e9c47ffd33c926a7); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Looking for repostatus information in README in master branch...

[harvester info] Parsing MAINTAINERS from master branch...

[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 "mbt" --codeRepository "https://github.com/LanguageMachines/mbt" --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/mbt.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.mbt.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.mbt.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-maintainers.mbt.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.mbt.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.mbt.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-maintainers.mbt.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/mbt

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.mbt.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/mbt

[CODEMETA COMPOSITION (https://tools.clariah.nl/mbt)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.mbt.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/mbt

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (mbt)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (mbt)] processed 112 new triples, total is now 112

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-maintainers.mbt.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/mbt

[CODEMETA COMPOSITION (mbt)] processed 14 new triples, total is now 125

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/mbt -> https://tools.clariah.nl/mbt/3.11

[CODEMETA VALIDATION (mbt)] done

[CODEMETA ENRICHMENT (mbt)] adding author https://tools.clariah.nl/stub/H74f12e92a81fcca6 as contributor

[CODEMETA ENRICHMENT (mbt)] adding author https://orcid.org/0000-0003-2493-656X as contributor

[CODEMETA ENRICHMENT (mbt)] adding author https://tools.clariah.nl/stub/H-2c76723000f7745e as contributor

[CODEMETA ENRICHMENT (mbt)] adding author https://tools.clariah.nl/stub/H009b5f9a23a8a90a as contributor

VALIDATION https://tools.clariah.nl/mbt/3.11 #1: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/mbt/3.11 #2: Info: Reference publications *SHOULD* be expressed, if any (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/mbt/3.11 #3: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/mbt/3.11 #4: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/mbt/3.11 #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)

VALIDATION https://tools.clariah.nl/mbt/3.11 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/mbt.codemeta.json

[harvester info] <-- Finished processing mbt (https://github.com/LanguageMachines/mbt) [Sun Apr  5 03:14:54 UTC 2026]
""" .

<https://tools.clariah.nl/mediasuite-website/6.10> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Media Suite" ;
    sdo:author <https://tools.clariah.nl/stub/H-6e7966e368e1dfb4> ;
    sdo:codeRepository "https://github.com/beeldengeluid/mediasuite-website" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-6e7966e368e1dfb4> ;
    sdo:dateCreated "2023-11-21"^^sdo:Date ;
    sdo:dateModified "2023-11-21"^^sdo:Date ;
    sdo:description "The CLARIAH Media Suite is a research environment in which researchers can search, bookmark, annotate and compare items from a number of cultural heritage collections" ;
    sdo:funding <https://tools.clariah.nl/stub/H-4f71fd10e7b1c5c6>,
        <https://tools.clariah.nl/stub/H12b97e7e2f68ebf0> ;
    sdo:identifier "mediasuite-website" ;
    sdo:keywords "collection analysis",
        "cultural heritage",
        "data portal",
        "faceted search",
        "scholerly annotation",
        "virtual workspace" ;
    sdo:license <http://spdx.org/licenses/MIT.html> ;
    sdo:maintainer <https://github.com/jblom> ;
    sdo:name "CLARIAH Media Suite" ;
    sdo:operatingSystem "Linux" ;
    sdo:producer <https://www.beeldengeluid.nl/> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H52c7892e9243f882> ;
    sdo:releaseNotes "https://mediasuite.clariah.nl/documentation/release-notes" ;
    sdo:review <https://tools.clariah.nl/validation/N0f721b93fcde9d7fbd6dd4d05fc26dd1> ;
    sdo:softwareHelp <https://mediasuite.clariah.nl/documentation> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-57e8b9cdcf893479> ;
    sdo:sourceOrganization <https://www.beeldengeluid.nl/> ;
    sdo:url "https://mediasuite.clariah.nl/" ;
    sdo:version "6.10" ;
    codemeta:continuousIntegration <https://github.com/beeldengeluid/mediasuite-website/actions/workflows/nightly-production-deploy.yml> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level9Proven>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-05d60ebe44d39da> ;
    codemeta:issueTracker <https://github.com/beeldengeluid/clariah-mediasuite/issues> ;
    codemeta:readme <https://github.com/CLARIAH/clariah-mediasuite/blob/main/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:14:54 UTC 2026)

[harvester info] --> Processing mediasuite-website (https://github.com/beeldengeluid/mediasuite-website) [Sun Apr  5 03:14:54 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/beeldengeluid/mediasuite-website...

[harvester info] Found release v6.162

[harvester info] Using 'v6.162'

[harvester info] Git reference: v6.162

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/mediasuite-website for harvestable resources...

[harvester info] found codemeta.json for mediasuite-website (md5sum 6561b94ae5e3b6fbcd46653c494a11c4); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Setting group Media Suite

[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 "mediasuite-website" --codeRepository "https://github.com/beeldengeluid/mediasuite-website" --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/mediasuite-website.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.mediasuite-website.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.mediasuite-website.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.mediasuite-website.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.mediasuite-website.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.mediasuite-website.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.mediasuite-website.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/mediasuite-website

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.mediasuite-website.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/mediasuite-website

[CODEMETA COMPOSITION (https://tools.clariah.nl/mediasuite-website)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.mediasuite-website.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/mediasuite-website

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (mediasuite)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (mediasuite)] processed 70 new triples, total is now 70

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.mediasuite-website.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/mediasuite-website

[CODEMETA COMPOSITION (mediasuite)] processed 1 new triples, total is now 71

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/mediasuite-website -> https://tools.clariah.nl/mediasuite-website/6.10

[CODEMETA VALIDATION (mediasuite-website)] done

[CODEMETA ENRICHMENT (mediasuite-website)] adding author https://github.com/jblom as contributor

[CODEMETA ENRICHMENT (mediasuite-website)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/mediasuite-website/6.10 #1: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/mediasuite-website/6.10 #2: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/mediasuite-website/6.10 #3: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/mediasuite-website.codemeta.json

[harvester info] <-- Finished processing mediasuite-website (https://github.com/beeldengeluid/mediasuite-website) [Sun Apr  5 03:14:55 UTC 2026]
""" .

<https://tools.clariah.nl/missieven/v1.1e> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H13591aff92146493> ;
    sdo:codeRepository "https://github.com/CLARIAH/wp6-missieven" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-1d64b05cce24fee4> ;
    sdo:dateCreated "2020-09-02T08:58:04Z+0200"^^sdo:Date ;
    sdo:dateModified "2024-03-27T08:09:41Z+0100"^^sdo:Date ;
    sdo:description "Conversion of Generale Missieven to Text-Fabric and tutorial how to work with the result" ;
    sdo:downloadUrl "https://github.com/CLARIAH/wp6-missieven/archive/refs/tags/v1.1e.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H-2a4ae8cd19d88c6f> ;
    sdo:identifier "missieven" ;
    sdo:keywords "corpus-data",
        "corpus-linguistics",
        "corpus-processing",
        "corpus-tools",
        "dutch",
        "history",
        "nlp" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/dirk-roorda> ;
    sdo:name "Generale Missieven in Text-Fabric" ;
    sdo:operatingSystem "Linux",
        "Windows",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/stub/H445c45484c703ca5> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/CLARIAH/wp6-missieven/releases/tag/v1.1e" ;
    sdo:review <https://tools.clariah.nl/validation/N70d1fced609190392570419185a213cb> ;
    sdo:runtimePlatform "Python >= 3.9" ;
    sdo:softwareHelp <https://github.com/CLARIAH/wp6-missieven/blob/master/docs/about.md>,
        <https://nbviewer.org/github/CLARIAH/wp6-missieven/blob/master/tutorial/start.ipynb> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-54be80d07d64d940>,
        <https://tools.clariah.nl/stub/H6db321d72b4040f7> ;
    sdo:url "http://resources.huygens.knaw.nl/vocgeneralemissiven" ;
    sdo:version "v1.1e" ;
    owl:sameAs <https://tools.clariah.nl/missieven.contributors/snapshot>,
        <https://tools.clariah.nl/missieven.topcontributor/snapshot>,
        <https://tools.clariah.nl/wp6-missieven/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H194e1bd327e8601a> ;
    codemeta:issueTracker <https://github.com/CLARIAH/wp6-missieven/issues> ;
    codemeta:readme <https://github.com/CLARIAH/wp6-missieven/blob/v1.1e//README.md> ;
    codemeta:referencePublication <https://doi.org/10.5281/zenodo.4011801> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:14:55 UTC 2026)

[harvester info] --> Processing missieven (https://github.com/CLARIAH/wp6-missieven) [Sun Apr  5 03:14:55 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/wp6-missieven...

[harvester info] Found release v1.1e

[harvester info] Using 'v1.1e'

[harvester info] Git reference: v1.1e

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/missieven for harvestable resources...

[harvester info] found codemeta-harvest.json for missieven (md5sum 2497b322e78ee8bff7fdea2fec4e4767); values in here take precendence over (override) those in later detection stages

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Dirk Roorda <dirk.roorda@dans.knaw.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: 2020-09-02T08:58:04Z+0200, date modified: 2024-03-27T08:09:41Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/CLARIAH/wp6-missieven)

[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 (v1.1e) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#inactive

[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 "missieven" --codeRepository "https://github.com/CLARIAH/wp6-missieven" --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/missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.missieven.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.missieven.codemeta.json 

-- begin log --

Passed 12 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.missieven.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.missieven.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/missieven

Processing source #1 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.missieven.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] 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.missieven.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] 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.missieven.codemeta.json

    Found main resource with URI https://tools.clariah.nl/missieven.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] 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.missieven.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] 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.missieven.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] 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.missieven.codemeta.json

    Found main resource with URI https://tools.clariah.nl/wp6-missieven/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#unsupported)

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] processed 27 new triples, total is now 38

Processing source #7 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.missieven.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] overriding old http://schema.org/dateCreated (2020-09-02T06:58:02Z -> 2020-09-02T08:58:04Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] overriding old http://schema.org/dateModified (2025-10-10T15:36:06Z -> 2024-03-27T08:09:41Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] processed 2 new triples, total is now 38

Processing source #8 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.missieven.codemeta.json

    Found main resource with URI https://tools.clariah.nl/missieven.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] processed 14 new triples, total is now 45

Processing source #9 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.missieven.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/missieven)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] processed 1 new triples, total is now 45

Processing source #10 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.missieven.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#unsupported -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] processed 1 new triples, total is now 45

Processing source #11 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.missieven.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] overriding old http://schema.org/name (wp6-missieven -> Generale Missieven in Text-Fabric)

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] overriding old http://schema.org/description (General Missives in Text-Fabric -> Conversion of Generale Missieven to Text-Fabric and tutorial how to work with the result)

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/clariah -> https://tools.clariah.nl/stub/H-12bf8db17e8273b3)

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] processed 59 new triples, total is now 100

Processing source #12 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.missieven.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/missieven

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#inactive)

[CODEMETA COMPOSITION (https://tools.clariah.nl/missieven)] processed 1 new triples, total is now 100

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/missieven -> https://tools.clariah.nl/missieven/v1.1e

[CODEMETA VALIDATION (missieven)] done

[CODEMETA ENRICHMENT (missieven)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (missieven)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/missieven/v1.1e #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)

VALIDATION https://tools.clariah.nl/missieven/v1.1e #2: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/missieven/v1.1e #3: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/missieven/v1.1e #4: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/missieven.codemeta.json

[harvester info] <-- Finished processing missieven (https://github.com/CLARIAH/wp6-missieven) [Sun Apr  5 03:15:07 UTC 2026]
""" .

<https://tools.clariah.nl/mtas/8.11.1.0> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Nederlab" ;
    sdo:author <https://tools.clariah.nl/stub/H-2b06c96160c6e9d> ;
    sdo:codeRepository "https://github.com/textexploration/mtas" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-42f5599836879c77> ;
    sdo:dateCreated "2016-07-11T09:25:59Z+0200"^^sdo:Date ;
    sdo:dateModified "2022-01-14T11:51:15Z+0100"^^sdo:Date ;
    sdo:description "Multi Tier Annotation Search, a Solr/Lucene based library and plugin providing search and analysis on annotated and structured text." ;
    sdo:downloadUrl "https://github.com/textexploration/mtas/archive/refs/tags/v8.11.1.0.zip" ;
    sdo:identifier "mtas" ;
    sdo:keywords "annotations",
        "big-data",
        "cql",
        "distributed",
        "lucene",
        "search",
        "search-engine",
        "search-in-text",
        "solr",
        "structure",
        "text",
        "text-analysis" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H32422ff8971c6eb6> ;
    sdo:name "MTAS" ;
    sdo:producer <https://tools.clariah.nl/org/text-exploration> ;
    sdo:programmingLanguage "Java" ;
    sdo:releaseNotes "https://github.com/textexploration/mtas/releases/tag/v8.11.1.0" ;
    sdo:repository "http://maven.restlet.org" ;
    sdo:review <https://tools.clariah.nl/validation/N6356cee724ee926c133ee4260a6d4ed2> ;
    sdo:runtimePlatform "Java" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/junit-junit>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-math3>,
        <https://tools.clariah.nl/dependency/org-apache-lucene-lucene-analyzers-common>,
        <https://tools.clariah.nl/dependency/org-apache-lucene-lucene-codecs>,
        <https://tools.clariah.nl/dependency/org-apache-lucene-lucene-core>,
        <https://tools.clariah.nl/dependency/org-apache-lucene-lucene-queryparser>,
        <https://tools.clariah.nl/dependency/org-apache-solr-solr-core>,
        <https://tools.clariah.nl/dependency/org-apache-solr-solr-test-framework>,
        <https://tools.clariah.nl/dependency/org-locationtech-jts-jts-core>,
        <https://tools.clariah.nl/dependency/org-slf4j-slf4j-simple> ;
    sdo:url "https://textexploration.github.io/mtas/" ;
    sdo:version "8.11.1.0" ;
    owl:sameAs <https://tools.clariah.nl/mtas.contributors/snapshot>,
        <https://tools.clariah.nl/mtas.topcontributor/snapshot>,
        <https://tools.clariah.nl/mtas/snapshot>,
        <https://tools.clariah.nl/org.textexploration.mtas.mtas/8.11.1.0> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H126e98c598deead6> ;
    codemeta:issueTracker <https://github.com/textexploration/mtas/issues> ;
    codemeta:readme <https://github.com/textexploration/mtas/blob/v8.11.1.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:15:07 UTC 2026)

[harvester info] --> Processing mtas (https://github.com/textexploration/mtas) [Sun Apr  5 03:15:07 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/textexploration/mtas...

[harvester info] Found release v8.11.1.0

[harvester info] Using 'v8.11.1.0'

[harvester info] Git reference: v8.11.1.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/mtas for harvestable resources...

[harvester info] found pom.xml (Java/Maven) for mtas, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Matthijs Brouwer <matthijs@brouwer.info> 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: 2016-07-11T09:25:59Z+0200, date modified: 2022-01-14T11:51:15Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/textexploration/mtas)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v8.11.1.0) 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] Setting group Nederlab

[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 "mtas" --codeRepository "https://github.com/textexploration/mtas" --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/mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.mtas.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.mtas.codemeta.json 

-- begin log --

Passed 11 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.mtas.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.mtas.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.mtas.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.mtas.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.mtas.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.mtas.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.mtas.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.mtas.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.mtas.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.mtas.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.mtas.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/mtas

Processing source #1 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.mtas.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] processed 1 new triples, total is now 2

Processing source #2 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.mtas.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] processed 1 new triples, total is now 3

Processing source #3 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.mtas.codemeta.json

    Found main resource with URI https://tools.clariah.nl/mtas.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] processed 8 new triples, total is now 10

Processing source #4 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.mtas.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] processed 2 new triples, total is now 12

Processing source #5 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.mtas.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] processed 1 new triples, total is now 13

Processing source #6 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.mtas.codemeta.json

    Found main resource with URI https://tools.clariah.nl/mtas/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] processed 26 new triples, total is now 38

Processing source #7 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.mtas.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] overriding old http://schema.org/dateCreated (2018-06-01T17:59:04Z -> 2016-07-11T09:25:59Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] overriding old http://schema.org/dateModified (2024-05-13T18:37:38Z -> 2022-01-14T11:51:15Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] processed 2 new triples, total is now 38

Processing source #8 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.mtas.codemeta.json

    Found main resource with URI https://tools.clariah.nl/mtas.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] processed 26 new triples, total is now 59

Processing source #9 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.mtas.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/mtas)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/mtas)] processed 1 new triples, total is now 59

Processing source #10 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.mtas.codemeta.json

    Found main resource with URI https://tools.clariah.nl/org.textexploration.mtas.mtas/8.11.1.0

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (org.textexploration.mtas.mtas)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-53fbc0b5ccb4d54b -> https://tools.clariah.nl/stub/H6dfa019bd82bc112)

[CODEMETA COMPOSITION (org.textexploration.mtas.mtas)] overriding old http://schema.org/description (Multi Tier Annotation Search -> Multi Tier Annotation Search, a Solr/Lucene based library and plugin providing search and analysis on annotated and structured text.)

[CODEMETA COMPOSITION (org.textexploration.mtas.mtas)] overriding old http://schema.org/name (mtas -> MTAS)

[CODEMETA COMPOSITION (org.textexploration.mtas.mtas)] overriding old http://schema.org/version (v8.11.1.0 -> 8.11.1.0)

[CODEMETA COMPOSITION (org.textexploration.mtas.mtas)] processed 62 new triples, total is now 110

Processing source #11 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.mtas.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/mtas

[CODEMETA COMPOSITION (org.textexploration.mtas.mtas)] processed 1 new triples, total is now 111

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/mtas -> https://tools.clariah.nl/mtas/8.11.1.0

[CODEMETA VALIDATION (mtas)] done

[CODEMETA ENRICHMENT (mtas)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (mtas)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/mtas/8.11.1.0 #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)

VALIDATION https://tools.clariah.nl/mtas/8.11.1.0 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/mtas/8.11.1.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/mtas/8.11.1.0 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/mtas/8.11.1.0 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/mtas/8.11.1.0 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/mtas/8.11.1.0 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/mtas.codemeta.json

[harvester info] <-- Finished processing mtas (https://github.com/textexploration/mtas) [Sun Apr  5 03:15:21 UTC 2026]
""" .

<https://tools.clariah.nl/nederlab-pipeline/0.8.0> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Nederlab" ;
    sdo:author <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:codeRepository "https://github.com/proycon/nederlab-pipeline" ;
    sdo:contributor <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:dateCreated "2017"^^sdo:Date ;
    sdo:description "A set of workflows for linguistic enrichment of historical dutch" ;
    sdo:funder <https://tools.clariah.nl/stub/H7ed928598eb753d3> ;
    sdo:identifier "nederlab-pipeline" ;
    sdo:keywords "natural language processing",
        "nlp" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0> ;
    sdo:maintainer <https://orcid.org/0000-0002-1046-0006> ;
    sdo:name "Nederlab Pipeline" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/clst> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-3736b4ec3f23779a> ;
    sdo:releaseNotes "https://github.com/proycon/nederlab-pipeline/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N45856304bef603fb1d948844534cc24b> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-b0622820dd87ce3>,
        <https://tools.clariah.nl/stub/H0d2322a0d668bf96>,
        <https://tools.clariah.nl/stub/H1ff6068346625215>,
        <https://tools.clariah.nl/stub/H3edba5f071271633> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://github.com/proycon/nederlab-pipeline" ;
    sdo:version "0.8.0" ;
    codemeta:continuousIntegration <https://travis-ci.org/proycon/nederlab-pipeline> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:issueTracker <https://github.com/proycon/nederlab-pipeline/issues> ;
    codemeta:readme <https://github.com/proycon/nederlab-pipeline/blob/master/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:15:38 UTC 2026)

[harvester info] --> Processing nederlab-pipeline (https://github.com/proycon/nederlab-pipeline) [Sun Apr  5 03:15:38 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/nederlab-pipeline...

[harvester info] Found release v0.9.11

[harvester info] Using 'v0.9.11'

[harvester info] Git reference: v0.9.11

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/nederlab-pipeline for harvestable resources...

[harvester info] found codemeta.json for nederlab-pipeline (md5sum 28152a667f87ab59df85bec82a899a11); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#inactive

[harvester info] Setting group Nederlab

[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 "nederlab-pipeline" --codeRepository "https://github.com/proycon/nederlab-pipeline" --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/nederlab-pipeline.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.nederlab-pipeline.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.nederlab-pipeline.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.nederlab-pipeline.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.nederlab-pipeline.codemeta.json 

-- begin log --

Passed 4 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.nederlab-pipeline.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.nederlab-pipeline.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.nederlab-pipeline.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.nederlab-pipeline.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/nederlab-pipeline

Processing source #1 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.nederlab-pipeline.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/nederlab-pipeline

[CODEMETA COMPOSITION (https://tools.clariah.nl/nederlab-pipeline)] processed 1 new triples, total is now 2

Processing source #2 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.nederlab-pipeline.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/nederlab-pipeline

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA COMPOSITION (nederlab-pipeline)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> active)

[CODEMETA CORRECTION (nederlab-pipeline)] automatically converting status active to repostatus URI

[CODEMETA CORRECTION (nederlab-pipeline)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (nederlab-pipeline)] processed 71 new triples, total is now 71

Processing source #3 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.nederlab-pipeline.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/nederlab-pipeline

[CODEMETA COMPOSITION (nederlab-pipeline)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#inactive)

[CODEMETA COMPOSITION (nederlab-pipeline)] processed 1 new triples, total is now 71

Processing source #4 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.nederlab-pipeline.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/nederlab-pipeline

[CODEMETA COMPOSITION (nederlab-pipeline)] processed 1 new triples, total is now 72

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/nederlab-pipeline -> https://tools.clariah.nl/nederlab-pipeline/0.8.0

[CODEMETA VALIDATION (nederlab-pipeline)] done

[CODEMETA ENRICHMENT (nederlab-pipeline)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

[CODEMETA ENRICHMENT (nederlab-pipeline)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/nederlab-pipeline/0.8.0 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/nederlab-pipeline/0.8.0 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/nederlab-pipeline/0.8.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/nederlab-pipeline/0.8.0 #4: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/nederlab-pipeline/0.8.0 #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)

VALIDATION https://tools.clariah.nl/nederlab-pipeline/0.8.0 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/nederlab-pipeline.codemeta.json

[harvester info] <-- Finished processing nederlab-pipeline (https://github.com/proycon/nederlab-pipeline) [Sun Apr  5 03:15:40 UTC 2026]
""" .

<https://tools.clariah.nl/nederlab-portal/snapshot> a sdo:SoftwareSourceCode ;
    sdo:identifier "nederlab-portal" ;
    sdo:review <https://tools.clariah.nl/stub/H-3f26fb369d1037e3> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/webapplication/nederlab-onderzoeksportaal> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:15:40 UTC 2026)

[harvester info] --> Processing orphan service nederlab-portal [Sun Apr  5 03:15:40 UTC 2026]

[harvester info] Creating dummy codemeta.json for orphan service: codemetapy --identifier "nederlab-portal" --validate /etc/software.ttl /dev/null > /tmp/out/nederlab-portal.codemeta.json

[harvester info] Harvesting remote service URL https://www.nederlab.nl for nederlab-portal: 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/nederlab-portal.codemeta.json" "/tmp/out/nederlab-portal.codemeta.json" "https://www.nederlab.nl"

[harvester info] <-- Finished processing nederlab-portal () [Sun Apr  5 03:15:42 UTC 2026]
""" .

<https://tools.clariah.nl/network-of-terms-graphql> ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:15:42 UTC 2026)

[harvester info] --> Processing network-of-terms-graphql (https://github.com/netwerk-digitaal-erfgoed/network-of-terms) [Sun Apr  5 03:15:42 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/netwerk-digitaal-erfgoed/network-of-terms...

[harvester info] Found release @netwerk-digitaal-erfgoed/network-of-terms-graphql@20260402193015-fd15658

[harvester info] Using '@netwerk-digitaal-erfgoed/network-of-terms-graphql@20260402193015-fd15658'

-- begin log --

HEAD is now at fd15658 build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#1824)

-- end log --

[harvester error] Unable to enter packages/network-of-terms-graphql

[harvester info] (any map index 'errors' below should be considered just as notices, they are expected!)
""" .

<https://tools.clariah.nl/network-of-terms-reconciliation> ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:15:42 UTC 2026)

[harvester info] --> Processing network-of-terms-reconciliation (https://github.com/netwerk-digitaal-erfgoed/network-of-terms) [Sun Apr  5 03:15:42 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/netwerk-digitaal-erfgoed/network-of-terms...

[harvester info] Found release @netwerk-digitaal-erfgoed/network-of-terms-reconciliation@20260402193015-fd15658

[harvester info] Using '@netwerk-digitaal-erfgoed/network-of-terms-reconciliation@20260402193015-fd15658'

-- begin log --

HEAD is now at fd15658 build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#1824)

-- end log --

[harvester error] Unable to enter packages/network-of-terms-reconciliation

[harvester info] (any map index 'errors' below should be considered just as notices, they are expected!)
""" .

<https://tools.clariah.nl/piccl/0.9.5> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "TICCL & PICCL" ;
    sdo:author <https://tools.clariah.nl/stub/H6d6cd79178df129f> ;
    sdo:codeRepository "https://github.com/LanguageMachines/PICCL" ;
    sdo:contributor <https://tools.clariah.nl/stub/H64d57b451f8bbb76> ;
    sdo:dateCreated "2015"^^sdo:Date ;
    sdo:description "A set of workflows for corpus building through OCR, post-correction, and normalisation." ;
    sdo:funder <https://tools.clariah.nl/stub/H-50a26f5a21694316>,
        <https://tools.clariah.nl/stub/H04e49b18c5902a90> ;
    sdo:identifier "piccl" ;
    sdo:keywords "natural language processing",
        "nlp",
        "ocr" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H57cf780f3a5f0403> ;
    sdo:name "PICCL" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/clst> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-3736b4ec3f23779a> ;
    sdo:releaseNotes "https://github.com/LanguageMachines/PICCL/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N74a5b351a44be043ad22a9783d11fec9> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-7af2d63c8d451386>,
        <https://tools.clariah.nl/stub/H0bdbda6d2e8f5251>,
        <https://tools.clariah.nl/stub/H1ff6068346625215>,
        <https://tools.clariah.nl/stub/H246ce334de86ef74>,
        <https://tools.clariah.nl/stub/H3edba5f071271633> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://github.com/LanguageMachines/PICCL" ;
    sdo:version "0.9.5" ;
    codemeta:continuousIntegration <https://travis-ci.org/LanguageMachines/PICCL> ;
    codemeta:developmentStatus <https://www.repostatus.org/#unsupported> ;
    codemeta:issueTracker <https://github.com/LanguageMachines/PICCL/issues> ;
    codemeta:readme <https://github.com/LanguageMachines/PICCL/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-447b770970f9a776> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:16:35 UTC 2026)

[harvester info] --> Processing piccl (https://github.com/LanguageMachines/PICCL) [Sun Apr  5 03:16:35 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/LanguageMachines/PICCL...

[harvester info] Found release v0.9.5

[harvester info] Using 'v0.9.5'

[harvester info] Git reference: v0.9.5

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/piccl for harvestable resources...

[harvester info] found codemeta.json for piccl (md5sum bc252783fbb5adeb07f8d56d41b33821); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#unsupported

[harvester info] Setting group TICCL & PICCL

[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 "piccl" --codeRepository "https://github.com/LanguageMachines/PICCL" --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/piccl.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.piccl.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.piccl.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.piccl.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.piccl.codemeta.json 

-- begin log --

Passed 4 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.piccl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.piccl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.piccl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.piccl.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/piccl

Processing source #1 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.piccl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piccl

[CODEMETA COMPOSITION (https://tools.clariah.nl/piccl)] processed 1 new triples, total is now 2

Processing source #2 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.piccl.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/piccl

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA COMPOSITION (piccl)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> active)

[CODEMETA CORRECTION (piccl)] automatically converting status active to repostatus URI

[CODEMETA CORRECTION (piccl)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (piccl)] processed 126 new triples, total is now 126

Processing source #3 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.piccl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piccl

[CODEMETA COMPOSITION (piccl)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#unsupported)

[CODEMETA COMPOSITION (piccl)] processed 1 new triples, total is now 126

Processing source #4 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.piccl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piccl

[CODEMETA COMPOSITION (piccl)] processed 1 new triples, total is now 127

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/piccl -> https://tools.clariah.nl/piccl/0.9.5

[CODEMETA VALIDATION (piccl)] done

[CODEMETA ENRICHMENT (piccl)] adding author https://tools.clariah.nl/stub/H7d758917f811ce23 as contributor

[CODEMETA ENRICHMENT (piccl)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

[CODEMETA ENRICHMENT (piccl)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/piccl/0.9.5 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/piccl/0.9.5 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/piccl/0.9.5 #3: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/piccl/0.9.5 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/piccl/0.9.5 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/piccl.codemeta.json

[harvester info] <-- Finished processing piccl (https://github.com/LanguageMachines/PICCL) [Sun Apr  5 03:16:37 UTC 2026]
""" .

<https://tools.clariah.nl/python-timbl/2025.5.2> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Scientific/Engineering",
        "Text Processing > Linguistic" ;
    sdo:applicationSuite "TiMBL" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H-22ca45a25caed764> ;
    sdo:codeRepository "https://github.com/proycon/python-timbl" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-1311392e1ba7f04b> ;
    sdo:dateCreated "2013-02-11T12:09:56Z+0100"^^sdo:Date ;
    sdo:dateModified "2025-05-02T11:24:16Z+0200"^^sdo:Date ;
    sdo:description "Python 3 language binding for the Tilburg Memory-Based Learner" ;
    sdo:downloadUrl "https://github.com/proycon/python-timbl/archive/refs/tags/v2025.05.02.zip" ;
    sdo:identifier "python-timbl" ;
    sdo:keywords "k-nearest-neighbours",
        "knn",
        "machine-learning",
        "python",
        "timbl" ;
    sdo:license <http://spdx.org/licenses/GPL-2.0-only>,
        <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "python3-timbl" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/python-timbl/releases/tag/v2025.05.02" ;
    sdo:review <https://tools.clariah.nl/validation/N0b0da378009a459239629248f249936c> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:url "http://github.com/proycon/python-timbl" ;
    sdo:version "2025.5.2" ;
    owl:sameAs <https://tools.clariah.nl/python-timbl.contributors/snapshot>,
        <https://tools.clariah.nl/python-timbl.topcontributor/snapshot>,
        <https://tools.clariah.nl/python-timbl/snapshot>,
        <https://tools.clariah.nl/python3-timbl/2025.5.2> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/proycon/python-timbl/issues> ;
    codemeta:readme <https://github.com/proycon/python-timbl/blob/v2025.05.02//README.rst> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:17:20 UTC 2026)

[harvester info] --> Processing python-timbl (https://github.com/proycon/python-timbl) [Sun Apr  5 03:17:20 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/python-timbl...

[harvester info] Found release v2025.05.02

[harvester info] Using 'v2025.05.02'

[harvester info] Git reference: v2025.05.02

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/python-timbl for harvestable resources...

[harvester info] found python setup for python-timbl, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2013-02-11T12:09:56Z+0100, date modified: 2025-05-02T11:24:16Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/proycon/python-timbl)

[harvester info] Adding URL for found README: README.rst

[harvester info] Found releaseNotes

[harvester info] Querying Zenodo API for DOI (access token provided)...

[harvester info] Found DOI https://doi.org/10.5281/zenodo.15322565

[harvester info] Converting README.rst to README.md

[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 (v2025.05.02) 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.rst in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#active

[harvester info] Setting group TiMBL

[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 "python-timbl" --codeRepository "https://github.com/proycon/python-timbl" --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/python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.python-timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.python-timbl.codemeta.json 

-- begin log --

Passed 14 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.python-timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.python-timbl.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/python-timbl

Processing source #1 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.python-timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] processed 1 new triples, total is now 2

Processing source #2 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.python-timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] processed 1 new triples, total is now 3

Processing source #3 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.python-timbl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-timbl.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] processed 8 new triples, total is now 10

Processing source #4 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.python-timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] processed 2 new triples, total is now 12

Processing source #5 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.python-timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] processed 1 new triples, total is now 13

Processing source #6 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.python-timbl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-timbl/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H7f5ab37572904f9c -> https://tools.clariah.nl/stub/H249a9083f1bbe73e)

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] processed 26 new triples, total is now 33

Processing source #7 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.python-timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] overriding old http://schema.org/dateCreated (2013-02-11T11:07:42Z -> 2013-02-11T12:09:56Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] overriding old http://schema.org/dateModified (2025-05-02T09:33:21Z -> 2025-05-02T11:24:16Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] processed 2 new triples, total is now 33

Processing source #8 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.python-timbl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-timbl.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] processed 14 new triples, total is now 42

Processing source #9 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.python-timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/python-timbl)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] processed 1 new triples, total is now 42

Processing source #10 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.python-timbl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python3-timbl/2025.5.2

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (python3-timbl)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H249a9083f1bbe73e -> https://tools.clariah.nl/stub/H-704cd506038bc9db)

[CODEMETA COMPOSITION (python3-timbl)] overriding old http://schema.org/codeRepository (https://github.com/proycon/python-timbl -> http://github.com/proycon/python-timbl)

[CODEMETA COMPOSITION (python3-timbl)] overriding old http://schema.org/description (python-timbl, originally developed by Sander Canisius, is a Python extension module wrapping the full TiMBL C++ programming interface. With this module, all functionality exposed through the C++ interface is also available to Python scripts. Being able to access the API from Python greatly facilitates prototyping TiMBL-based applications. -> Python 3 language binding for the Tilburg Memory-Based Learner)

[CODEMETA COMPOSITION (python3-timbl)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (python3-timbl)] overriding old http://schema.org/name (python-timbl -> python3-timbl)

[CODEMETA COMPOSITION (python3-timbl)] overriding old http://schema.org/version (v2025.05.02 -> 2025.5.2)

[CODEMETA COMPOSITION (python3-timbl)] processed 60 new triples, total is now 90

Processing source #11 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.python-timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (python3-timbl)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#wip -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (python3-timbl)] processed 1 new triples, total is now 90

Processing source #12 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.python-timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (python3-timbl)] processed 1 new triples, total is now 90

Processing source #13 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.python-timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (python3-timbl)] overriding old http://schema.org/identifier (python3-timbl -> )

[CODEMETA COMPOSITION (python3-timbl)] processed 5 new triples, total is now 94

Processing source #14 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.python-timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-timbl)] processed 1 new triples, total is now 95

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/python-timbl -> https://tools.clariah.nl/python-timbl/2025.5.2

[CODEMETA VALIDATION (python-timbl)] done

[CODEMETA ENRICHMENT (python-timbl)] automatically adding programmingLanguage Python derived from runtimePlatform Python

VALIDATION https://tools.clariah.nl/python-timbl/2025.5.2 #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)

VALIDATION https://tools.clariah.nl/python-timbl/2025.5.2 #2: Warning: The producer of the software source code *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/python-timbl/2025.5.2 #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/python-timbl/2025.5.2 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/python-timbl/2025.5.2 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/python-timbl/2025.5.2 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/python-timbl/2025.5.2 #7: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/python-timbl/2025.5.2 #8: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/python-timbl.codemeta.json

[harvester info] <-- Finished processing python-timbl (https://github.com/proycon/python-timbl) [Sun Apr  5 03:17:35 UTC 2026]
""" .

<https://tools.clariah.nl/ricgraph/3.2> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/analyzing>,
        <https://vocabs.dariah.eu/tadirah/browsing>,
        <https://vocabs.dariah.eu/tadirah/capturing>,
        <https://vocabs.dariah.eu/tadirah/discovering>,
        <https://vocabs.dariah.eu/tadirah/enriching>,
        <https://vocabs.dariah.eu/tadirah/exploration>,
        <https://vocabs.dariah.eu/tadirah/informationRetrieval>,
        <https://vocabs.dariah.eu/tadirah/storing> ;
    sdo:author <https://tools.clariah.nl/stub/H-5017de03b610cd32> ;
    sdo:codeRepository "https://github.com/UtrechtUniversity/ricgraph" ;
    sdo:contributor <https://tools.clariah.nl/stub/H15c478e2c59d4ffe> ;
    sdo:dateCreated "2023-01-10T20:04:11Z+0100"^^sdo:Date ;
    sdo:dateModified "2026-03-03T08:02:04Z+0100"^^sdo:Date ;
    sdo:datePublished "2026-03-03"^^sdo:Date ;
    sdo:description """Ricgraph, also known as Research in context graph, enables the exploration of researchers, teams, their results, collaborations, skills, projects, and the relations between these items.
Ricgraph can store many types of items into a single graph.  These items can be obtained from various systems and from multiple organizations. Ricgraph facilitates reasoning about these items because it infers new relations between items, relations that are not present in any of the separate source systems. It is flexible and extensible, and can be adapted to new application areas.
Throughout this text, we illustrate how Ricgraph works by applying it to the application area research information.

Motivation
Ricgraph, also known as Research in context graph, is software that is about relations between items. These items can be collected from various source systems and from multiple organizations. We explain how Ricgraph works by applying it to the application area research information. We show the insights that can be obtained by combining information from various source systems, insight arising from new relations that are not present in each separate source system.
Research information is about anything related to research: research results, the persons in a research team, their collaborations, their skills, projects in which they have participated, as well as the relations between these entities. Examples of research results are publications, data sets, and software.
Example use cases from the application area research information are:
(1) As a journalist, I want to find researchers with a certain skill and their publications, so that I can interview them for a newspaper article.
(2) As a librarian, I want to enrich my local research information system with research results that are in other systems but not in ours, so that we have a more complete view of research at our university.
(3) As a researcher, I want to find researchers from other universities that have co-authored publications written by the co-authors of my own publications, so that I can read their publications to find out if we share common research interests.
These use cases use different types of information (called items): researchers, skills, publications, etc. Most often, these types of information are not stored in one system, so the use cases may be difficult or time-consuming to answer. However, by using Ricgraph, these use cases (and many others) are easy to answer.
Although this text illustrates Ricgraph in the application area research information, the principle "relations between items from various source systems" is general, so Ricgraph can be used in other application areas.

Main contributions of Ricgraph
(1) Ricgraph can store many types of items in a single graph.
(2) Ricgraph harvests multiple source systems into a single graph.
(3) Ricgraph Explorer is the exploration tool for Ricgraph.
(4) Ricgraph facilitates reasoning about items because it infers new relations between items.
(5) Ricgraph can be tailored for an application area.

Read more about Ricgraph
For a gentle introduction in Ricgraph, read the reference publication: Rik D.T. Janssen (2024). Ricgraph: A flexible and extensible graph to explore research in context from various systems. SoftwareX, 26(101736). https://doi.org/10.1016/j.softx.2024.101736
The website for Ricgraph can be found at https://www.ricgraph.eu
The documentation website for Ricgraph can be found at https://docs.ricgraph.eu
Extensive documentation, publications, videos and source code can be found in the GitHub repository https://github.com/UtrechtUniversity/ricgraph""" ;
    sdo:downloadUrl "https://github.com/UtrechtUniversity/ricgraph/archive/refs/tags/v3.2.zip" ;
    sdo:funder <https://tools.clariah.nl/stub/H4e207f8b99b139c7> ;
    sdo:identifier "ricgraph" ;
    sdo:keywords "Data enrichment",
        "Data harvesting",
        "Data linking",
        "Enrichment",
        "Graph",
        "Graph database",
        "Harvest",
        "Harvest data",
        "Harvester",
        "Knowledge graph",
        "Linked data",
        "Metadata",
        "Research in context graph",
        "Ricgraph",
        "Ricgraph Explorer",
        "Ricgraph REST API",
        "Utrecht University",
        "Visualization" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://orcid.org/0000-0001-9510-0802> ;
    sdo:name "Ricgraph - Research in context graph" ;
    sdo:producer <https://tools.clariah.nl/org/utrecht-university> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/UtrechtUniversity/ricgraph/releases/tag/v3.2" ;
    sdo:review <https://tools.clariah.nl/validation/N17c33e7b31b22a8cf1d81a1cf25fab77> ;
    sdo:runtimePlatform "Python" ;
    sdo:sameAs <https://doi.org/10.5281/zenodo.7524314> ;
    sdo:softwareHelp <https://docs.ricgraph.eu>,
        <https://docs.ricgraph.eu/docs/ricgraph_tutorial.html>,
        <https://docs.ricgraph.eu/ricgraph_tutorial.pdf>,
        <https://github.com/UtrechtUniversity/ricgraph/blob/main/README.md> ;
    sdo:softwareRequirements "Sickle",
        "connexion",
        "flask",
        "gunicorn",
        "markupsafe",
        "neo4j",
        "numpy",
        "openapi_markdown",
        "pandas",
        "pyalex",
        "ratelimit",
        "requests",
        "ricgraph",
        "unidecode",
        "xmltodict" ;
    sdo:thumbnailUrl "https://raw.githubusercontent.com/UtrechtUniversity/ricgraph/main/docs/images/ricgraph_logo.jpg" ;
    sdo:url "https://www.ricgraph.eu" ;
    sdo:version "3.2" ;
    owl:sameAs <https://tools.clariah.nl/ricgraph.contributors/snapshot>,
        <https://tools.clariah.nl/ricgraph.topcontributor/snapshot>,
        <https://tools.clariah.nl/ricgraph/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-5b776957ad855526>,
        <https://tools.clariah.nl/stub/H-6c8b9c82cae21883>,
        <https://tools.clariah.nl/stub/H-bd4d0d76a1f6b4a>,
        <https://tools.clariah.nl/stub/H1f65080ece8b1ebb>,
        <https://tools.clariah.nl/stub/H3b402396b5fa3eed>,
        <https://tools.clariah.nl/stub/H4ce2c4c3bf4222bc>,
        <https://tools.clariah.nl/stub/H5f4a62966d5b0239>,
        <https://tools.clariah.nl/stub/H629745daa74d48d3>,
        <https://tools.clariah.nl/stub/H7a0d979237575783> ;
    codemeta:issueTracker <https://github.com/UtrechtUniversity/ricgraph/issues> ;
    codemeta:readme <https://github.com/UtrechtUniversity/ricgraph/blob/v3.2//README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-7a9600b1b42d0ded> ;
    ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:17:49 UTC 2026)

[harvester info] --> Processing ricgraph (https://github.com/UtrechtUniversity/ricgraph) [Sun Apr  5 03:17:49 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/UtrechtUniversity/ricgraph...

[harvester info] Found release v3.2

[harvester info] Using 'v3.2'

[harvester info] Git reference: v3.2

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ricgraph for harvestable resources...

[harvester info] found codemeta-harvest.json for ricgraph (md5sum 31c4fe5f1ee156b3a4f7a50350ed3e87); values in here take precendence over (override) those in later detection stages

[harvester info] found CITATION.cff for ricgraph, converting to codemeta

[harvester info] found python setup for ricgraph, converting to codemeta

-- begin log --

No input files specified, but found python project (pyproject.toml) in current dir, using that...

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/pyproject-toml

Processing source #1 of 1

Obtaining python package metadata for: pyproject.toml

Loading metadata from pyproject.toml via pyproject-parser

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 660, in build

    codemeta.parsers.python.parse_python(newgraph, res, source, crosswalk, args)

  File "/usr/lib/python3.12/site-packages/codemeta/parsers/python.py", line 386, in parse_python

    if value.startswith("http"):

       ^^^^^^^^^^^^^^^^

AttributeError: 'Readme' object has no attribute 'startswith'

-- end log --

[harvester error] python setup.py to codemeta conversion failed for ricgraph (codemetapy failed)

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Rik D.T. Janssen <121875841+RikDTJanssen@users.noreply.github.com> 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: 2023-01-10T20:04:11Z+0100, date modified: 2026-03-03T08:02:04Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/UtrechtUniversity/ricgraph)

[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] Found DOI https://doi.org/10.5281/zenodo.18845397

[harvester info] Looking for TRL information in README.md...

[harvester info] Found TRL https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate

[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] Scraping title from https://github.com/UtrechtUniversity/ricgraph-documentation

[harvester info] Found documentation at https://github.com/UtrechtUniversity/ricgraph-documentation : "name": "GitHub - UtrechtUniversity/ricgraph-documentation: Documentation Ricgraph - Research in context graph Â· GitHub",

[harvester info] Scraping title from https://github.com/UtrechtUniversity/ricgraph-documentation/blob/main/Makefile

[harvester info] Found documentation at https://github.com/UtrechtUniversity/ricgraph-documentation/blob/main/Makefile : "name": "ricgraph-documentation/Makefile at main Â· UtrechtUniversity/ricgraph-documentation Â· GitHub",

[harvester info] Falling back to git tag (v3.2) 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/#active

[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] 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 "ricgraph" --codeRepository "https://github.com/UtrechtUniversity/ricgraph" --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/ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-citationcff.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-trl.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.ricgraph.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.ricgraph.codemeta.json 

-- begin log --

Passed 16 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-citationcff.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-trl.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.ricgraph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.ricgraph.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ricgraph

Processing source #1 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] processed 1 new triples, total is now 2

Processing source #2 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] processed 1 new triples, total is now 3

Processing source #3 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.ricgraph.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ricgraph.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] processed 8 new triples, total is now 10

Processing source #4 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] processed 8 new triples, total is now 18

Processing source #5 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] processed 2 new triples, total is now 20

Processing source #6 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] processed 1 new triples, total is now 21

Processing source #7 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.ricgraph.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ricgraph/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] processed 32 new triples, total is now 52

Processing source #8 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] overriding old http://schema.org/dateCreated (2023-01-10T19:02:05Z -> 2023-01-10T20:04:11Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] overriding old http://schema.org/dateModified (2026-04-04T08:37:36Z -> 2026-03-03T08:02:04Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] processed 2 new triples, total is now 52

Processing source #9 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.ricgraph.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ricgraph.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] processed 14 new triples, total is now 61

Processing source #10 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/ricgraph)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/ricgraph)] processed 1 new triples, total is now 61

Processing source #11 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-citationcff.ricgraph.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H1590df2b6ee19b9d -> https://tools.clariah.nl/stub/H-24bd30cc4c007a83)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/description (Ricgraph - Research in context graph -> Ricgraph, also known as Research in context graph, enables the exploration of researchers, teams, their results, collaborations, skills, projects, and the relations between these items.

Ricgraph can store many types of items into a single graph.  These items can be obtained from various systems and from multiple organizations. Ricgraph facilitates reasoning about these items because it infers new relations between items, relations that are not present in any of the separate source systems. It is flexible and extensible, and can be adapted to new application areas.

Throughout this text, we illustrate how Ricgraph works by applying it to the application area research information.



Motivation

Ricgraph, also known as Research in context graph, is software that is about relations between items. These items can be collected from various source systems and from multiple organizations. We explain how Ricgraph works by applying it to the application area research information. We show the insights that can be obtained by combining information from various source systems, insight arising from new relations that are not present in each separate source system.

Research information is about anything related to research: research results, the persons in a research team, their collaborations, their skills, projects in which they have participated, as well as the relations between these entities. Examples of research results are publications, data sets, and software.

Example use cases from the application area research information are:

(1) As a journalist, I want to find researchers with a certain skill and their publications, so that I can interview them for a newspaper article.

(2) As a librarian, I want to enrich my local research information system with research results that are in other systems but not in ours, so that we have a more complete view of research at our university.

(3) As a researcher, I want to find researchers from other universities that have co-authored publications written by the co-authors of my own publications, so that I can read their publications to find out if we share common research interests.

These use cases use different types of information (called items): researchers, skills, publications, etc. Most often, these types of information are not stored in one system, so the use cases may be difficult or time-consuming to answer. However, by using Ricgraph, these use cases (and many others) are easy to answer.

Although this text illustrates Ricgraph in the application area research information, the principle "relations between items from various source systems" is general, so Ricgraph can be used in other application areas.



Main contributions of Ricgraph

(1) Ricgraph can store many types of items in a single graph.

(2) Ricgraph harvests multiple source systems into a single graph.

(3) Ricgraph Explorer is the exploration tool for Ricgraph.

(4) Ricgraph facilitates reasoning about items because it infers new relations between items.

(5) Ricgraph can be tailored for an application area.



Read more about Ricgraph

For a gentle introduction in Ricgraph, read the reference publication: Rik D.T. Janssen (2024). Ricgraph: A flexible and extensible graph to explore research in context from various systems. SoftwareX, 26(101736). https://doi.org/10.1016/j.softx.2024.101736

The website for Ricgraph can be found at https://www.ricgraph.eu

The documentation website for Ricgraph can be found at https://docs.ricgraph.eu

Extensive documentation, publications, videos and source code can be found in the GitHub repository https://github.com/UtrechtUniversity/ricgraph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (enrichment -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (ricgraph-rest-api -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (harvest-data -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (ricgraph-explorer -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (knowledge-graph -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (linked-data -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (data-harvesting -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (data-enrichment -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (harvest -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (visualization -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (metadata -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (utrecht-university -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (data-linking -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (harvester -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (ricgraph -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (graph -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (research-in-context-graph -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/keywords (graph-database -> Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> https://spdx.org/licenses/MIT)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/name (ricgraph -> Ricgraph - Research in context graph)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/version (v3.2 -> 3.2)

[CODEMETA CORRECTION (https://doi.org/10.5281/zenodo.7524314)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] processed 36 new triples, total is now 72

Processing source #12 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-trl.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] processed 1 new triples, total is now 73

Processing source #13 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] processed 1 new triples, total is now 73

Processing source #14 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.ricgraph.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/softwareHelp (https://github.com/UtrechtUniversity/ricgraph-documentation/blob/main/Makefile -> https://github.com/UtrechtUniversity/ricgraph/blob/main/README.md)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/softwareHelp (https://github.com/UtrechtUniversity/ricgraph-documentation -> https://github.com/UtrechtUniversity/ricgraph/blob/main/README.md)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] processed 96 new triples, total is now 164

Processing source #15 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] processed 1 new triples, total is now 164

Processing source #16 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.ricgraph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ricgraph

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] overriding old http://schema.org/identifier (https://doi.org/10.5281/zenodo.7524314 -> )

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7524314)] processed 5 new triples, total is now 168

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ricgraph -> https://tools.clariah.nl/ricgraph/3.2

[CODEMETA VALIDATION (ricgraph)] done

[CODEMETA ENRICHMENT (ricgraph)] automatically adding runtimePlatform Python derived from programmingLanguage Python

[CODEMETA ENRICHMENT (ricgraph)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/ricgraph/3.2 #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)

VALIDATION https://tools.clariah.nl/ricgraph/3.2 #2: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ricgraph.codemeta.json

[harvester info] <-- Finished processing ricgraph (https://github.com/UtrechtUniversity/ricgraph) [Sun Apr  5 03:18:03 UTC 2026]
""" .

<https://tools.clariah.nl/stam-python/0.12.1> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis>,
        <https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora> ;
    sdo:applicationSuite "STAM" ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/annotation/stam-python" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-4cd2a14064b24758> ;
    sdo:dateCreated "2023-01-31T14:47:01Z+0100"^^sdo:Date ;
    sdo:dateModified "2026-01-05T14:56:31Z+0100"^^sdo:Date ;
    sdo:description "STAM is a library for dealing with standoff annotations on text, this is the python binding." ;
    sdo:downloadUrl "https://github.com/annotation/stam-python/archive/refs/tags/v0.12.1.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H5e84f41dc9227d51> ;
    sdo:identifier "stam-python" ;
    sdo:keywords "annotation",
        "linguistics",
        "nlp",
        "standoff",
        "text-processing" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "stam" ;
    sdo:producer <https://tools.clariah.nl/stub/H-23f26241812668e0> ;
    sdo:programmingLanguage "Rust" ;
    sdo:releaseNotes "https://github.com/annotation/stam-python/releases/tag/v0.12.1" ;
    sdo:review <https://tools.clariah.nl/validation/Ncb27ce70fddae980aedfe1ffba64b38b> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareHelp "https://stam-python.readthedocs.io/" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/pyo3-0-27-2>,
        <https://tools.clariah.nl/dependency/rayon-1-11-0>,
        <https://tools.clariah.nl/dependency/stam-0-18-6>,
        <https://tools.clariah.nl/dependency/stam-tools-0-14-0> ;
    sdo:thumbnailUrl "https://github.com/annotation/stam/raw/master/logo.png" ;
    sdo:url "https://annotation.github.io/stam" ;
    sdo:version "0.12.1" ;
    owl:sameAs <https://tools.clariah.nl/cargo.toml/0.12.1>,
        <https://tools.clariah.nl/stam-python.contributors/snapshot>,
        <https://tools.clariah.nl/stam-python.topcontributor/snapshot>,
        <https://tools.clariah.nl/stam-python/snapshot>,
        <https://tools.clariah.nl/stam/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H1d848c9df0b4a4a6> ;
    codemeta:issueTracker <https://github.com/annotation/stam-python/issues> ;
    codemeta:readme <https://tools.clariah.nl/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:18:44 UTC 2026)

[harvester info] --> Processing stam-python (https://github.com/annotation/stam-python) [Sun Apr  5 03:18:44 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/annotation/stam-python...

[harvester info] Found release v0.12.1

[harvester info] Using 'v0.12.1'

[harvester info] Git reference: v0.12.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/stam-python for harvestable resources...

[harvester info] found codemeta-harvest.json for stam-python (md5sum 47f7539dabba7c4fffebf125100d8e7a); values in here take precendence over (override) those in later detection stages

[harvester info] found python setup for stam-python, converting to codemeta

[harvester info] found Cargo.toml (rust) for stam-python, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2023-01-31T14:47:01Z+0100, date modified: 2026-01-05T14:56:31Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/annotation/stam-python)

[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] Found DOI https://doi.org/10.5281/zenodo.18154374

[harvester info] Looking for TRL information in README.md...

[harvester info] Found TRL https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate

[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] Scraping title from https://stam-python.readthedocs.io

[harvester info] Found documentation at https://stam-python.readthedocs.io : "name": "STAM Library for Python - API Documentation — stam-python version = '0.9.1' documentation",

[harvester info] Falling back to git tag (v0.12.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/#active

[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 STAM

[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 "stam-python" --codeRepository "https://github.com/annotation/stam-python" --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/stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/23-rust.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-trl.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.stam-python.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam-python.codemeta.json 

-- begin log --

Passed 18 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/23-rust.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-trl.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.stam-python.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam-python.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/stam-python

Processing source #1 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 1 new triples, total is now 2

Processing source #2 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 1 new triples, total is now 3

Processing source #3 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.stam-python.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam-python.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 8 new triples, total is now 10

Processing source #4 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 4 new triples, total is now 14

Processing source #5 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 2 new triples, total is now 16

Processing source #6 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 1 new triples, total is now 17

Processing source #7 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.stam-python.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam-python/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 18 new triples, total is now 34

Processing source #8 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] overriding old http://schema.org/dateCreated (2023-02-07T13:18:02Z -> 2023-01-31T14:47:01Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] overriding old http://schema.org/dateModified (2026-03-23T09:40:47Z -> 2026-01-05T14:56:31Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 2 new triples, total is now 34

Processing source #9 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.stam-python.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam-python.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 14 new triples, total is now 41

Processing source #10 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/stam-python)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 1 new triples, total is now 41

Processing source #11 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/23-rust.stam-python.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cargo.toml/0.12.1

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] overriding old http://schema.org/description (Python binding to work with STAM, the Standoff Text Annotation Model, from Python. Written in Rust. -> STAM is a library for dealing with standoff annotations on text, this is the python binding.)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] overriding old http://schema.org/keywords (library -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] overriding old http://schema.org/keywords (python -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] overriding old https://codemeta.github.io/terms/readme (https://github.com/annotation/stam-python/blob/v0.12.1//README.md -> https://tools.clariah.nl/README.md)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] overriding old http://schema.org/softwareHelp (https://stam-python.readthedocs.io -> https://stam-python.readthedocs.io/)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] overriding old http://schema.org/version (v0.12.1 -> 0.12.1)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 43 new triples, total is now 63

Processing source #12 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.stam-python.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (stam)] overriding old http://schema.org/name (stam-python -> stam)

[CODEMETA COMPOSITION (stam)] processed 4 new triples, total is now 65

Processing source #13 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-trl.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (stam)] processed 1 new triples, total is now 66

Processing source #14 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (stam)] processed 1 new triples, total is now 66

Processing source #15 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (stam)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/annotation -> https://tools.clariah.nl/stub/H-16200c649f1b7225)

[CODEMETA COMPOSITION (stam)] processed 15 new triples, total is now 80

Processing source #16 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (stam)] processed 1 new triples, total is now 80

Processing source #17 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (stam)] overriding old http://schema.org/identifier (stam -> )

[CODEMETA COMPOSITION (stam)] processed 5 new triples, total is now 84

Processing source #18 of 18

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam-python.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-python

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-python)] processed 1 new triples, total is now 85

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/stam-python -> https://tools.clariah.nl/stam-python/0.12.1

[CODEMETA VALIDATION (stam-python)] done

[CODEMETA ENRICHMENT (stam-python)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (stam-python)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/stam-python/0.12.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)

VALIDATION https://tools.clariah.nl/stam-python/0.12.1 #2: Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/stam-python/0.12.1 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/stam-python.codemeta.json

[harvester info] <-- Finished processing stam-python (https://github.com/annotation/stam-python) [Sun Apr  5 03:19:02 UTC 2026]
""" .

<https://tools.clariah.nl/stam-rust/0.18.7> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis>,
        <https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora> ;
    sdo:applicationSuite "STAM" ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/annotation/stam-rust" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-6bd4f57aecf72fe7> ;
    sdo:dateCreated "2023-01-03T17:56:32Z+0100"^^sdo:Date ;
    sdo:dateModified "2026-03-25T14:48:29Z+0100"^^sdo:Date ;
    sdo:description "STAM is a powerful library for dealing with stand-off annotations on text. This is the Rust library." ;
    sdo:downloadUrl "https://github.com/annotation/stam-rust/archive/refs/tags/v0.18.7.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H-552e407902c43d9f> ;
    sdo:identifier "stam-rust" ;
    sdo:keywords "annotation",
        "linguistics",
        "nlp",
        "standoff",
        "text-processing" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "stam" ;
    sdo:producer <https://tools.clariah.nl/stub/H-23f26241812668e0> ;
    sdo:programmingLanguage "Rust" ;
    sdo:releaseNotes "https://github.com/annotation/stam-rust/releases/tag/v0.18.7" ;
    sdo:review <https://tools.clariah.nl/validation/Ndea3964a2eb4fb277ae61a4c3c8a8974> ;
    sdo:softwareHelp <https://docs.rs/stam> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/base16ct-0-1-1>,
        <https://tools.clariah.nl/dependency/chrono-0-4-42>,
        <https://tools.clariah.nl/dependency/csv-1-3-1>,
        <https://tools.clariah.nl/dependency/datasize-0-2-15>,
        <https://tools.clariah.nl/dependency/minicbor-0-26-5>,
        <https://tools.clariah.nl/dependency/nanoid-0-4-0>,
        <https://tools.clariah.nl/dependency/rayon-1-11-0>,
        <https://tools.clariah.nl/dependency/regex-1-11-2>,
        <https://tools.clariah.nl/dependency/sealed-0-6-0>,
        <https://tools.clariah.nl/dependency/serde-1-0-219>,
        <https://tools.clariah.nl/dependency/serde-json-1-0-143>,
        <https://tools.clariah.nl/dependency/serde-path-to-error-0-1-17>,
        <https://tools.clariah.nl/dependency/sha1-0-10-6>,
        <https://tools.clariah.nl/dependency/smallvec-1-15-1> ;
    sdo:thumbnailUrl "https://github.com/annotation/stam/raw/master/logo.png" ;
    sdo:url "https://github.com/annotation/stam" ;
    sdo:version "0.18.7" ;
    owl:sameAs <https://tools.clariah.nl/cargo.toml/0.18.7>,
        <https://tools.clariah.nl/stam-rust.contributors/snapshot>,
        <https://tools.clariah.nl/stam-rust.topcontributor/snapshot>,
        <https://tools.clariah.nl/stam-rust/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H1d848c9df0b4a4a6> ;
    codemeta:issueTracker <https://github.com/annotation/stam-rust/issues> ;
    codemeta:readme <https://tools.clariah.nl/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:19:02 UTC 2026)

[harvester info] --> Processing stam-rust (https://github.com/annotation/stam-rust) [Sun Apr  5 03:19:02 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/annotation/stam-rust...

[harvester info] Found release v0.18.7

[harvester info] Using 'v0.18.7'

[harvester info] Git reference: v0.18.7

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/stam-rust for harvestable resources...

[harvester info] found codemeta-harvest.json for stam-rust (md5sum 47f7539dabba7c4fffebf125100d8e7a); values in here take precendence over (override) those in later detection stages

[harvester info] found Cargo.toml (rust) for stam-rust, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2023-01-03T17:56:32Z+0100, date modified: 2026-03-25T14:48:29Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/annotation/stam-rust)

[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] Found DOI https://doi.org/10.5281/zenodo.19222111

[harvester info] Looking for TRL information in README.md...

[harvester info] Found TRL https://w3id.org/research-technology-readiness-levels#Level8Complete

[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] Scraping title from https://docs.rs/stam

[harvester info] Found documentation at https://docs.rs/stam : "name": "stam - Rust",

[harvester info] Scraping title from https://docs.rs/stam/

[harvester info] Found documentation at https://docs.rs/stam/ : "name": "stam - Rust",

[harvester info] Falling back to git tag (v0.18.7) 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/#active

[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 STAM

[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 "stam-rust" --codeRepository "https://github.com/annotation/stam-rust" --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/stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/23-rust.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-trl.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.stam-rust.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam-rust.codemeta.json 

-- begin log --

Passed 17 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/23-rust.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-trl.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.stam-rust.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam-rust.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/stam-rust

Processing source #1 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 1 new triples, total is now 2

Processing source #2 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 1 new triples, total is now 3

Processing source #3 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.stam-rust.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam-rust.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 8 new triples, total is now 10

Processing source #4 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 8 new triples, total is now 18

Processing source #5 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 2 new triples, total is now 20

Processing source #6 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 1 new triples, total is now 21

Processing source #7 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.stam-rust.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam-rust/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 19 new triples, total is now 39

Processing source #8 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/dateCreated (2023-01-03T12:34:52Z -> 2023-01-03T17:56:32Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/dateModified (2026-03-25T15:25:08Z -> 2026-03-25T14:48:29Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 2 new triples, total is now 39

Processing source #9 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.stam-rust.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam-rust.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 14 new triples, total is now 46

Processing source #10 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/stam-rust)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 1 new triples, total is now 46

Processing source #11 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/23-rust.stam-rust.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cargo.toml/0.18.7

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/description (Programming library for the Standoff Text Annotation Model (STAM), written in Rust. This is the primary software library for STAM with a focus on performance. -> STAM is a powerful library for dealing with stand-off annotations on text. This is the Rust library.)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/keywords (rust -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/keywords (text -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/keywords (library -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/name (stam-rust -> stam)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old https://codemeta.github.io/terms/readme (https://github.com/annotation/stam-rust/blob/v0.18.7//README.md -> https://tools.clariah.nl/README.md)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/softwareHelp (https://docs.rs/stam/ -> https://docs.rs/stam)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/softwareHelp (https://docs.rs/stam -> https://docs.rs/stam)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/url (https://annotation.github.io/stam -> https://github.com/annotation/stam)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/version (v0.18.7 -> 0.18.7)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 93 new triples, total is now 116

Processing source #12 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-trl.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 1 new triples, total is now 117

Processing source #13 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 1 new triples, total is now 117

Processing source #14 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/annotation -> https://tools.clariah.nl/stub/H1f41b9dca676ff2e)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 15 new triples, total is now 131

Processing source #15 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 1 new triples, total is now 131

Processing source #16 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 5 new triples, total is now 136

Processing source #17 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam-rust.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-rust

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-rust)] processed 1 new triples, total is now 137

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/stam-rust -> https://tools.clariah.nl/stam-rust/0.18.7

[CODEMETA VALIDATION (stam-rust)] done

[CODEMETA ENRICHMENT (stam-rust)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (stam-rust)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/stam-rust/0.18.7 #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)

VALIDATION https://tools.clariah.nl/stam-rust/0.18.7 #2: Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/stam-rust/0.18.7 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/stam-rust.codemeta.json

[harvester info] <-- Finished processing stam-rust (https://github.com/annotation/stam-rust) [Sun Apr  5 03:19:18 UTC 2026]
""" .

<https://tools.clariah.nl/stam-tools/0.15.4> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis>,
        <https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora> ;
    sdo:applicationSuite "STAM" ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/annotation/stam-tools" ;
    sdo:contributor <https://tools.clariah.nl/stub/H14fe0d4c68e84891> ;
    sdo:dateCreated "2023-03-21T15:44:21Z+0100"^^sdo:Date ;
    sdo:dateModified "2026-04-02T16:06:55Z+0200"^^sdo:Date ;
    sdo:description "Command-line tools for working with stand-off annotations on text (STAM)" ;
    sdo:downloadUrl "https://github.com/annotation/stam-tools/archive/refs/tags/v0.15.4.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H-32537f4f1f958db> ;
    sdo:identifier "stam-tools" ;
    sdo:keywords "annotation",
        "linguistics",
        "nlp",
        "standoff",
        "text-processing" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "stam-tools" ;
    sdo:producer <https://tools.clariah.nl/stub/H-23f26241812668e0> ;
    sdo:programmingLanguage "Rust" ;
    sdo:releaseNotes "https://github.com/annotation/stam-tools/releases/tag/v0.15.4" ;
    sdo:review <https://tools.clariah.nl/validation/Ncbfb41729304c407e07495facb2fb3d2> ;
    sdo:softwareHelp "https://github.com/annotation/stam-tools" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/atty-0-2-14>,
        <https://tools.clariah.nl/dependency/clap-3-2-23>,
        <https://tools.clariah.nl/dependency/html-escape-0-2-13>,
        <https://tools.clariah.nl/dependency/roxmltree-0-21-1>,
        <https://tools.clariah.nl/dependency/seal-0-1-6>,
        <https://tools.clariah.nl/dependency/serde-1-0-219>,
        <https://tools.clariah.nl/dependency/serde-json-1-0-143>,
        <https://tools.clariah.nl/dependency/stam-0-18-7>,
        <https://tools.clariah.nl/dependency/toml-0-9-5>,
        <https://tools.clariah.nl/dependency/upon-0-10-0> ;
    sdo:url "https://annotation.github.io/stam" ;
    sdo:version "0.15.4" ;
    owl:sameAs <https://tools.clariah.nl/cargo.toml/0.15.4>,
        <https://tools.clariah.nl/stam-tools.contributors/snapshot>,
        <https://tools.clariah.nl/stam-tools.topcontributor/snapshot>,
        <https://tools.clariah.nl/stam-tools/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H59f48bbb94f20595> ;
    codemeta:issueTracker <https://github.com/annotation/stam-tools/issues> ;
    codemeta:readme <https://tools.clariah.nl/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:19:18 UTC 2026)

[harvester info] --> Processing stam-tools (https://github.com/annotation/stam-tools) [Sun Apr  5 03:19:18 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/annotation/stam-tools...

[harvester info] Found release v0.15.4

[harvester info] Using 'v0.15.4'

[harvester info] Git reference: v0.15.4

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/stam-tools for harvestable resources...

[harvester info] found codemeta-harvest.json for stam-tools (md5sum 2b827fccacf74d2f577ceb5c4ab5afe0); values in here take precendence over (override) those in later detection stages

[harvester info] found Cargo.toml (rust) for stam-tools, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2023-03-21T15:44:21Z+0100, date modified: 2026-04-02T16:06:55Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/annotation/stam-tools)

[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] Found DOI https://doi.org/10.5281/zenodo.19388603

[harvester info] Looking for TRL information in README.md...

[harvester info] Found TRL https://w3id.org/research-technology-readiness-levels#Level8Complete

[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] Scraping title from https://docs.rs/regex/latest/regex/#syntax

[harvester info] Found documentation at https://docs.rs/regex/latest/regex/#syntax : "name": "regex - Rust",

[harvester info] Scraping title from https://docs.rs/stam-tools/

[harvester info] Found documentation at https://docs.rs/stam-tools/ : "name": "stamtools - Rust",

[harvester info] Falling back to git tag (v0.15.4) 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/#active

[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 STAM

[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 "stam-tools" --codeRepository "https://github.com/annotation/stam-tools" --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/stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/23-rust.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-trl.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.stam-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam-tools.codemeta.json 

-- begin log --

Passed 17 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/23-rust.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-trl.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.stam-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam-tools.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/stam-tools

Processing source #1 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 1 new triples, total is now 2

Processing source #2 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 1 new triples, total is now 3

Processing source #3 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.stam-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam-tools.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 8 new triples, total is now 10

Processing source #4 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 8 new triples, total is now 18

Processing source #5 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 2 new triples, total is now 20

Processing source #6 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 1 new triples, total is now 21

Processing source #7 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.stam-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam-tools/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 14 new triples, total is now 34

Processing source #8 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] overriding old http://schema.org/dateCreated (2023-03-21T14:43:17Z -> 2023-03-21T15:44:21Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] overriding old http://schema.org/dateModified (2026-04-02T14:08:22Z -> 2026-04-02T16:06:55Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 2 new triples, total is now 34

Processing source #9 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.stam-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam-tools.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 14 new triples, total is now 41

Processing source #10 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/stam-tools)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 1 new triples, total is now 41

Processing source #11 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/23-rust.stam-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cargo.toml/0.15.4

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] overriding old http://schema.org/description (Command line tools for working with standoff text annotations (STAM) -> Command-line tools for working with stand-off annotations on text (STAM))

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] overriding old https://codemeta.github.io/terms/readme (https://github.com/annotation/stam-tools/blob/v0.15.4//README.md -> https://tools.clariah.nl/README.md)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] overriding old http://schema.org/softwareHelp (https://docs.rs/stam-tools/ -> https://github.com/annotation/stam-tools)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] overriding old http://schema.org/softwareHelp (https://docs.rs/regex/latest/regex/#syntax -> https://github.com/annotation/stam-tools)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] overriding old http://schema.org/version (v0.15.4 -> 0.15.4)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 73 new triples, total is now 96

Processing source #12 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-trl.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 1 new triples, total is now 97

Processing source #13 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 1 new triples, total is now 97

Processing source #14 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/annotation -> https://tools.clariah.nl/stub/H-4c9e6c55e76c42e6)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 14 new triples, total is now 110

Processing source #15 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 1 new triples, total is now 110

Processing source #16 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 5 new triples, total is now 115

Processing source #17 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam-tools)] processed 1 new triples, total is now 116

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/stam-tools -> https://tools.clariah.nl/stam-tools/0.15.4

[CODEMETA VALIDATION (stam-tools)] done

[CODEMETA ENRICHMENT (stam-tools)] Guessing interface type https://w3id.org/software-types#CommandLineApplication based on clues

[CODEMETA ENRICHMENT (stam-tools)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/stam-tools/0.15.4 #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)

VALIDATION https://tools.clariah.nl/stam-tools/0.15.4 #2: Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/stam-tools/0.15.4 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/stam-tools.codemeta.json

[harvester info] <-- Finished processing stam-tools (https://github.com/annotation/stam-tools) [Sun Apr  5 03:19:35 UTC 2026]
""" .

<https://tools.clariah.nl/stam/v1.3.0> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis>,
        <https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora> ;
    sdo:applicationSuite "STAM" ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/annotation/stam" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-4af79abedbc41c88> ;
    sdo:dateCreated "2021-09-09T17:02:05Z+0200"^^sdo:Date ;
    sdo:dateModified "2025-09-05T23:19:12Z+0200"^^sdo:Date ;
    sdo:description "Stand-off Text Annotation Model (STAM) is a data model for stand-off-text annotation where any information on a text is represented as an annotation. This repository contains the model's full specification, extensions, schemas, examples and documentation." ;
    sdo:downloadUrl "https://github.com/annotation/stam/archive/refs/tags/v1.3.0.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H4525fcfbe3705e8b> ;
    sdo:identifier "stam" ;
    sdo:keywords "annotation",
        "linguistics",
        "stand-off",
        "text",
        "text-annotation",
        "webannotation" ;
    sdo:license <http://spdx.org/licenses/CC-BY-SA-4.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "stam" ;
    sdo:producer <https://tools.clariah.nl/stub/H-23f26241812668e0> ;
    sdo:releaseNotes "https://github.com/annotation/stam/releases/tag/v1.3.0" ;
    sdo:review <https://tools.clariah.nl/validation/N6428b72cbb4a2a70523fe0ee3f8fcf17> ;
    sdo:thumbnailUrl "https://github.com/annotation/stam/raw/master/logo.png" ;
    sdo:url "https://annotation.github.io/stam" ;
    sdo:version "v1.3.0" ;
    owl:sameAs <https://tools.clariah.nl/stam.contributors/snapshot>,
        <https://tools.clariah.nl/stam.topcontributor/snapshot>,
        <https://tools.clariah.nl/stam/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/annotation/stam/issues> ;
    codemeta:readme <https://github.com/annotation/stam/blob/v1.3.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:19:35 UTC 2026)

[harvester info] --> Processing stam (https://github.com/annotation/stam) [Sun Apr  5 03:19:35 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/annotation/stam...

[harvester info] Found release v1.3.0

[harvester info] Using 'v1.3.0'

[harvester info] Git reference: v1.3.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/stam for harvestable resources...

[harvester info] found codemeta-harvest.json for stam (md5sum e892bb9a9ee183702e914f9033c926e4); values in here take precendence over (override) those in later detection stages

[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: 2021-09-09T17:02:05Z+0200, date modified: 2025-09-05T23:19:12Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/annotation/stam)

[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] Found DOI https://doi.org/10.5281/zenodo.17079283

[harvester info] Looking for TRL information in README.md...

[harvester info] Found TRL https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate

[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 (v1.3.0) 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/#active

[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 STAM

[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 "stam" --codeRepository "https://github.com/annotation/stam" --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/stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-trl.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.stam.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam.codemeta.json 

-- begin log --

Passed 14 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-trl.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.stam.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/stam

Processing source #1 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 1 new triples, total is now 2

Processing source #2 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 1 new triples, total is now 3

Processing source #3 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.stam.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 8 new triples, total is now 10

Processing source #4 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 2 new triples, total is now 12

Processing source #5 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 1 new triples, total is now 13

Processing source #6 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.stam.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 20 new triples, total is now 32

Processing source #7 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] overriding old http://schema.org/dateCreated (2022-09-19T16:27:57Z -> 2021-09-09T17:02:05Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] overriding old http://schema.org/dateModified (2026-03-23T09:41:33Z -> 2025-09-05T23:19:12Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 2 new triples, total is now 32

Processing source #8 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.stam.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stam.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 26 new triples, total is now 53

Processing source #9 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-trl.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 1 new triples, total is now 54

Processing source #10 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 1 new triples, total is now 54

Processing source #11 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/annotation -> https://tools.clariah.nl/stub/H-290dbbc944c8a4d8)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] overriding old https://codemeta.github.io/terms/developmentStatus (https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate -> https://w3id.org/research-technology-readiness-levels#Stage3Experimental)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] overriding old http://schema.org/url (https://annotation.github.io/stam/ -> https://annotation.github.io/stam)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 18 new triples, total is now 68

Processing source #12 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 1 new triples, total is now 68

Processing source #13 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stam)] processed 5 new triples, total is now 73

Processing source #14 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stam.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stam

[CODEMETA COMPOSITION (https://tools.clariah.nl/stub/H5e42719cfb1d4819)] processed 1 new triples, total is now 74

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/stam -> https://tools.clariah.nl/stam/v1.3.0

[CODEMETA VALIDATION (stam)] done

[CODEMETA ENRICHMENT (stam)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/stam/v1.3.0 #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)

VALIDATION https://tools.clariah.nl/stam/v1.3.0 #2: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/stam/v1.3.0 #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/stam/v1.3.0 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/stam/v1.3.0 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/stam.codemeta.json

[harvester info] <-- Finished processing stam (https://github.com/annotation/stam) [Sun Apr  5 03:19:47 UTC 2026]
""" .

<https://tools.clariah.nl/stamd/0.2.0> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "STAM" ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/annotation/stamd" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2024-11-12T11:05:02Z+0100"^^sdo:Date ;
    sdo:dateModified "2025-07-18T16:48:24Z+0200"^^sdo:Date ;
    sdo:description "Webservice for working with stand-off annotations on text (STAM)" ;
    sdo:downloadUrl "https://github.com/annotation/stamd/archive/refs/tags/v0.2.0.zip" ;
    sdo:identifier "stamd" ;
    sdo:keywords "annotation",
        "linguistics",
        "nlp",
        "standoff",
        "text-processing" ;
    sdo:license <http://spdx.org/licenses/AGPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "stamd" ;
    sdo:producer <https://tools.clariah.nl/org/annotation> ;
    sdo:programmingLanguage "Rust" ;
    sdo:releaseNotes "https://github.com/annotation/stamd/releases/tag/v0.2.0" ;
    sdo:review <https://tools.clariah.nl/validation/Ne5fd48de20a428ca459232b0b5187c45> ;
    sdo:softwareHelp "https://github.com/annotation/stamd" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/axum-0-8-4>,
        <https://tools.clariah.nl/dependency/clap-4-5-41>,
        <https://tools.clariah.nl/dependency/serde-1-0-219>,
        <https://tools.clariah.nl/dependency/serde-json-1-0-140>,
        <https://tools.clariah.nl/dependency/stam-0-17-0>,
        <https://tools.clariah.nl/dependency/stam-tools-0-11-0>,
        <https://tools.clariah.nl/dependency/tokio-1-41-0>,
        <https://tools.clariah.nl/dependency/tower-0-5-2>,
        <https://tools.clariah.nl/dependency/tower-http-0-6-6>,
        <https://tools.clariah.nl/dependency/tracing-0-1-41>,
        <https://tools.clariah.nl/dependency/tracing-subscriber-0-3-19>,
        <https://tools.clariah.nl/dependency/utoipa-5-4-0>,
        <https://tools.clariah.nl/dependency/utoipa-swagger-ui-9-0-2> ;
    sdo:url "https://annotation.github.io/stam" ;
    sdo:version "0.2.0" ;
    owl:sameAs <https://tools.clariah.nl/cargo.toml/0.2.0>,
        <https://tools.clariah.nl/stamd.contributors/snapshot>,
        <https://tools.clariah.nl/stamd.topcontributor/snapshot>,
        <https://tools.clariah.nl/stamd/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#wip> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H5707be68443f70c3> ;
    codemeta:issueTracker <https://github.com/annotation/stamd/issues> ;
    codemeta:readme <https://tools.clariah.nl/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:19:47 UTC 2026)

[harvester info] --> Processing stamd (https://github.com/annotation/stamd) [Sun Apr  5 03:19:47 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/annotation/stamd...

[harvester info] Found release v0.2.0

[harvester info] Using 'v0.2.0'

[harvester info] Git reference: v0.2.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/stamd for harvestable resources...

[harvester info] found Cargo.toml (rust) for stamd, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license AGPL-3.0-only

[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: 2024-11-12T11:05:02Z+0100, date modified: 2025-07-18T16:48:24Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/annotation/stamd)

[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/#wip

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from https://docs.rs/stamd/

[harvester info] Found documentation at https://docs.rs/stamd/ : "name": "stamd 0.1.0 - Docs.rs",

[harvester info] Falling back to git tag (v0.2.0) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#wip

[harvester info] Setting group STAM

[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 "stamd" --codeRepository "https://github.com/annotation/stamd" --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/stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/23-rust.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.stamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stamd.codemeta.json 

-- begin log --

Passed 14 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/23-rust.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.stamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stamd.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/stamd

Processing source #1 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.stamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 1 new triples, total is now 2

Processing source #2 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.stamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 1 new triples, total is now 3

Processing source #3 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.stamd.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stamd.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 8 new triples, total is now 10

Processing source #4 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.stamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 4 new triples, total is now 14

Processing source #5 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.stamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 2 new triples, total is now 16

Processing source #6 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.stamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 1 new triples, total is now 17

Processing source #7 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.stamd.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stamd/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 13 new triples, total is now 29

Processing source #8 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.stamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] overriding old http://schema.org/dateCreated (2024-11-12T10:07:52Z -> 2024-11-12T11:05:02Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] overriding old http://schema.org/dateModified (2026-02-10T22:34:06Z -> 2025-07-18T16:48:24Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 2 new triples, total is now 29

Processing source #9 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.stamd.codemeta.json

    Found main resource with URI https://tools.clariah.nl/stamd.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 8 new triples, total is now 30

Processing source #10 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.stamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] overriding old http://schema.org/license (http://spdx.org/licenses/AGPL-3.0-only -> AGPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/stamd)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 1 new triples, total is now 30

Processing source #11 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/23-rust.stamd.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cargo.toml/0.2.0

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] overriding old https://codemeta.github.io/terms/readme (https://github.com/annotation/stamd/blob/v0.2.0//README.md -> https://tools.clariah.nl/README.md)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] overriding old http://schema.org/softwareHelp (https://docs.rs/stamd/ -> https://github.com/annotation/stamd)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] overriding old http://schema.org/version (v0.2.0 -> 0.2.0)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 88 new triples, total is now 102

Processing source #12 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.stamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 1 new triples, total is now 102

Processing source #13 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.stamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 1 new triples, total is now 102

Processing source #14 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.stamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/stamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/stamd)] processed 1 new triples, total is now 103

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/stamd -> https://tools.clariah.nl/stamd/0.2.0

[CODEMETA VALIDATION (stamd)] done

[CODEMETA ENRICHMENT (stamd)] Guessing interface type http://schema.org/WebAPI based on clues

[CODEMETA ENRICHMENT (stamd)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/stamd/0.2.0 #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)

VALIDATION https://tools.clariah.nl/stamd/0.2.0 #2: Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/stamd/0.2.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/stamd/0.2.0 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/stamd/0.2.0 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/stamd/0.2.0 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/stamd/0.2.0 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/stamd.codemeta.json

[harvester info] <-- Finished processing stamd (https://github.com/annotation/stamd) [Sun Apr  5 03:20:00 UTC 2026]
""" .

<https://tools.clariah.nl/stub/H0732614725b5ab20> a sdo:SoftwareSourceCode ;
    sdo:identifier "ineo" ;
    sdo:review <https://tools.clariah.nl/stub/H6fee5fd1b9543602> .

<https://tools.clariah.nl/t2t> ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:20:00 UTC 2026)

[harvester info] --> Processing t2t (https://gitlab.science.ru.nl/ltenbosch/t2t) [Sun Apr  5 03:20:00 UTC 2026]

[harvester info] Git light cloning https://gitlab.science.ru.nl/ltenbosch/t2t...

-- begin log --

Cloning into '/tmp/codemeta-harvester.cache//t2t'...

fatal: could not read Username for 'https://gitlab.science.ru.nl': No such device or address

-- end log --

[harvester error] Failed to git clone https://gitlab.science.ru.nl/ltenbosch/t2t
""" .

<https://tools.clariah.nl/textfabric/13.1.0> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/archiving>,
        <https://vocabs.dariah.eu/tadirah/commenting>,
        <https://vocabs.dariah.eu/tadirah/highlighting>,
        <https://vocabs.dariah.eu/tadirah/informationRetrieval>,
        <https://vocabs.dariah.eu/tadirah/interpreting>,
        <https://vocabs.dariah.eu/tadirah/rhetoricalAnalysis>,
        <https://vocabs.dariah.eu/tadirah/sharing>,
        <https://vocabs.dariah.eu/tadirah/structuralAnalysis>,
        <https://w3id.org/nwo-research-fields#BibleStudies>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology>,
        <https://w3id.org/nwo-research-fields#ReligiousStudiesAndTheology>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis>,
        <https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora> ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/education>,
        <https://tools.clariah.nl/audience/religion>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H0eb32cedf9e3bb8f> ;
    sdo:codeRepository "https://github.com/annotation/text-fabric" ;
    sdo:contributor <https://tools.clariah.nl/stub/H3f796af634e773e2> ;
    sdo:dateCreated "2017-10-19T14:44:47Z+0200"^^sdo:Date ;
    sdo:dateModified "2026-01-15T13:07:36Z+0100"^^sdo:Date ;
    sdo:description "Processor and browser for annotated text corpora" ;
    sdo:downloadUrl "https://github.com/annotation/text-fabric/archive/refs/tags/v13.1.0.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H1360c335fefe5096>,
        <https://tools.clariah.nl/stub/H4bf7c73d64f242cc>,
        <https://tools.clariah.nl/stub/H7099d88669ebbee3> ;
    sdo:identifier "textfabric" ;
    sdo:keywords "akkadian",
        "babylonian",
        "bible",
        "cuneiform",
        "database",
        "graph",
        "greek",
        "hebrew",
        "linguistics",
        "peshitta",
        "quran",
        "syriac",
        "text",
        "uruk" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-ad73aa0d5daeb54> ;
    sdo:name "text-fabric" ;
    sdo:operatingSystem "MacOS > MacOS X",
        "Microsoft > Windows > Windows 10",
        "POSIX > Linux" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/annotation/text-fabric/releases/tag/v13.1.0" ;
    sdo:review <https://tools.clariah.nl/validation/N1f421ef44c58db0d9ee0cb25623dcc00> ;
    sdo:runtimePlatform "JavaScript",
        "Python 3",
        "Python 3 Only",
        "Python Implementation CPython" ;
    sdo:softwareHelp <https://annotation.github.io/text-fabric/tf/index.html>,
        <https://nbviewer.org/github/CLARIAH/wp6-missieven/blob/master/tutorial/start.ipynb>,
        <https://nbviewer.org/github/ETCBC/bhsa/blob/master/tutorial/start.ipynb>,
        <https://nbviewer.org/github/Nino-cunei/oldbabylonian/blob/master/tutorial/start.ipynb>,
        <https://nbviewer.org/github/Nino-cunei/uruk/blob/master/tutorial/start.ipynb>,
        <https://nbviewer.org/github/annotation/banks/blob/master/programs/convert.ipynb> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/flask>,
        <https://tools.clariah.nl/dependency/ipython>,
        <https://tools.clariah.nl/dependency/markdown-ge-3-4-1>,
        <https://tools.clariah.nl/dependency/pygithub-ge-1-57>,
        <https://tools.clariah.nl/dependency/python-gitlab-ge-3-5-0>,
        <https://tools.clariah.nl/dependency/pyyaml-ge-5-3>,
        <https://tools.clariah.nl/dependency/requests>,
        <https://tools.clariah.nl/dependency/wheel> ;
    sdo:thumbnailUrl "https://github.com/annotation/text-fabric/raw/master/tf/docs/images/tf-small.png" ;
    sdo:url "https://github.com/annotation/text-fabric" ;
    sdo:version "13.1.0" ;
    owl:sameAs <https://tools.clariah.nl/text-fabric/13.1.0>,
        <https://tools.clariah.nl/text-fabric/snapshot>,
        <https://tools.clariah.nl/textfabric.contributors/snapshot>,
        <https://tools.clariah.nl/textfabric.topcontributor/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-32ce1605106036a4>,
        <https://tools.clariah.nl/stub/H-60fa10409eee33ff>,
        <https://tools.clariah.nl/stub/H1ee3500fa009fecd> ;
    codemeta:issueTracker <https://github.com/annotation/text-fabric/issues> ;
    codemeta:readme <https://github.com/annotation/text-fabric/blob/v13.1.0//README.md> ;
    codemeta:referencePublication <http://dx.doi.org/10.5334/bbi.18>,
        <https://doi.org/10.1163/24523666-01000011>,
        <https://doi.org/10.5281/zenodo.1007624>,
        <https://doi.org/10.5281/zenodo.1482791>,
        <https://doi.org/10.5281/zenodo.2532177>,
        <https://doi.org/10.5281/zenodo.3250720>,
        <https://doi.org/10.5281/zenodo.3909507>,
        <https://doi.org/10.5281/zenodo.3909515>,
        <https://doi.org/10.5281/zenodo.3944788>,
        <https://doi.org/10.5281/zenodo.4011801>,
        <https://doi.org/10.5281/zenodo.5803464>,
        <https://doi.org/10.5281/zenodo.5984171>,
        <https://tools.clariah.nl/stub/H-38cfd1388a7fde2c>,
        <https://tools.clariah.nl/stub/H-5f5b90aa6e06de94> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:20:14 UTC 2026)

[harvester info] --> Processing textfabric (https://github.com/annotation/text-fabric) [Sun Apr  5 03:20:14 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/annotation/text-fabric...

[harvester info] Found release v13.1.0

[harvester info] Using 'v13.1.0'

[harvester info] Git reference: v13.1.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/textfabric for harvestable resources...

[harvester info] found codemeta-harvest.json for textfabric (md5sum 01ac8cb475bb6947ec5a67a1d95cec7d); values in here take precendence over (override) those in later detection stages

[harvester info] found python setup for textfabric, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Dirk Roorda <dirk.roorda@dans.knaw.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: 2017-10-19T14:44:47Z+0200, date modified: 2026-01-15T13:07:36Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/annotation/text-fabric)

[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 (v13.1.0) 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/#active

[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] 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 "textfabric" --codeRepository "https://github.com/annotation/text-fabric" --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/textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.textfabric.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.textfabric.codemeta.json 

-- begin log --

Passed 13 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.textfabric.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.textfabric.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/textfabric

Processing source #1 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.textfabric.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] processed 1 new triples, total is now 2

Processing source #2 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.textfabric.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] processed 1 new triples, total is now 3

Processing source #3 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.textfabric.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textfabric.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] processed 8 new triples, total is now 10

Processing source #4 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.textfabric.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] processed 2 new triples, total is now 12

Processing source #5 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.textfabric.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] processed 1 new triples, total is now 13

Processing source #6 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.textfabric.codemeta.json

    Found main resource with URI https://tools.clariah.nl/text-fabric/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] processed 27 new triples, total is now 39

Processing source #7 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.textfabric.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] overriding old http://schema.org/dateCreated (2016-11-14T20:00:34Z -> 2017-10-19T14:44:47Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] overriding old http://schema.org/dateModified (2026-02-03T07:53:26Z -> 2026-01-15T13:07:36Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] processed 2 new triples, total is now 39

Processing source #8 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.textfabric.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textfabric.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] processed 32 new triples, total is now 66

Processing source #9 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.textfabric.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/textfabric)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/textfabric)] processed 1 new triples, total is now 66

Processing source #10 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.textfabric.codemeta.json

    Found main resource with URI https://tools.clariah.nl/text-fabric/13.1.0

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-6c0c65e830e2c0de -> https://tools.clariah.nl/stub/H-7dca97d2a1dbe2c6)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/description (File format, model, API, and apps for manipulating text and its annotated features -> Processor and browser for annotated text corpora)

[CODEMETA COMPOSITION (text-fabric)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (etcbc -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (etcbc-data -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (annotation -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (search-engine -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (search-algorithm -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (bhsa -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (sanskrit-language -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (sumerian -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (text-fabric -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (hebrew-bible -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/keywords (greek-bible -> akkadian)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/version (v13.1.0 -> 13.1.0)

[CODEMETA COMPOSITION (text-fabric)] processed 140 new triples, total is now 180

Processing source #11 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.textfabric.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (text-fabric)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#wip -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (text-fabric)] processed 1 new triples, total is now 180

Processing source #12 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.textfabric.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-7dca97d2a1dbe2c6 -> https://tools.clariah.nl/stub/H352d7c426fea8703)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/annotation -> https://huc.knaw.nl)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/applicationCategory (Religion -> https://vocabs.dariah.eu/tadirah/rhetoricalAnalysis)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/applicationCategory (Text Processing > Linguistic -> https://vocabs.dariah.eu/tadirah/rhetoricalAnalysis)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/applicationCategory (Text Processing > Filters -> https://vocabs.dariah.eu/tadirah/rhetoricalAnalysis)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/applicationCategory (Text Processing > Markup -> https://vocabs.dariah.eu/tadirah/rhetoricalAnalysis)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/applicationCategory (Scientific/Engineering > Information Analysis -> https://vocabs.dariah.eu/tadirah/rhetoricalAnalysis)

[CODEMETA COMPOSITION (text-fabric)] overriding old http://schema.org/applicationCategory (Sociology > History -> https://vocabs.dariah.eu/tadirah/rhetoricalAnalysis)

[CODEMETA COMPOSITION (text-fabric)] overriding old https://codemeta.github.io/terms/isSourceCodeOf (https://tools.clariah.nl/commandlineapplication/tf-zipall/13.1.0 -> https://tools.clariah.nl/stub/H22b5120016b63afd)

[CODEMETA COMPOSITION (text-fabric)] overriding old https://codemeta.github.io/terms/isSourceCodeOf (https://tools.clariah.nl/commandlineapplication/tf/13.1.0 -> https://tools.clariah.nl/stub/H22b5120016b63afd)

[CODEMETA COMPOSITION (text-fabric)] overriding old https://codemeta.github.io/terms/isSourceCodeOf (https://tools.clariah.nl/commandlineapplication/tf-zip/13.1.0 -> https://tools.clariah.nl/stub/H22b5120016b63afd)

[CODEMETA COMPOSITION (text-fabric)] overriding old https://codemeta.github.io/terms/isSourceCodeOf (https://tools.clariah.nl/commandlineapplication/tf-nbconvert/13.1.0 -> https://tools.clariah.nl/stub/H22b5120016b63afd)

[CODEMETA COMPOSITION (text-fabric)] overriding old https://codemeta.github.io/terms/isSourceCodeOf (https://tools.clariah.nl/commandlineapplication/tf-make/13.1.0 -> https://tools.clariah.nl/stub/H22b5120016b63afd)

[CODEMETA COMPOSITION (text-fabric)] processed 288 new triples, total is now 455

Processing source #13 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.textfabric.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textfabric

[CODEMETA COMPOSITION (text-fabric)] processed 1 new triples, total is now 455

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/textfabric -> https://tools.clariah.nl/textfabric/13.1.0

[CODEMETA VALIDATION (textfabric)] done

[CODEMETA ENRICHMENT (textfabric)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (textfabric)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (textfabric)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (textfabric)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/textfabric/13.1.0 #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)

-- end log --

[harvester info] Output written to /tmp/out/textfabric.codemeta.json

[harvester info] <-- Finished processing textfabric (https://github.com/annotation/text-fabric) [Sun Apr  5 03:20:29 UTC 2026]
""" .

<https://tools.clariah.nl/textrepo/v1.19.0> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "TextRepo" ;
    sdo:author <https://tools.clariah.nl/stub/H-1d2fc4d067882273> ;
    sdo:codeRepository "https://github.com/knaw-huc/textrepo" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-3b2cf85febbd1630> ;
    sdo:dateCreated "2019-08-07T17:26:01Z+0200"^^sdo:Date ;
    sdo:dateModified "2022-03-15T14:51:17Z+0100"^^sdo:Date ;
    sdo:description "Text Repository" ;
    sdo:downloadUrl "https://github.com/knaw-huc/textrepo/archive/refs/tags/v1.19.0.zip" ;
    sdo:identifier "textrepo" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:name "textrepo" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:releaseNotes "https://github.com/knaw-huc/textrepo/releases/tag/v1.19.0" ;
    sdo:review <https://tools.clariah.nl/validation/N1e067401a7287ee735d040fe7ff8b47a> ;
    sdo:softwareHelp <http://textrepo.readthedocs.io/en/latest/> ;
    sdo:version "v1.19.0" ;
    owl:sameAs <https://tools.clariah.nl/textrepo.contributors/snapshot>,
        <https://tools.clariah.nl/textrepo.topcontributor/snapshot>,
        <https://tools.clariah.nl/textrepo/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/knaw-huc/textrepo/issues> ;
    codemeta:readme <https://github.com/knaw-huc/textrepo/blob/v1.19.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:20:43 UTC 2026)

[harvester info] --> Processing textrepo (https://github.com/knaw-huc/textrepo) [Sun Apr  5 03:20:43 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/textrepo...

[harvester info] Found release v1.19.0

[harvester info] Using 'v1.19.0'

[harvester info] Git reference: v1.19.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/textrepo for harvestable resources...

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor HDJ <hayco@users.noreply.github.com> 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: 2019-08-07T17:26:01Z+0200, date modified: 2022-03-15T14:51:17Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/textrepo)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from http://textrepo.readthedocs.io/en/latest/

[harvester info] Found documentation at http://textrepo.readthedocs.io/en/latest/ : "name": "Text Repository — Text Repository  documentation",

[harvester info] Falling back to git tag (v1.19.0) 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 TextRepo

[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 "textrepo" --codeRepository "https://github.com/knaw-huc/textrepo" --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/textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.textrepo.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.textrepo.codemeta.json 

-- begin log --

Passed 12 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.textrepo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.textrepo.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/textrepo

Processing source #1 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.textrepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] 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.textrepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] 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.textrepo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textrepo.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] processed 8 new triples, total is now 10

Processing source #4 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.textrepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] processed 4 new triples, total is now 14

Processing source #5 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.textrepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] processed 2 new triples, total is now 16

Processing source #6 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.textrepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] processed 1 new triples, total is now 17

Processing source #7 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.textrepo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textrepo/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] processed 13 new triples, total is now 29

Processing source #8 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.textrepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] overriding old http://schema.org/dateCreated (2019-08-07T15:28:33Z -> 2019-08-07T17:26:01Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] overriding old http://schema.org/dateModified (2026-02-10T13:12:33Z -> 2022-03-15T14:51:17Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] processed 2 new triples, total is now 29

Processing source #9 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.textrepo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textrepo.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] processed 38 new triples, total is now 62

Processing source #10 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.textrepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/textrepo)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] processed 1 new triples, total is now 62

Processing source #11 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.textrepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] processed 1 new triples, total is now 62

Processing source #12 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.textrepo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo)] processed 1 new triples, total is now 63

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/textrepo -> https://tools.clariah.nl/textrepo/v1.19.0

[CODEMETA VALIDATION (textrepo)] done

[CODEMETA ENRICHMENT (textrepo)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/textrepo/v1.19.0 #1: Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textrepo/v1.19.0 #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/textrepo/v1.19.0 #3: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textrepo/v1.19.0 #4: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textrepo/v1.19.0 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textrepo/v1.19.0 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textrepo/v1.19.0 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textrepo/v1.19.0 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textrepo/v1.19.0 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/textrepo.codemeta.json

[harvester info] <-- Finished processing textrepo (https://github.com/knaw-huc/textrepo) [Sun Apr  5 03:20:54 UTC 2026]
""" .

<https://tools.clariah.nl/textsurf/0.7.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-3b7739add7627978> ;
    sdo:codeRepository "https://github.com/knaw-huc/textsurf" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-50457c59b95bd9f3> ;
    sdo:dateCreated "2025-01-14T22:23:04Z+0100"^^sdo:Date ;
    sdo:dateModified "2026-03-04T14:29:21Z+0100"^^sdo:Date ;
    sdo:description "Webservice for efficiently serving multiple plain text documents or excerpts thereof (by unicode character offset), without everything into memory." ;
    sdo:downloadUrl "https://github.com/knaw-huc/textsurf/archive/refs/tags/v0.7.0.zip" ;
    sdo:identifier "textsurf" ;
    sdo:keywords "annotation",
        "nlp",
        "standoff",
        "text",
        "text-processing" ;
    sdo:license <http://spdx.org/licenses/AGPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/miel-peeters> ;
    sdo:name "textsurf" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:programmingLanguage "Rust" ;
    sdo:releaseNotes "https://github.com/knaw-huc/textsurf/releases/tag/v0.7.0" ;
    sdo:review <https://tools.clariah.nl/validation/Na63b721d0ba2baccc30eecf1daa784ff> ;
    sdo:softwareHelp "https://docs.rs/textsurf" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/axum-0-8-6>,
        <https://tools.clariah.nl/dependency/clap-4-5-49>,
        <https://tools.clariah.nl/dependency/const-format-0-2-35>,
        <https://tools.clariah.nl/dependency/futures-0-3-31>,
        <https://tools.clariah.nl/dependency/md5-0-8-0>,
        <https://tools.clariah.nl/dependency/serde-1-0-215>,
        <https://tools.clariah.nl/dependency/serde-json-1-0-145>,
        <https://tools.clariah.nl/dependency/smallvec-1-15-1>,
        <https://tools.clariah.nl/dependency/textframe-0-4-1>,
        <https://tools.clariah.nl/dependency/tokio-1-48-0>,
        <https://tools.clariah.nl/dependency/tower-0-5-2>,
        <https://tools.clariah.nl/dependency/tower-http-0-6-6>,
        <https://tools.clariah.nl/dependency/tracing-0-1-41>,
        <https://tools.clariah.nl/dependency/tracing-subscriber-0-3-20>,
        <https://tools.clariah.nl/dependency/utoipa-5-4-0>,
        <https://tools.clariah.nl/dependency/utoipa-swagger-ui-9-0-2>,
        <https://tools.clariah.nl/dependency/walkdir-2-5-0> ;
    sdo:version "0.7.0" ;
    owl:sameAs <https://tools.clariah.nl/cargo.toml/0.7.0>,
        <https://tools.clariah.nl/textsurf.contributors/snapshot>,
        <https://tools.clariah.nl/textsurf.topcontributor/snapshot>,
        <https://tools.clariah.nl/textsurf/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H0de4a388438c9287> ;
    codemeta:issueTracker <https://github.com/knaw-huc/textsurf/issues> ;
    codemeta:readme <https://tools.clariah.nl/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:20:54 UTC 2026)

[harvester info] --> Processing textsurf (https://github.com/knaw-huc/textsurf) [Sun Apr  5 03:20:54 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/textsurf...

[harvester info] Found release v0.7.0

[harvester info] Using 'v0.7.0'

[harvester info] Git reference: v0.7.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/textsurf for harvestable resources...

[harvester info] found Cargo.toml (rust) for textsurf, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license AGPL-3.0-only

[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: 2025-01-14T22:23:04Z+0100, date modified: 2026-03-04T14:29:21Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/textsurf)

[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 (v0.7.0) 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/#active

[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] 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 "textsurf" --codeRepository "https://github.com/knaw-huc/textsurf" --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/textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/23-rust.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.textsurf.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.textsurf.codemeta.json 

-- begin log --

Passed 12 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/23-rust.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.textsurf.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.textsurf.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/textsurf

Processing source #1 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.textsurf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] 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.textsurf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] 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.textsurf.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textsurf.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] 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.textsurf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] 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.textsurf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] 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.textsurf.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textsurf/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] processed 18 new triples, total is now 30

Processing source #7 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.textsurf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] overriding old http://schema.org/dateCreated (2025-01-14T21:21:45Z -> 2025-01-14T22:23:04Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] overriding old http://schema.org/dateModified (2026-03-04T13:29:54Z -> 2026-03-04T14:29:21Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] processed 2 new triples, total is now 30

Processing source #8 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.textsurf.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textsurf.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] processed 26 new triples, total is now 49

Processing source #9 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.textsurf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] overriding old http://schema.org/license (http://spdx.org/licenses/AGPL-3.0-only -> AGPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/textsurf)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] processed 1 new triples, total is now 49

Processing source #10 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/23-rust.textsurf.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cargo.toml/0.7.0

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-3926f184c98b1a41 -> https://tools.clariah.nl/stub/H-51c74dc7a86f8f38)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] overriding old http://schema.org/description (Webservice for efficiently serving multiple plain text documents or excerpts thereof (by unicode character offset), without loading everything into memory. (Mirror of https://codeberg.org/proycon/textsurf/ and https://gitlab.huc.knaw.nl/tt/textsurf ) -> Webservice for efficiently serving multiple plain text documents or excerpts thereof (by unicode character offset), without everything into memory.)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] overriding old http://schema.org/keywords (rfc5147 -> annotation)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] overriding old https://codemeta.github.io/terms/readme (https://github.com/knaw-huc/textsurf/blob/v0.7.0//README.md -> https://tools.clariah.nl/README.md)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] overriding old http://schema.org/version (v0.7.0 -> 0.7.0)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] processed 113 new triples, total is now 139

Processing source #11 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.textsurf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] processed 1 new triples, total is now 139

Processing source #12 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.textsurf.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textsurf

[CODEMETA COMPOSITION (https://tools.clariah.nl/textsurf)] processed 1 new triples, total is now 139

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/textsurf -> https://tools.clariah.nl/textsurf/0.7.0

[CODEMETA VALIDATION (textsurf)] done

[CODEMETA ENRICHMENT (textsurf)] Guessing interface type http://schema.org/WebAPI based on clues

[CODEMETA ENRICHMENT (textsurf)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/textsurf/0.7.0 #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)

VALIDATION https://tools.clariah.nl/textsurf/0.7.0 #2: Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/textsurf/0.7.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textsurf/0.7.0 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textsurf/0.7.0 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textsurf/0.7.0 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textsurf/0.7.0 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/textsurf.codemeta.json

[harvester info] <-- Finished processing textsurf (https://github.com/knaw-huc/textsurf) [Sun Apr  5 03:21:08 UTC 2026]
""" .

<https://tools.clariah.nl/ticcltools/0.11> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "TICCL & PICCL" ;
    sdo:author <https://tools.clariah.nl/stub/H-52a13dfaaebb1786> ;
    sdo:codeRepository "https://github.com/languagemachines/ticcltools" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-3baebef5097078ce> ;
    sdo:dateCreated "2015"^^sdo:Date ;
    sdo:description "TicclTools is a collection of programs to process datafiles, together they constitute the bulk of TICCL: Text Induced Corpus-Cleanup. This software consists of individual modules that are invoked by the pipeline system PICCL." ;
    sdo:funder <https://tools.clariah.nl/stub/H-50a26f5a21694316>,
        <https://tools.clariah.nl/stub/H04e49b18c5902a90> ;
    sdo:identifier "ticcltools" ;
    sdo:keywords "natural language processing",
        "nlp",
        "normalization",
        "ocr" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H2261ba3ec0dadf89> ;
    sdo:name "TICCLTools" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/clst> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-62b7f60656163cb5> ;
    sdo:releaseNotes "https://github.com/LanguageMachines/ticcltools/releases" ;
    sdo:review <https://tools.clariah.nl/validation/Nca1cf7bd0b6acb4b1bef0b26411563b2> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-33edb9ebc3ebf3d9> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://github.com/LanguageMachines/ticcltools" ;
    sdo:version "0.11" ;
    codemeta:continuousIntegration <https://travis-ci.org/LanguageMachines/ticcltools> ;
    codemeta:developmentStatus <https://www.repostatus.org/#unsupported> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-2244f9e22ade5d1b> ;
    codemeta:issueTracker <https://github.com/LanguageMachines/ticcltools/issues> ;
    codemeta:readme <https://github.com/LanguageMachines/ticcltools/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-3e958d8feae1df59> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:21:08 UTC 2026)

[harvester info] --> Processing ticcltools (https://github.com/languagemachines/ticcltools) [Sun Apr  5 03:21:08 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/languagemachines/ticcltools...

[harvester info] Found release v0.11

[harvester info] Using 'v0.11'

[harvester info] Git reference: v0.11

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ticcltools for harvestable resources...

[harvester info] found codemeta.json for ticcltools (md5sum 228d1d623d3ad436fd815e391dae7085); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#unsupported

[harvester info] Looking for repostatus information in README in master branch...

[harvester info] Setting group TICCL & PICCL

[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 "ticcltools" --codeRepository "https://github.com/languagemachines/ticcltools" --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/ticcltools.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ticcltools.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.ticcltools.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.ticcltools.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.ticcltools.codemeta.json 

-- begin log --

Passed 4 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ticcltools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.ticcltools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.ticcltools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.ticcltools.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ticcltools

Processing source #1 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ticcltools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ticcltools

[CODEMETA COMPOSITION (https://tools.clariah.nl/ticcltools)] processed 1 new triples, total is now 2

Processing source #2 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.ticcltools.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/ticcltools

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA COMPOSITION (ticcltools)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> unsupported)

[CODEMETA CORRECTION (ticcltools)] automatically converting status unsupported to repostatus URI

[CODEMETA CORRECTION (ticcltools)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (ticcltools)] processed 126 new triples, total is now 126

Processing source #3 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.ticcltools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ticcltools

[CODEMETA COMPOSITION (ticcltools)] processed 1 new triples, total is now 126

Processing source #4 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.ticcltools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ticcltools

[CODEMETA COMPOSITION (ticcltools)] processed 1 new triples, total is now 127

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ticcltools -> https://tools.clariah.nl/ticcltools/0.11

[CODEMETA VALIDATION (ticcltools)] done

[CODEMETA ENRICHMENT (ticcltools)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (ticcltools)] adding author https://tools.clariah.nl/stub/H76b0a444c4101555 as contributor

[CODEMETA ENRICHMENT (ticcltools)] adding author https://tools.clariah.nl/stub/H37818a2f3f797338 as contributor

[CODEMETA ENRICHMENT (ticcltools)] considering first author as maintainer

[CODEMETA ENRICHMENT (ticcltools)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/ticcltools/0.11 #1: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ticcltools/0.11 #2: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ticcltools/0.11 #3: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ticcltools/0.11 #4: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ticcltools.codemeta.json

[harvester info] <-- Finished processing ticcltools (https://github.com/languagemachines/ticcltools) [Sun Apr  5 03:21:09 UTC 2026]
""" .

<https://tools.clariah.nl/timbl/6.11> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "TiMBL" ;
    sdo:author <https://tools.clariah.nl/stub/H11670e8f39ed1909> ;
    sdo:codeRepository "https://github.com/LanguageMachines/timbl" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-71189b8ed68322ed> ;
    sdo:dateCreated "1998"^^sdo:Date ;
    sdo:description "TiMBL is an open source software package implementing several memory-based learning algorithms, among which IB1-IG, an implementation of k-nearest neighbor classification with feature weighting suitable for symbolic feature spaces, and IGTree, a decision-tree approximation of IB1-IG. All implemented algorithms have in common that they store some representation of the training set explicitly in memory. During testing, new cases are classified by extrapolation from the most similar stored cases." ;
    sdo:identifier "timbl" ;
    sdo:keywords "decision tree",
        "k-nearest neighbours",
        "knn",
        "machine learning",
        "memory based learning",
        "natural language processing",
        "nlp" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/ko-van-der-sloot>,
        <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "TiMBL" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://www.ru.nl/clst> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-62b7f60656163cb5> ;
    sdo:releaseNotes "https://github.com/LanguageMachines/timbl/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N83ace408d3e551e5ab4b7ff54ed344de> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-64affc2b25861e6d>,
        <https://tools.clariah.nl/stub/H080e34c88d2cb096> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://languagemachines.github.io/timbl" ;
    sdo:version "6.11" ;
    owl:sameAs <https://tools.clariah.nl/maintainers/snapshot> ;
    codemeta:continuousIntegration <https://travis-ci.org/LanguageMachines/timbl> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H5d04d3ab051d1924>,
        <https://tools.clariah.nl/stub/H6c298a0127ee9dc1> ;
    codemeta:issueTracker <https://github.com/LanguageMachines/timbl/issues> ;
    codemeta:readme <https://github.com/LanguageMachines/timbl/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-d8beaa765243455>,
        <https://tools.clariah.nl/stub/H1907fc3eab2ab1c2> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:21:09 UTC 2026)

[harvester info] --> Processing timbl (https://github.com/LanguageMachines/timbl) [Sun Apr  5 03:21:09 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/LanguageMachines/timbl...

[harvester info] Found release v6.11

[harvester info] Using 'v6.11'

[harvester info] Git reference: v6.11

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/timbl for harvestable resources...

[harvester info] found codemeta.json for timbl (md5sum ce9ad1863c7e90f4da74c567fa61ffe2); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Looking for repostatus information in README in master branch...

[harvester info] Parsing MAINTAINERS from master branch...

[harvester info] Setting group TiMBL

[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 "timbl" --codeRepository "https://github.com/LanguageMachines/timbl" --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/timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-maintainers.timbl.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.timbl.codemeta.json 

-- begin log --

Passed 4 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-maintainers.timbl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.timbl.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/timbl

Processing source #1 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/timbl

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbl)] processed 1 new triples, total is now 2

Processing source #2 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.timbl.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/timbl

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (timbl)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (timbl)] processed 131 new triples, total is now 131

Processing source #3 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-maintainers.timbl.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/timbl

[CODEMETA COMPOSITION (timbl)] processed 14 new triples, total is now 144

Processing source #4 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.timbl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/timbl

[CODEMETA COMPOSITION (timbl)] processed 1 new triples, total is now 145

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/timbl -> https://tools.clariah.nl/timbl/6.11

[CODEMETA VALIDATION (timbl)] done

[CODEMETA ENRICHMENT (timbl)] adding author https://tools.clariah.nl/stub/H2ab85cc2da1b806f as contributor

[CODEMETA ENRICHMENT (timbl)] adding author https://orcid.org/0000-0003-2493-656X as contributor

[CODEMETA ENRICHMENT (timbl)] adding author https://tools.clariah.nl/stub/H-1f34b984eeeb4d28 as contributor

[CODEMETA ENRICHMENT (timbl)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

[CODEMETA ENRICHMENT (timbl)] adding author https://tools.clariah.nl/stub/H-ddd274282aa7515 as contributor

[CODEMETA ENRICHMENT (timbl)] adding author https://tools.clariah.nl/stub/H-f45b32e9dd5e7eb as contributor

[CODEMETA ENRICHMENT (timbl)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/timbl/6.11 #1: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/timbl/6.11 #2: Info: Reference publications *SHOULD* be expressed, if any (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/timbl/6.11 #3: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/timbl/6.11 #4: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/timbl/6.11 #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)

VALIDATION https://tools.clariah.nl/timbl/6.11 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/timbl.codemeta.json

[harvester info] <-- Finished processing timbl (https://github.com/LanguageMachines/timbl) [Sun Apr  5 03:21:14 UTC 2026]
""" .

<https://tools.clariah.nl/timbuctoo/7.15> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-20e7b4d95bf9983b> ;
    sdo:codeRepository "https://github.com/HuygensING/timbuctoo" ;
    sdo:contributor <https://tools.clariah.nl/stub/H128683c8bfcd87a1> ;
    sdo:dateCreated "2012-08-15T14:23:19Z+0000"^^sdo:Date ;
    sdo:dateModified "2024-03-01T10:25:59Z+0100"^^sdo:Date ;
    sdo:description """
    An RDF datastore that gives researchers control over the sharing of data between datasets
  """ ;
    sdo:downloadUrl "https://github.com/HuygensING/timbuctoo/archive/refs/tags/v7.15.zip" ;
    sdo:identifier "timbuctoo" ;
    sdo:keywords "berkeley-db",
        "graphql",
        "humanities",
        "java",
        "r2rml",
        "rdf" ;
    sdo:license <http://www.gnu.org/licenses/gpl.txt> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H35bbc1f8f3278adb> ;
    sdo:name "Timbuctoo" ;
    sdo:producer <https://tools.clariah.nl/org/huygens-ing> ;
    sdo:programmingLanguage "Java" ;
    sdo:releaseNotes "https://github.com/HuygensING/timbuctoo/releases/tag/v7.15" ;
    sdo:repository "https://jcenter.bintray.com",
        "https://maven.huygens.knaw.nl/repository/",
        "https://repo1.maven.org/maven2/",
        "https://repository.apache.org/content/repositories/public/" ;
    sdo:review <https://tools.clariah.nl/validation/Nea7fee6519b12b92e466b4dbfb75706b> ;
    sdo:runtimePlatform "Java" ;
    sdo:softwareHelp <https://github.com/HuygensING/timbuctoo/blob/master/documentation/timbuctoo-graphql-api-guide.adoc> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/com-fasterxml-jackson-dataformat-jackson-dataformat-xml>,
        <https://tools.clariah.nl/dependency/com-fasterxml-jackson-datatype-jackson-datatype-guava>,
        <https://tools.clariah.nl/dependency/com-fasterxml-jackson-datatype-jackson-datatype-jdk8>,
        <https://tools.clariah.nl/dependency/com-google-code-findbugs-jsr305-3-0-2>,
        <https://tools.clariah.nl/dependency/com-google-guava-guava-32-1-3-jre>,
        <https://tools.clariah.nl/dependency/com-googlecode-juniversalchardet-juniversalchardet-1-0-3>,
        <https://tools.clariah.nl/dependency/com-graphql-java-graphql-java-21-3>,
        <https://tools.clariah.nl/dependency/com-nimbusds-oauth2-oidc-sdk-11-9>,
        <https://tools.clariah.nl/dependency/com-sleepycat-je-18-3-12>,
        <https://tools.clariah.nl/dependency/com-sun-xml-bind-jaxb-core-2-3-0-1>,
        <https://tools.clariah.nl/dependency/com-sun-xml-bind-jaxb-impl-2-3-1>,
        <https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-assets>,
        <https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-client>,
        <https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-core>,
        <https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-forms>,
        <https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-testing>,
        <https://tools.clariah.nl/dependency/javax-activation-activation-1-1-1>,
        <https://tools.clariah.nl/dependency/javax-xml-bind-jaxb-api-2-3-1>,
        <https://tools.clariah.nl/dependency/net-swisstech-bitly-api-client-0-8-0>,
        <https://tools.clariah.nl/dependency/nl-knaw-huc-rdf4j-rio-nquadsnd-1-0-1>,
        <https://tools.clariah.nl/dependency/nl-knaw-huc-resourcesync-2-2-1>,
        <https://tools.clariah.nl/dependency/nl-knaw-huygens-huygens-persistence-2-3-0>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-csv-1-10-0>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-lang3-3-14-0>,
        <https://tools.clariah.nl/dependency/org-assertj-assertj-core-3-25-2>,
        <https://tools.clariah.nl/dependency/org-eclipse-rdf4j-rdf4j-client>,
        <https://tools.clariah.nl/dependency/org-glassfish-jaxb-txw2-4-0-4>,
        <https://tools.clariah.nl/dependency/org-glassfish-jersey-media-jersey-media-jaxb-2-41>,
        <https://tools.clariah.nl/dependency/org-hamcrest-hamcrest-library-2-2>,
        <https://tools.clariah.nl/dependency/org-immutables-value-2-10-1>,
        <https://tools.clariah.nl/dependency/org-junit-jupiter-junit-jupiter-api-5-10-0>,
        <https://tools.clariah.nl/dependency/org-junit-vintage-junit-vintage-engine-5-10-0>,
        <https://tools.clariah.nl/dependency/org-mock-server-mockserver-netty-5-15-0>,
        <https://tools.clariah.nl/dependency/org-mockito-mockito-core-5-4-0>,
        <https://tools.clariah.nl/dependency/org-xmlunit-xmlunit-core-2-9-1>,
        <https://tools.clariah.nl/dependency/org-xmlunit-xmlunit-matchers-2-9-1> ;
    sdo:version "7.15" ;
    owl:sameAs <https://tools.clariah.nl/nl.knaw.huygens.timbuctoo/7.15>,
        <https://tools.clariah.nl/timbuctoo.contributors/snapshot>,
        <https://tools.clariah.nl/timbuctoo.topcontributor/snapshot>,
        <https://tools.clariah.nl/timbuctoo/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:issueTracker <https://github.com/HuygensING/timbuctoo/issues> ;
    codemeta:readme <https://github.com/HuygensING/timbuctoo/blob/v7.15//README.adoc> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:21:14 UTC 2026)

[harvester info] --> Processing timbuctoo (https://github.com/HuygensING/timbuctoo) [Sun Apr  5 03:21:14 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/HuygensING/timbuctoo...

[harvester info] Found release v7.15

[harvester info] Using 'v7.15'

[harvester info] Git reference: v7.15

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/timbuctoo for harvestable resources...

[harvester info] found pom.xml (Java/Maven) for timbuctoo, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Martijn Maas <martijn.maas@huygens.knaw.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: 2012-08-15T14:23:19Z+0000, date modified: 2024-03-01T10:25:59Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/HuygensING/timbuctoo)

[harvester info] Adding URL for found README: README.adoc

[harvester info] Found releaseNotes

[harvester info] Querying Zenodo API for DOI (access token provided)...

[harvester info] Looking for TRL information in README.adoc...

[harvester info] Looking for repostatus information in README.adoc...

[harvester info] Looking for continuous integration information in README.adoc...

[harvester info] Looking for documentation links in README.adoc...

[harvester info] Scraping title from https://github.com/HuygensING/timbuctoo/blob/master/documentation/timbuctoo-graphql-api-guide.adoc

[harvester info] Found documentation at https://github.com/HuygensING/timbuctoo/blob/master/documentation/timbuctoo-graphql-api-guide.adoc : "name": "timbuctoo/documentation/timbuctoo-graphql-api-guide.adoc at master Â· HuygensING/timbuctoo Â· GitHub",

[harvester info] Falling back to git tag (v7.15) 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.adoc in master branch...

[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 "timbuctoo" --codeRepository "https://github.com/HuygensING/timbuctoo" --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/timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.timbuctoo.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.timbuctoo.codemeta.json 

-- begin log --

Passed 11 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.timbuctoo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.timbuctoo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.timbuctoo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.timbuctoo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.timbuctoo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.timbuctoo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.timbuctoo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.timbuctoo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.timbuctoo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.timbuctoo.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.timbuctoo.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/timbuctoo

Processing source #1 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.timbuctoo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] processed 1 new triples, total is now 2

Processing source #2 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.timbuctoo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] processed 1 new triples, total is now 3

Processing source #3 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.timbuctoo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/timbuctoo.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] processed 8 new triples, total is now 10

Processing source #4 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.timbuctoo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] processed 4 new triples, total is now 14

Processing source #5 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.timbuctoo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] processed 2 new triples, total is now 16

Processing source #6 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.timbuctoo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] processed 1 new triples, total is now 17

Processing source #7 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.timbuctoo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/timbuctoo/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] processed 19 new triples, total is now 35

Processing source #8 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.timbuctoo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] overriding old http://schema.org/dateCreated (2013-12-18T13:37:39Z -> 2012-08-15T14:23:19Z+0000)

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] overriding old http://schema.org/dateModified (2024-05-01T16:41:57Z -> 2024-03-01T10:25:59Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] processed 2 new triples, total is now 35

Processing source #9 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.timbuctoo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/timbuctoo.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] processed 134 new triples, total is now 164

Processing source #10 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.timbuctoo.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/timbuctoo)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/timbuctoo)] processed 1 new triples, total is now 164

Processing source #11 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.timbuctoo.codemeta.json

    Found main resource with URI https://tools.clariah.nl/nl.knaw.huygens.timbuctoo/7.15

    Injected (possibly temporary) URI https://tools.clariah.nl/timbuctoo

[CODEMETA COMPOSITION (nl.knaw.huygens.timbuctoo)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-625983cd5186b17a -> https://tools.clariah.nl/stub/H-55b63994c20128d9)

[CODEMETA COMPOSITION (nl.knaw.huygens.timbuctoo)] overriding old http://schema.org/description (an RDF datastore that gives researchers control over the sharing of data between datasets -> 

    An RDF datastore that gives researchers control over the sharing of data between datasets

  )

[CODEMETA COMPOSITION (nl.knaw.huygens.timbuctoo)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> http://www.gnu.org/licenses/gpl.txt)

[CODEMETA COMPOSITION (nl.knaw.huygens.timbuctoo)] overriding old http://schema.org/name (timbuctoo -> Timbuctoo)

[CODEMETA COMPOSITION (nl.knaw.huygens.timbuctoo)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/huygens-instituut-knaw -> https://tools.clariah.nl/org/huygens-ing)

[CODEMETA COMPOSITION (nl.knaw.huygens.timbuctoo)] overriding old http://schema.org/version (v7.15 -> 7.15)

[CODEMETA COMPOSITION (nl.knaw.huygens.timbuctoo)] processed 233 new triples, total is now 390

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/timbuctoo -> https://tools.clariah.nl/timbuctoo/7.15

[CODEMETA VALIDATION (timbuctoo)] done

[CODEMETA ENRICHMENT (timbuctoo)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/timbuctoo/7.15 #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)

VALIDATION https://tools.clariah.nl/timbuctoo/7.15 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/timbuctoo/7.15 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/timbuctoo/7.15 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/timbuctoo/7.15 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/timbuctoo/7.15 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/timbuctoo/7.15 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/timbuctoo.codemeta.json

[harvester info] <-- Finished processing timbuctoo (https://github.com/HuygensING/timbuctoo) [Sun Apr  5 03:21:29 UTC 2026]
""" .

<https://tools.clariah.nl/toad/v0.9> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Frog" ;
    sdo:author <https://tools.clariah.nl/stub/H-104bb6d0275edc1> ;
    sdo:codeRepository "https://github.com/LanguageMachines/toad" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-79ce1c49df07b273> ;
    sdo:dateCreated "2015-12-08T12:33:57Z+0100"^^sdo:Date ;
    sdo:dateModified "2024-12-16T11:41:41Z+0100"^^sdo:Date ;
    sdo:description "Toad: Trainer Of All Data, the Frog training collection" ;
    sdo:downloadUrl "https://github.com/LanguageMachines/toad/archive/refs/tags/v0.9.zip" ;
    sdo:identifier "toad" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/antal-van-de-bosch> ;
    sdo:name "toad" ;
    sdo:producer <https://tools.clariah.nl/org/language-machines> ;
    sdo:releaseNotes "https://github.com/LanguageMachines/toad/releases/tag/v0.9" ;
    sdo:review <https://tools.clariah.nl/validation/N6a5fb65bcdfe7c37e412e2e22d5a2a68> ;
    sdo:version "v0.9" ;
    owl:sameAs <https://tools.clariah.nl/authors/snapshot>,
        <https://tools.clariah.nl/toad.contributors/snapshot>,
        <https://tools.clariah.nl/toad.topcontributor/snapshot>,
        <https://tools.clariah.nl/toad/snapshot> ;
    codemeta:buildInstructions <https://github.com/LanguageMachines/toad/blob/v0.9//INSTALL> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/LanguageMachines/toad/issues> ;
    codemeta:readme <https://github.com/LanguageMachines/toad/blob/v0.9//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:21:29 UTC 2026)

[harvester info] --> Processing toad (https://github.com/LanguageMachines/toad) [Sun Apr  5 03:21:29 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/LanguageMachines/toad...

[harvester info] Found release v0.9

[harvester info] Using 'v0.9'

[harvester info] Git reference: v0.9

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/toad for harvestable resources...

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[harvester info] Parsing AUTHORS...

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Ko van der Sloot <K.vanderSloot@let.ru.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-12-08T12:33:57Z+0100, date modified: 2024-12-16T11:41:41Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/LanguageMachines/toad)

[harvester info] Adding URL for found README: README.md

[harvester info] Found buildInstructions in INSTALL

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v0.9) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Looking for repostatus information in README in master branch...

[harvester info] Setting group Frog

[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 "toad" --codeRepository "https://github.com/LanguageMachines/toad" --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/toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/42-buildinstructions.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/31-authors.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.toad.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.toad.codemeta.json 

-- begin log --

Passed 12 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/42-buildinstructions.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/31-authors.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.toad.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.toad.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/toad

Processing source #1 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.toad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] 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.toad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] 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.toad.codemeta.json

    Found main resource with URI https://tools.clariah.nl/toad.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] 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.toad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] processed 2 new triples, total is now 12

Processing source #5 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/42-buildinstructions.toad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] processed 1 new triples, total is now 13

Processing source #6 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.toad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] processed 1 new triples, total is now 14

Processing source #7 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.toad.codemeta.json

    Found main resource with URI https://tools.clariah.nl/toad/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] processed 14 new triples, total is now 27

Processing source #8 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.toad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] overriding old http://schema.org/dateCreated (2015-11-23T11:17:56Z -> 2015-12-08T12:33:57Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] overriding old http://schema.org/dateModified (2025-12-12T12:41:50Z -> 2024-12-16T11:41:41Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] processed 2 new triples, total is now 27

Processing source #9 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.toad.codemeta.json

    Found main resource with URI https://tools.clariah.nl/toad.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] processed 14 new triples, total is now 36

Processing source #10 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/31-authors.toad.codemeta.json

    Found main resource with URI https://tools.clariah.nl/authors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H3f9d18f2b4abfa9b -> https://tools.clariah.nl/stub/H05383cc2b0a00753)

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] processed 12 new triples, total is now 43

Processing source #11 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.toad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/toad)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] processed 1 new triples, total is now 43

Processing source #12 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.toad.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/toad

[CODEMETA COMPOSITION (https://tools.clariah.nl/toad)] processed 1 new triples, total is now 44

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/toad -> https://tools.clariah.nl/toad/v0.9

[CODEMETA VALIDATION (toad)] done

[CODEMETA ENRICHMENT (toad)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/toad/v0.9 #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)

VALIDATION https://tools.clariah.nl/toad/v0.9 #2: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/toad/v0.9 #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/toad/v0.9 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/toad/v0.9 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/toad/v0.9 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/toad/v0.9 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/toad/v0.9 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/toad/v0.9 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/toad.codemeta.json

[harvester info] <-- Finished processing toad (https://github.com/LanguageMachines/toad) [Sun Apr  5 03:21:43 UTC 2026]
""" .

<https://tools.clariah.nl/ucto/0.36> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://vocabs.dariah.eu/tadirah/tagging>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis> ;
    sdo:applicationSuite "Ucto" ;
    sdo:author <https://tools.clariah.nl/stub/H-50fac8423b22f4d2> ;
    sdo:codeRepository "https://github.com/LanguageMachines/ucto" ;
    sdo:contributor <https://tools.clariah.nl/stub/H410c31fce54c7aed> ;
    sdo:dateCreated "2011-03-27"^^sdo:Date ;
    sdo:dateModified "2023-02-22T12:17:06Z+0100"^^sdo:Date ;
    sdo:description "Ucto tokenizes text files: it separates words from punctuation, and splits sentences. This is one of the first tasks for almost any Natural Language Processing application. Ucto offers several other basic preprocessing steps such as changing case that you can all use to make your text suited for further processing such as indexing, part-of-speech tagging, or machine translation." ;
    sdo:funding <https://tools.clariah.nl/stub/H-1a7c768961cd495e>,
        <https://tools.clariah.nl/stub/H-461ae699f657ef2>,
        <https://tools.clariah.nl/stub/H4724a291d4d444a5> ;
    sdo:identifier "ucto" ;
    sdo:keywords "natural language processing",
        "nlp",
        "tokenization",
        "tokenizer" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/ko-van-der-sloot>,
        <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "ucto" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-62b7f60656163cb5> ;
    sdo:releaseNotes "https://github.com/LanguageMachines/ucto/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N68739be8e3f02b12ec902e9dfb4076f2> ;
    sdo:softwareHelp <https://ucto.readthedocs.io> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-64affc2b25861e6d>,
        <https://tools.clariah.nl/stub/H022985fbc05abc8c>,
        <https://tools.clariah.nl/stub/H080e34c88d2cb096>,
        <https://tools.clariah.nl/stub/H4af4e023059a939d> ;
    sdo:thumbnailUrl "https://raw.githubusercontent.com/LanguageMachines/ucto/master/logo.svg" ;
    sdo:url "https://languagemachines.github.io/ucto" ;
    sdo:version "0.36" ;
    owl:sameAs <https://tools.clariah.nl/maintainers/snapshot> ;
    codemeta:continuousIntegration <https://github.com/LanguageMachines/ucto/actions/workflows/ucto.yml> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level9Proven>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-58a3a0a7ab492131>,
        <https://tools.clariah.nl/stub/H-7198ed43eacfca19> ;
    codemeta:issueTracker <https://github.com/LanguageMachines/ucto/issues> ;
    codemeta:readme <https://github.com/LanguageMachines/ucto/blob/master/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:22:18 UTC 2026)

[harvester info] --> Processing ucto (https://github.com/LanguageMachines/ucto) [Sun Apr  5 03:22:18 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/LanguageMachines/ucto...

[harvester info] Found release v0.36

[harvester info] Using 'v0.36'

[harvester info] Git reference: v0.36

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ucto for harvestable resources...

[harvester info] found codemeta.json for ucto (md5sum af99bad5140b788c3e68feeed92cd680); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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] Looking for repostatus information in README in master branch...

[harvester info] Parsing MAINTAINERS from master branch...

[harvester info] Setting group Ucto

[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 "ucto" --codeRepository "https://github.com/LanguageMachines/ucto" --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/ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-maintainers.ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.ucto.codemeta.json 

-- begin log --

Passed 5 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-maintainers.ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.ucto.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ucto

Processing source #1 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto)] processed 1 new triples, total is now 2

Processing source #2 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.ucto.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (ucto)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (ucto)] processed 268 new triples, total is now 268

Processing source #3 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto

[CODEMETA COMPOSITION (ucto)] processed 1 new triples, total is now 268

Processing source #4 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-maintainers.ucto.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto

[CODEMETA COMPOSITION (ucto)] processed 14 new triples, total is now 281

Processing source #5 of 5

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto

[CODEMETA COMPOSITION (ucto)] processed 1 new triples, total is now 282

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ucto -> https://tools.clariah.nl/ucto/0.36

[CODEMETA VALIDATION (ucto)] done

[CODEMETA ENRICHMENT (ucto)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

[CODEMETA ENRICHMENT (ucto)] adding author https://tools.clariah.nl/stub/H3d2685a6751f32cf as contributor

VALIDATION https://tools.clariah.nl/ucto/0.36 #1: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ucto.codemeta.json

[harvester info] <-- Finished processing ucto (https://github.com/LanguageMachines/ucto) [Sun Apr  5 03:22:23 UTC 2026]
""" .

<https://tools.clariah.nl/vocabulary-recommender-search-ui/1.0.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-5d9c2d3401f249de> ;
    sdo:codeRepository "https://github.com/CLARIAH/search-UI" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-03be243b0c25356> ;
    sdo:dateCreated "2022-11-15T13:28:46Z+0100"^^sdo:Date ;
    sdo:dateModified "2022-12-21T08:48:13Z+0100"^^sdo:Date ;
    sdo:description "This repository contains the code for a Search UI to test the functionality of the basic vocabulary-recommender." ;
    sdo:identifier "vocabulary-recommender-search-ui" ;
    sdo:maintainer <https://tools.clariah.nl/person/triply> ;
    sdo:name "search-ui" ;
    sdo:producer <https://tools.clariah.nl/org/clariah> ;
    sdo:programmingLanguage "Typescript" ;
    sdo:review <https://tools.clariah.nl/validation/Ndf38b1b9380aeb40baa51300fa9c18bc> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/autoprefixer-ge-10-4-13>,
        <https://tools.clariah.nl/dependency/babel-core-ge-7-20-2>,
        <https://tools.clariah.nl/dependency/babel-loader-ge-9-1-0>,
        <https://tools.clariah.nl/dependency/babel-plugin-transform-runtime-ge-7-19-6>,
        <https://tools.clariah.nl/dependency/babel-preset-env-ge-7-20-2>,
        <https://tools.clariah.nl/dependency/babel-runtime-ge-7-20-1>,
        <https://tools.clariah.nl/dependency/better-npm-run-ge-0-1-1>,
        <https://tools.clariah.nl/dependency/bundlesize2-ge-0-0-31>,
        <https://tools.clariah.nl/dependency/chai-ge-4-3-7>,
        <https://tools.clariah.nl/dependency/classnames-ge-2-3-2>,
        <https://tools.clariah.nl/dependency/concurrently-ge-7-5-0>,
        <https://tools.clariah.nl/dependency/css-loader6-7-1>,
        <https://tools.clariah.nl/dependency/css-minimizer-webpack-plugin-ge-4-2-2>,
        <https://tools.clariah.nl/dependency/eslint-config-prettier-ge-8-5-0>,
        <https://tools.clariah.nl/dependency/eslint-ge-8-27-0>,
        <https://tools.clariah.nl/dependency/eslint-plugin-jest-ge-27-1-5>,
        <https://tools.clariah.nl/dependency/eslint-plugin-lodash-ge-7-4-0>,
        <https://tools.clariah.nl/dependency/eslint-plugin-react-hooks-ge-4-6-0>,
        <https://tools.clariah.nl/dependency/file-loader-ge-6-2-0>,
        <https://tools.clariah.nl/dependency/fontsource-roboto-ge-4-5-8>,
        <https://tools.clariah.nl/dependency/fortawesome-fontawesome-svg-core-ge-6-2-0>,
        <https://tools.clariah.nl/dependency/fortawesome-free-brands-svg-icons-ge-6-2-0>,
        <https://tools.clariah.nl/dependency/fortawesome-free-solid-svg-icons-ge-6-2-0>,
        <https://tools.clariah.nl/dependency/fortawesome-pro-light-svg-icons-ge-6-2-0>,
        <https://tools.clariah.nl/dependency/fortawesome-pro-regular-svg-icons-ge-6-2-0>,
        <https://tools.clariah.nl/dependency/fortawesome-pro-solid-svg-icons-ge-6-2-0>,
        <https://tools.clariah.nl/dependency/fortawesome-react-fontawesome-ge-0-2-0>,
        <https://tools.clariah.nl/dependency/html-webpack-plugin5-5-0>,
        <https://tools.clariah.nl/dependency/husky-ge-8-0-2>,
        <https://tools.clariah.nl/dependency/lint-staged-ge-13-0-3>,
        <https://tools.clariah.nl/dependency/lodash-es-ge-4-17-21>,
        <https://tools.clariah.nl/dependency/material-ui-core-ge-4-12-4>,
        <https://tools.clariah.nl/dependency/mini-css-extract-plugin-ge-2-6-1>,
        <https://tools.clariah.nl/dependency/mocha-ge-10-1-0>,
        <https://tools.clariah.nl/dependency/mui-icons-material-ge-5-10-15>,
        <https://tools.clariah.nl/dependency/node-sass-ge-8-0-0>,
        <https://tools.clariah.nl/dependency/pmmmwh-react-refresh-webpack-plugin-ge-0-5-9>,
        <https://tools.clariah.nl/dependency/postcss-bgimage-ge-2-1-3>,
        <https://tools.clariah.nl/dependency/postcss-ge-8-4-19>,
        <https://tools.clariah.nl/dependency/postcss-loader7-0-1>,
        <https://tools.clariah.nl/dependency/prettier-ge-2-7-1>,
        <https://tools.clariah.nl/dependency/react-dom-ge-18-2-0>,
        <https://tools.clariah.nl/dependency/react-ge-18-2-0>,
        <https://tools.clariah.nl/dependency/react-refresh-ge-0-14-0>,
        <https://tools.clariah.nl/dependency/react-router-dom-ge-6-4-3>,
        <https://tools.clariah.nl/dependency/sass-loader13-2-0>,
        <https://tools.clariah.nl/dependency/source-map-loader4-0-1>,
        <https://tools.clariah.nl/dependency/source-map-support-ge-0-5-21>,
        <https://tools.clariah.nl/dependency/style-loader-ge-3-3-1>,
        <https://tools.clariah.nl/dependency/svgo-loader3-0-3>,
        <https://tools.clariah.nl/dependency/triply-utils-ge-1-3-100>,
        <https://tools.clariah.nl/dependency/ts-loader-ge-9-4-1>,
        <https://tools.clariah.nl/dependency/types-autoprefixer-ge-10-2-0>,
        <https://tools.clariah.nl/dependency/types-chai-ge-4-3-4>,
        <https://tools.clariah.nl/dependency/types-html-webpack-plugin-ge-3-2-6>,
        <https://tools.clariah.nl/dependency/types-lodash-es-ge-4-17-6>,
        <https://tools.clariah.nl/dependency/types-mocha-ge-10-0-0>,
        <https://tools.clariah.nl/dependency/types-optimize-css-assets-webpack-plugin-ge-5-0-5>,
        <https://tools.clariah.nl/dependency/types-react-dom-ge-18-0-8>,
        <https://tools.clariah.nl/dependency/types-react-ge-18-0-25>,
        <https://tools.clariah.nl/dependency/types-react-router-dom-ge-5-3-3>,
        <https://tools.clariah.nl/dependency/types-webpack-bundle-analyzer-ge-4-5-0>,
        <https://tools.clariah.nl/dependency/types-webpack5-28-0>,
        <https://tools.clariah.nl/dependency/typescript-eslint-eslint-plugin-ge-5-42-1>,
        <https://tools.clariah.nl/dependency/typescript-eslint-parser-ge-5-42-1>,
        <https://tools.clariah.nl/dependency/typescript-ge-4-8-4>,
        <https://tools.clariah.nl/dependency/url-loader-ge-4-1-1>,
        <https://tools.clariah.nl/dependency/vocabulary-recommender-ge-2-0-0>,
        <https://tools.clariah.nl/dependency/webpack-build-notifier-ge-2-3-0>,
        <https://tools.clariah.nl/dependency/webpack-bundle-analyzer-ge-4-7-0>,
        <https://tools.clariah.nl/dependency/webpack-cli-ge-4-10-0>,
        <https://tools.clariah.nl/dependency/webpack-dev-server-ge-4-11-1>,
        <https://tools.clariah.nl/dependency/webpack5-75-0> ;
    sdo:version "1.0.0" ;
    owl:sameAs <https://tools.clariah.nl/search-ui/1.0.0>,
        <https://tools.clariah.nl/search-ui/snapshot>,
        <https://tools.clariah.nl/vocabulary-recommender-search-ui.contributors/snapshot>,
        <https://tools.clariah.nl/vocabulary-recommender-search-ui.topcontributor/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/webapplication/triply-search-ui> ;
    codemeta:issueTracker <https://github.com/CLARIAH/search-UI/issues> ;
    codemeta:readme <https://github.com/CLARIAH/search-UI/blob/main//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:22:37 UTC 2026)

[harvester info] --> Processing vocabulary-recommender-search-ui (https://github.com/CLARIAH/search-UI) [Sun Apr  5 03:22:37 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/search-UI...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/vocabulary-recommender-search-ui for harvestable resources...

[harvester info] found package.json (NodeJS) for vocabulary-recommender-search-ui, converting to codemeta

[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 Jana Grimm <jana.grimm@triply.cc> 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: 2022-11-15T13:28:46Z+0100, date modified: 2022-12-21T08:48:13Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/CLARIAH/search-UI)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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] 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 "vocabulary-recommender-search-ui" --codeRepository "https://github.com/CLARIAH/search-UI" --validate /etc/software.ttl --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/vocabulary-recommender-search-ui.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.vocabulary-recommender-search-ui.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.vocabulary-recommender-search-ui.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.vocabulary-recommender-search-ui.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.vocabulary-recommender-search-ui.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.vocabulary-recommender-search-ui.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.vocabulary-recommender-search-ui.codemeta.json /tmp/codemeta-harvester.cache//tmp/22-npm.vocabulary-recommender-search-ui.codemeta.json 

-- begin log --

Passed 7 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.vocabulary-recommender-search-ui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.vocabulary-recommender-search-ui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.vocabulary-recommender-search-ui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.vocabulary-recommender-search-ui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.vocabulary-recommender-search-ui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.vocabulary-recommender-search-ui.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/22-npm.vocabulary-recommender-search-ui.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/vocabulary-recommender-search-ui

Processing source #1 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.vocabulary-recommender-search-ui.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender-search-ui

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] processed 1 new triples, total is now 2

Processing source #2 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.vocabulary-recommender-search-ui.codemeta.json

    Found main resource with URI https://tools.clariah.nl/vocabulary-recommender-search-ui.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender-search-ui

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] processed 8 new triples, total is now 9

Processing source #3 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.vocabulary-recommender-search-ui.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender-search-ui

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] processed 1 new triples, total is now 10

Processing source #4 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.vocabulary-recommender-search-ui.codemeta.json

    Found main resource with URI https://tools.clariah.nl/search-ui/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender-search-ui

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] processed 11 new triples, total is now 20

Processing source #5 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.vocabulary-recommender-search-ui.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender-search-ui

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] overriding old http://schema.org/dateCreated (2022-11-15T09:39:59Z -> 2022-11-15T13:28:46Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] overriding old http://schema.org/dateModified (2023-12-12T12:35:17Z -> 2022-12-21T08:48:13Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] processed 2 new triples, total is now 20

Processing source #6 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.vocabulary-recommender-search-ui.codemeta.json

    Found main resource with URI https://tools.clariah.nl/vocabulary-recommender-search-ui.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender-search-ui

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] processed 14 new triples, total is now 29

Processing source #7 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/22-npm.vocabulary-recommender-search-ui.codemeta.json

    Found main resource with URI https://tools.clariah.nl/search-ui/1.0.0

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender-search-ui

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-22f9c2f6a53c2cf3 -> https://tools.clariah.nl/stub/H678904b3dfcc8fc4)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] overriding old http://schema.org/name (search-UI -> search-ui)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender-search-ui)] processed 380 new triples, total is now 406

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/vocabulary-recommender-search-ui -> https://tools.clariah.nl/vocabulary-recommender-search-ui/1.0.0

[CODEMETA VALIDATION (vocabulary-recommender-search-ui)] license not set

[CODEMETA VALIDATION (vocabulary-recommender-search-ui)] done

[CODEMETA ENRICHMENT (vocabulary-recommender-search-ui)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/vocabulary-recommender-search-ui/1.0.0 #1: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender-search-ui/1.0.0 #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/vocabulary-recommender-search-ui/1.0.0 #3: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender-search-ui/1.0.0 #4: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender-search-ui/1.0.0 #5: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender-search-ui/1.0.0 #6: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender-search-ui/1.0.0 #7: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender-search-ui/1.0.0 #8: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/vocabulary-recommender-search-ui.codemeta.json

[harvester info] <-- Finished processing vocabulary-recommender-search-ui (https://github.com/CLARIAH/search-UI) [Sun Apr  5 03:22:50 UTC 2026]
""" .

<https://w3id.org/nwo-research-fields#AestheticsPhilosophyOfArt> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.40.00" ;
    skos:prefLabel "Aesthetics, philosophy of art" .

<https://w3id.org/nwo-research-fields#AfricanLanguageAndLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LanguageAndLiterature" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "31.45.00" ;
    skos:prefLabel "African languages and literature" .

<https://w3id.org/nwo-research-fields#AlgebraGroupTheory> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Mathematics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "11.20.00" ;
    skos:prefLabel "AlgebraGroupTheory" .

<https://w3id.org/nwo-research-fields#AnalyticalChemistry> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Chemistry" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "13.10.00" ;
    skos:prefLabel "Analytical chemistry" .

<https://w3id.org/nwo-research-fields#AngloAmericanLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LanguageAndLiterature" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "31.35.00" ;
    skos:prefLabel "Anglo-American Literature" .

<https://w3id.org/nwo-research-fields#AnimalEthologyAnimalPsychology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Biology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "22.30.00" ;
    skos:prefLabel "Animal ethology, animal psychology" .

<https://w3id.org/nwo-research-fields#AntiquityAndLateAntiquity> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Archaeology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "26.20.00" ;
    skos:prefLabel "Antiquity and late antiquity" .

<https://w3id.org/nwo-research-fields#AntiquityAndLateAntiquityHistory> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#History" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "27.20.00" ;
    skos:prefLabel "Antiquity and late antiquity history" .

<https://w3id.org/nwo-research-fields#Archaeology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Archeology" .

<https://w3id.org/nwo-research-fields#ArchaeologyOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Archaeology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "26.90.00" ;
    skos:prefLabel "Archaeology, other" .

<https://w3id.org/nwo-research-fields#AreaStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Area studies" .

<https://w3id.org/nwo-research-fields#AreaStudiesOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.90.00" ;
    skos:prefLabel "Area studies, other" .

<https://w3id.org/nwo-research-fields#ArtAndArchitecture> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Art and architecture" .

<https://w3id.org/nwo-research-fields#AsianLanguagesAndLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.10.00" ;
    skos:prefLabel "Asian languages and literature" .

<https://w3id.org/nwo-research-fields#AsianReligionsAndPhilosophies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.15.00" ;
    skos:prefLabel "Asian religions and philosophies" .

<https://w3id.org/nwo-research-fields#AstronomyAstrophysics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Astronomy, astrophysics" .

<https://w3id.org/nwo-research-fields#BioInformaticsBiostatisticsBiomathematicsBiomechanics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LifeSciences" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "21.10.00" ;
    skos:prefLabel "Bioinformations/biostatistics, biomathematics, biomechanics" .

<https://w3id.org/nwo-research-fields#BiogeographyTaxonomy> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Biology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "22.20.00" ;
    skos:prefLabel "Biogeography, taxonomy" .

<https://w3id.org/nwo-research-fields#BiologicalAndMedicalPsychology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Psychology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "40.20.00" ;
    skos:prefLabel "Biological and Medical Psychology" .

<https://w3id.org/nwo-research-fields#Biology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Biology" .

<https://w3id.org/nwo-research-fields#BiologyOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Biology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "22.90.00" ;
    skos:prefLabel "Biology, other" .

<https://w3id.org/nwo-research-fields#Biotechnology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Biology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "22.80.00" ;
    skos:prefLabel "Biotechnology" .

<https://w3id.org/nwo-research-fields#Botany> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Biology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "22.50.00" ;
    skos:prefLabel "Botany" .

<https://w3id.org/nwo-research-fields#BusinessAdministration> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "39.90.00" ;
    skos:prefLabel "Business administration" .

<https://w3id.org/nwo-research-fields#Catalysis> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Chemistry" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "13.60.00" ;
    skos:prefLabel "Catalysis" .

<https://w3id.org/nwo-research-fields#CentralAsianStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.35.00" ;
    skos:prefLabel "Central Asian studies" .

<https://w3id.org/nwo-research-fields#ChemicalTechnologyProcessTechnology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Technology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "14.50.00" ;
    skos:prefLabel "Chemical technology, process technology" .

<https://w3id.org/nwo-research-fields#Chemistry> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Chemistry" .

<https://w3id.org/nwo-research-fields#ChemistryOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Chemistry" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "13.90.00" ;
    skos:prefLabel "Chemistry, other" .

<https://w3id.org/nwo-research-fields#CivilEngineering> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Technology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "14.40.00" ;
    skos:prefLabel "Civil engineering" .

<https://w3id.org/nwo-research-fields#ClinicalPsychology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Psychology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "40.10.00" ;
    skos:prefLabel "Clinical Psychology" .

<https://w3id.org/nwo-research-fields#ComparativeLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LanguageAndLiterature" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "31.50.00" ;
    skos:prefLabel "Comparative literature" .

<https://w3id.org/nwo-research-fields#ComparativePoliticalHistory> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#History" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "27.70.00" ;
    skos:prefLabel "Comparative political history" .

<https://w3id.org/nwo-research-fields#ComputerGraphics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputerScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "16.70.00" ;
    skos:prefLabel "Computer graphics" .

<https://w3id.org/nwo-research-fields#ComputerScienceOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputerScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "16.90.00" ;
    skos:prefLabel "Computer science, other" .

<https://w3id.org/nwo-research-fields#ComputerSimulationVirtualReality> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputerScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "16.80.00" ;
    skos:prefLabel "Computer simulation, virtual reality" .

<https://w3id.org/nwo-research-fields#ComputerSystemsArchitecturesNetworks> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputerScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "16.10.00" ;
    skos:prefLabel "Computer systems, architectures, networks" .

<https://w3id.org/nwo-research-fields#ComputersAndTheHumanitiesOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputersAndTheHumanities" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "37.20.00" ;
    skos:prefLabel "Computers and the humanities, other" .

<https://w3id.org/nwo-research-fields#CondensedMatterAndOpticalPhysics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Physics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "12.30.00" ;
    skos:prefLabel "Condensed Matter and Optical Physics" .

<https://w3id.org/nwo-research-fields#ConstitutionalAndAdministrativeLaw> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Law" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "43.20.00" ;
    skos:prefLabel "Constitutinal and Administrative Law" .

<https://w3id.org/nwo-research-fields#CriminalLawAndCriminology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Law" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "43.40.00" ;
    skos:prefLabel "Criminal law and Criminology" .

<https://w3id.org/nwo-research-fields#CulturalAnthropology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "46.90.00" ;
    skos:prefLabel "Cultural anthropology" .

<https://w3id.org/nwo-research-fields#CulturalHistory> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#History" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "27.60.00" ;
    skos:prefLabel "Cultural history" .

<https://w3id.org/nwo-research-fields#DevelopmentStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "51.90.00" ;
    skos:prefLabel "Development studies" .

<https://w3id.org/nwo-research-fields#DevelopmentalPsychology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Psychology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "40.30.00" ;
    skos:prefLabel "Developmental Psychology" .

<https://w3id.org/nwo-research-fields#DialectologyLinguisticGeographySociolinguistics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.30.00" ;
    skos:prefLabel "Dialetology, linguistic geography, sociolinguistics" .

<https://w3id.org/nwo-research-fields#EarthSciences> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Earth sciences" .

<https://w3id.org/nwo-research-fields#Ecology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Biology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "22.40.00" ;
    skos:prefLabel "Ecology" .

<https://w3id.org/nwo-research-fields#Econometrics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Economics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "38.30.00" ;
    skos:prefLabel "Econometrics" .

<https://w3id.org/nwo-research-fields#ElectricalEngineering> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Technology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "14.30.00" ;
    skos:prefLabel "ElectricalEngineering" .

<https://w3id.org/nwo-research-fields#EnvironmentalScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "50.90.00" ;
    skos:prefLabel "Environmental science" .

<https://w3id.org/nwo-research-fields#Epidemiology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.80.00" ;
    skos:prefLabel "Epidemiology" .

<https://w3id.org/nwo-research-fields#EpistemologyPhilosophyOfScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.35.00" ;
    skos:prefLabel "Epistemology, philosophy of science" .

<https://w3id.org/nwo-research-fields#EthicsMoralPhilosophy> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.25.00" ;
    skos:prefLabel "Ethics, moral philosophy" .

<https://w3id.org/nwo-research-fields#Ethnomusicology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMedia" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "32.10.00" ;
    skos:prefLabel "Ethnomusicology" .

<https://w3id.org/nwo-research-fields#FilmPhotographyAndAudiovisualMedia> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMedia" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "32.60.00" ;
    skos:prefLabel "Film, photography and audio-visual media" .

<https://w3id.org/nwo-research-fields#FourierAnalysisFunctionalAnalysis> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Mathematics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "11.40.00" ;
    skos:prefLabel "Fourier analysis, functional analysis" .

<https://w3id.org/nwo-research-fields#FunctionsDifferentialEquations> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Mathematics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "11.30.00" ;
    skos:prefLabel "Fucntions, differential equations" .

<https://w3id.org/nwo-research-fields#FusionPhysics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Physics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "12.50.00" ;
    skos:prefLabel "Fusion physics" .

<https://w3id.org/nwo-research-fields#GenderStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "28.90.00" ;
    skos:prefLabel "Gender studies" .

<https://w3id.org/nwo-research-fields#Geography> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#GeographyPlanning" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "49.10.00" ;
    skos:prefLabel "Geography" .

<https://w3id.org/nwo-research-fields#GeometryTopology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Mathematics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "11.50.00" ;
    skos:prefLabel "Geometry, topology" .

<https://w3id.org/nwo-research-fields#Geotechnics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Technology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "14.60.00" ;
    skos:prefLabel "Geotechnics" .

<https://w3id.org/nwo-research-fields#Gerontology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.60.00" ;
    skos:prefLabel "Gerontology" .

<https://w3id.org/nwo-research-fields#HealthEconomics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.44.00" ;
    skos:prefLabel "Health economics" .

<https://w3id.org/nwo-research-fields#HealthLaw> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.42.00" ;
    skos:prefLabel "Health law" .

<https://w3id.org/nwo-research-fields#HealthSciences> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.40.00" ;
    skos:prefLabel "Health sciences" .

<https://w3id.org/nwo-research-fields#HealthServicesResearch> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.48.00" ;
    skos:prefLabel "Health Services Research" .

<https://w3id.org/nwo-research-fields#HispanicAndBrazilianLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LanguageAndLiterature" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "31.40.00" ;
    skos:prefLabel "Hispanic and Brazilian literature" .

<https://w3id.org/nwo-research-fields#History> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "History" .

<https://w3id.org/nwo-research-fields#HistoryAndPhilosophyOfScienceAndTechnology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ScienceAndTechnology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "10.10.00" ;
    skos:prefLabel "History and philosophy of science and technology" .

<https://w3id.org/nwo-research-fields#HistoryOfAncientAndMediaevalPhilosophy> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.55.00" ;
    skos:prefLabel "History of ancient and mediaeval philosophy" .

<https://w3id.org/nwo-research-fields#HistoryOfAncientScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#HistoryOfScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "34.10.00" ;
    skos:prefLabel "History of ancient science" .

<https://w3id.org/nwo-research-fields#HistoryOfChristianity> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ReligiousStudiesAndTheology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "35.20.00" ;
    skos:prefLabel "History of Christianity" .

<https://w3id.org/nwo-research-fields#HistoryOfContemporaryScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#HistoryOfScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "34.40.00" ;
    skos:prefLabel "History of contemporary science" .

<https://w3id.org/nwo-research-fields#HistoryOfIdeasAndIntellectualHistory> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.50.00" ;
    skos:prefLabel "History of ideas and intellectual history" .

<https://w3id.org/nwo-research-fields#HistoryOfMediaevalScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#HistoryOfScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "34.20.00" ;
    skos:prefLabel "History of mediaeval science" .

<https://w3id.org/nwo-research-fields#HistoryOfModernAndContemporaryPhilosophy> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.60.00" ;
    skos:prefLabel "History of modern and contemporary philosophy" .

<https://w3id.org/nwo-research-fields#HistoryOfModernScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#HistoryOfScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "34.30.00" ;
    skos:prefLabel "History of modern science" .

<https://w3id.org/nwo-research-fields#HistoryOfMusicAndMusicalIconography> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMedia" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "32.20.00" ;
    skos:prefLabel "History of music and musical iconography" .

<https://w3id.org/nwo-research-fields#HistoryOfPoliticalAndEconomicTheory> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.65.00" ;
    skos:prefLabel "History of political and economic theory" .

<https://w3id.org/nwo-research-fields#HistoryOfReligions> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ReligiousStudiesAndTheology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "35.10.00" ;
    skos:prefLabel "History of religions" .

<https://w3id.org/nwo-research-fields#HistoryOfScienceOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#HistoryOfScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "34.90.00" ;
    skos:prefLabel "History of Science, other" .

<https://w3id.org/nwo-research-fields#HistoryOfTechnology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#HistoryOfScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "34.45.00" ;
    skos:prefLabel "History of technology" .

<https://w3id.org/nwo-research-fields#HistoryOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#History" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "27.90.00" ;
    skos:prefLabel "History, other" .

<https://w3id.org/nwo-research-fields#HistoryofScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "History of science" .

<https://w3id.org/nwo-research-fields#HypertextsAndMultimedia> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputersAndTheHumanities" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "37.50.00" ;
    skos:prefLabel "HypertextsAndMultimedia" .

<https://w3id.org/nwo-research-fields#IndianStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.40.00" ;
    skos:prefLabel "Indian studies" .

<https://w3id.org/nwo-research-fields#IndustrialArchaeology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Archaeology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "26.50.00" ;
    skos:prefLabel "Industrial archaeology" .

<https://w3id.org/nwo-research-fields#InformationSystemsDatabases> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputerScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "16.40.00" ;
    skos:prefLabel "Information systems, databases" .

<https://w3id.org/nwo-research-fields#InorganicChemistry> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Chemistry" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "13.40.00" ;
    skos:prefLabel "Inorganic chemistry" .

<https://w3id.org/nwo-research-fields#InternationalAndEuropeanLaw> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Law" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "43.30.00" ;
    skos:prefLabel "International and European law" .

<https://w3id.org/nwo-research-fields#IranianAndArmenianStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.30.00" ;
    skos:prefLabel "Iranian and Armenian studies" .

<https://w3id.org/nwo-research-fields#IslamicStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.25.00" ;
    skos:prefLabel "Islamic studies" .

<https://w3id.org/nwo-research-fields#JapaneseStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.55.00" ;
    skos:prefLabel "Japanese studies" .

<https://w3id.org/nwo-research-fields#JewishStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.20.00" ;
    skos:prefLabel "Jewish studies" .

<https://w3id.org/nwo-research-fields#JournalismAndMassCommunications> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMedia" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "32.10.00" ;
    skos:prefLabel "Journalism and mass communications" .

<https://w3id.org/nwo-research-fields#Kinesiology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.50.00" ;
    skos:prefLabel "Kinesiology" .

<https://w3id.org/nwo-research-fields#LanguageAndLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Language and literature" .

<https://w3id.org/nwo-research-fields#LanguageAndLiteratureOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LanguageAndLiterature" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "31.90.00" ;
    skos:prefLabel "Language and literature, other" .

<https://w3id.org/nwo-research-fields#LanguageTeachingAndAcquisition> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.55.00" ;
    skos:prefLabel "Language teaching and acquisition" .

<https://w3id.org/nwo-research-fields#LexiconAndLexicography> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.35.00" ;
    skos:prefLabel "Lexicon and lexicography" .

<https://w3id.org/nwo-research-fields#LibrarianshipArchiveStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#History" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "27.80.00" ;
    skos:prefLabel "Librarianship, archive studies" .

<https://w3id.org/nwo-research-fields#LifeSciencesAndMedicine> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Life sciences and medicine" .

<https://w3id.org/nwo-research-fields#LinguisticStatistics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.50.00" ;
    skos:prefLabel "Linguistic statistics" .

<https://w3id.org/nwo-research-fields#LinguisticTypologyAndComparativeLinguistics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.25.00" ;
    skos:prefLabel "Linguistic typology and comparative linguistics" .

<https://w3id.org/nwo-research-fields#LinguisticsOthers> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.90.00" ;
    skos:prefLabel "Linguistics, other" .

<https://w3id.org/nwo-research-fields#LogicAndHistoryOfLogic> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.30.00" ;
    skos:prefLabel "Logic and history of logic" .

<https://w3id.org/nwo-research-fields#LogicSetTheoryAndArithmetic> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Mathematics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "11.10.00" ;
    skos:prefLabel "Logic, set theory and arithmetic" .

<https://w3id.org/nwo-research-fields#MacroEconomics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Economics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "38.20.00" ;
    skos:prefLabel "Macroeconomics" .

<https://w3id.org/nwo-research-fields#MacromolecularChemistryPolymerChemistry> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Chemistry" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "13.20.00" ;
    skos:prefLabel "Macromolecular chemistry, polymer chemistry" .

<https://w3id.org/nwo-research-fields#MaterialsTechnology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Technology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "14.10.00" ;
    skos:prefLabel "Materials technology" .

<https://w3id.org/nwo-research-fields#Mathematics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Mathematics" .

<https://w3id.org/nwo-research-fields#MathematicsOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Mathematics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "11.90.00" ;
    skos:prefLabel "Mathematics, other" .

<https://w3id.org/nwo-research-fields#MechanicalEngineering> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Technology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "14.20.00" ;
    skos:prefLabel "MechanicalEngineering" .

<https://w3id.org/nwo-research-fields#MediaStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMedia" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "32.80.00" ;
    skos:prefLabel "Media studies" .

<https://w3id.org/nwo-research-fields#MediaevalAndNeoLatinLanguagesAndLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LanguageAndLiterature" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "31.20.00" ;
    skos:prefLabel "Mediaeval and Neo-Latin languages and literature" .

<https://w3id.org/nwo-research-fields#MediaevalArchaeology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Archaeology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "26.40.00" ;
    skos:prefLabel "Mediaeval archaeology" .

<https://w3id.org/nwo-research-fields#MediaevalEuropeanLanguagesAndLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LanguageAndLiterature" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "31.25.00" ;
    skos:prefLabel "Mediaeval European languages and literature" .

<https://w3id.org/nwo-research-fields#MediaevalHistory> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#History" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "27.30.00" ;
    skos:prefLabel "Mediaeval history" .

<https://w3id.org/nwo-research-fields#MedicalSociology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.46.00" ;
    skos:prefLabel "Medical sociology" .

<https://w3id.org/nwo-research-fields#MedicalSpecialisms> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.30.00" ;
    skos:prefLabel "Medical specialisms" .

<https://w3id.org/nwo-research-fields#MedicineOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.90.00" ;
    skos:prefLabel "Medicine, other" .

<https://w3id.org/nwo-research-fields#MetaphysicsTheoreticalPhilosophy> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.10.00" ;
    skos:prefLabel "Metaphysics, theoretical philosophy" .

<https://w3id.org/nwo-research-fields#MethodsAndTechniques> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Archaeology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "26.70.00" ;
    skos:prefLabel "Methods and techniques" .

<https://w3id.org/nwo-research-fields#MicroEconomics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Economics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "38.10.00" ;
    skos:prefLabel "Microeconomics" .

<https://w3id.org/nwo-research-fields#Microbiology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Biology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "22.10.00" ;
    skos:prefLabel "Microbiology" .

<https://w3id.org/nwo-research-fields#ModernAndContemporaryHistory> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#History" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "27.40.00" ;
    skos:prefLabel "Modern and contemporary history" .

<https://w3id.org/nwo-research-fields#ModernEuropeanLanguagesAndLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LanguageAndLiterature" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "31.30.00" ;
    skos:prefLabel "Modern European languages and literature" .

<https://w3id.org/nwo-research-fields#MorphologyGrammarAndSyntax> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.15.00" ;
    skos:prefLabel "Morphology, grammar and syntax" .

<https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMedia> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Music, theatre, performing arts and media" .

<https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMediaOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMedia" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "32.10.00" ;
    skos:prefLabel "Music, theatre, performing arts and media, other" .

<https://w3id.org/nwo-research-fields#Musicology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMedia" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "32.30.00" ;
    skos:prefLabel "Musicology" .

<https://w3id.org/nwo-research-fields#NanophysicsTechnology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Physics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "12.20.00" ;
    skos:prefLabel "Nanophysics/technology" .

<https://w3id.org/nwo-research-fields#Nanotechnology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Technology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "14.80.00" ;
    skos:prefLabel "Nanotechnology" .

<https://w3id.org/nwo-research-fields#NumericalAnalysis> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Mathematics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "11.80.00" ;
    skos:prefLabel "Numerical analysis" .

<https://w3id.org/nwo-research-fields#Nutrition> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.70.00" ;
    skos:prefLabel "Nutrition" .

<https://w3id.org/nwo-research-fields#OperaAndDance> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMedia" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "32.40.00" ;
    skos:prefLabel "Opera and dance" .

<https://w3id.org/nwo-research-fields#OperationsResearch> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Mathematics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "11.70.00" ;
    skos:prefLabel "Operations research" .

<https://w3id.org/nwo-research-fields#OrganicChemistry> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Chemistry" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "13.30.00" ;
    skos:prefLabel "Organic chemistry" .

<https://w3id.org/nwo-research-fields#OrgansAndOrganSystems> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.20.00" ;
    skos:prefLabel "Organs and organ systems" .

<https://w3id.org/nwo-research-fields#OrientalArchaeology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Archaeology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "26.30.00" ;
    skos:prefLabel "Oriental archaeology" .

<https://w3id.org/nwo-research-fields#OtherPhysics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Physics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "12.70.00" ;
    skos:prefLabel "Other physics" .

<https://w3id.org/nwo-research-fields#PathologyPathologicalAnatomy> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Medicine" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "23.10.00" ;
    skos:prefLabel "Pathology, pathological anatomy" .

<https://w3id.org/nwo-research-fields#PhenomenologicalPhysics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Physics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "12.60.00" ;
    skos:prefLabel "Phenomenological physics" .

<https://w3id.org/nwo-research-fields#Philosophy> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Philosophy" .

<https://w3id.org/nwo-research-fields#PhilosophyOfLanguageSemiotics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.45.00" ;
    skos:prefLabel "Philosophy of language, semiotics" .

<https://w3id.org/nwo-research-fields#PhilosophyOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Philosophy" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "33.90.00" ;
    skos:prefLabel "Philosophy, other" .

<https://w3id.org/nwo-research-fields#PhoneticsAndPhonology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.10.00" ;
    skos:prefLabel "Phonetics and phonology" .

<https://w3id.org/nwo-research-fields#PhysicalChemistry> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Chemistry" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "13.50.00" ;
    skos:prefLabel "Physical chemistry" .

<https://w3id.org/nwo-research-fields#Physics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Physics" .

<https://w3id.org/nwo-research-fields#Planning> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#GeographyPlanning" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "49.11.00" ;
    skos:prefLabel "Planning" .

<https://w3id.org/nwo-research-fields#PoliticalScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#PublicAdministrationAndPoliticalScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "44.20.00" ;
    skos:prefLabel "Political science" .

<https://w3id.org/nwo-research-fields#PreclassicalCivilizations> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#History" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "27.10.00" ;
    skos:prefLabel "Pre-classical civilizations" .

<https://w3id.org/nwo-research-fields#PreclassicalPhilologyAndLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LanguageAndLiterature" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "31.10.00" ;
    skos:prefLabel "Pre-classical philology and literature" .

<https://w3id.org/nwo-research-fields#Prehistory> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Archaeology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "26.10.00" ;
    skos:prefLabel "Prehistory" .

<https://w3id.org/nwo-research-fields#PreservationAndRestorationMuseums> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Archaeology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "26.60.00" ;
    skos:prefLabel "Preservation and restauration, museums" .

<https://w3id.org/nwo-research-fields#PrivateLaw> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Law" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "43.10.00" ;
    skos:prefLabel "Private law" .

<https://w3id.org/nwo-research-fields#ProbabilityTheoryStatistisc> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Mathematics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "11.60.00" ;
    skos:prefLabel "Probability theory, statistics" .

<https://w3id.org/nwo-research-fields#ProcessesInLivingSystems> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Physics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "12.40.00" ;
    skos:prefLabel "Processes in living systems" .

<https://w3id.org/nwo-research-fields#PsycholinguisticsAndNeurolinguistics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.40.00" ;
    skos:prefLabel "Psycholinguistics and neurolinguistics" .

<https://w3id.org/nwo-research-fields#Psychometrics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Psychology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "40.60.00" ;
    skos:prefLabel "Psychometrics" .

<https://w3id.org/nwo-research-fields#PsychonomicsAndCognitivePsychology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Psychology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "40.40.00" ;
    skos:prefLabel "Psychonomics and Cognitive Psychology" .

<https://w3id.org/nwo-research-fields#PublicAdministration> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#PublicAdministrationAndPoliticalScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "44.10.00" ;
    skos:prefLabel "Public administration" .

<https://w3id.org/nwo-research-fields#ReligiousStudiesAndTheologyOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ReligiousStudiesAndTheology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "35.90.00" ;
    skos:prefLabel "Religious studies and theology, other" .

<https://w3id.org/nwo-research-fields#Scheme> a skos:ConceptScheme ;
    dcterms:creator "Maarten van Gompel" ;
    dcterms:description "Ontology of the NWO Research fields, as used in grant applications by the Dutch Research Council (NWO): https://www.nwo.nl/en/nwo-research-fields" ;
    dcterms:title "NWO Research Fields" .

<https://w3id.org/nwo-research-fields#ScienceAndTechnology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Science and technology" .

<https://w3id.org/nwo-research-fields#SemanticsAndPhilosophyOfLanguage> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.20.00" ;
    skos:prefLabel "Semantics and philosophy of language" .

<https://w3id.org/nwo-research-fields#Sinology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.50.00" ;
    skos:prefLabel "Sinology" .

<https://w3id.org/nwo-research-fields#SocialAndEconomicHistory> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#History" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "27.50.00" ;
    skos:prefLabel "Social and economic history" .

<https://w3id.org/nwo-research-fields#SocialAndOrganizationalPsychology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Psychology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "40.50.00" ;
    skos:prefLabel "Social and Organizational Psychology" .

<https://w3id.org/nwo-research-fields#SoftwareAlgorithmsControlSystems> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputerScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "16.20.00" ;
    skos:prefLabel "Software, algorithms, control systems" .

<https://w3id.org/nwo-research-fields#SouthEastAsianStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#AreaStudies" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "36.45.00" ;
    skos:prefLabel "South-east Asian studies" .

<https://w3id.org/nwo-research-fields#SubatomicPhysics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Physics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "12.10.00" ;
    skos:prefLabel "Subatomic physics" .

<https://w3id.org/nwo-research-fields#Technology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Technology" .

<https://w3id.org/nwo-research-fields#TechnologyAssessment> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Technology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "14.70.00" ;
    skos:prefLabel "Technology assessment" .

<https://w3id.org/nwo-research-fields#TechnologyOther> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Technology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "14.90.00" ;
    skos:prefLabel "Technology, other" .

<https://w3id.org/nwo-research-fields#TheatreStudiesAndIconography> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#MusicTheatrePerformingArtsMedia" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "32.50.00" ;
    skos:prefLabel "Theatre studies and iconography" .

<https://w3id.org/nwo-research-fields#TheologyAndHistoryOfTheology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ReligiousStudiesAndTheology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "35.30.00" ;
    skos:prefLabel "Theology and history of theology" .

<https://w3id.org/nwo-research-fields#TheoreticalChemistryQuantumChemistry> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Chemistry" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "13.70.00" ;
    skos:prefLabel "Theoretical chemistry, quantum chemistry" .

<https://w3id.org/nwo-research-fields#TheoreticalComputerScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputerScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "16.30.00" ;
    skos:prefLabel "Theoretical computer science" .

<https://w3id.org/nwo-research-fields#TheoreticalPhysics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Physics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "12.80.00" ;
    skos:prefLabel "Theoretical Physics" .

<https://w3id.org/nwo-research-fields#ToxicologyPlantsInvertebrates> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Biology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "22.70.00" ;
    skos:prefLabel "Toxicology (plants, invertebrates)" .

<https://w3id.org/nwo-research-fields#TranslationStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.60.00" ;
    skos:prefLabel "Translation studies" .

<https://w3id.org/nwo-research-fields#UserInterfacesMultimedia> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputerScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "16.50.00" ;
    skos:prefLabel "User interfaces, multimedia" .

<https://w3id.org/nwo-research-fields#VeterinaryMedicine> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "24.00.90" ;
    skos:prefLabel "Veterinary medicine" .

<https://w3id.org/nwo-research-fields#Zoology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Biology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "22.60.00" ;
    skos:prefLabel "Zoology" .

<https://w3id.org/research-technology-readiness-levels#Level0Idea> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:broader "trl:Stage1Planning" ;
    skos:definition "Unproven, untested and largely unformulated concept" ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "0" ;
    skos:prefLabel "0 - Idea" .

<https://w3id.org/research-technology-readiness-levels#Level1InitialResearch> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:broader "trl:Stage1Planning" ;
    skos:definition "Basic (scholarly) needs observed and reported" ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "1" ;
    skos:prefLabel "1 - Initial Research" .

<https://w3id.org/research-technology-readiness-levels#Level2ConceptFormulated> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:broader "trl:Stage1Planning" ;
    skos:definition "Initial technology/application has seen concept formulated" ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "2" ;
    skos:prefLabel "2 - Concept Formulated" .

<https://w3id.org/research-technology-readiness-levels#Level3ProofOfConcept> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:broader "trl:Stage2ProofOfConcept" ;
    skos:definition "Initial Proof-of-concept of key functionality. Concept presented for initial feedback from scholarly users. Not yet validated and not suitable for end-users yet." ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "3" ;
    skos:prefLabel "3 - Proof of Concept" .

<https://w3id.org/research-technology-readiness-levels#Level4ValidatedProofOfConcept> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:broader "trl:Stage2ProofOfConcept" ;
    skos:definition "Validated Proof-of-concept of key functionality. Technology validated in its own experimental setting (e.g. the lab). Not mature enough for end-users yet." ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "4" ;
    skos:prefLabel "4 - Validated Proof of Concept" .

<https://w3id.org/research-technology-readiness-levels#Level5EarlyPrototype> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:broader "trl:Stage3Experimental" ;
    skos:definition "Technology validated in target setting (e.g. with potential end-users)" ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "5" ;
    skos:prefLabel "5 - Early Prototype" .

<https://w3id.org/research-technology-readiness-levels#Levels> a skos:OrderedCollection ;
    skos:memberList "trl:Level0Idea",
        "trl:Level1InitialResearch",
        "trl:Level2ConceptFormulated",
        "trl:Level3ProofOfConcept",
        "trl:Level4ValidatedProofOfConcept",
        "trl:Level5EarlyPrototype",
        "trl:Level6LatePrototype",
        "trl:Level7ReleaseCandidate",
        "trl:Level8Complete",
        "trl:Level9Proven",
        "trl:Stage1Planning",
        "trl:Stage2ProofOfConcept",
        "trl:Stage3Experimental",
        "trl:Stage4Complete" .

<https://w3id.org/research-technology-readiness-levels#Scheme> a skos:ConceptScheme .

<https://w3id.org/research-technology-readiness-levels#Stage1Planning> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:altLabel "pre-alpha" ;
    skos:definition "The technology is in an initial planning stage (pre-alpha), no implementation is available yet" ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "0-2" ;
    skos:prefLabel "Planning" .

<https://w3id.org/research-technology-readiness-levels#Stages> a skos:OrderedCollection ;
    skos:memberList "trl:Stage1Planning",
        "trl:Stage2ProofOfConcept",
        "trl:Stage3Experimental",
        "trl:Stage4Complete" .

<https://w3id.org/research-technology-readiness-levels#technologyReadinessLevel> a rdf:Property ;
    rdfs:label "Technology Readiness Level" ;
    rdfs:comment "Associates a technology readiness level (or a stage grouping several levels) with a subject (e.g. schema:SoftwareSourceCode or schema:SoftwareApplication). Takes a value (skos:Concept) from collection trl:Levels (in conceptscheme trl:Scheme)" ;
    rdfs:range "trl:TechnologyReadinessLevel" .

stype:executableName a rdf:Property ;
    rdfs:label "Executable Name" ;
    rdfs:comment "Filename of the executable for the software application." .

<https://www.repostatus.org> a skos:ConceptScheme ;
    dcterms:creator "Jason Antman" ;
    dcterms:description "A standard to easily communicate to humans and machines the development/support and usability status of software repositories/projects." ;
    dcterms:title "repostatus.org" .

<https://www.repostatus.org/#abandoned> a skos:Concept ;
    og:image "https://www.repostatus.org/badges/latest/abandoned.svg" ;
    skos:definition "Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development." ;
    skos:inScheme "https://www.repostatus.org" ;
    skos:prefLabel "Abandoned" .

<https://www.repostatus.org/#concept> a skos:Concept ;
    og:image "https://www.repostatus.org/badges/latest/concept.svg" ;
    skos:definition "Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept." ;
    skos:inScheme "https://www.repostatus.org" ;
    skos:prefLabel "Concept" .

<http://csvw-converter.readthedocs.io/en/latest/> a sdo:WebSite ;
    sdo:name "CoW: Converter for CSV on the Web — CSVW Converters 1.0.0 documentation" ;
    sdo:url "http://csvw-converter.readthedocs.io/en/latest/" .

<http://flat.readthedocs.io/en/latest/?badge=latest> a sdo:WebSite ;
    sdo:name "FLAT - FoLiA Linguistic Annotation Tool - Documentation — FLAT v0.5.2 documentation" ;
    sdo:url "http://flat.readthedocs.io/en/latest/?badge=latest" .

<http://flat.readthedocs.io/en/latest/administration_guide.html> a sdo:WebSite ;
    sdo:name "FLAT Administration Guide — FLAT v0.5.2 documentation" ;
    sdo:url "http://flat.readthedocs.io/en/latest/administration_guide.html" .

<http://flat.readthedocs.io/en/latest/installation_guide.html> a sdo:WebSite ;
    sdo:name "FLAT Installation Guide — FLAT v0.5.2 documentation" ;
    sdo:url "http://flat.readthedocs.io/en/latest/installation_guide.html" .

<http://flat.readthedocs.io/en/latest/user_guide.html> a sdo:WebSite ;
    sdo:name "FLAT User Guide — FLAT v0.5.2 documentation" ;
    sdo:url "http://flat.readthedocs.io/en/latest/user_guide.html" .

<http://folia.readthedocs.io/> a sdo:WebSite ;
    sdo:name "FoLiA: Format for Linguistic Annotation - Documentation and Reference Guide — FoLiA: Format for Linguistic Annotation v2.0 (rev 9.0) documentation" ;
    sdo:url "http://folia.readthedocs.io/" .

<http://foliapy.readthedocs.io/en/latest/?badge=latest> a sdo:WebSite ;
    sdo:name "FoLiA Python Library — FoLiA Python Library v2.5.11, FoLiA v2.5.3 documentation" ;
    sdo:url "http://foliapy.readthedocs.io/en/latest/?badge=latest" .

<http://hdl.handle.net/2066/131547> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-6c9e2789a793ea97> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H4dc91df3610f9dd5> ;
    sdo:name "CLAM: Quickly deploy NLP command-line tools on the web" ;
    sdo:pageEnd 75 ;
    sdo:pageStart "71" ;
    sdo:url "http://anthology.aclweb.org/C/C14/C14-2016.pdf" .

<http://hdl.handle.net/2066/134833> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-550ca4071c701e55> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H6a7d2afae5a55798> ;
    sdo:name "T-Scan: a new tool for analyzing Dutch text" ;
    sdo:pageEnd 74 ;
    sdo:pageStart "53" ;
    sdo:url "http://www.clinjournal.org/sites/default/files/05-PanderMaat-etal-CLIN2014.pdf" .

sdo:WebPage rdfs:label "Webpage" ;
    rdfs:comment "A very particular page on the web" .

<http://spdx.org/licenses/CC-BY-SA-4.0> sdo:name "Creative Commons Attribution Share Alike 4.0 International" .

<http://tadirah.dariah.eu/vocab/index.php?tema=10&/discovering> skos:closeMatch <https://vocabs.dariah.eu/tadirah/discovering> .

<http://tadirah.dariah.eu/vocab/index.php?tema=11&/gathering> skos:closeMatch <https://vocabs.dariah.eu/tadirah/gathering> .

<http://tadirah.dariah.eu/vocab/index.php?tema=12&/imaging> skos:closeMatch <https://vocabs.dariah.eu/tadirah/imaging> .

<http://tadirah.dariah.eu/vocab/index.php?tema=13&/recording> skos:closeMatch <https://vocabs.dariah.eu/tadirah/recording> .

<http://tadirah.dariah.eu/vocab/index.php?tema=14&/transcription> skos:closeMatch <https://vocabs.dariah.eu/tadirah/transcribing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=15&/2_creation> skos:closeMatch <https://vocabs.dariah.eu/tadirah/creating> .

<http://tadirah.dariah.eu/vocab/index.php?tema=16&/designing> skos:closeMatch <https://vocabs.dariah.eu/tadirah/designing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=17&/programming> skos:closeMatch <https://vocabs.dariah.eu/tadirah/programming> .

<http://tadirah.dariah.eu/vocab/index.php?tema=18&/translation> skos:closeMatch <https://vocabs.dariah.eu/tadirah/translating> .

<http://tadirah.dariah.eu/vocab/index.php?tema=19&/web-development> skos:closeMatch <https://vocabs.dariah.eu/tadirah/webDevelopment> .

<http://tadirah.dariah.eu/vocab/index.php?tema=20&/writing> skos:closeMatch <https://vocabs.dariah.eu/tadirah/writing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=21> skos:closeMatch <https://vocabs.dariah.eu/tadirah/enriching> .

<http://tadirah.dariah.eu/vocab/index.php?tema=22&/annotating> skos:closeMatch <https://vocabs.dariah.eu/tadirah/annotating> .

<http://tadirah.dariah.eu/vocab/index.php?tema=23&/cleanup> skos:closeMatch <https://vocabs.dariah.eu/tadirah/dataCleansing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=24&/editing> skos:closeMatch <https://vocabs.dariah.eu/tadirah/editing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=25> skos:closeMatch <https://vocabs.dariah.eu/tadirah/analyzing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=26&/content-analysis> skos:closeMatch <https://vocabs.dariah.eu/tadirah/contentAnalysis> .

<http://tadirah.dariah.eu/vocab/index.php?tema=27&/network-analysis> skos:closeMatch <https://vocabs.dariah.eu/tadirah/networkAnalysis> .

<http://tadirah.dariah.eu/vocab/index.php?tema=28&/relational-analysis> skos:closeMatch <https://vocabs.dariah.eu/tadirah/relationalAnalysis> .

<http://tadirah.dariah.eu/vocab/index.php?tema=29&/spatial-analysis> skos:closeMatch <https://vocabs.dariah.eu/tadirah/spatialAnalysis> .

<http://tadirah.dariah.eu/vocab/index.php?tema=30&/structural-analysis> skos:closeMatch <https://vocabs.dariah.eu/tadirah/structuralAnalysis> .

<http://tadirah.dariah.eu/vocab/index.php?tema=31&/stylistic-analysis> skos:closeMatch <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> .

<http://tadirah.dariah.eu/vocab/index.php?tema=32&/visualization> skos:closeMatch <https://vocabs.dariah.eu/tadirah/visualAnalysis> .

<http://tadirah.dariah.eu/vocab/index.php?tema=33&/5_interpretation> skos:closeMatch <https://vocabs.dariah.eu/tadirah/interpreting> .

<http://tadirah.dariah.eu/vocab/index.php?tema=34&/contextualizing> skos:closeMatch <https://vocabs.dariah.eu/tadirah/contextualizing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=35&/modeling> skos:closeMatch <https://vocabs.dariah.eu/tadirah/modeling> .

<http://tadirah.dariah.eu/vocab/index.php?tema=36&/theorizing> skos:closeMatch <https://vocabs.dariah.eu/tadirah/theorizing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=37&/6_storage> skos:closeMatch <https://vocabs.dariah.eu/tadirah/storing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=38&/archiving> skos:closeMatch <https://vocabs.dariah.eu/tadirah/archiving> .

<http://tadirah.dariah.eu/vocab/index.php?tema=39&/identifying> skos:closeMatch <https://vocabs.dariah.eu/tadirah/identifying> .

<http://tadirah.dariah.eu/vocab/index.php?tema=40&/organizing> skos:closeMatch <https://vocabs.dariah.eu/tadirah/organizing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=41&/preservation> skos:closeMatch <https://vocabs.dariah.eu/tadirah/preserving> .

<http://tadirah.dariah.eu/vocab/index.php?tema=42&/7_dissemination> skos:closeMatch <https://vocabs.dariah.eu/tadirah/disseminating> .

<http://tadirah.dariah.eu/vocab/index.php?tema=43&/collaboration> skos:closeMatch <https://vocabs.dariah.eu/tadirah/collaborating> .

<http://tadirah.dariah.eu/vocab/index.php?tema=44&/commenting> skos:closeMatch <https://vocabs.dariah.eu/tadirah/commenting> .

<http://tadirah.dariah.eu/vocab/index.php?tema=45&/communicating> skos:closeMatch <https://vocabs.dariah.eu/tadirah/communicating> .

<http://tadirah.dariah.eu/vocab/index.php?tema=46&/crowdsourcing> skos:closeMatch <https://vocabs.dariah.eu/tadirah/crowdsourcing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=47&/publishing> skos:closeMatch <https://vocabs.dariah.eu/tadirah/publishing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=48&/sharing> skos:closeMatch <https://vocabs.dariah.eu/tadirah/sharing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=7> skos:closeMatch <https://vocabs.dariah.eu/tadirah/capturing> .

<http://tadirah.dariah.eu/vocab/index.php?tema=8&/conversion> skos:closeMatch <https://vocabs.dariah.eu/tadirah/converting> .

<http://tadirah.dariah.eu/vocab/index.php?tema=9&/data-recognition> skos:closeMatch <https://vocabs.dariah.eu/tadirah/dataRecognition> .

<http://textrepo.readthedocs.io/en/latest/> a sdo:WebSite ;
    sdo:name "Text Repository — Text Repository  documentation" ;
    sdo:url "http://textrepo.readthedocs.io/en/latest/" .

<http://www.etcbc.nl> sdo:email "office@wi.th.vu.nl" ;
    sdo:name "Eep Talstra Centre for Bible and Computer" ;
    sdo:url "https://tools.clariah.nl/w.t..van.peursen@vu.nl" .

<http://www.sketchengine.co.uk/documentation/wiki/SkE/CorpusQuerying> a sdo:WebSite ;
    sdo:name "Page not found – Sketch Engine" ;
    sdo:url "http://www.sketchengine.co.uk/documentation/wiki/SkE/CorpusQuerying" .

<https://annorepo-python-client.readthedocs.io/en/latest/> a sdo:WebSite ;
    sdo:name "annorepo-client — annorepo-client 0.1.4 documentation" ;
    sdo:url "https://annorepo-python-client.readthedocs.io/en/latest/" .

<https://annorepo-python-client.readthedocs.io/en/latest/?badge=latest> a sdo:WebSite ;
    sdo:name "annorepo-client — annorepo-client 0.1.4 documentation" ;
    sdo:url "https://annorepo-python-client.readthedocs.io/en/latest/?badge=latest" .

<https://annotation.github.io/text-fabric/tf/index.html> a sdo:WebSite ;
    sdo:name "Home — Text-Fabric documentation" ;
    sdo:url "https://annotation.github.io/text-fabric/tf/index.html" .

<https://clam.readthedocs.io> a sdo:WebSite ;
    sdo:name "CLAM Documentation" ;
    sdo:url "https://clam.readthedocs.io" .

<https://creativecommons.org/licenses/by-sa/4.0/> a sdo:CreativeWork ;
    sdo:name "CC BY-SA v4.0" ;
    sdo:url "https://creativecommons.org/licenses/by-sa/4.0/" .

<https://dane.readthedocs.io/en/latest/examples.html> a sdo:WebSite ;
    sdo:name "Examples — DANE  documentation" ;
    sdo:url "https://dane.readthedocs.io/en/latest/examples.html" .

<https://datasetregister.netwerkdigitaalerfgoed.nl/?lang=en> a sdo:WebSite ;
    sdo:url "https://datasetregister.netwerkdigitaalerfgoed.nl/?lang=en" .

<https://datasetregister.netwerkdigitaalerfgoed.nl/api> a sdo:WebApplication ;
    sdo:name "Dataset Register OpenAPI" ;
    sdo:url "https://datasetregister.netwerkdigitaalerfgoed.nl/api" .

<https://docs.ricgraph.eu> a sdo:CreativeWork ;
    sdo:name "Documentation website for Ricgraph - Research in context graph" ;
    sdo:url "https://docs.ricgraph.eu" .

<https://docs.ricgraph.eu/docs/ricgraph_tutorial.html> a sdo:CreativeWork ;
    sdo:name "Tutorial for Ricgraph - Research in context graph" ;
    sdo:url "https://docs.ricgraph.eu/docs/ricgraph_tutorial.html" .

<https://docs.ricgraph.eu/ricgraph_tutorial.pdf> a sdo:CreativeWork ;
    sdo:name "Tutorial pdf for Ricgraph - Research in context graph" ;
    sdo:url "https://docs.ricgraph.eu/ricgraph_tutorial.pdf" .

<https://docs.rs/stam> a sdo:WebSite ;
    sdo:name "stam - Rust" ;
    sdo:url "https://docs.rs/stam" .

<https://doi.org/10.5281/zenodo.1482791> a sdo:Dataset ;
    sdo:author <https://tools.clariah.nl/stub/H-2353b698d20bebc7> ;
    sdo:datePublished "2018-03-07"^^sdo:Date ;
    sdo:encodingFormat "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/" ;
    sdo:name "Uruk" ;
    sdo:spatial "Uruk" ;
    sdo:temporal "4000-3100 BCE" ;
    sdo:text "Transliterations of proto-cuneiform tablets from the Uruk IV-III periods" ;
    sdo:url "https://github.com/Nino-cunei/uruk" .

<https://doi.org/10.5281/zenodo.2532177> a sdo:Dataset ;
    sdo:author <https://tools.clariah.nl/stub/H-56ec132db74a8bda> ;
    sdo:datePublished "2019-01-15"^^sdo:Date ;
    sdo:encodingFormat "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/" ;
    sdo:name "Quran" ;
    sdo:spatial "Arabia" ;
    sdo:temporal "700-800" ;
    sdo:text "The text of the Quranwith morphological annotations" ;
    sdo:url "https://github.com/q-ran/quran" .

<https://doi.org/10.5281/zenodo.3250720> a sdo:Dataset ;
    sdo:author <https://tools.clariah.nl/stub/H-6357e6cf2d22e512> ;
    sdo:datePublished "2020-04-03"^^sdo:Date ;
    sdo:encodingFormat "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/" ;
    sdo:name "Northeastern Neo-Aramaic Text-Fabric Corpus" ;
    sdo:spatial "Europe" ;
    sdo:temporal "2019-2020" ;
    sdo:text "Transcribed and recorded texts gathered by Prof. Geoffrey Khan and his team" ;
    sdo:url "https://github.com/CambridgeSemiticsLab/nena_tf" .

<https://doi.org/10.5281/zenodo.3909507> a sdo:Dataset ;
    sdo:author <https://tools.clariah.nl/stub/H-1910038b2cebb32> ;
    sdo:datePublished "2020-06-26"^^sdo:Date ;
    sdo:encodingFormat "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/" ;
    sdo:name "OldBabylonian" ;
    sdo:spatial "Babylon" ;
    sdo:temporal "1900-1600 BCE" ;
    sdo:text "Transliterations of Old Babylonian cuneiform tablets" ;
    sdo:url "https://github.com/Nino-cunei/oldbabylonian" .

<https://doi.org/10.5281/zenodo.3909515> a sdo:Dataset ;
    sdo:author <https://tools.clariah.nl/stub/H779abd218c3f8975> ;
    sdo:datePublished "2020-06-26"^^sdo:Date ;
    sdo:encodingFormat "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/" ;
    sdo:name "OldAssyrian" ;
    sdo:spatial "Assur" ;
    sdo:temporal "2000-1900 BCE" ;
    sdo:text "Transliterations of Old Assyrian cuneiform tablets" ;
    sdo:url "https://github.com/Nino-cunei/oldassyrian" .

<https://doi.org/10.5281/zenodo.3944788> a sdo:Dataset ;
    sdo:author <https://tools.clariah.nl/stub/H31fd181f7972f87a> ;
    sdo:datePublished "2020-12-01"^^sdo:Date ;
    sdo:encodingFormat "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/" ;
    sdo:name "Dead Sea Scrolls" ;
    sdo:spatial "Qumran" ;
    sdo:temporal "300 BCE-100 CE" ;
    sdo:text "Transcriptions with morphological tags of biblical and non-biblical Dead Sea scrolls based on the data files of Martin Abegg" ;
    sdo:url "https://github.com/ETCBC/dss" .

<https://doi.org/10.5281/zenodo.5803464> a sdo:Dataset ;
    sdo:author <https://tools.clariah.nl/stub/H-1cce39365226507c> ;
    sdo:datePublished "2021-12-24"^^sdo:Date ;
    sdo:encodingFormat "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/" ;
    sdo:name "Dhammapada-Latine" ;
    sdo:spatial "India" ;
    sdo:temporal "300 BCE" ;
    sdo:text "Buddhist verses from 300 bCE with Latin translation in Text-Fabric" ;
    sdo:url "https://github.com/ETCBC/dhammapada" .

<https://doi.org/10.5281/zenodo.5984171> a sdo:Dataset ;
    sdo:author <https://tools.clariah.nl/stub/H365b70c20007dc07> ;
    sdo:datePublished "2022-02-02"^^sdo:Date ;
    sdo:encodingFormat "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/" ;
    sdo:name "NinMed" ;
    sdo:spatial "Nineveh" ;
    sdo:temporal "ca. 800 BCE" ;
    sdo:text "Transliterations of texts of the Nineveh Medical Encyclopedia" ;
    sdo:url "https://github.com/Nino-cunei/ninmed" .

<https://doi.org/10.5281/zenodo.6977151> a sdo:Grant ;
    sdo:funder <https://www.nwo.nl> ;
    sdo:name "ODISSEI: Better Infrastructure, Better Science, Better Society (NWO Grant 184.035.014)" .

<https://dx.doi.org/10.5334/jors.105> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-3209389c62066200> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-14832f1ec777953f> ;
    sdo:name "Efficient n-gram, Skipgram and Flexgram Modelling with Colibri Core" ;
    sdo:url "https://dx.doi.org/10.5334/jors.105" .

<https://folia.readthedocs.io/en/latest/> a sdo:WebSite ;
    sdo:name "FoLiA: Format for Linguistic Annotation - Documentation and Reference Guide — FoLiA: Format for Linguistic Annotation v2.0 (rev 9.0) documentation" ;
    sdo:url "https://folia.readthedocs.io/en/latest/" .

<https://folia.readthedocs.io/en/latest/form.html> a sdo:WebSite ;
    sdo:name "Form — FoLiA: Format for Linguistic Annotation v2.0 (rev 9.0) documentation" ;
    sdo:url "https://folia.readthedocs.io/en/latest/form.html" .

<https://foliapy.readthedocs.io/en/latest/> a sdo:WebSite ;
    sdo:name "FoLiA Python Library — FoLiA Python Library v2.5.11, FoLiA v2.5.3 documentation" ;
    sdo:url "https://foliapy.readthedocs.io/en/latest/" .

<https://frognlp.readthedocs.io> a sdo:WebSite ;
    sdo:name "Introduction — frog  documentation" ;
    sdo:url "https://frognlp.readthedocs.io" .

<https://github.com/CLARIAH/grlc/wiki> a sdo:WebSite ;
    sdo:name "grlc Wiki" ;
    sdo:url "https://github.com/CLARIAH/grlc/wiki" .

<https://github.com/CLARIAH/wp6-missieven/blob/master/docs/about.md> a sdo:WebSite ;
    sdo:name "About the Generale Missieven Corpus" ;
    sdo:url "https://github.com/CLARIAH/wp6-missieven/blob/master/docs/about.md" .

<https://github.com/ETCBC/shebanq/wiki> a sdo:WebSite ;
    sdo:name "Home — SHEBANQ documentation" ;
    sdo:url "https://github.com/ETCBC/shebanq/wiki" .

<https://github.com/HuygensING/timbuctoo/blob/master/documentation/timbuctoo-graphql-api-guide.adoc> a sdo:WebSite ;
    sdo:name "timbuctoo/documentation/timbuctoo-graphql-api-guide.adoc at master Â· HuygensING/timbuctoo Â· GitHub" ;
    sdo:url "https://github.com/HuygensING/timbuctoo/blob/master/documentation/timbuctoo-graphql-api-guide.adoc" .

<https://github.com/MartenPostma/OpenDutchWordnet/raw/master/odwn_documentation.pdf> a sdo:WebSite ;
    sdo:url "https://github.com/MartenPostma/OpenDutchWordnet/raw/master/odwn_documentation.pdf" .

<https://github.com/UtrechtUniversity/ricgraph/blob/main/README.md> a sdo:CreativeWork ;
    sdo:name "Ricgraph - Research in context graph documentation" ;
    sdo:url "https://github.com/UtrechtUniversity/ricgraph/blob/main/README.md" .

<https://github.com/mwigham> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-4e59a8a6a5dcda31> .

<https://github.com/odissei-data/odissei-devstack> sdo:name "ODISSEI portal" ;
    sdo:url "https://portal.odissei.nl/" .

<https://github.com/odissei-data/odissei-kg/> sdo:name "ODISSEI Knowledge Graph" ;
    sdo:url "https://kg.odissei.nl/odissei/odissei-kg" .

<https://identifier.overheid.nl/tooi/id/ministerie/mnre1109> a sdo:Organization ;
    sdo:name "Ministerie van Onderwijs, Cultuur en Wetenschap" ;
    sdo:url "https://www.rijksoverheid.nl/ministeries/ministerie-van-onderwijs-cultuur-en-wetenschap" .

<https://kg.odissei.nl> a sdo:DataCatalog ;
    sdo:dataset <https://kg.odissei.nl/odissei/odissei-kg> ;
    sdo:description "# ODISSEI & The Cooperation Databank (CoDa)" ;
    sdo:name "ODISSEI" ;
    sdo:publisher <https://kg.odissei.nl/odissei> .

<https://kg.odissei.nl/odissei/odissei-kg/services/odissei-elastic> a sdo:DataDownload ;
    sdo:contentUrl "https://api.kg.odissei.nl/datasets/odissei/odissei-kg/services/odissei-elastic/_search" ;
    sdo:dateModified "2025-10-23"^^sdo:Date ;
    sdo:datePublished "2025-05-08"^^sdo:Date ;
    sdo:description "Elasticsearch endpoint" ;
    sdo:encodingFormat "application/json" ;
    sdo:name "odissei-elastic" .

<https://kg.odissei.nl/odissei/odissei-kg/services/odissei-virtuoso> a sdo:DataDownload ;
    sdo:contentUrl "https://api.kg.odissei.nl/datasets/odissei/odissei-kg/services/odissei-virtuoso/sparql" ;
    sdo:dateModified "2025-10-23"^^sdo:Date ;
    sdo:datePublished "2025-05-08"^^sdo:Date ;
    sdo:description "SPARQL endpoint" ;
    sdo:encodingFormat "application/sparql-results+json" ;
    sdo:name "odissei-virtuoso" .

<https://kg.odissei.nl/odissei/odissei-kg/sparql> a sdo:DataDownload ;
    sdo:contentUrl "https://api.kg.odissei.nl/datasets/odissei/odissei-kg/sparql" ;
    sdo:dateModified "2025-10-24"^^sdo:Date ;
    sdo:datePublished "2024-11-05"^^sdo:Date ;
    sdo:description "SPARQL endpoint" ;
    sdo:encodingFormat "application/sparql-results+json" ;
    sdo:name "speedy" .

<https://knaw-huc.github.io/annorepo/docs/api-usage.html> a sdo:WebSite ;
    sdo:name "AnnoRepo API Usage" ;
    sdo:url "https://knaw-huc.github.io/annorepo/docs/api-usage.html" .

<https://knaw.nl> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-466bf4f4a87a8b1b> ;
    sdo:name "KNAW" ;
    sdo:url "https://knaw.nl" .

<https://mediasuite.clariah.nl/documentation> a sdo:WebSite ;
    sdo:name "Media Suite Documentation" ;
    sdo:url "https://mediasuite.clariah.nl/documentation" .

<https://nbviewer.org/github/ETCBC/bhsa/blob/master/tutorial/start.ipynb> a sdo:WebSite ;
    sdo:name "Tutorial for working with the Hebrew Bible; family of Jupyter Notebooks" ;
    sdo:url "https://nbviewer.org/github/ETCBC/bhsa/blob/master/tutorial/start.ipynb" .

<https://nbviewer.org/github/Nino-cunei/oldbabylonian/blob/master/tutorial/start.ipynb> a sdo:WebSite ;
    sdo:name "Tutorial for working with the Old Babylonian Letters; family of Jupyter Notebooks" ;
    sdo:url "https://nbviewer.org/github/Nino-cunei/oldbabylonian/blob/master/tutorial/start.ipynb" .

<https://nbviewer.org/github/Nino-cunei/uruk/blob/master/tutorial/start.ipynb> a sdo:WebSite ;
    sdo:name "Tutorial for working with the cuneiform tablets from Uruk; family of Jupyter Notebooks" ;
    sdo:url "https://nbviewer.org/github/Nino-cunei/uruk/blob/master/tutorial/start.ipynb" .

<https://nbviewer.org/github/annotation/banks/blob/master/programs/convert.ipynb> a sdo:WebSite ;
    sdo:name "Jupyter Notebook: convert the Banks example text inot Text-Fabric" ;
    sdo:url "https://nbviewer.org/github/annotation/banks/blob/master/programs/convert.ipynb" .

<https://orcid.org/0000-0001-5565-7577> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H488f0c2ebc3c65f3> ;
    sdo:familyName "Martinez" ;
    sdo:givenName "Carlos" .

<https://orcid.org/0000-0001-6854-5646> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-2b88df53b225bf42> ;
    sdo:familyName "Burgoyne" ;
    sdo:givenName "John Ashley" .

<https://orcid.org/0000-0001-7046-7923> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-2b88df53b225bf42> ;
    sdo:familyName "Honing" ;
    sdo:givenName "Henkjan" .

<https://orcid.org/0000-0001-9447-9830> a sdo:Person ;
    sdo:affiliation <https://ror.org/008pnp284> ;
    sdo:email "vyacheslav.tykhonov@dans.knaw.nl" ;
    sdo:familyName "Tykhonov" ;
    sdo:givenName "Slava" .

<https://orcid.org/0000-0002-0079-2533> a sdo:Person ;
    sdo:affiliation <https://ror.org/008xxew50> ;
    sdo:email "a.valdestilhas@vu.nl" ;
    sdo:familyName "Valdestilhas" ;
    sdo:givenName "Andre" .

<https://orcid.org/0000-0002-2577-4948> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H386c8fe72a498397> ;
    sdo:familyName "Baarda" ;
    sdo:givenName "Tijmen" .

<https://orcid.org/0000-0002-2713-213X> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-4e59a8a6a5dcda31> ;
    sdo:familyName "Brinkmann" ;
    sdo:givenName "Govert" .

<https://orcid.org/0000-0002-3755-5929> a sdo:Person ;
    sdo:familyName "Buitendijk" ;
    sdo:givenName "Bram" .

<https://orcid.org/0000-0002-5450-201X> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-45791f0afe8c399b> ;
    sdo:familyName "Vanroy" ;
    sdo:givenName "Bram" .

<https://orcid.org/0000-0002-6802-4135> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H386c8fe72a498397> ;
    sdo:familyName "Spoel" ;
    sdo:givenName "Sheean" .

<https://orcid.org/0000-0003-0008-9028> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H386c8fe72a498397> ;
    sdo:familyName "van der Klis" ;
    sdo:givenName "Martijn" .

<https://orcid.org/0000-0003-3331-1182> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-d6390007a8f9336> ;
    sdo:familyName "Odijk" ;
    sdo:givenName "Jan" .

<https://orcid.org/0009-0007-6621-9696> a sdo:Person ;
    sdo:affiliation <https://ror.org/008pnp284> ;
    sdo:familyName "van Erven" ;
    sdo:givenName "Thomas" .

<https://pagexml.readthedocs.io/en/latest/> a sdo:WebSite ;
    sdo:name "pagexml-tools — pagexml-tools 0.3.2 documentation" ;
    sdo:url "https://pagexml.readthedocs.io/en/latest/" .

<https://pagexml.readthedocs.io/en/latest/?badge=latest> a sdo:WebSite ;
    sdo:name "pagexml-tools — pagexml-tools 0.3.2 documentation" ;
    sdo:url "https://pagexml.readthedocs.io/en/latest/?badge=latest" .

<https://portal.clarin.ivdnt.org/galahad/help> a sdo:WebSite ;
    sdo:name "GaLAHaD Help" ;
    sdo:url "https://portal.clarin.ivdnt.org/galahad/help" .

<https://textrepo-client-python.readthedocs.io/en/latest/> a sdo:WebSite ;
    sdo:name "textrepo-client — textrepo-client-python latest documentation" ;
    sdo:url "https://textrepo-client-python.readthedocs.io/en/latest/" .

<https://textrepo-client-python.readthedocs.io/en/latest/?badge=latest> a sdo:WebSite ;
    sdo:name "textrepo-client — textrepo-client-python latest documentation" ;
    sdo:url "https://textrepo-client-python.readthedocs.io/en/latest/?badge=latest" .

<https://tools.clariah.nl/alpino-service/v2.4.1> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Alpino" ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/alpino_clam_webservice" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2015-09-08T23:41:30Z+0200"^^sdo:Date ;
    sdo:dateModified "2024-10-17T17:01:23Z+0200"^^sdo:Date ;
    sdo:description "A CLAM-powered webservice for Alpino, a dependency parser for Dutch" ;
    sdo:downloadUrl "https://github.com/proycon/alpino_clam_webservice/archive/refs/tags/v2.4.1.zip" ;
    sdo:identifier "alpino-service" ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "alpino_clam_webservice" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:releaseNotes "https://github.com/proycon/alpino_clam_webservice/releases/tag/v2.4.1" ;
    sdo:review <https://tools.clariah.nl/validation/Nbb7c9f3901078572c6970a556d8e5954> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-2f3645119c75631c>,
        <https://tools.clariah.nl/stub/H-34fcc8434e5eade7> ;
    sdo:version "v2.4.1" ;
    owl:sameAs <https://tools.clariah.nl/alpino-service.topcontributor/snapshot>,
        <https://tools.clariah.nl/alpino-service/v2.4.1>,
        <https://tools.clariah.nl/alpino_clam_webservice/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-7240c03ad5d4abd3>,
        <https://tools.clariah.nl/webapplication/N8dacd94533806edb53c157a42130e59d> ;
    codemeta:issueTracker <https://github.com/proycon/alpino_clam_webservice/issues> ;
    codemeta:readme <https://github.com/proycon/alpino_clam_webservice/blob/v2.4.1//README.md> ;
    ns1:errors 2 ;
    ns1:log """(log file starts at Sun Apr  5 03:00:01 UTC 2026)

[harvester info] --> Processing alpino-service (https://github.com/proycon/alpino_clam_webservice) [Sun Apr  5 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 --

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 204, in _new_conn

    sock = connection.create_connection(

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/util/connection.py", line 60, 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



The above exception was the direct cause of the following exception:



Traceback (most recent call last):

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 787, in urlopen

    response = self._make_request(

               ^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 488, in _make_request

    raise new_e

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request

    self._validate_conn(conn)

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn

    conn.connect()

  File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 759, in connect

    self.sock = sock = self._new_conn()

                       ^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 211, in _new_conn

    raise NameResolutionError(self.host, self, e) from e

urllib3.exceptions.NameResolutionError: HTTPSConnection(host='w3id.org', port=443): Failed to resolve 'w3id.org' ([Errno -3] Try again)



The above exception was the direct cause of the following exception:



Traceback (most recent call last):

  File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 644, in send

    resp = conn.urlopen(

           ^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 841, in urlopen

    retries = retries.increment(

              ^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/util/retry.py", line 535, in increment

    raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='w3id.org', port=443): Max retries exceeded with url: /codemeta/3.0 (Caused by NameResolutionError("HTTPSConnection(host='w3id.org', port=443): Failed to resolve 'w3id.org' ([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 677, 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 NameResolutionError("HTTPSConnection(host='w3id.org', port=443): Failed to resolve 'w3id.org' ([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...

-- begin log --

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 204, in _new_conn

    sock = connection.create_connection(

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/util/connection.py", line 60, 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



The above exception was the direct cause of the following exception:



Traceback (most recent call last):

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 787, in urlopen

    response = self._make_request(

               ^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 488, in _make_request

    raise new_e

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 464, in _make_request

    self._validate_conn(conn)

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1093, in _validate_conn

    conn.connect()

  File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 759, in connect

    self.sock = sock = self._new_conn()

                       ^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 211, in _new_conn

    raise NameResolutionError(self.host, self, e) from e

urllib3.exceptions.NameResolutionError: HTTPSConnection(host='w3id.org', port=443): Failed to resolve 'w3id.org' ([Errno -3] Try again)



The above exception was the direct cause of the following exception:



Traceback (most recent call last):

  File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 644, in send

    resp = conn.urlopen(

           ^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 841, in urlopen

    retries = retries.increment(

              ^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/urllib3/util/retry.py", line 535, in increment

    raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='w3id.org', port=443): Max retries exceeded with url: /codemeta/3.0 (Caused by NameResolutionError("HTTPSConnection(host='w3id.org', port=443): Failed to resolve 'w3id.org' ([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 677, 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 NameResolutionError("HTTPSConnection(host='w3id.org', port=443): Failed to resolve 'w3id.org' ([Errno -3] Try again)"))

-- end log --

[harvester error] Parsing contributors failed for alpino-service (codemetapy failed)

[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/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 --

Passed 11 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/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 11

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 11

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 11

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 11

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 11

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 11

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/H20ee67db385dac68 -> https://tools.clariah.nl/stub/H370170f12d4c2b92)

[CODEMETA COMPOSITION (https://tools.clariah.nl/alpino-service)] processed 19 new triples, total is now 26

Processing source #7 of 11

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 11

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 26

Processing source #9 of 11

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 34

Processing source #10 of 11

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 34

Processing source #11 of 11

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 35

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 author https://tools.clariah.nl/person/maarten-van-gompel as contributor

[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)

VALIDATION https://tools.clariah.nl/alpino-service/v2.4.1 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/alpino-service/v2.4.1 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (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) [Sun Apr  5 03:00:26 UTC 2026]
""" .

<https://tools.clariah.nl/alpinograph/1.0.7> a sdo:SoftwareSourceCode ;
    dcterms:relation <https://tools.clariah.nl/gretel>,
        <https://www.let.rug.nl/alfa/rdf/paqu> ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/structuralAnalysis>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#SoftwareForHumanities> ;
    sdo:author <https://tools.clariah.nl/stub/H-3aeb48734f27f397> ;
    sdo:codeRepository "https://github.com/rug-compling/alpinograph" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-567bf1829062617d> ;
    sdo:dateCreated "2020-03-25"^^sdo:Date ;
    sdo:dateModified "2025-11-18"^^sdo:Date ;
    sdo:description "AlpinoGraph is een tool om syntactisch geannoteerde corpora te doorzoeken. De tool maakt gebruik van AgensGraph. AgensGraph combineert databasetechnologie (PostgreSQL) en Cypher, de standaard zoektaal voor grafen. De zoek-queries die je in AlpinoGraph kunt gebruiken zijn daarom een mix van SQL en Cypher. Daar voegt AlpinoGraph nog enkele extra uitbreidingen aan toe, zoals een eenvoudig maar handig systeem van macro's, en visualisatie van de resultaten." ;
    sdo:downloadUrl "https://github.com/rug-compling/alpinograph/archive/refs/heads/master.zip" ;
    sdo:identifier "alpinograph" ;
    sdo:keywords "Alpino",
        "Cypher",
        "Dependency parsing",
        "SPOD: Syntactic profiler of Dutch",
        "UD: Universal Dependencies" ;
    sdo:license <http://spdx.org/licenses/BSD-2-Clause> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-556f42a30759fb40>,
        <https://tools.clariah.nl/stub/H-6663ab94d0af6da8> ;
    sdo:name "AlpinoGraph" ;
    sdo:operatingSystem "Docker",
        "Linux" ;
    sdo:producer <https://tools.clariah.nl/stub/H-1f353311b53cd8e6> ;
    sdo:programmingLanguage "Go" ;
    sdo:releaseNotes "https://github.com/rug-compling/alpinograph/blob/master/Changes.txt" ;
    sdo:review <https://tools.clariah.nl/validation/Nb7033eb100d4fda53fed6e6bc360b23e> ;
    sdo:sameAs <https://tools.clariah.nl/alpinograph/1.0.7> ;
    sdo:softwareHelp <https://tools.clariah.nl/stub/H-40f194e4d6a450b> ;
    sdo:version "1.0.7" ;
    owl:sameAs <https://www.let.rug.nl/alfa/rdf/alpinograph> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage4Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H2d0f48b69319a805> ;
    codemeta:issueTracker <https://github.com/rug-compling/alpinograph/issues> ;
    codemeta:readme <https://github.com/rug-compling/alpinograph/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-3923e707c9f0fffd> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:00:28 UTC 2026)

[harvester info] --> Processing alpinograph (https://github.com/rug-compling/alpinograph) [Sun Apr  5 03:00:28 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/rug-compling/alpinograph...

[harvester info] Found release v1.0.7

[harvester info] Using 'v1.0.7'

[harvester info] Git reference: v1.0.7

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/alpinograph for harvestable resources...

[harvester info] found codemeta.json for alpinograph (md5sum f8b7f497336ac24b32dc1ad798952fa1); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "alpinograph" --codeRepository "https://github.com/rug-compling/alpinograph" --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/alpinograph.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.alpinograph.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.alpinograph.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.alpinograph.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.alpinograph.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/alpinograph

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.alpinograph.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/alpinograph

[CODEMETA COMPOSITION (https://tools.clariah.nl/alpinograph)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.alpinograph.codemeta.json

    Found main resource with URI https://www.let.rug.nl/alfa/rdf/alpinograph

    Injected (possibly temporary) URI https://tools.clariah.nl/alpinograph

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (https://tools.clariah.nl/alpinograph)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (https://tools.clariah.nl/alpinograph)] processed 87 new triples, total is now 87

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/alpinograph -> https://tools.clariah.nl/alpinograph/1.0.7

[CODEMETA VALIDATION (alpinograph)] done

[CODEMETA ENRICHMENT (alpinograph)] adding author https://tools.clariah.nl/stub/H0ca1f7a2fe093cfb as contributor

[CODEMETA ENRICHMENT (alpinograph)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/alpinograph/1.0.7 #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)

VALIDATION https://tools.clariah.nl/alpinograph/1.0.7 #2: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/alpinograph.codemeta.json

[harvester info] <-- Finished processing alpinograph (https://github.com/rug-compling/alpinograph) [Sun Apr  5 03:00:30 UTC 2026]
""" .

<https://tools.clariah.nl/alud/2.17.3> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/structuralAnalysis>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#SoftwareForHumanities> ;
    sdo:author <https://tools.clariah.nl/stub/H728a8740c1061507> ;
    sdo:codeRepository "https://github.com/rug-compling/alud" ;
    sdo:contributor <https://tools.clariah.nl/stub/H1e092c7fc9c10d41> ;
    sdo:dateCreated "2019-06-30"^^sdo:Date ;
    sdo:dateModified "2025-11-18"^^sdo:Date ;
    sdo:datePublished "2019-11-27"^^sdo:Date ;
    sdo:description "A Go package for deriving Universal Dependencies from Dutch sentences parsed with Alpino" ;
    sdo:downloadUrl "https://github.com/rug-compling/alud/archive/refs/heads/master.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H-60d6745c30cd10da> ;
    sdo:identifier "alud" ;
    sdo:keywords "Alpino",
        "UD: Universal Dependencies" ;
    sdo:license <http://spdx.org/licenses/BSD-2-Clause> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-19fa853164a929df>,
        <https://tools.clariah.nl/stub/H-51868b9a04715d4f>,
        <https://tools.clariah.nl/stub/H58ba43aeb24c4a42> ;
    sdo:name "alud" ;
    sdo:operatingSystem "aix",
        "android",
        "darwin",
        "dragonfly",
        "freebsd",
        "illumos",
        "ios",
        "js",
        "linux",
        "netbsd",
        "openbsd",
        "plan9",
        "solaris",
        "windows" ;
    sdo:producer <https://tools.clariah.nl/stub/H-2c95286e3c5ed2eb> ;
    sdo:programmingLanguage "Go" ;
    sdo:releaseNotes "https://github.com/rug-compling/alud/blob/master/Changes.txt" ;
    sdo:review <https://tools.clariah.nl/validation/N211bd78a1fec0f295bedb6afd2934c61> ;
    sdo:sameAs <https://tools.clariah.nl/alud/2.17.3> ;
    sdo:softwareHelp <https://tools.clariah.nl/stub/H4acbba4d554faf97> ;
    sdo:version "2.17.3" ;
    owl:sameAs <https://www.let.rug.nl/alfa/rdf/alud> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage4Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-1e5c7614eaba62a9>,
        <https://tools.clariah.nl/stub/H4d9bb20422d69916> ;
    codemeta:issueTracker <https://github.com/rug-compling/alud/issues> ;
    codemeta:readme <https://github.com/rug-compling/alud/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-721cfcd0a81f478f>,
        <https://tools.clariah.nl/stub/H-7960e884d55d7b55> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:00:30 UTC 2026)

[harvester info] --> Processing alud (https://github.com/rug-compling/alud) [Sun Apr  5 03:00:30 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/rug-compling/alud...

[harvester info] Found release v2.17.3

[harvester info] Using 'v2.17.3'

[harvester info] Git reference: v2.17.3

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/alud for harvestable resources...

[harvester info] found codemeta.json for alud (md5sum 80904ed708ca6c0638ae0ec10d18d960); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "alud" --codeRepository "https://github.com/rug-compling/alud" --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/alud.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.alud.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.alud.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.alud.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.alud.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/alud

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.alud.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/alud

[CODEMETA COMPOSITION (https://tools.clariah.nl/alud)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.alud.codemeta.json

    Found main resource with URI https://www.let.rug.nl/alfa/rdf/alud

    Injected (possibly temporary) URI https://tools.clariah.nl/alud

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (https://tools.clariah.nl/alud)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (https://tools.clariah.nl/alud)] processed 126 new triples, total is now 126

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/alud -> https://tools.clariah.nl/alud/2.17.3

[CODEMETA VALIDATION (alud)] done

[CODEMETA ENRICHMENT (alud)] adding author https://tools.clariah.nl/stub/H29b9d46bd12bfb1b as contributor

[CODEMETA ENRICHMENT (alud)] adding author https://tools.clariah.nl/stub/H-7509eaae6d3d68d5 as contributor

[CODEMETA ENRICHMENT (alud)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/alud/2.17.3 #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)

-- end log --

[harvester info] Output written to /tmp/out/alud.codemeta.json

[harvester info] <-- Finished processing alud (https://github.com/rug-compling/alud) [Sun Apr  5 03:00:32 UTC 2026]
""" .

<https://tools.clariah.nl/annorepo-client/0.3.2> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "AnnoRepo" ;
    sdo:audience <https://tools.clariah.nl/audience/developers> ;
    sdo:author <https://tools.clariah.nl/stub/H-5bc9d43fa11bcb17> ;
    sdo:codeRepository "https://github.com/knaw-huc/annorepo-python-client" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-5bc9d43fa11bcb17> ;
    sdo:dateCreated "2022-04-07T12:02:03Z+0200"^^sdo:Date ;
    sdo:dateModified "2025-11-12T13:16:57Z+0100"^^sdo:Date ;
    sdo:description "A Python client for accessing an AnnoRepo server" ;
    sdo:downloadUrl "https://github.com/knaw-huc/annorepo-python-client/archive/refs/tags/0.3.2.zip" ;
    sdo:identifier "annorepo-client" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/bram-buitendijk> ;
    sdo:name "annorepo-client" ;
    sdo:operatingSystem "OS Independent" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/knaw-huc/annorepo-python-client/releases/tag/0.3.2" ;
    sdo:review <https://tools.clariah.nl/validation/N307dd43169bfebca98a5caab150005f1> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareHelp <https://annorepo-python-client.readthedocs.io/en/latest/>,
        <https://annorepo-python-client.readthedocs.io/en/latest/?badge=latest> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/colorama-ge-0-4-4>,
        <https://tools.clariah.nl/dependency/google-api-python-client-ge-2-103-0>,
        <https://tools.clariah.nl/dependency/google-ge-3-0-0>,
        <https://tools.clariah.nl/dependency/icecream-ge-2-1-2>,
        <https://tools.clariah.nl/dependency/python-ge-3-8>,
        <https://tools.clariah.nl/dependency/requests2-32-3>,
        <https://tools.clariah.nl/dependency/retry2-ge-0-9-5>,
        <https://tools.clariah.nl/dependency/sphinx-rtd-theme-ge-2-0-0>,
        <https://tools.clariah.nl/dependency/tabulate-ge-0-9-0> ;
    sdo:url "https://github.com/knaw-huc/annorepo-python-client" ;
    sdo:version "0.3.2" ;
    owl:sameAs <https://tools.clariah.nl/annorepo-client.topcontributor/snapshot>,
        <https://tools.clariah.nl/annorepo-client/0.3.2>,
        <https://tools.clariah.nl/annorepo-python-client/snapshot>,
        <https://tools.clariah.nl/authors/snapshot>,
        <https://tools.clariah.nl/contributors/snapshot>,
        <https://tools.clariah.nl/maintainers/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/version/0.3.2> ;
    codemeta:issueTracker <https://github.com/knaw-huc/annorepo-python-client/issues> ;
    codemeta:readme <https://github.com/knaw-huc/annorepo-python-client/blob/0.3.2//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:00:52 UTC 2026)

[harvester info] --> Processing annorepo-client (https://github.com/knaw-huc/annorepo-python-client) [Sun Apr  5 03:00:52 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/annorepo-python-client...

[harvester info] Found release 0.3.2

[harvester info] Using '0.3.2'

[harvester info] Git reference: 0.3.2

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/annorepo-client for harvestable resources...

[harvester info] found python setup for annorepo-client, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Parsing MAINTAINERS...

[harvester info] Parsing AUTHORS...

[harvester info] Parsing CONTRIBUTORS...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Bram Buitendijk <bram.buitendijk@di.huc.knaw.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: 2022-04-07T12:02:03Z+0200, date modified: 2025-11-12T13:16:57Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/annorepo-python-client)

[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] Scraping title from https://annorepo-python-client.readthedocs.io/en/latest/

[harvester info] Found documentation at https://annorepo-python-client.readthedocs.io/en/latest/ : "name": "annorepo-client — annorepo-client 0.1.4 documentation",

[harvester info] Scraping title from https://annorepo-python-client.readthedocs.io/en/latest/?badge=latest

[harvester info] Found documentation at https://annorepo-python-client.readthedocs.io/en/latest/?badge=latest : "name": "annorepo-client — annorepo-client 0.1.4 documentation",

[harvester info] Falling back to git tag (0.3.2) 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/#active

[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] Parsing MAINTAINERS from master branch...

[harvester info] Setting group AnnoRepo

[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 "annorepo-client" --codeRepository "https://github.com/knaw-huc/annorepo-python-client" --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/annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/31-authors.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/30-maintainers.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-maintainers.annorepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.annorepo-client.codemeta.json 

-- begin log --

Passed 17 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/31-authors.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/30-maintainers.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-maintainers.annorepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.annorepo-client.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/annorepo-client

Processing source #1 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.annorepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 1 new triples, total is now 2

Processing source #2 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.annorepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 1 new triples, total is now 3

Processing source #3 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.annorepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/annorepo-client.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 8 new triples, total is now 10

Processing source #4 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.annorepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 8 new triples, total is now 18

Processing source #5 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.annorepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 2 new triples, total is now 20

Processing source #6 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.annorepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 1 new triples, total is now 21

Processing source #7 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.annorepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/annorepo-python-client/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 12 new triples, total is now 32

Processing source #8 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.annorepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] overriding old http://schema.org/dateCreated (2022-04-07T10:43:58Z -> 2022-04-07T12:02:03Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] overriding old http://schema.org/dateModified (2026-01-26T12:00:22Z -> 2025-11-12T13:16:57Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 2 new triples, total is now 32

Processing source #9 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.annorepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 8 new triples, total is now 33

Processing source #10 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/31-authors.annorepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/authors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 8 new triples, total is now 33

Processing source #11 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/30-maintainers.annorepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 6 new triples, total is now 34

Processing source #12 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.annorepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/annorepo-client)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-client)] processed 1 new triples, total is now 34

Processing source #13 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.annorepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/annorepo-client/0.3.2

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (annorepo-client)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (annorepo-client)] overriding old http://schema.org/name (annorepo-python-client -> annorepo-client)

[CODEMETA COMPOSITION (annorepo-client)] processed 97 new triples, total is now 116

Processing source #14 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.annorepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (annorepo-client)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#wip -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (annorepo-client)] processed 1 new triples, total is now 116

Processing source #15 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.annorepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (annorepo-client)] processed 1 new triples, total is now 116

Processing source #16 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-maintainers.annorepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/maintainers/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (annorepo-client)] processed 6 new triples, total is now 116

Processing source #17 of 17

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.annorepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-client

[CODEMETA COMPOSITION (annorepo-client)] processed 1 new triples, total is now 117

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/annorepo-client -> https://tools.clariah.nl/annorepo-client/0.3.2

[CODEMETA VALIDATION (annorepo-client)] done

[CODEMETA ENRICHMENT (annorepo-client)] automatically adding programmingLanguage Python derived from runtimePlatform Python

VALIDATION https://tools.clariah.nl/annorepo-client/0.3.2 #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)

VALIDATION https://tools.clariah.nl/annorepo-client/0.3.2 #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-client/0.3.2 #3: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-client/0.3.2 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-client/0.3.2 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/annorepo-client.codemeta.json

[harvester info] <-- Finished processing annorepo-client (https://github.com/knaw-huc/annorepo-python-client) [Sun Apr  5 03:01:14 UTC 2026]
""" .

<https://tools.clariah.nl/annorepo-tools/snapshot> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "AnnoRepo" ;
    sdo:author <https://tools.clariah.nl/stub/H-5bc9d43fa11bcb17> ;
    sdo:codeRepository "https://github.com/knaw-huc/annorepo-tools" ;
    sdo:contributor <https://tools.clariah.nl/stub/H3374164f1a70c944> ;
    sdo:dateCreated "2021-02-25T17:24:08Z+0100"^^sdo:Date ;
    sdo:dateModified "2026-03-16T13:57:36Z+0100"^^sdo:Date ;
    sdo:description "Tools for communicating with Annorepo" ;
    sdo:identifier "annorepo-tools" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/bram-buitendijk> ;
    sdo:name "annorepo-tools" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:review <https://tools.clariah.nl/validation/Na117ba58741f6a254c97cfc61c57f6ba> ;
    owl:sameAs <https://tools.clariah.nl/annorepo-tools.contributors/snapshot>,
        <https://tools.clariah.nl/annorepo-tools.topcontributor/snapshot>,
        <https://tools.clariah.nl/annorepo-tools/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#wip> ;
    codemeta:issueTracker <https://github.com/knaw-huc/annorepo-tools/issues> ;
    codemeta:readme <https://github.com/knaw-huc/annorepo-tools/blob/master//README.md> ;
    ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:01:14 UTC 2026)

[harvester info] --> Processing annorepo-tools (https://github.com/knaw-huc/annorepo-tools) [Sun Apr  5 03:01:14 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/annorepo-tools...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/annorepo-tools for harvestable resources...

[harvester info] found python setup for annorepo-tools, converting to codemeta

-- begin log --

No input files specified, but found python project (pyproject.toml) in current dir, using that...

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/pyproject-toml

Processing source #1 of 1

Obtaining python package metadata for: pyproject.toml

Loading metadata from pyproject.toml via pyproject-parser

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 660, in build

    codemeta.parsers.python.parse_python(newgraph, res, source, crosswalk, args)

  File "/usr/lib/python3.12/site-packages/codemeta/parsers/python.py", line 386, in parse_python

    if value.startswith("http"):

       ^^^^^^^^^^^^^^^^

AttributeError: 'Readme' object has no attribute 'startswith'

-- end log --

[harvester error] python setup.py to codemeta conversion failed for annorepo-tools (codemetapy failed)

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Bram Buitendijk <bram.buitendijk@di.huc.knaw.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: 2021-02-25T17:24:08Z+0100, date modified: 2026-03-16T13:57:36Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/annorepo-tools)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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/#wip

[harvester info] Setting group AnnoRepo

[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 "annorepo-tools" --codeRepository "https://github.com/knaw-huc/annorepo-tools" --validate /etc/software.ttl --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/annorepo-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.annorepo-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.annorepo-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.annorepo-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.annorepo-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.annorepo-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.annorepo-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.annorepo-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.annorepo-tools.codemeta.json 

-- begin log --

Passed 8 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.annorepo-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.annorepo-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.annorepo-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.annorepo-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.annorepo-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.annorepo-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.annorepo-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.annorepo-tools.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/annorepo-tools

Processing source #1 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.annorepo-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] processed 1 new triples, total is now 2

Processing source #2 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.annorepo-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/annorepo-tools.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] processed 8 new triples, total is now 9

Processing source #3 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.annorepo-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] processed 1 new triples, total is now 10

Processing source #4 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.annorepo-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/annorepo-tools/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] processed 13 new triples, total is now 22

Processing source #5 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.annorepo-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] overriding old http://schema.org/dateCreated (2025-09-25T10:28:44Z -> 2021-02-25T17:24:08Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] overriding old http://schema.org/dateModified (2026-03-16T12:57:40Z -> 2026-03-16T13:57:36Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] processed 2 new triples, total is now 22

Processing source #6 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.annorepo-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/annorepo-tools.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] processed 14 new triples, total is now 31

Processing source #7 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.annorepo-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/annorepo-tools)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] processed 1 new triples, total is now 31

Processing source #8 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.annorepo-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/annorepo-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/annorepo-tools)] processed 1 new triples, total is now 32

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/annorepo-tools -> https://tools.clariah.nl/annorepo-tools/snapshot

[CODEMETA VALIDATION (annorepo-tools)] done

[CODEMETA ENRICHMENT (annorepo-tools)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/annorepo-tools/snapshot #1: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-tools/snapshot #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/annorepo-tools/snapshot #3: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-tools/snapshot #4: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-tools/snapshot #5: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-tools/snapshot #6: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-tools/snapshot #7: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-tools/snapshot #8: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-tools/snapshot #9: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/annorepo-tools/snapshot #10: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/annorepo-tools.codemeta.json

[harvester info] <-- Finished processing annorepo-tools (https://github.com/knaw-huc/annorepo-tools) [Sun Apr  5 03:01:25 UTC 2026]
""" .

<https://tools.clariah.nl/asr_nl/0.6.2> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/speechRecognizing>,
        <https://w3id.org/nwo-research-fields#SoftwareForHumanities> ;
    sdo:author <https://tools.clariah.nl/stub/H30e0fb5146c46270> ;
    sdo:codeRepository "https://github.com/opensource-spraakherkenning-nl/asr_nl" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-264228fffe5027bc> ;
    sdo:dateCreated "2017-04-02"^^sdo:Date ;
    sdo:description "This is a web-based automatic speech recogniser for Dutch, capable of transcribing dutch speech recordings using multiple models." ;
    sdo:identifier "asr_nl" ;
    sdo:keywords "dutch",
        "nlp",
        "speech recognition" ;
    sdo:license <http://spdx.org/licenses/AGPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H450789ba5877172f> ;
    sdo:name "Automatic Speech Recognition for Dutch" ;
    sdo:operatingSystem "Linux" ;
    sdo:producer <https://www.ru.nl/clst> ;
    sdo:review <https://tools.clariah.nl/validation/N35818ff6362f6d0f34111de95fcd8366> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-1105690dd0228d67>,
        <https://tools.clariah.nl/stub/H-6b93e1b0383e9a74>,
        <https://tools.clariah.nl/stub/H6934fb0a4452e2cc> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://github.com/opensource-spraakherkenning-nl/asr_nl" ;
    sdo:version "0.6.2" ;
    owl:sameAs <https://tools.clariah.nl/asr_nl/0.6.2> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level9Proven>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-5773113e145dc7fe>,
        <https://tools.clariah.nl/webapplication/N19c359d8950bf7d6dd2cf4a59cdce576> ;
    codemeta:issueTracker <https://github.com/opensource-spraakherkenning-nl/asr_nl/issues> ;
    codemeta:readme <https://github.com/opensource-spraakherkenning-nl/asr_nl/blob/master/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:01:47 UTC 2026)

[harvester info] --> Processing asr_nl (https://github.com/opensource-spraakherkenning-nl/asr_nl) [Sun Apr  5 03:01:47 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/opensource-spraakherkenning-nl/asr_nl...

[harvester info] Found release v0.6.2

[harvester info] Using 'v0.6.2'

[harvester info] Git reference: v0.6.2

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/asr_nl for harvestable resources...

[harvester info] found codemeta.json for asr_nl (md5sum c38d31855921f1b956862aa9c5b2bed7); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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] 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 "asr_nl" --codeRepository "https://github.com/opensource-spraakherkenning-nl/asr_nl" --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/asr_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.asr_nl.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.asr_nl.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.asr_nl.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.asr_nl.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/asr-nl

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.asr_nl.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/asr-nl

[CODEMETA COMPOSITION (https://tools.clariah.nl/asr-nl)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.asr_nl.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/asr-nl

[CODEMETA COMPOSITION (asr_nl)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA CORRECTION (asr_nl)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (asr_nl)] processed 70 new triples, total is now 70

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/asr-nl -> https://tools.clariah.nl/asr_nl/0.6.2

[CODEMETA VALIDATION (asr_nl)] done

[CODEMETA ENRICHMENT (asr_nl)] Guessing interface type https://w3id.org/software-types#WebApplication based on clues

[CODEMETA ENRICHMENT (asr_nl)] adding author https://tools.clariah.nl/stub/H03ba6cb6a6aad786 as contributor

[CODEMETA ENRICHMENT (asr_nl)] adding author https://tools.clariah.nl/stub/H-52e81bfedf518131 as contributor

[CODEMETA ENRICHMENT (asr_nl)] adding author https://tools.clariah.nl/stub/H-15bd7cdebd79b808 as contributor

VALIDATION https://tools.clariah.nl/asr_nl/0.6.2 #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)

VALIDATION https://tools.clariah.nl/asr_nl/0.6.2 #2: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/asr_nl/0.6.2 #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/asr_nl/0.6.2 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/asr_nl/0.6.2 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/asr_nl/0.6.2 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/asr_nl.codemeta.json

[harvester info] Harvesting remote service URL https://webservices.cls.ru.nl/asr_nl/ for asr_nl: 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/asr_nl.codemeta.json" "/tmp/out/asr_nl.codemeta.json" "https://webservices.cls.ru.nl/asr_nl/"

[harvester info] <-- Finished processing asr_nl (https://github.com/opensource-spraakherkenning-nl/asr_nl) [Sun Apr  5 03:01:52 UTC 2026]
""" .

<https://tools.clariah.nl/asrservice/0.3> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Internet > WWW/HTTP > WSGI > Application",
        "Text Processing > Linguistic" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/opensource-spraakherkenning-nl/asrservice" ;
    sdo:contributor <https://tools.clariah.nl/stub/H09e81aa2c2cfbc9d> ;
    sdo:dateCreated "2024-02-16T11:01:30Z+0100"^^sdo:Date ;
    sdo:dateModified "2024-04-12T10:39:45Z+0200"^^sdo:Date ;
    sdo:description "An Automatic Speech Recognition Service for a variety of languages, powered by WhisperX" ;
    sdo:downloadUrl "https://github.com/opensource-spraakherkenning-nl/asrservice/archive/refs/tags/v0.3.zip" ;
    sdo:identifier "asrservice" ;
    sdo:keywords "clam webservice rest nlp computational_linguistics rest" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only>,
        <http://spdx.org/licenses/GPL-3.0-or-later> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "asrservice" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/org/open-spraaktechnologie> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/opensource-spraakherkenning-nl/asrservice/releases/tag/v0.3" ;
    sdo:review <https://tools.clariah.nl/validation/N0bc7150a3634d8e76399ed8569c2ab13> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.10",
        "Python 3.11",
        "Python 3.6",
        "Python 3.7",
        "Python 3.8",
        "Python 3.9" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/clam-ge-3-2>,
        <https://tools.clariah.nl/dependency/whisperx> ;
    sdo:url "https://github.com/opensource-spraakherkenning-nl/asrservice" ;
    sdo:version "0.3" ;
    owl:sameAs <https://tools.clariah.nl/asrservice.contributors/snapshot>,
        <https://tools.clariah.nl/asrservice.topcontributor/snapshot>,
        <https://tools.clariah.nl/asrservice/0.3>,
        <https://tools.clariah.nl/asrservice/snapshot> ;
    codemeta:buildInstructions <https://github.com/opensource-spraakherkenning-nl/asrservice/blob/v0.3//INSTALL> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#wip> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-5a4addf3db76da00>,
        <https://tools.clariah.nl/webapplication/Na072312f2bbc20ee6a19504abae8f3a9> ;
    codemeta:issueTracker <https://github.com/opensource-spraakherkenning-nl/asrservice/issues> ;
    codemeta:readme <https://github.com/opensource-spraakherkenning-nl/asrservice/blob/v0.3//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:01:52 UTC 2026)

[harvester info] --> Processing asrservice (https://github.com/opensource-spraakherkenning-nl/asrservice) [Sun Apr  5 03:01:52 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/opensource-spraakherkenning-nl/asrservice...

[harvester info] Found release v0.3

[harvester info] Using 'v0.3'

[harvester info] Git reference: v0.3

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/asrservice for harvestable resources...

[harvester info] found python setup for asrservice, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license AGPL-3.0-only

[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: 2024-02-16T11:01:30Z+0100, date modified: 2024-04-12T10:39:45Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/opensource-spraakherkenning-nl/asrservice)

[harvester info] Adding URL for found README: README.md

[harvester info] Found buildInstructions in INSTALL

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v0.3) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "asrservice" --codeRepository "https://github.com/opensource-spraakherkenning-nl/asrservice" --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/asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/42-buildinstructions.asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.asrservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.asrservice.codemeta.json 

-- begin log --

Passed 11 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.asrservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.asrservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.asrservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.asrservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/42-buildinstructions.asrservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.asrservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.asrservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.asrservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.asrservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.asrservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.asrservice.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/asrservice

Processing source #1 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.asrservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] processed 1 new triples, total is now 2

Processing source #2 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.asrservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] processed 1 new triples, total is now 3

Processing source #3 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.asrservice.codemeta.json

    Found main resource with URI https://tools.clariah.nl/asrservice.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] processed 8 new triples, total is now 10

Processing source #4 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.asrservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] processed 2 new triples, total is now 12

Processing source #5 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/42-buildinstructions.asrservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] processed 1 new triples, total is now 13

Processing source #6 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.asrservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] processed 1 new triples, total is now 14

Processing source #7 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.asrservice.codemeta.json

    Found main resource with URI https://tools.clariah.nl/asrservice/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] processed 14 new triples, total is now 27

Processing source #8 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.asrservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] overriding old http://schema.org/dateCreated (2024-02-16T10:06:53Z -> 2024-02-16T11:01:30Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] overriding old http://schema.org/dateModified (2025-10-23T09:29:09Z -> 2024-04-12T10:39:45Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] processed 2 new triples, total is now 27

Processing source #9 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.asrservice.codemeta.json

    Found main resource with URI https://tools.clariah.nl/asrservice.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] processed 14 new triples, total is now 34

Processing source #10 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.asrservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] overriding old http://schema.org/license (http://spdx.org/licenses/AGPL-3.0-only -> AGPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/asrservice)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/asrservice)] processed 1 new triples, total is now 34

Processing source #11 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.asrservice.codemeta.json

    Found main resource with URI https://tools.clariah.nl/asrservice/0.3

    Injected (possibly temporary) URI https://tools.clariah.nl/asrservice

[CODEMETA COMPOSITION (asrservice)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H35f99177f148e5da -> https://tools.clariah.nl/stub/H-16fe3e1ca4f3254d)

[CODEMETA COMPOSITION (asrservice)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (asrservice)] overriding old http://schema.org/license (http://spdx.org/licenses/AGPL-3.0-only -> http://spdx.org/licenses/GPL-3.0-only)

[CODEMETA COMPOSITION (asrservice)] overriding old http://schema.org/version (v0.3 -> 0.3)

[CODEMETA COMPOSITION (asrservice)] processed 63 new triples, total is now 87

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/asrservice -> https://tools.clariah.nl/asrservice/0.3

[CODEMETA VALIDATION (asrservice)] done

[CODEMETA ENRICHMENT (asrservice)] Guessing interface type https://w3id.org/software-types#WebApplication based on clues

[CODEMETA ENRICHMENT (asrservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (asrservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (asrservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (asrservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (asrservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (asrservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (asrservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (asrservice)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/asrservice/0.3 #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)

VALIDATION https://tools.clariah.nl/asrservice/0.3 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/asrservice/0.3 #3: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/asrservice/0.3 #4: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/asrservice/0.3 #5: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/asrservice/0.3 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/asrservice/0.3 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/asrservice.codemeta.json

[harvester info] Harvesting remote service URL https://webservices2.cls.ru.nl/asrservice/ for asrservice: 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/asrservice.codemeta.json" "/tmp/out/asrservice.codemeta.json" "https://webservices2.cls.ru.nl/asrservice/"

[harvester info] <-- Finished processing asrservice (https://github.com/opensource-spraakherkenning-nl/asrservice) [Sun Apr  5 03:02:10 UTC 2026]
""" .

<https://tools.clariah.nl/auchann/0.2.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-518f6320e11b5531> ;
    sdo:codeRepository "https://github.com/UUDigitalHumanitieslab/auchann" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-64fcf9c10b9750dd> ;
    sdo:dateCreated "2022-01-12T10:39:58Z+0100"^^sdo:Date ;
    sdo:dateModified "2025-07-03T11:10:26Z+0200"^^sdo:Date ;
    sdo:description "The AuChAnn (Automatic CHAT Annotation) package can generate CHAT annotations based on a transcript-correction pairs of utterances." ;
    sdo:downloadUrl "https://github.com/UUDigitalHumanitieslab/auchann/archive/refs/tags/develop.zip" ;
    sdo:identifier "auchann" ;
    sdo:license <http://spdx.org/licenses/BSD-3-Clause> ;
    sdo:maintainer <https://tools.clariah.nl/person/digital-humanities-lab> ;
    sdo:name "auchann" ;
    sdo:producer <https://tools.clariah.nl/org/centre-for-digital-humanities> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/UUDigitalHumanitieslab/auchann/releases/tag/develop" ;
    sdo:review <https://tools.clariah.nl/validation/Nfaf9dd8d5798a32376ecd0e765d4ca45> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/chamd-ge-0-5-8>,
        <https://tools.clariah.nl/dependency/editdistance>,
        <https://tools.clariah.nl/dependency/pyyaml-include>,
        <https://tools.clariah.nl/dependency/sastadev-ge-0-03> ;
    sdo:url "https://github.com/CentreForDigitalHumanities/auchann" ;
    sdo:version "0.2.0" ;
    owl:sameAs <https://tools.clariah.nl/auchann.contributors/snapshot>,
        <https://tools.clariah.nl/auchann.topcontributor/snapshot>,
        <https://tools.clariah.nl/auchann/0.2.0>,
        <https://tools.clariah.nl/auchann/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/auchann/0.2.0> ;
    codemeta:issueTracker <https://github.com/CentreForDigitalHumanities/auchann/issues> ;
    codemeta:readme <https://github.com/UUDigitalHumanitieslab/auchann/blob/develop//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:02:10 UTC 2026)

[harvester info] --> Processing auchann (https://github.com/UUDigitalHumanitieslab/auchann) [Sun Apr  5 03:02:10 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/UUDigitalHumanitieslab/auchann...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'develop'

[harvester info] Git reference: develop

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/auchann for harvestable resources...

[harvester info] found python setup for auchann, converting to codemeta

[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 Sheean Spoel <sheean@sheean.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: 2022-01-12T10:39:58Z+0100, date modified: 2025-07-03T11:10:26Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/UUDigitalHumanitieslab/auchann)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (develop) 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] 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 "auchann" --codeRepository "https://github.com/UUDigitalHumanitieslab/auchann" --validate /etc/software.ttl --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/auchann.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.auchann.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.auchann.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.auchann.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.auchann.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.auchann.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.auchann.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.auchann.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.auchann.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.auchann.codemeta.json 

-- begin log --

Passed 9 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.auchann.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.auchann.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.auchann.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.auchann.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.auchann.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.auchann.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.auchann.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.auchann.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.auchann.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/auchann

Processing source #1 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.auchann.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/auchann

[CODEMETA COMPOSITION (https://tools.clariah.nl/auchann)] processed 1 new triples, total is now 2

Processing source #2 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.auchann.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/auchann

[CODEMETA COMPOSITION (https://tools.clariah.nl/auchann)] processed 1 new triples, total is now 3

Processing source #3 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.auchann.codemeta.json

    Found main resource with URI https://tools.clariah.nl/auchann.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/auchann

[CODEMETA COMPOSITION (https://tools.clariah.nl/auchann)] processed 8 new triples, total is now 10

Processing source #4 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.auchann.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/auchann

[CODEMETA COMPOSITION (https://tools.clariah.nl/auchann)] processed 2 new triples, total is now 12

Processing source #5 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.auchann.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/auchann

[CODEMETA COMPOSITION (https://tools.clariah.nl/auchann)] processed 1 new triples, total is now 13

Processing source #6 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.auchann.codemeta.json

    Found main resource with URI https://tools.clariah.nl/auchann/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/auchann

[CODEMETA COMPOSITION (https://tools.clariah.nl/auchann)] processed 14 new triples, total is now 26

Processing source #7 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.auchann.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/auchann

[CODEMETA COMPOSITION (https://tools.clariah.nl/auchann)] overriding old http://schema.org/dateCreated (2022-01-12T09:39:57Z -> 2022-01-12T10:39:58Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/auchann)] overriding old http://schema.org/dateModified (2025-07-03T09:10:32Z -> 2025-07-03T11:10:26Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/auchann)] processed 2 new triples, total is now 26

Processing source #8 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.auchann.codemeta.json

    Found main resource with URI https://tools.clariah.nl/auchann.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/auchann

[CODEMETA COMPOSITION (https://tools.clariah.nl/auchann)] processed 14 new triples, total is now 33

Processing source #9 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.auchann.codemeta.json

    Found main resource with URI https://tools.clariah.nl/auchann/0.2.0

    Injected (possibly temporary) URI https://tools.clariah.nl/auchann

[CODEMETA COMPOSITION (auchann)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-5d9f9cd4f595a81e -> https://tools.clariah.nl/stub/H3b04d37776670193)

[CODEMETA COMPOSITION (auchann)] overriding old http://schema.org/description (Generates CHAT annotations from transcript-correction utterance pairs -> The AuChAnn (Automatic CHAT Annotation) package can generate CHAT annotations based on a transcript-correction pairs of utterances.)

[CODEMETA COMPOSITION (auchann)] overriding old http://schema.org/version (develop -> 0.2.0)

[CODEMETA COMPOSITION (auchann)] processed 49 new triples, total is now 74

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/auchann -> https://tools.clariah.nl/auchann/0.2.0

[CODEMETA VALIDATION (auchann)] done

[CODEMETA ENRICHMENT (auchann)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (auchann)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/auchann/0.2.0 #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)

VALIDATION https://tools.clariah.nl/auchann/0.2.0 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/auchann/0.2.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/auchann/0.2.0 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/auchann/0.2.0 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/auchann/0.2.0 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/auchann/0.2.0 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/auchann.codemeta.json

[harvester info] <-- Finished processing auchann (https://github.com/UUDigitalHumanitieslab/auchann) [Sun Apr  5 03:02:24 UTC 2026]
""" .

<https://tools.clariah.nl/audience/researchers> a sdo:Audience ;
    sdo:audienceType "Researchers" .

<https://tools.clariah.nl/cesar/unknown> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-7c1e192dd0e0a33c> ;
    sdo:codeRepository "https://github.com/ErwinKomen/RU-cesar" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-6e7737f50c33d5e5> ;
    sdo:dateCreated "2018"^^sdo:Date ;
    sdo:description "Django web application that communicates with the CorpusStudioWeb back-end 'Crpp'. Two main purposes: (1) browse texts, (2) conduct syntactic searches with definable output per hit. Searches are translated to Xquery 'under the hood'" ;
    sdo:funder <https://tools.clariah.nl/stub/H-4f075849533c2720> ;
    sdo:identifier "cesar" ;
    sdo:keywords "syntax",
        "xquery" ;
    sdo:maintainer <https://tools.clariah.nl/stub/H77cfe75ef28d6ab3> ;
    sdo:name "Corpus Editor for Syntactically Annotated Resources (Cesar)" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/humanitieslab/technical-support-group> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H3509285da5b17520> ;
    sdo:review <https://tools.clariah.nl/validation/Nddafef33e44c8e120c87c8c9e5210ca9> ;
    sdo:sourceOrganization <https://www.ru.nl/humanitieslab/technical-support-group> ;
    sdo:url "https://github.com/ErwinKomen/RU-Cesar" ;
    sdo:version "unknown" ;
    owl:sameAs <https://tools.clariah.nl/cesar/unknown> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-248a462474a1faee>,
        <https://tools.clariah.nl/webapplication/ru-cesar> ;
    codemeta:issueTracker <https://github.com/ErwinKomen/RU-Cesar/issues> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-9f2798ab9df8380> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:02:53 UTC 2026)

[harvester info] --> Processing cesar (https://github.com/ErwinKomen/RU-cesar) [Sun Apr  5 03:02:53 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/ErwinKomen/RU-cesar...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/cesar/cesar for harvestable resources...

[harvester info] found codemeta.json for cesar (md5sum 777a73008087652ecf4dba37bd37ec6c); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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 "cesar" --codeRepository "https://github.com/ErwinKomen/RU-cesar" --validate /etc/software.ttl --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/cesar.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.cesar.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.cesar.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.cesar.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.cesar.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/cesar

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.cesar.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cesar

[CODEMETA COMPOSITION (https://tools.clariah.nl/cesar)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.cesar.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/cesar

[CODEMETA COMPOSITION (cesar)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> active)

[CODEMETA CORRECTION (cesar)] automatically converting status active to repostatus URI

[CODEMETA COMPOSITION (cesar)] processed 56 new triples, total is now 56

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/cesar -> https://tools.clariah.nl/cesar/unknown

[CODEMETA VALIDATION (cesar)] license not set

[CODEMETA VALIDATION (cesar)] done

[CODEMETA ENRICHMENT (cesar)] Guessing interface type http://schema.org/WebApplication based on clues

[CODEMETA ENRICHMENT (cesar)] adding author https://tools.clariah.nl/stub/H-3185be6fcf35f246 as contributor

[CODEMETA ENRICHMENT (cesar)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/cesar/unknown #1: Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cesar/unknown #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cesar/unknown #3: 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/cesar/unknown #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cesar/unknown #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cesar/unknown #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cesar/unknown #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/cesar.codemeta.json

[harvester info] Harvesting remote service URL https://cesar.science.ru.nl for cesar: 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/cesar.codemeta.json" "/tmp/out/cesar.codemeta.json" "https://cesar.science.ru.nl"

[harvester info] <-- Finished processing cesar (https://github.com/ErwinKomen/RU-cesar) [Sun Apr  5 03:02:58 UTC 2026]
""" .

<https://tools.clariah.nl/chamd/0.5.12> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-7d0240d652c967de> ;
    sdo:codeRepository "https://github.com/UUDigitalHumanitieslab/chamd" ;
    sdo:contributor <https://tools.clariah.nl/stub/H376fafb59cf7083d> ;
    sdo:dateCreated "2017-03-15T17:11:41Z+0100"^^sdo:Date ;
    sdo:dateModified "2024-03-13T11:22:57Z+0100"^^sdo:Date ;
    sdo:description "Conversion and cleaning of CHILDES CHA files into PaQu Plaintext Metadata Format (to convert to Alpino)." ;
    sdo:downloadUrl "https://github.com/UUDigitalHumanitieslab/chamd/archive/refs/tags/0.5.12.zip" ;
    sdo:identifier "chamd" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-3d375e2c342a419a> ;
    sdo:name "CHAMD" ;
    sdo:producer <https://tools.clariah.nl/org/centre-for-digital-humanities> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/UUDigitalHumanitieslab/chamd/releases/tag/0.5.12" ;
    sdo:review <https://tools.clariah.nl/validation/N11c13f157bfae1e8a4e558f61c470a9b> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:url "https://github.com/UUDigitalHumanitieslab/chamd" ;
    sdo:version "0.5.12" ;
    owl:sameAs <https://tools.clariah.nl/chamd.contributors/snapshot>,
        <https://tools.clariah.nl/chamd.topcontributor/snapshot>,
        <https://tools.clariah.nl/chamd/0.5.12>,
        <https://tools.clariah.nl/chamd/snapshot> ;
    codemeta:continuousIntegration <https://github.com/UUDigitalHumanitieslab/chamd/actions/> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/chamd/0.5.12> ;
    codemeta:issueTracker <https://github.com/CentreForDigitalHumanities/chamd/issues> ;
    codemeta:readme <https://github.com/UUDigitalHumanitieslab/chamd/blob/0.5.12//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:02:58 UTC 2026)

[harvester info] --> Processing chamd (https://github.com/UUDigitalHumanitieslab/chamd) [Sun Apr  5 03:02:58 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/UUDigitalHumanitieslab/chamd...

[harvester info] Found release 0.5.12

[harvester info] Using '0.5.12'

[harvester info] Git reference: 0.5.12

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/chamd for harvestable resources...

[harvester info] found CITATION.cff for chamd, converting to codemeta

[harvester info] found python setup for chamd, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Jelte van Boheemen <j.vanboheemen@uu.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: 2017-03-15T17:11:41Z+0100, date modified: 2024-03-13T11:22:57Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/UUDigitalHumanitieslab/chamd)

[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] Looking for continuous integration information in README.md...

[harvester info] Found CI https://github.com/UUDigitalHumanitieslab/chamd/actions/

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (0.5.12) 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] 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 "chamd" --codeRepository "https://github.com/UUDigitalHumanitieslab/chamd" --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/chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-citationcff.chamd.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-ci.chamd.codemeta.json 

-- begin log --

Passed 12 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-citationcff.chamd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-ci.chamd.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/chamd

Processing source #1 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.chamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] 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.chamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] 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.chamd.codemeta.json

    Found main resource with URI https://tools.clariah.nl/chamd.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] 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.chamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] 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.chamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] 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.chamd.codemeta.json

    Found main resource with URI https://tools.clariah.nl/chamd/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] processed 14 new triples, total is now 26

Processing source #7 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.chamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] overriding old http://schema.org/dateCreated (2017-03-23T10:39:12Z -> 2017-03-15T17:11:41Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] overriding old http://schema.org/dateModified (2025-07-03T10:17:16Z -> 2024-03-13T11:22:57Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] 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.chamd.codemeta.json

    Found main resource with URI https://tools.clariah.nl/chamd.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] processed 20 new triples, total is now 41

Processing source #9 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.chamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/chamd)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/chamd)] processed 1 new triples, total is now 41

Processing source #10 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.chamd.codemeta.json

    Found main resource with URI https://tools.clariah.nl/chamd/0.5.12

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (chamd)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H3a7c9771f733398a -> https://tools.clariah.nl/stub/H-55e198a3d22ee320)

[CODEMETA COMPOSITION (chamd)] overriding old http://schema.org/codeRepository (https://github.com/CentreForDigitalHumanities/chamd -> https://github.com/UUDigitalHumanitieslab/chamd)

[CODEMETA COMPOSITION (chamd)] overriding old http://schema.org/description (CHAT conversion, cleaning and reading library -> Conversion and cleaning of CHILDES CHA files into PaQu Plaintext Metadata Format)

[CODEMETA COMPOSITION (chamd)] processed 27 new triples, total is now 60

Processing source #11 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-citationcff.chamd.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (chamd)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-55e198a3d22ee320 -> https://tools.clariah.nl/stub/H-6c205fd8eca96792)

[CODEMETA COMPOSITION (chamd)] overriding old http://schema.org/description (Conversion and cleaning of CHILDES CHA files into PaQu Plaintext Metadata Format -> Conversion and cleaning of CHILDES CHA files into PaQu Plaintext Metadata Format (to convert to Alpino).)

[CODEMETA COMPOSITION (chamd)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> https://spdx.org/licenses/MIT)

[CODEMETA COMPOSITION (chamd)] overriding old http://schema.org/name (chamd -> CHAMD)

[CODEMETA CORRECTION (https://tools.clariah.nl/chamd)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (chamd)] processed 27 new triples, total is now 80

Processing source #12 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-ci.chamd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/chamd

[CODEMETA COMPOSITION (chamd)] processed 1 new triples, total is now 81

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/chamd -> https://tools.clariah.nl/chamd/0.5.12

[CODEMETA VALIDATION (chamd)] done

[CODEMETA ENRICHMENT (chamd)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (chamd)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/chamd/0.5.12 #1: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/chamd/0.5.12 #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/chamd/0.5.12 #3: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/chamd/0.5.12 #4: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/chamd/0.5.12 #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)

VALIDATION https://tools.clariah.nl/chamd/0.5.12 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/chamd.codemeta.json

[harvester info] <-- Finished processing chamd (https://github.com/UUDigitalHumanitieslab/chamd) [Sun Apr  5 03:03:12 UTC 2026]
""" .

<https://tools.clariah.nl/clariah-fcs-endpoints/0.1> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Blacklab & Corpus Search" ;
    sdo:author <https://tools.clariah.nl/stub/H36f8cc452d89a5d7> ;
    sdo:codeRepository "https://github.com/instituutnederlandsetaal/clariah-fcs-endpoints" ;
    sdo:contributor <https://tools.clariah.nl/stub/H2683fe754c93e343> ;
    sdo:dateCreated "2016-09-11T19:38:43Z+0200"^^sdo:Date ;
    sdo:dateModified "2025-04-16T14:25:56Z+0200"^^sdo:Date ;
    sdo:description "CLARIAH Federated content search corpora, developed by the Dutch Language Institute (INT), is a service to enable searching in multiple Dutch corpora at the same time. This application implements the CLARIN FCS 2.0 specification on top of Dutch language corpora. This repository hosts the source code." ;
    sdo:funding <https://tools.clariah.nl/stub/H173e0945097f588e> ;
    sdo:identifier "clariah-fcs-endpoints" ;
    sdo:keywords "BlackLab",
        "CLARIN",
        "FCS 2.0",
        "Federated Content Search",
        "Nederlab",
        "corpus search" ;
    sdo:license <https://www.gnu.org/licenses/gpl-3.0.html> ;
    sdo:maintainer <https://tools.clariah.nl/person/mathieu-fannee> ;
    sdo:name "A Blacklab Server CLARIN FCS 2.0 endpoint" ;
    sdo:producer <https://tools.clariah.nl/stub/H194e389934b0eefd> ;
    sdo:programmingLanguage "Java" ;
    sdo:repository "https://nexus.clarin.eu/content/repositories/Clarin",
        "https://nexus.clarin.eu/content/repositories/clarin-snapshot" ;
    sdo:review <https://tools.clariah.nl/validation/N9430bc34e6d69b9a8bd678e6226a98cf> ;
    sdo:runtimePlatform "Java" ;
    sdo:softwareHelp <https://www.clarin.eu/blog/clarin-federated-content-search-version-2> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/com-fasterxml-jackson-core-jackson-databind-2-19-0-rc2>,
        <https://tools.clariah.nl/dependency/com-googlecode-json-simple-json-simple-1-1-1>,
        <https://tools.clariah.nl/dependency/com-jayway-jsonpath-json-path-2-5-0>,
        <https://tools.clariah.nl/dependency/eu-clarin-sru-fcs-fcs-simple-endpoint-1-9-0>,
        <https://tools.clariah.nl/dependency/javax-servlet-servlet-api-3-0-alpha-1>,
        <https://tools.clariah.nl/dependency/junit-junit-4-13-2>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-text-1-13-0>,
        <https://tools.clariah.nl/dependency/org-apache-logging-log4j-log4j-core-3-0-0-beta3>,
        <https://tools.clariah.nl/dependency/org-apache-logging-log4j-log4j-slf4j-impl-3-0-0-beta2>,
        <https://tools.clariah.nl/dependency/org-apache-maven-plugin-testing-maven-plugin-testing-harness-4-0-0-beta-4>,
        <https://tools.clariah.nl/dependency/org-eclipse-jetty-test-jetty-servlet-8-2-0-v20160908> ;
    sdo:version "0.1" ;
    owl:sameAs <https://tools.clariah.nl/clariah-fcs-endpoints.contributors/snapshot>,
        <https://tools.clariah.nl/clariah-fcs-endpoints.topcontributor/snapshot>,
        <https://tools.clariah.nl/clariah-fcs-endpoints/0.1>,
        <https://tools.clariah.nl/clariah-fcs-endpoints/snapshot>,
        <https://tools.clariah.nl/org.ivdnt.fcs.endpoint.clariah-fcs-endpoints/0.1> ;
    codemeta:continuousIntegration <https://github.com/instituutnederlandsetaal/clariah-fcs-endpoints> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-327f575353762e28>,
        <https://tools.clariah.nl/stub/H32fd5d0f353f9863> ;
    codemeta:issueTracker <https://github.com/instituutnederlandsetaal/clariah-fcs-endpoints/issues> ;
    codemeta:readme <https://github.com/instituutnederlandsetaal/clariah-fcs-endpoints/blob/master//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:03:16 UTC 2026)

[harvester info] --> Processing clariah-fcs-endpoints (https://github.com/instituutnederlandsetaal/clariah-fcs-endpoints) [Sun Apr  5 03:03:16 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/instituutnederlandsetaal/clariah-fcs-endpoints...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/clariah-fcs-endpoints for harvestable resources...

[harvester info] found codemeta-harvest.json for clariah-fcs-endpoints (md5sum f7e39bd1bd5be739f5023788afb37b60); values in here take precendence over (override) those in later detection stages

[harvester info] found pom.xml (Java/Maven) for clariah-fcs-endpoints, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor jessededoes <dedoes@xs4all.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: 2016-09-11T19:38:43Z+0200, date modified: 2025-04-16T14:25:56Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/instituutnederlandsetaal/clariah-fcs-endpoints)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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] Setting group Blacklab & Corpus Search

[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 "clariah-fcs-endpoints" --codeRepository "https://github.com/instituutnederlandsetaal/clariah-fcs-endpoints" --validate /etc/software.ttl --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/clariah-fcs-endpoints.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.clariah-fcs-endpoints.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.clariah-fcs-endpoints.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.clariah-fcs-endpoints.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.clariah-fcs-endpoints.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.clariah-fcs-endpoints.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.clariah-fcs-endpoints.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.clariah-fcs-endpoints.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.clariah-fcs-endpoints.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.clariah-fcs-endpoints.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.clariah-fcs-endpoints.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.clariah-fcs-endpoints.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.clariah-fcs-endpoints.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.clariah-fcs-endpoints.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.clariah-fcs-endpoints.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.clariah-fcs-endpoints.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.clariah-fcs-endpoints.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.clariah-fcs-endpoints.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.clariah-fcs-endpoints.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.clariah-fcs-endpoints.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.clariah-fcs-endpoints.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/clariah-fcs-endpoints

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.clariah-fcs-endpoints.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/clariah-fcs-endpoints

[CODEMETA COMPOSITION (https://tools.clariah.nl/clariah-fcs-endpoints)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.clariah-fcs-endpoints.codemeta.json

    Found main resource with URI https://tools.clariah.nl/clariah-fcs-endpoints.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/clariah-fcs-endpoints

[CODEMETA COMPOSITION (https://tools.clariah.nl/clariah-fcs-endpoints)] processed 8 new triples, total is now 9

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.clariah-fcs-endpoints.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/clariah-fcs-endpoints

[CODEMETA COMPOSITION (https://tools.clariah.nl/clariah-fcs-endpoints)] processed 1 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.clariah-fcs-endpoints.codemeta.json

    Found main resource with URI https://tools.clariah.nl/clariah-fcs-endpoints/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/clariah-fcs-endpoints

[CODEMETA COMPOSITION (https://tools.clariah.nl/clariah-fcs-endpoints)] processed 17 new triples, total is now 26

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.clariah-fcs-endpoints.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/clariah-fcs-endpoints

[CODEMETA COMPOSITION (https://tools.clariah.nl/clariah-fcs-endpoints)] overriding old http://schema.org/dateCreated (2017-09-03T19:25:10Z -> 2016-09-11T19:38:43Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/clariah-fcs-endpoints)] overriding old http://schema.org/dateModified (2025-04-16T12:26:54Z -> 2025-04-16T14:25:56Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/clariah-fcs-endpoints)] processed 2 new triples, total is now 26

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.clariah-fcs-endpoints.codemeta.json

    Found main resource with URI https://tools.clariah.nl/clariah-fcs-endpoints.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/clariah-fcs-endpoints

[CODEMETA COMPOSITION (https://tools.clariah.nl/clariah-fcs-endpoints)] processed 44 new triples, total is now 65

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.clariah-fcs-endpoints.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/clariah-fcs-endpoints

[CODEMETA COMPOSITION (https://tools.clariah.nl/clariah-fcs-endpoints)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/clariah-fcs-endpoints)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/clariah-fcs-endpoints)] processed 1 new triples, total is now 65

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.clariah-fcs-endpoints.codemeta.json

    Found main resource with URI https://tools.clariah.nl/org.ivdnt.fcs.endpoint.clariah-fcs-endpoints/0.1

    Injected (possibly temporary) URI https://tools.clariah.nl/clariah-fcs-endpoints

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-72671385a06d59ec -> https://tools.clariah.nl/stub/H3626d44cf22af95c)

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] overriding old http://schema.org/description (REST endpoints for CLARIAH Federated Content Search -> CLARIAH Federated content search for Dutch corpora, developed by the Dutch Language Institute (INT), is a service to enable searching in multiple Dutch corpora at the same time according to the CLARIN FCS 2.0 specification on top of Dutch language corpora. This repository hosts the source code.)

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> http://www.gnu.org/licenses/gpl.txt)

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] overriding old http://schema.org/name (clariah-fcs-endpoints -> A Blacklab Server CLARIN FCS 2.0 endpoint)

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] processed 85 new triples, total is now 144

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.clariah-fcs-endpoints.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/clariah-fcs-endpoints

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] overriding old http://schema.org/description (CLARIAH Federated content search for Dutch corpora, developed by the Dutch Language Institute (INT), is a service to enable searching in multiple Dutch corpora at the same time according to the CLARIN FCS 2.0 specification on top of Dutch language corpora. This repository hosts the source code. -> CLARIAH Federated content search corpora, developed by the Dutch Language Institute (INT), is a service to enable searching in multiple Dutch corpora at the same time. This application implements the CLARIN FCS 2.0 specification on top of Dutch language corpora. This repository hosts the source code.)

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] overriding old http://schema.org/license (http://www.gnu.org/licenses/gpl.txt -> https://www.gnu.org/licenses/gpl-3.0.html)

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/dutch-language-institute -> https://tools.clariah.nl/stub/H-7a6e887931c174ad)

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] overriding old http://schema.org/keywords (clariah -> corpus search)

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] overriding old http://schema.org/keywords (corpus -> corpus search)

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] overriding old http://schema.org/keywords (fcs -> corpus search)

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] processed 41 new triples, total is now 175

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.clariah-fcs-endpoints.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/clariah-fcs-endpoints

[CODEMETA COMPOSITION (org.ivdnt.fcs.endpoint.clariah-fcs-endpoints)] processed 1 new triples, total is now 176

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/clariah-fcs-endpoints -> https://tools.clariah.nl/clariah-fcs-endpoints/0.1

[CODEMETA VALIDATION (clariah-fcs-endpoints)] done

VALIDATION https://tools.clariah.nl/clariah-fcs-endpoints/0.1 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/clariah-fcs-endpoints/0.1 #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/clariah-fcs-endpoints/0.1 #3: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/clariah-fcs-endpoints/0.1 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/clariah-fcs-endpoints/0.1 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/clariah-fcs-endpoints.codemeta.json

[harvester info] Harvesting remote service URL https://portal.clarin.ivdnt.org/fcscorpora/clariah-fcs-endpoints/sru for clariah-fcs-endpoints: 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/clariah-fcs-endpoints.codemeta.json" "/tmp/out/clariah-fcs-endpoints.codemeta.json" "https://portal.clarin.ivdnt.org/fcscorpora/clariah-fcs-endpoints/sru"

[harvester info] <-- Finished processing clariah-fcs-endpoints (https://github.com/instituutnederlandsetaal/clariah-fcs-endpoints) [Sun Apr  5 03:03:32 UTC 2026]
""" .

<https://tools.clariah.nl/cobalt/snapshot> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H0a203074437e9cf7> ;
    sdo:codeRepository "https://github.com/instituutnederlandsetaal/COBALT" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-7c7077863c78a9d> ;
    sdo:dateCreated "2014-04-14T13:54:07Z+0200"^^sdo:Date ;
    sdo:dateModified "2020-07-17T09:55:43Z+0200"^^sdo:Date ;
    sdo:description "Corpus annotation tool" ;
    sdo:identifier "cobalt" ;
    sdo:keywords "corpus" ;
    sdo:maintainer <https://tools.clariah.nl/person/mathieu-fannee> ;
    sdo:name "COBALT" ;
    sdo:producer <https://tools.clariah.nl/org/dutch-language-institute> ;
    sdo:review <https://tools.clariah.nl/validation/N0af77157397f506860862dd7fbf2d1e5> ;
    owl:sameAs <https://tools.clariah.nl/cobalt.contributors/snapshot>,
        <https://tools.clariah.nl/cobalt.topcontributor/snapshot>,
        <https://tools.clariah.nl/cobalt/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#unsupported> ;
    codemeta:issueTracker <https://github.com/instituutnederlandsetaal/COBALT/issues> ;
    codemeta:readme <https://github.com/instituutnederlandsetaal/COBALT/blob/master//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:03:45 UTC 2026)

[harvester info] --> Processing cobalt (https://github.com/instituutnederlandsetaal/COBALT) [Sun Apr  5 03:03:45 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/instituutnederlandsetaal/COBALT...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/cobalt for harvestable resources...

[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 Mathieu Fannee <mathieu.fannee@inl.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: 2014-04-14T13:54:07Z+0200, date modified: 2020-07-17T09:55:43Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/instituutnederlandsetaal/COBALT)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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/#suspended

[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 "cobalt" --codeRepository "https://github.com/instituutnederlandsetaal/COBALT" --validate /etc/software.ttl --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/cobalt.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.cobalt.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.cobalt.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.cobalt.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.cobalt.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.cobalt.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.cobalt.codemeta.json 

-- begin log --

Passed 6 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.cobalt.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.cobalt.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.cobalt.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.cobalt.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.cobalt.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.cobalt.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/cobalt

Processing source #1 of 6

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.cobalt.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cobalt

[CODEMETA COMPOSITION (https://tools.clariah.nl/cobalt)] processed 1 new triples, total is now 2

Processing source #2 of 6

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.cobalt.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cobalt.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/cobalt

[CODEMETA COMPOSITION (https://tools.clariah.nl/cobalt)] processed 8 new triples, total is now 9

Processing source #3 of 6

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.cobalt.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cobalt

[CODEMETA COMPOSITION (https://tools.clariah.nl/cobalt)] processed 1 new triples, total is now 10

Processing source #4 of 6

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.cobalt.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cobalt/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/cobalt

[CODEMETA COMPOSITION (https://tools.clariah.nl/cobalt)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#suspended -> https://www.repostatus.org/#unsupported)

[CODEMETA COMPOSITION (https://tools.clariah.nl/cobalt)] processed 19 new triples, total is now 27

Processing source #5 of 6

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.cobalt.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/cobalt

[CODEMETA COMPOSITION (https://tools.clariah.nl/cobalt)] overriding old http://schema.org/dateCreated (2015-04-02T09:01:19Z -> 2014-04-14T13:54:07Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/cobalt)] overriding old http://schema.org/dateModified (2020-07-17T07:59:39Z -> 2020-07-17T09:55:43Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/cobalt)] processed 2 new triples, total is now 27

Processing source #6 of 6

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.cobalt.codemeta.json

    Found main resource with URI https://tools.clariah.nl/cobalt.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/cobalt

[CODEMETA COMPOSITION (https://tools.clariah.nl/cobalt)] processed 26 new triples, total is now 46

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/cobalt -> https://tools.clariah.nl/cobalt/snapshot

[CODEMETA VALIDATION (cobalt)] license not set

[CODEMETA VALIDATION (cobalt)] done

[CODEMETA ENRICHMENT (cobalt)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/cobalt/snapshot #1: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cobalt/snapshot #2: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cobalt/snapshot #3: 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/cobalt/snapshot #4: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cobalt/snapshot #5: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cobalt/snapshot #6: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cobalt/snapshot #7: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cobalt/snapshot #8: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cobalt/snapshot #9: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cobalt/snapshot #10: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/cobalt/snapshot #11: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/cobalt.codemeta.json

[harvester info] <-- Finished processing cobalt (https://github.com/instituutnederlandsetaal/COBALT) [Sun Apr  5 03:03:56 UTC 2026]
""" .

<https://tools.clariah.nl/commandlineapplication/alpino2folia/2.5.9> a stype:CommandLineApplication ;
    sdo:name "alpino2folia" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "alpino2folia" .

<https://tools.clariah.nl/commandlineapplication/auchann/0.2.0> a stype:CommandLineApplication ;
    sdo:name "auchann" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "auchann" .

<https://tools.clariah.nl/commandlineapplication/chamd/0.5.12> a stype:CommandLineApplication ;
    sdo:name "chamd" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "chamd" .

<https://tools.clariah.nl/commandlineapplication/codemeta-server> a stype:ServerApplication ;
    sdo:name "codemeta-server" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "codemeta-server" .

<https://tools.clariah.nl/commandlineapplication/codemeta2html> a stype:CommandLineApplication ;
    sdo:name "codemeta2html" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "codemeta2html" .

<https://tools.clariah.nl/commandlineapplication/codemetapy> a stype:CommandLineApplication ;
    sdo:name "codemetapy" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "codemetapy" .

<https://tools.clariah.nl/commandlineapplication/conllu2folia/2.5.9> a stype:CommandLineApplication ;
    sdo:name "conllu2folia" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "conllu2folia" .

<https://tools.clariah.nl/commandlineapplication/cow-tool-cli/1.21> a stype:CommandLineApplication ;
    sdo:name "cow_tool_cli" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "cow_tool_cli" .

<https://tools.clariah.nl/commandlineapplication/cow-tool/1.21> a stype:CommandLineApplication ;
    sdo:name "cow_tool" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "cow_tool" .

<https://tools.clariah.nl/commandlineapplication/dcoi2folia/2.5.9> a stype:CommandLineApplication ;
    sdo:name "dcoi2folia" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "dcoi2folia" .

<https://tools.clariah.nl/commandlineapplication/folia2annotatedtxt/2.5.9> a stype:CommandLineApplication ;
    sdo:name "folia2annotatedtxt" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "folia2annotatedtxt" .

<https://tools.clariah.nl/commandlineapplication/folia2columns/2.5.9> a stype:CommandLineApplication ;
    sdo:name "folia2columns" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "folia2columns" .

<https://tools.clariah.nl/commandlineapplication/folia2dcoi/2.5.9> a stype:CommandLineApplication ;
    sdo:name "folia2dcoi" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "folia2dcoi" .

<https://tools.clariah.nl/commandlineapplication/folia2html/2.5.9> a stype:CommandLineApplication ;
    sdo:name "folia2html" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "folia2html" .

<https://tools.clariah.nl/commandlineapplication/folia2rst/2.5.9> a stype:CommandLineApplication ;
    sdo:name "folia2rst" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "folia2rst" .

<https://tools.clariah.nl/commandlineapplication/folia2salt/2.5.9> a stype:CommandLineApplication ;
    sdo:name "folia2salt" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "folia2salt" .

<https://tools.clariah.nl/commandlineapplication/folia2stam/2.5.9> a stype:CommandLineApplication ;
    sdo:name "folia2stam" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "folia2stam" .

<https://tools.clariah.nl/commandlineapplication/folia2txt/2.5.9> a stype:CommandLineApplication ;
    sdo:name "folia2txt" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "folia2txt" .

<https://tools.clariah.nl/commandlineapplication/foliabench/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliabench" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliabench" .

<https://tools.clariah.nl/commandlineapplication/foliacat/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliacat" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliacat" .

<https://tools.clariah.nl/commandlineapplication/foliacorrect/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliacorrect" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliacorrect" .

<https://tools.clariah.nl/commandlineapplication/foliacount/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliacount" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliacount" .

<https://tools.clariah.nl/commandlineapplication/foliadocserve/0.7.8> a stype:CommandLineApplication ;
    sdo:name "foliadocserve" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliadocserve" .

<https://tools.clariah.nl/commandlineapplication/foliaerase/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliaerase" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliaerase" .

<https://tools.clariah.nl/commandlineapplication/foliaeval/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliaeval" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliaeval" .

<https://tools.clariah.nl/commandlineapplication/foliafreqlist/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliafreqlist" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliafreqlist" .

<https://tools.clariah.nl/commandlineapplication/foliaid/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliaid" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliaid" .

<https://tools.clariah.nl/commandlineapplication/folialangid/2.5.9> a stype:CommandLineApplication ;
    sdo:name "folialangid" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "folialangid" .

<https://tools.clariah.nl/commandlineapplication/foliamerge/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliamerge" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliamerge" .

<https://tools.clariah.nl/commandlineapplication/foliaquery/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliaquery" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliaquery" .

<https://tools.clariah.nl/commandlineapplication/foliaquery1/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliaquery1" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliaquery1" .

<https://tools.clariah.nl/commandlineapplication/foliasetdefinition/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliasetdefinition" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliasetdefinition" .

<https://tools.clariah.nl/commandlineapplication/foliaspec/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliaspec" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliaspec" .

<https://tools.clariah.nl/commandlineapplication/foliaspec2json/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliaspec2json" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliaspec2json" .

<https://tools.clariah.nl/commandlineapplication/foliaspec2rdf/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliaspec2rdf" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliaspec2rdf" .

<https://tools.clariah.nl/commandlineapplication/foliasplit/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliasplit" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliasplit" .

<https://tools.clariah.nl/commandlineapplication/foliatextcontent/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliatextcontent" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliatextcontent" .

<https://tools.clariah.nl/commandlineapplication/foliatree/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliatree" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliatree" .

<https://tools.clariah.nl/commandlineapplication/foliaupgrade/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliaupgrade" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliaupgrade" .

<https://tools.clariah.nl/commandlineapplication/foliavalidator/2.5.9> a stype:CommandLineApplication ;
    sdo:name "foliavalidator" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "foliavalidator" .

<https://tools.clariah.nl/commandlineapplication/gecco/0.3.0> a stype:CommandLineApplication ;
    sdo:name "gecco" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "gecco" .

<https://tools.clariah.nl/commandlineapplication/rst2folia/2.5.9> a stype:CommandLineApplication ;
    sdo:name "rst2folia" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "rst2folia" .

<https://tools.clariah.nl/commandlineapplication/sastadev/0.4.3> a stype:CommandLineApplication ;
    sdo:name "sastadev" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "sastadev" .

<https://tools.clariah.nl/commandlineapplication/tei2folia/2.5.9> a stype:CommandLineApplication ;
    sdo:name "tei2folia" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "tei2folia" .

<https://tools.clariah.nl/commandlineapplication/transcribedspeech2folia/2.5.9> a stype:CommandLineApplication ;
    sdo:name "transcribedspeech2folia" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "transcribedspeech2folia" .

<https://tools.clariah.nl/commandlineapplication/txt2folia/2.5.9> a stype:CommandLineApplication ;
    sdo:name "txt2folia" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "txt2folia" .

<https://tools.clariah.nl/commandlineapplication/version/0.3.2> a stype:CommandLineApplication ;
    sdo:name "version" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "version" .

<https://tools.clariah.nl/commandlineapplication/version/0.6.0> a stype:CommandLineApplication ;
    sdo:name "version" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "version" .

<https://tools.clariah.nl/commandlineapplication/version/0.7.1> a stype:CommandLineApplication ;
    sdo:name "version" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "version" .

<https://tools.clariah.nl/commandlineapplication/wandexer/1.1.3> a stype:CommandLineApplication ;
    sdo:name "wandexer" ;
    sdo:runtimePlatform "Python 3" ;
    stype:executableName "wandexer" .

<https://tools.clariah.nl/corpus-frontend/3.1.1> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Blacklab & Corpus Search" ;
    sdo:author <https://tools.clariah.nl/stub/H-1898fff908f653b0> ;
    sdo:codeRepository "https://github.com/instituutnederlandsetaal/corpus-frontend" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-300fa88112689da0> ;
    sdo:dateCreated "2014-03-19T11:00:15Z+0100"^^sdo:Date ;
    sdo:dateModified "2024-02-02T16:25:03Z+0300"^^sdo:Date ;
    sdo:description "A web application to search corpora through the BlackLab Server web service." ;
    sdo:downloadUrl "https://github.com/instituutnederlandsetaal/corpus-frontend/archive/refs/tags/v3.1.1.zip" ;
    sdo:identifier "corpus-frontend" ;
    sdo:keywords "corpus" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-5ab9dd3558cf4298> ;
    sdo:name "INT Corpus Frontend" ;
    sdo:producer <https://tools.clariah.nl/org/dutch-language-institute> ;
    sdo:programmingLanguage "Java" ;
    sdo:releaseNotes "https://github.com/instituutnederlandsetaal/corpus-frontend/releases/tag/v3.1.1" ;
    sdo:review <https://tools.clariah.nl/validation/N2823095861b1c3b637ba73e21f21e10a> ;
    sdo:runtimePlatform "Java" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/com-google-code-gson-gson-2-8-9>,
        <https://tools.clariah.nl/dependency/commons-beanutils-commons-beanutils-1-9-4>,
        <https://tools.clariah.nl/dependency/javax-servlet-javax-servlet-api-3-1-0>,
        <https://tools.clariah.nl/dependency/junit-junit-4-13-1>,
        <https://tools.clariah.nl/dependency/net-sf-saxon-saxon-he-9-9-1-5>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-collections4-4-2>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-configuration2-2-7>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-io-1-3-2>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-lang3-3-9>,
        <https://tools.clariah.nl/dependency/org-apache-velocity-velocity-1-7>,
        <https://tools.clariah.nl/dependency/org-slf4j-slf4j-api-1-7-25>,
        <https://tools.clariah.nl/dependency/org-slf4j-slf4j-jdk14-1-7-25>,
        <https://tools.clariah.nl/dependency/velocity-tools-velocity-tools-generic-1-4>,
        <https://tools.clariah.nl/dependency/velocity-tools-velocity-tools-view-1-4> ;
    sdo:version "3.1.1" ;
    owl:sameAs <https://tools.clariah.nl/corpus-frontend.contributors/snapshot>,
        <https://tools.clariah.nl/corpus-frontend.topcontributor/snapshot>,
        <https://tools.clariah.nl/corpus-frontend/3.1.1>,
        <https://tools.clariah.nl/corpus-frontend/snapshot>,
        <https://tools.clariah.nl/nl.inl.blacklab.corpus-frontend/3.1.1> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H4a96e6f5b5362ac9>,
        <https://tools.clariah.nl/webapplication/brieven-als-buit-search>,
        <https://tools.clariah.nl/webapplication/corpus-hedendaags-nederlands>,
        <https://tools.clariah.nl/webapplication/opensonar> ;
    codemeta:issueTracker <https://github.com/INL/corpus-frontend/issues> ;
    codemeta:readme <https://github.com/instituutnederlandsetaal/corpus-frontend/blob/v3.1.1//README.md> ;
    ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:04:31 UTC 2026)

[harvester info] --> Processing corpus-frontend (https://github.com/instituutnederlandsetaal/corpus-frontend) [Sun Apr  5 03:04:31 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/instituutnederlandsetaal/corpus-frontend...

[harvester info] Found release v3.1.1

[harvester info] Using 'v3.1.1'

[harvester info] Git reference: v3.1.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/corpus-frontend for harvestable resources...

[harvester info] found pom.xml (Java/Maven) for corpus-frontend, converting to codemeta

[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 Koen Mertens <koen.mertens@ivdnt.org> 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: 2014-03-19T11:00:15Z+0100, date modified: 2024-02-02T16:25:03Z+0300

[harvester info] Querying Github/GitLab API (https://github.com/instituutnederlandsetaal/corpus-frontend)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v3.1.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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Setting group Blacklab & Corpus Search

[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 "corpus-frontend" --codeRepository "https://github.com/instituutnederlandsetaal/corpus-frontend" --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/corpus-frontend.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.corpus-frontend.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.corpus-frontend.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.corpus-frontend.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.corpus-frontend.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.corpus-frontend.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.corpus-frontend.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.corpus-frontend.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.corpus-frontend.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.corpus-frontend.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.corpus-frontend.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.corpus-frontend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.corpus-frontend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.corpus-frontend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.corpus-frontend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.corpus-frontend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.corpus-frontend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.corpus-frontend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.corpus-frontend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.corpus-frontend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.corpus-frontend.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/corpus-frontend

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.corpus-frontend.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (https://tools.clariah.nl/corpus-frontend)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.corpus-frontend.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (https://tools.clariah.nl/corpus-frontend)] processed 1 new triples, total is now 3

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.corpus-frontend.codemeta.json

    Found main resource with URI https://tools.clariah.nl/corpus-frontend.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (https://tools.clariah.nl/corpus-frontend)] processed 8 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.corpus-frontend.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (https://tools.clariah.nl/corpus-frontend)] processed 2 new triples, total is now 12

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.corpus-frontend.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (https://tools.clariah.nl/corpus-frontend)] processed 1 new triples, total is now 13

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.corpus-frontend.codemeta.json

    Found main resource with URI https://tools.clariah.nl/corpus-frontend/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (https://tools.clariah.nl/corpus-frontend)] processed 15 new triples, total is now 27

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.corpus-frontend.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (https://tools.clariah.nl/corpus-frontend)] overriding old http://schema.org/dateCreated (2014-07-11T08:18:55Z -> 2014-03-19T11:00:15Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/corpus-frontend)] overriding old http://schema.org/dateModified (2026-04-02T10:47:45Z -> 2024-02-02T16:25:03Z+0300)

[CODEMETA COMPOSITION (https://tools.clariah.nl/corpus-frontend)] processed 2 new triples, total is now 27

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.corpus-frontend.codemeta.json

    Found main resource with URI https://tools.clariah.nl/corpus-frontend.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (https://tools.clariah.nl/corpus-frontend)] processed 68 new triples, total is now 90

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.corpus-frontend.codemeta.json

    Found main resource with URI https://tools.clariah.nl/nl.inl.blacklab.corpus-frontend/3.1.1

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (nl.inl.blacklab.corpus-frontend)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-7f86b6fbf3b9b7ef -> https://tools.clariah.nl/stub/H6a48ff351f3abc3b)

[CODEMETA COMPOSITION (nl.inl.blacklab.corpus-frontend)] overriding old http://schema.org/codeRepository (https://github.com/instituutnederlandsetaal/blacklab-frontend -> https://github.com/inl/corpus-frontend)

[CODEMETA COMPOSITION (nl.inl.blacklab.corpus-frontend)] overriding old http://schema.org/description (BlackLab Frontend, a feature-rich corpus search interface for BlackLab. -> A web application to search corpora through the BlackLab Server web service.)

[CODEMETA COMPOSITION (nl.inl.blacklab.corpus-frontend)] overriding old https://codemeta.github.io/terms/issueTracker (https://github.com/instituutnederlandsetaal/blacklab-frontend/issues -> https://github.com/INL/corpus-frontend/issues)

[CODEMETA COMPOSITION (nl.inl.blacklab.corpus-frontend)] overriding old http://schema.org/name (blacklab-frontend -> INT Corpus Frontend)

[CODEMETA COMPOSITION (nl.inl.blacklab.corpus-frontend)] overriding old http://schema.org/version (v3.1.1 -> 3.1.1)

[CODEMETA COMPOSITION (nl.inl.blacklab.corpus-frontend)] processed 100 new triples, total is now 178

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.corpus-frontend.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (nl.inl.blacklab.corpus-frontend)] processed 1 new triples, total is now 179

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/corpus-frontend -> https://tools.clariah.nl/corpus-frontend/3.1.1

[CODEMETA VALIDATION (corpus-frontend)] done

[CODEMETA ENRICHMENT (corpus-frontend)] Guessing interface type http://schema.org/WebApplication based on clues

[CODEMETA ENRICHMENT (corpus-frontend)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/corpus-frontend/3.1.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)

VALIDATION https://tools.clariah.nl/corpus-frontend/3.1.1 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/corpus-frontend/3.1.1 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/corpus-frontend/3.1.1 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/corpus-frontend/3.1.1 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/corpus-frontend/3.1.1 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/corpus-frontend/3.1.1 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/corpus-frontend.codemeta.json

[harvester info] Harvesting remote service URL https://portal.clarin.ivdnt.org/autocorp/ for corpus-frontend: 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/corpus-frontend.codemeta.json" "/tmp/out/corpus-frontend.codemeta.json" "https://portal.clarin.ivdnt.org/autocorp/"

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/out/corpus-frontend.codemeta.json', 'json'), ('https://portal.clarin.ivdnt.org/autocorp/', 'web')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/corpus-frontend

Processing source #1 of 2

Parsing json-ld file from /tmp/out/corpus-frontend.codemeta.json

    Found main resource with URI https://tools.clariah.nl/corpus-frontend/3.1.1

    Injected (possibly temporary) URI https://tools.clariah.nl/corpus-frontend

[CODEMETA COMPOSITION (corpus-frontend)] processed 199 new triples, total is now 199

Processing source #2 of 2

Fallback: Obtaining metadata from remote URL https://portal.clarin.ivdnt.org/autocorp/

    Service replied with content-type text/html

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 692, in build

    for targetres in codemeta.parsers.web.parse_web(

                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/codemeta/parsers/web.py", line 132, in parse_web

    raise MiddlewareObstructionException(

codemeta.parsers.web.MiddlewareObstructionException: Unable to extract metadata from https://portal.clarin.ivdnt.org/autocorp/ because it immediately redirects to an external (SSO) login page rather than a proper landing page

-- end log --

[harvester error] Failed to obtain or process metadata from remote service URL https://portal.clarin.ivdnt.org/autocorp/ for corpus-frontend

[harvester info] Harvesting remote service URL https://opensonar.ivdnt.org/ for corpus-frontend: 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/corpus-frontend.codemeta.json" "/tmp/out/corpus-frontend.codemeta.json" "https://opensonar.ivdnt.org/"

[harvester info] Harvesting remote service URL https://brievenalsbuit.ivdnt.org for corpus-frontend: 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/corpus-frontend.codemeta.json" "/tmp/out/corpus-frontend.codemeta.json" "https://brievenalsbuit.ivdnt.org"

[harvester info] Harvesting remote service URL https://chn.ivdnt.org/ for corpus-frontend: 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/corpus-frontend.codemeta.json" "/tmp/out/corpus-frontend.codemeta.json" "https://chn.ivdnt.org/"

[harvester info] <-- Finished processing corpus-frontend (https://github.com/instituutnederlandsetaal/corpus-frontend) [Sun Apr  5 03:04:56 UTC 2026]
""" .

<https://tools.clariah.nl/dane-server/0.3.1> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "DANE" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H-1da4f21c9bc8ba4e> ;
    sdo:codeRepository "https://github.com/CLARIAH/DANE-server" ;
    sdo:contributor <https://tools.clariah.nl/stub/H0489a32287dea949> ;
    sdo:dateCreated "2020-01-22T16:11:17Z+0100"^^sdo:Date ;
    sdo:dateModified "2023-06-19T09:07:32Z+0200"^^sdo:Date ;
    sdo:description "Back-end for the Distributed Annotation 'n' Enrichment (DANE) system" ;
    sdo:identifier "dane-server" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/jblom> ;
    sdo:name "DANE-server" ;
    sdo:producer <https://tools.clariah.nl/org/clariah> ;
    sdo:programmingLanguage "Python" ;
    sdo:review <https://tools.clariah.nl/validation/Nb64924b2e0bc6ecf4281cd1d9307ce41> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareHelp <https://dane.readthedocs.io/en/latest/examples.html>,
        <https://dane.readthedocs.io/en/latest/intro.html#configuration> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/dane-ge-0-3-6>,
        <https://tools.clariah.nl/dependency/elasticsearch7>,
        <https://tools.clariah.nl/dependency/flask-ge-2-1-0>,
        <https://tools.clariah.nl/dependency/flask-restx>,
        <https://tools.clariah.nl/dependency/pika>,
        <https://tools.clariah.nl/dependency/python-ge-3-10>,
        <https://tools.clariah.nl/dependency/requests>,
        <https://tools.clariah.nl/dependency/werkzeug-lt-2-2-0> ;
    sdo:version "0.3.1" ;
    owl:sameAs <https://tools.clariah.nl/dane-server.contributors/snapshot>,
        <https://tools.clariah.nl/dane-server.topcontributor/snapshot>,
        <https://tools.clariah.nl/dane-server/0.3.1>,
        <https://tools.clariah.nl/dane-server/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#wip> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H31a662ed8bd5d1d4> ;
    codemeta:issueTracker <https://github.com/CLARIAH/DANE-server/issues> ;
    codemeta:readme <https://github.com/CLARIAH/DANE-server/blob/main//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:05:13 UTC 2026)

[harvester info] --> Processing dane-server (https://github.com/CLARIAH/DANE-server) [Sun Apr  5 03:05:13 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/DANE-server...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/dane-server for harvestable resources...

[harvester info] found python setup for dane-server, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Nanne <n.j.e.vannoord@uva.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: 2020-01-22T16:11:17Z+0100, date modified: 2023-06-19T09:07:32Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/CLARIAH/DANE-server)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from https://dane.readthedocs.io/en/latest/examples.html

[harvester info] Found documentation at https://dane.readthedocs.io/en/latest/examples.html : "name": "Examples — DANE  documentation",

[harvester info] Scraping title from https://dane.readthedocs.io/en/latest/intro.html#configuration

[harvester info] Found documentation at https://dane.readthedocs.io/en/latest/intro.html#configuration : "name": "Introduction — DANE  documentation",

[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] Setting group DANE

[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 "dane-server" --codeRepository "https://github.com/CLARIAH/DANE-server" --validate /etc/software.ttl --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/dane-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.dane-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.dane-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.dane-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.dane-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.dane-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.dane-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.dane-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.dane-server.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-server.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.dane-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.dane-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.dane-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.dane-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.dane-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.dane-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.dane-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.dane-server.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-server.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/dane-server

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.dane-server.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-server

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.dane-server.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dane-server.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-server

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] processed 8 new triples, total is now 9

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.dane-server.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-server

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] processed 8 new triples, total is now 17

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.dane-server.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-server

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] processed 1 new triples, total is now 18

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.dane-server.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dane-server/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-server

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] processed 13 new triples, total is now 30

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.dane-server.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-server

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] overriding old http://schema.org/dateCreated (2020-01-22T14:47:04Z -> 2020-01-22T16:11:17Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] overriding old http://schema.org/dateModified (2023-06-19T07:07:38Z -> 2023-06-19T09:07:32Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] processed 2 new triples, total is now 30

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.dane-server.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dane-server.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-server

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] processed 32 new triples, total is now 55

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.dane-server.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-server

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/dane-server)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane-server)] processed 1 new triples, total is now 55

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.dane-server.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dane-server/0.3.1

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-server

[CODEMETA COMPOSITION (dane-server)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-40ee0d58fd50ba50 -> https://tools.clariah.nl/stub/H-197fd43f82fdad1a)

[CODEMETA COMPOSITION (dane-server)] overriding old http://schema.org/codeRepository (https://github.com/CLARIAH/DANE-server -> https://github.com/CLARIAH/DANE)

[CODEMETA COMPOSITION (dane-server)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (dane-server)] processed 92 new triples, total is now 139

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane-server.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane-server

[CODEMETA COMPOSITION (dane-server)] processed 1 new triples, total is now 140

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/dane-server -> https://tools.clariah.nl/dane-server/0.3.1

[CODEMETA VALIDATION (dane-server)] done

[CODEMETA ENRICHMENT (dane-server)] Guessing interface type https://w3id.org/software-types#WebApplication based on clues

[CODEMETA ENRICHMENT (dane-server)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (dane-server)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/dane-server/0.3.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)

VALIDATION https://tools.clariah.nl/dane-server/0.3.1 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/dane-server/0.3.1 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-server/0.3.1 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane-server/0.3.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)

VALIDATION https://tools.clariah.nl/dane-server/0.3.1 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/dane-server.codemeta.json

[harvester info] <-- Finished processing dane-server (https://github.com/CLARIAH/DANE-server) [Sun Apr  5 03:05:27 UTC 2026]
""" .

<https://tools.clariah.nl/dane/0.4.3> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Multimedia > Video",
        "Scientific/Engineering > Artificial Intelligence",
        "Software Development > Libraries > Python Modules" ;
    sdo:applicationSuite "DANE" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H-14f35b9d707fdfd0> ;
    sdo:codeRepository "https://github.com/CLARIAH/DANE" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-10abd0b846b038cc> ;
    sdo:dateCreated "2019-11-25T15:36:57Z+0100"^^sdo:Date ;
    sdo:dateModified "2024-05-13T10:13:48Z+0200"^^sdo:Date ;
    sdo:description "Utils for working with the Distributed Annotation and Enrichment system" ;
    sdo:identifier "dane" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/jblom> ;
    sdo:name "DANE" ;
    sdo:producer <https://tools.clariah.nl/org/clariah> ;
    sdo:programmingLanguage "Python" ;
    sdo:review <https://tools.clariah.nl/validation/N7cd8b464e480909ba3df9277093a165f> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareHelp <https://dane.readthedocs.io/en/latest/intro.html#configuration> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/boto3-ge-1-26-155>,
        <https://tools.clariah.nl/dependency/elasticsearch7-ge-7-17-7>,
        <https://tools.clariah.nl/dependency/pika-ge-1-3-1>,
        <https://tools.clariah.nl/dependency/python-ge-3-10>,
        <https://tools.clariah.nl/dependency/requests-ge-2-28-1>,
        <https://tools.clariah.nl/dependency/urllib3-ge-1-26-12>,
        <https://tools.clariah.nl/dependency/yacs-ge-0-1-8> ;
    sdo:url "https://dane.readthedocs.io/en/latest/" ;
    sdo:version "0.4.3" ;
    owl:sameAs <https://tools.clariah.nl/dane.contributors/snapshot>,
        <https://tools.clariah.nl/dane.topcontributor/snapshot>,
        <https://tools.clariah.nl/dane/0.4.3>,
        <https://tools.clariah.nl/dane/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#wip> ;
    codemeta:issueTracker <https://github.com/CLARIAH/DANE/issues> ;
    codemeta:readme <https://github.com/CLARIAH/DANE/blob/main//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:05:28 UTC 2026)

[harvester info] --> Processing dane (https://github.com/CLARIAH/DANE) [Sun Apr  5 03:05:28 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/DANE...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/dane for harvestable resources...

[harvester info] found python setup for dane, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Nanne <n.j.e.vannoord@uva.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: 2019-11-25T15:36:57Z+0100, date modified: 2024-05-13T10:13:48Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/CLARIAH/DANE)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from https://dane.readthedocs.io/en/latest/intro.html#configuration

[harvester info] Found documentation at https://dane.readthedocs.io/en/latest/intro.html#configuration : "name": "Introduction — DANE  documentation",

[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] Setting group DANE

[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 "dane" --codeRepository "https://github.com/CLARIAH/DANE" --validate /etc/software.ttl --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/dane.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.dane.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.dane.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.dane.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.dane.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.dane.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.dane.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.dane.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.dane.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.dane.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.dane.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.dane.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.dane.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.dane.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.dane.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.dane.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.dane.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.dane.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.dane.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/dane

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.dane.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.dane.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dane.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dane

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] processed 8 new triples, total is now 9

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.dane.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] processed 4 new triples, total is now 13

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.dane.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] processed 1 new triples, total is now 14

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.dane.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dane/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dane

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] processed 14 new triples, total is now 27

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.dane.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] overriding old http://schema.org/dateCreated (2019-11-25T14:28:24Z -> 2019-11-25T15:36:57Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] overriding old http://schema.org/dateModified (2024-08-02T06:46:26Z -> 2024-05-13T10:13:48Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] processed 2 new triples, total is now 27

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.dane.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dane.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/dane

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] processed 20 new triples, total is now 40

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.dane.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/dane)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/dane)] processed 1 new triples, total is now 40

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.dane.codemeta.json

    Found main resource with URI https://tools.clariah.nl/dane/0.4.3

    Injected (possibly temporary) URI https://tools.clariah.nl/dane

[CODEMETA COMPOSITION (dane)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-1f7ad277386eea69 -> https://tools.clariah.nl/stub/H-41f356b50bdfb040)

[CODEMETA COMPOSITION (dane)] overriding old http://schema.org/description (Utils for working with the Distributed Annotation 'n' Enrichment (DANE) system -> Utils for working with the Distributed Annotation and Enrichment system)

[CODEMETA COMPOSITION (dane)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (dane)] processed 89 new triples, total is now 121

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.dane.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/dane

[CODEMETA COMPOSITION (dane)] processed 1 new triples, total is now 122

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/dane -> https://tools.clariah.nl/dane/0.4.3

[CODEMETA VALIDATION (dane)] done

[CODEMETA ENRICHMENT (dane)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (dane)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/dane/0.4.3 #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)

VALIDATION https://tools.clariah.nl/dane/0.4.3 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane/0.4.3 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane/0.4.3 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/dane/0.4.3 #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)

VALIDATION https://tools.clariah.nl/dane/0.4.3 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/dane.codemeta.json

[harvester info] <-- Finished processing dane (https://github.com/CLARIAH/DANE) [Sun Apr  5 03:05:41 UTC 2026]
""" .

<https://tools.clariah.nl/dependency/angular-cli-ge-15-lt-16> a sdo:SoftwareApplication ;
    sdo:identifier "@angular/cli" ;
    sdo:name "@angular/cli" ;
    sdo:version ">=15 <16" .

<https://tools.clariah.nl/dependency/annorepo-client> a sdo:SoftwareApplication ;
    sdo:identifier "annorepo-client" ;
    sdo:name "annorepo-client" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/anytree-ge-2-12-1> a sdo:SoftwareApplication ;
    sdo:identifier "anytree" ;
    sdo:name "anytree" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.12.1" .

<https://tools.clariah.nl/dependency/atty-0-2-14> a sdo:SoftwareApplication ;
    sdo:identifier "atty" ;
    sdo:name "atty" ;
    sdo:version "0.2.14" .

<https://tools.clariah.nl/dependency/auchann> a sdo:SoftwareApplication ;
    sdo:identifier "auchann" ;
    sdo:name "auchann" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/authlib-ge-1-6-5> a sdo:SoftwareApplication ;
    sdo:identifier "authlib" ;
    sdo:name "authlib" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^1.6.5" .

<https://tools.clariah.nl/dependency/autoprefixer-ge-10-4-13> a sdo:SoftwareApplication ;
    sdo:identifier "autoprefixer" ;
    sdo:name "autoprefixer" ;
    sdo:version "^10.4.13" .

<https://tools.clariah.nl/dependency/autoprefixer-ge-10-4-17> a sdo:SoftwareApplication ;
    sdo:identifier "autoprefixer" ;
    sdo:name "autoprefixer" ;
    sdo:version "^10.4.17" .

<https://tools.clariah.nl/dependency/axum-0-8-4> a sdo:SoftwareApplication ;
    sdo:identifier "axum" ;
    sdo:name "axum" ;
    sdo:version "0.8.4" .

<https://tools.clariah.nl/dependency/axum-0-8-6> a sdo:SoftwareApplication ;
    sdo:identifier "axum" ;
    sdo:name "axum" ;
    sdo:version "0.8.6" .

<https://tools.clariah.nl/dependency/babel-core-ge-7-20-2> a sdo:SoftwareApplication ;
    sdo:identifier "@babel/core" ;
    sdo:name "@babel/core" ;
    sdo:version "^7.20.2" .

<https://tools.clariah.nl/dependency/babel-loader-ge-9-1-0> a sdo:SoftwareApplication ;
    sdo:identifier "babel-loader" ;
    sdo:name "babel-loader" ;
    sdo:version "^9.1.0" .

<https://tools.clariah.nl/dependency/babel-plugin-transform-runtime-ge-7-19-6> a sdo:SoftwareApplication ;
    sdo:identifier "@babel/plugin-transform-runtime" ;
    sdo:name "@babel/plugin-transform-runtime" ;
    sdo:version "^7.19.6" .

<https://tools.clariah.nl/dependency/babel-preset-env-ge-7-20-2> a sdo:SoftwareApplication ;
    sdo:identifier "@babel/preset-env" ;
    sdo:name "@babel/preset-env" ;
    sdo:version "^7.20.2" .

<https://tools.clariah.nl/dependency/babel-runtime-ge-7-20-1> a sdo:SoftwareApplication ;
    sdo:identifier "@babel/runtime" ;
    sdo:name "@babel/runtime" ;
    sdo:version "^7.20.1" .

<https://tools.clariah.nl/dependency/base16ct-0-1-1> a sdo:SoftwareApplication ;
    sdo:identifier "base16ct" ;
    sdo:name "base16ct" ;
    sdo:version "0.1.1" .

<https://tools.clariah.nl/dependency/beautifulsoup4> a sdo:SoftwareApplication ;
    sdo:identifier "BeautifulSoup4" ;
    sdo:name "BeautifulSoup4" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/better-npm-run-ge-0-1-1> a sdo:SoftwareApplication ;
    sdo:identifier "better-npm-run" ;
    sdo:name "better-npm-run" ;
    sdo:version "^0.1.1" .

<https://tools.clariah.nl/dependency/bitflags-1-3-2> a sdo:SoftwareApplication ;
    sdo:identifier "bitflags" ;
    sdo:name "bitflags" ;
    sdo:version "1.3.2" .

<https://tools.clariah.nl/dependency/blueprintjs-core-ge-3-53-0> a sdo:SoftwareApplication ;
    sdo:identifier "@blueprintjs/core" ;
    sdo:name "@blueprintjs/core" ;
    sdo:version "^3.53.0" .

<https://tools.clariah.nl/dependency/blueprintjs-icons-ge-3-32-0> a sdo:SoftwareApplication ;
    sdo:identifier "@blueprintjs/icons" ;
    sdo:name "@blueprintjs/icons" ;
    sdo:version "^3.32.0" .

<https://tools.clariah.nl/dependency/bootstrap-ge-4-6-2> a sdo:SoftwareApplication ;
    sdo:identifier "bootstrap" ;
    sdo:name "bootstrap" ;
    sdo:version "^4.6.2" .

<https://tools.clariah.nl/dependency/bootstrap-vue-ge-2-23-1> a sdo:SoftwareApplication ;
    sdo:identifier "bootstrap-vue" ;
    sdo:name "bootstrap-vue" ;
    sdo:version "^2.23.1" .

<https://tools.clariah.nl/dependency/boto3-ge-1-26-155> a sdo:SoftwareApplication ;
    sdo:identifier "boto3" ;
    sdo:name "boto3" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^1.26.155" .

<https://tools.clariah.nl/dependency/brotli-asgi-ge-1-4-0> a sdo:SoftwareApplication ;
    sdo:identifier "brotli-asgi" ;
    sdo:name "brotli-asgi" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^1.4.0" .

<https://tools.clariah.nl/dependency/bundlesize2-ge-0-0-31> a sdo:SoftwareApplication ;
    sdo:identifier "bundlesize2" ;
    sdo:name "bundlesize2" ;
    sdo:version "^0.0.31" .

<https://tools.clariah.nl/dependency/cachetools-ge-7-0-5> a sdo:SoftwareApplication ;
    sdo:identifier "cachetools" ;
    sdo:name "cachetools" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^7.0.5" .

<https://tools.clariah.nl/dependency/ch-qos-logback-logback-classic-1-1-2> a sdo:SoftwareApplication ;
    sdo:identifier "ch.qos.logback.logback-classic" ;
    sdo:name "logback-classic" ;
    sdo:version "1.1.2" .

<https://tools.clariah.nl/dependency/ch-qos-logback-logback-core-1-1-2> a sdo:SoftwareApplication ;
    sdo:identifier "ch.qos.logback.logback-core" ;
    sdo:name "logback-core" ;
    sdo:version "1.1.2" .

<https://tools.clariah.nl/dependency/chai-ge-4-3-7> a sdo:SoftwareApplication ;
    sdo:identifier "chai" ;
    sdo:name "chai" ;
    sdo:version "^4.3.7" .

<https://tools.clariah.nl/dependency/chamd-ge-0-5-8> a sdo:SoftwareApplication ;
    sdo:identifier "chamd" ;
    sdo:name "chamd" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 0.5.8" .

<https://tools.clariah.nl/dependency/chardet4-0-0> a sdo:SoftwareApplication ;
    sdo:identifier "chardet" ;
    sdo:name "chardet" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "4.0.0" .

<https://tools.clariah.nl/dependency/cherrypy> a sdo:SoftwareApplication ;
    sdo:identifier "cherrypy" ;
    sdo:name "cherrypy" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/chrono-0-4-13> a sdo:SoftwareApplication ;
    sdo:identifier "chrono" ;
    sdo:name "chrono" ;
    sdo:version "0.4.13" .

<https://tools.clariah.nl/dependency/chrono-0-4-42> a sdo:SoftwareApplication ;
    sdo:identifier "chrono" ;
    sdo:name "chrono" ;
    sdo:version "0.4.42" .

<https://tools.clariah.nl/dependency/clam-ge-3-1> a sdo:SoftwareApplication ;
    sdo:identifier "CLAM" ;
    sdo:name "CLAM" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 3.1" .

<https://tools.clariah.nl/dependency/clam-ge-3-1-5> a sdo:SoftwareApplication ;
    sdo:identifier "CLAM" ;
    sdo:name "CLAM" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 3.1.5" .

<https://tools.clariah.nl/dependency/clam-ge-3-2> a sdo:SoftwareApplication ;
    sdo:identifier "CLAM" ;
    sdo:name "CLAM" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 3.2" .

<https://tools.clariah.nl/dependency/clap-2-34-0> a sdo:SoftwareApplication ;
    sdo:identifier "clap" ;
    sdo:name "clap" ;
    sdo:version "2.34.0" .

<https://tools.clariah.nl/dependency/clap-3-2-23> a sdo:SoftwareApplication ;
    sdo:identifier "clap" ;
    sdo:name "clap" ;
    sdo:version "3.2.23" .

<https://tools.clariah.nl/dependency/clap-4-5-20> a sdo:SoftwareApplication ;
    sdo:identifier "clap" ;
    sdo:name "clap" ;
    sdo:version "4.5.20" .

<https://tools.clariah.nl/dependency/clap-4-5-41> a sdo:SoftwareApplication ;
    sdo:identifier "clap" ;
    sdo:name "clap" ;
    sdo:version "4.5.41" .

<https://tools.clariah.nl/dependency/clap-4-5-49> a sdo:SoftwareApplication ;
    sdo:identifier "clap" ;
    sdo:name "clap" ;
    sdo:version "4.5.49" .

<https://tools.clariah.nl/dependency/classnames-ge-2-3-2> a sdo:SoftwareApplication ;
    sdo:identifier "classnames" ;
    sdo:name "classnames" ;
    sdo:version "^2.3.2" .

<https://tools.clariah.nl/dependency/codemeta-harvester> a sdo:SoftwareApplication ;
    sdo:identifier "codemeta-harvester" ;
    sdo:name "codemeta-harvester" .

<https://tools.clariah.nl/dependency/codemeta-server> a sdo:WebApplication ;
    sdo:identifier "codemeta-server" ;
    sdo:name "codemeta-server" .

<https://tools.clariah.nl/dependency/colibricore-ge-2-4> a sdo:SoftwareApplication ;
    sdo:identifier "colibricore" ;
    sdo:name "colibricore" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 2.4" .

<https://tools.clariah.nl/dependency/colorama-ge-0-4-4> a sdo:SoftwareApplication ;
    sdo:identifier "colorama" ;
    sdo:name "colorama" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.4.4" .

<https://tools.clariah.nl/dependency/com-fasterxml-jackson-core-jackson-annotations> a sdo:SoftwareApplication ;
    sdo:identifier "com.fasterxml.jackson.core.jackson-annotations" ;
    sdo:name "jackson-annotations" .

<https://tools.clariah.nl/dependency/com-fasterxml-jackson-core-jackson-databind-2-19-0-rc2> a sdo:SoftwareApplication ;
    sdo:identifier "com.fasterxml.jackson.core.jackson-databind" ;
    sdo:name "jackson-databind" ;
    sdo:version "2.19.0-rc2" .

<https://tools.clariah.nl/dependency/com-fasterxml-jackson-dataformat-jackson-dataformat-xml> a sdo:SoftwareApplication ;
    sdo:identifier "com.fasterxml.jackson.dataformat.jackson-dataformat-xml" ;
    sdo:name "jackson-dataformat-xml" .

<https://tools.clariah.nl/dependency/com-fasterxml-jackson-datatype-jackson-datatype-guava> a sdo:SoftwareApplication ;
    sdo:identifier "com.fasterxml.jackson.datatype.jackson-datatype-guava" ;
    sdo:name "jackson-datatype-guava" .

<https://tools.clariah.nl/dependency/com-fasterxml-jackson-datatype-jackson-datatype-jdk8> a sdo:SoftwareApplication ;
    sdo:identifier "com.fasterxml.jackson.datatype.jackson-datatype-jdk8" ;
    sdo:name "jackson-datatype-jdk8" .

<https://tools.clariah.nl/dependency/com-fasterxml-jackson-module-jackson-module-kotlin> a sdo:SoftwareApplication ;
    sdo:identifier "com.fasterxml.jackson.module.jackson-module-kotlin" ;
    sdo:name "jackson-module-kotlin" .

<https://tools.clariah.nl/dependency/com-fasterxml-jackson-module-jackson-module-parameter-names> a sdo:SoftwareApplication ;
    sdo:identifier "com.fasterxml.jackson.module.jackson-module-parameter-names" ;
    sdo:name "jackson-module-parameter-names" .

<https://tools.clariah.nl/dependency/com-google-code-findbugs-jsr305-3-0-2> a sdo:SoftwareApplication ;
    sdo:identifier "com.google.code.findbugs.jsr305" ;
    sdo:name "jsr305" ;
    sdo:version "3.0.2" .

<https://tools.clariah.nl/dependency/com-google-code-gson-gson-2-8-9> a sdo:SoftwareApplication ;
    sdo:identifier "com.google.code.gson.gson" ;
    sdo:name "gson" ;
    sdo:version "2.8.9" .

<https://tools.clariah.nl/dependency/com-google-guava-guava-32-1-3-jre> a sdo:SoftwareApplication ;
    sdo:identifier "com.google.guava.guava" ;
    sdo:name "guava" ;
    sdo:version "32.1.3-jre" .

<https://tools.clariah.nl/dependency/com-google-protobuf-protobuf-java-3-25-8> a sdo:SoftwareApplication ;
    sdo:identifier "com.google.protobuf.protobuf-java" ;
    sdo:name "protobuf-java" ;
    sdo:version "3.25.8" .

<https://tools.clariah.nl/dependency/com-googlecode-json-simple-json-simple-1-1-1> a sdo:SoftwareApplication ;
    sdo:identifier "com.googlecode.json-simple.json-simple" ;
    sdo:name "json-simple" ;
    sdo:version "1.1.1" .

<https://tools.clariah.nl/dependency/com-googlecode-juniversalchardet-juniversalchardet-1-0-3> a sdo:SoftwareApplication ;
    sdo:identifier "com.googlecode.juniversalchardet.juniversalchardet" ;
    sdo:name "juniversalchardet" ;
    sdo:version "1.0.3" .

<https://tools.clariah.nl/dependency/com-graphql-java-graphql-java-21-3> a sdo:SoftwareApplication ;
    sdo:identifier "com.graphql-java.graphql-java" ;
    sdo:name "graphql-java" ;
    sdo:version "21.3" .

<https://tools.clariah.nl/dependency/com-jayway-jsonpath-json-path> a sdo:SoftwareApplication ;
    sdo:identifier "com.jayway.jsonpath.json-path" ;
    sdo:name "json-path" .

<https://tools.clariah.nl/dependency/com-jayway-jsonpath-json-path-2-5-0> a sdo:SoftwareApplication ;
    sdo:identifier "com.jayway.jsonpath.json-path" ;
    sdo:name "json-path" ;
    sdo:version "2.5.0" .

<https://tools.clariah.nl/dependency/com-nimbusds-oauth2-oidc-sdk-11-9> a sdo:SoftwareApplication ;
    sdo:identifier "com.nimbusds.oauth2-oidc-sdk" ;
    sdo:name "oauth2-oidc-sdk" ;
    sdo:version "11.9" .

<https://tools.clariah.nl/dependency/com-sleepycat-je-18-3-12> a sdo:SoftwareApplication ;
    sdo:identifier "com.sleepycat.je" ;
    sdo:name "je" ;
    sdo:version "18.3.12" .

<https://tools.clariah.nl/dependency/com-smoketurner-dropwizard-swagger> a sdo:SoftwareApplication ;
    sdo:identifier "com.smoketurner.dropwizard-swagger" ;
    sdo:name "dropwizard-swagger" .

<https://tools.clariah.nl/dependency/com-sun-xml-bind-jaxb-core-2-3-0-1> a sdo:SoftwareApplication ;
    sdo:identifier "com.sun.xml.bind.jaxb-core" ;
    sdo:name "jaxb-core" ;
    sdo:version "2.3.0.1" .

<https://tools.clariah.nl/dependency/com-sun-xml-bind-jaxb-impl-2-3-1> a sdo:SoftwareApplication ;
    sdo:identifier "com.sun.xml.bind.jaxb-impl" ;
    sdo:name "jaxb-impl" ;
    sdo:version "2.3.1" .

<https://tools.clariah.nl/dependency/com-vectorprint-config-11-2> a sdo:SoftwareApplication ;
    sdo:identifier "com.vectorprint.Config" ;
    sdo:name "Config" ;
    sdo:version "11.2" .

<https://tools.clariah.nl/dependency/commons-beanutils-commons-beanutils-1-9-4> a sdo:SoftwareApplication ;
    sdo:identifier "commons-beanutils.commons-beanutils" ;
    sdo:name "commons-beanutils" ;
    sdo:version "1.9.4" .

<https://tools.clariah.nl/dependency/commons-cli-commons-cli-1-4> a sdo:SoftwareApplication ;
    sdo:identifier "commons-cli.commons-cli" ;
    sdo:name "commons-cli" ;
    sdo:version "1.4" .

<https://tools.clariah.nl/dependency/commons-io-commons-io-2-18-0> a sdo:SoftwareApplication ;
    sdo:identifier "commons-io.commons-io" ;
    sdo:name "commons-io" ;
    sdo:version "2.18.0" .

<https://tools.clariah.nl/dependency/concurrently-ge-7-5-0> a sdo:SoftwareApplication ;
    sdo:identifier "concurrently" ;
    sdo:name "concurrently" ;
    sdo:version "^7.5.0" .

<https://tools.clariah.nl/dependency/conllu> a sdo:SoftwareApplication ;
    sdo:identifier "conllu" ;
    sdo:name "conllu" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/const-format-0-2-35> a sdo:SoftwareApplication ;
    sdo:identifier "const_format" ;
    sdo:name "const_format" ;
    sdo:version "0.2.35" .

<https://tools.clariah.nl/dependency/cross-fetch-ge-3-1-5> a sdo:SoftwareApplication ;
    sdo:identifier "cross-fetch" ;
    sdo:name "cross-fetch" ;
    sdo:version "^3.1.5" .

<https://tools.clariah.nl/dependency/css-loader6-7-1> a sdo:SoftwareApplication ;
    sdo:identifier "css-loader" ;
    sdo:name "css-loader" ;
    sdo:version "6.7.1" .

<https://tools.clariah.nl/dependency/css-minimizer-webpack-plugin-ge-4-2-2> a sdo:SoftwareApplication ;
    sdo:identifier "css-minimizer-webpack-plugin" ;
    sdo:name "css-minimizer-webpack-plugin" ;
    sdo:version "^4.2.2" .

<https://tools.clariah.nl/dependency/csv-1-3-1> a sdo:SoftwareApplication ;
    sdo:identifier "csv" ;
    sdo:name "csv" ;
    sdo:version "1.3.1" .

<https://tools.clariah.nl/dependency/d3-ge-7-8-2> a sdo:SoftwareApplication ;
    sdo:identifier "d3" ;
    sdo:name "d3" ;
    sdo:version "^7.8.2" .

<https://tools.clariah.nl/dependency/dane-ge-0-3-6> a sdo:SoftwareApplication ;
    sdo:identifier "dane" ;
    sdo:name "dane" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.3.6" .

<https://tools.clariah.nl/dependency/dataclasses-json-ge-0-6-7> a sdo:SoftwareApplication ;
    sdo:identifier "dataclasses-json" ;
    sdo:name "dataclasses-json" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.6.7" .

<https://tools.clariah.nl/dependency/datasize-0-2-15> a sdo:SoftwareApplication ;
    sdo:identifier "datasize" ;
    sdo:name "datasize" ;
    sdo:version "0.2.15" .

<https://tools.clariah.nl/dependency/de-siegmar-fastcsv-3-7-0> a sdo:SoftwareApplication ;
    sdo:identifier "de.siegmar.fastcsv" ;
    sdo:name "fastcsv" ;
    sdo:version "3.7.0" .

<https://tools.clariah.nl/dependency/django-ge-3-0> a sdo:SoftwareApplication ;
    sdo:identifier "Django" ;
    sdo:name "Django" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 3.0" .

<https://tools.clariah.nl/dependency/docutils> a sdo:SoftwareApplication ;
    sdo:identifier "docutils" ;
    sdo:name "docutils" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/editdistance> a sdo:SoftwareApplication ;
    sdo:identifier "editdistance" ;
    sdo:name "editdistance" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/elasticsearch> a sdo:SoftwareApplication ;
    sdo:identifier "elasticsearch" ;
    sdo:name "elasticsearch" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/elasticsearch7> a sdo:SoftwareApplication ;
    sdo:identifier "elasticsearch7" ;
    sdo:name "elasticsearch7" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "*" .

<https://tools.clariah.nl/dependency/elasticsearch7-ge-7-17-7> a sdo:SoftwareApplication ;
    sdo:identifier "elasticsearch7" ;
    sdo:name "elasticsearch7" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^7.17.7" .

<https://tools.clariah.nl/dependency/esbuild-ge-0-26-0> a sdo:SoftwareApplication ;
    sdo:identifier "esbuild" ;
    sdo:name "esbuild" ;
    sdo:version "^0.26.0" .

<https://tools.clariah.nl/dependency/eslint-config-prettier-ge-8-5-0> a sdo:SoftwareApplication ;
    sdo:identifier "eslint-config-prettier" ;
    sdo:name "eslint-config-prettier" ;
    sdo:version "^8.5.0" .

<https://tools.clariah.nl/dependency/eslint-config-prettier-ge-9-1-0> a sdo:SoftwareApplication ;
    sdo:identifier "eslint-config-prettier" ;
    sdo:name "eslint-config-prettier" ;
    sdo:version "^9.1.0" .

<https://tools.clariah.nl/dependency/eslint-ge-8-27-0> a sdo:SoftwareApplication ;
    sdo:identifier "eslint" ;
    sdo:name "eslint" ;
    sdo:version "^8.27.0" .

<https://tools.clariah.nl/dependency/eslint-ge-8-57-0> a sdo:SoftwareApplication ;
    sdo:identifier "eslint" ;
    sdo:name "eslint" ;
    sdo:version "^8.57.0" .

<https://tools.clariah.nl/dependency/eslint-plugin-jest-ge-27-1-5> a sdo:SoftwareApplication ;
    sdo:identifier "eslint-plugin-jest" ;
    sdo:name "eslint-plugin-jest" ;
    sdo:version "^27.1.5" .

<https://tools.clariah.nl/dependency/eslint-plugin-jsx-a11y-ge-6-10-2> a sdo:SoftwareApplication ;
    sdo:identifier "eslint-plugin-jsx-a11y" ;
    sdo:name "eslint-plugin-jsx-a11y" ;
    sdo:version "^6.10.2" .

<https://tools.clariah.nl/dependency/eslint-plugin-lodash-ge-7-4-0> a sdo:SoftwareApplication ;
    sdo:identifier "eslint-plugin-lodash" ;
    sdo:name "eslint-plugin-lodash" ;
    sdo:version "^7.4.0" .

<https://tools.clariah.nl/dependency/eslint-plugin-react-ge-7-33-2> a sdo:SoftwareApplication ;
    sdo:identifier "eslint-plugin-react" ;
    sdo:name "eslint-plugin-react" ;
    sdo:version "^7.33.2" .

<https://tools.clariah.nl/dependency/eu-clarin-sru-fcs-fcs-simple-endpoint-1-9-0> a sdo:SoftwareApplication ;
    sdo:identifier "eu.clarin.sru.fcs.fcs-simple-endpoint" ;
    sdo:name "fcs-simple-endpoint" ;
    sdo:version "1.9.0" .

<https://tools.clariah.nl/dependency/execall-ge-3-0-0> a sdo:SoftwareApplication ;
    sdo:identifier "execall" ;
    sdo:name "execall" ;
    sdo:version "^3.0.0" .

<https://tools.clariah.nl/dependency/fastapi> a sdo:SoftwareApplication ;
    sdo:identifier "fastapi" ;
    sdo:name "fastapi" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/fastapi-ge-0-135-1> a sdo:SoftwareApplication ;
    sdo:identifier "fastapi" ;
    sdo:name "fastapi" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.135.1" .

<https://tools.clariah.nl/dependency/file-loader-ge-6-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "file-loader" ;
    sdo:name "file-loader" ;
    sdo:version "^6.2.0" .

<https://tools.clariah.nl/dependency/flask-ge-2-1-0> a sdo:SoftwareApplication ;
    sdo:identifier "flask" ;
    sdo:name "flask" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "~= 2.1.0" .

<https://tools.clariah.nl/dependency/flask-restx> a sdo:SoftwareApplication ;
    sdo:identifier "flask-restx" ;
    sdo:name "flask-restx" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "*" .

<https://tools.clariah.nl/dependency/folia-0-0-5> a sdo:SoftwareApplication ;
    sdo:identifier "folia" ;
    sdo:name "folia" ;
    sdo:version "0.0.5" .

<https://tools.clariah.nl/dependency/folia-ge-2-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "folia" ;
    sdo:name "folia" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 2.2.0" .

<https://tools.clariah.nl/dependency/folia-ge-2-5-4> a sdo:SoftwareApplication ;
    sdo:identifier "folia" ;
    sdo:name "folia" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 2.5.4" .

<https://tools.clariah.nl/dependency/folia-ge-2-5-7> a sdo:SoftwareApplication ;
    sdo:identifier "folia" ;
    sdo:name "folia" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 2.5.7" .

<https://tools.clariah.nl/dependency/folia-ge-2-5-9> a sdo:SoftwareApplication ;
    sdo:identifier "folia" ;
    sdo:name "folia" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 2.5.9" .

<https://tools.clariah.nl/dependency/folia-tools-ge-2-2-6> a sdo:SoftwareApplication ;
    sdo:identifier "FoLiA-tools" ;
    sdo:name "FoLiA-tools" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 2.2.6" .

<https://tools.clariah.nl/dependency/folia-tools-ge-2-5-2> a sdo:SoftwareApplication ;
    sdo:identifier "FoLiA-tools" ;
    sdo:name "FoLiA-tools" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 2.5.2" .

<https://tools.clariah.nl/dependency/foliadocserve-ge-0-7-8> a sdo:SoftwareApplication ;
    sdo:identifier "foliadocserve" ;
    sdo:name "foliadocserve" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 0.7.8" .

<https://tools.clariah.nl/dependency/fontsource-roboto-ge-4-5-8> a sdo:SoftwareApplication ;
    sdo:identifier "@fontsource/roboto" ;
    sdo:name "@fontsource/roboto" ;
    sdo:version "^4.5.8" .

<https://tools.clariah.nl/dependency/fortawesome-fontawesome-svg-core-ge-6-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/fontawesome-svg-core" ;
    sdo:name "@fortawesome/fontawesome-svg-core" ;
    sdo:version "^6.2.0" .

<https://tools.clariah.nl/dependency/fortawesome-fontawesome-svg-core-ge-6-2-1> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/fontawesome-svg-core" ;
    sdo:name "@fortawesome/fontawesome-svg-core" ;
    sdo:version "^6.2.1" .

<https://tools.clariah.nl/dependency/fortawesome-free-brands-svg-icons-ge-6-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/free-brands-svg-icons" ;
    sdo:name "@fortawesome/free-brands-svg-icons" ;
    sdo:version "^6.2.0" .

<https://tools.clariah.nl/dependency/fortawesome-free-regular-svg-icons-ge-6-2-1> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/free-regular-svg-icons" ;
    sdo:name "@fortawesome/free-regular-svg-icons" ;
    sdo:version "^6.2.1" .

<https://tools.clariah.nl/dependency/fortawesome-free-solid-svg-icons-ge-6-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/free-solid-svg-icons" ;
    sdo:name "@fortawesome/free-solid-svg-icons" ;
    sdo:version "^6.2.0" .

<https://tools.clariah.nl/dependency/fortawesome-free-solid-svg-icons-ge-6-2-1> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/free-solid-svg-icons" ;
    sdo:name "@fortawesome/free-solid-svg-icons" ;
    sdo:version "^6.2.1" .

<https://tools.clariah.nl/dependency/fortawesome-pro-light-svg-icons-ge-6-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/pro-light-svg-icons" ;
    sdo:name "@fortawesome/pro-light-svg-icons" ;
    sdo:version "^6.2.0" .

<https://tools.clariah.nl/dependency/fortawesome-pro-regular-svg-icons-ge-6-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/pro-regular-svg-icons" ;
    sdo:name "@fortawesome/pro-regular-svg-icons" ;
    sdo:version "^6.2.0" .

<https://tools.clariah.nl/dependency/fortawesome-pro-solid-svg-icons-ge-6-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/pro-solid-svg-icons" ;
    sdo:name "@fortawesome/pro-solid-svg-icons" ;
    sdo:version "^6.2.0" .

<https://tools.clariah.nl/dependency/fortawesome-react-fontawesome-ge-0-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/react-fontawesome" ;
    sdo:name "@fortawesome/react-fontawesome" ;
    sdo:version "^0.2.0" .

<https://tools.clariah.nl/dependency/fortawesome-vue-fontawesome-ge-2-0-9> a sdo:SoftwareApplication ;
    sdo:identifier "@fortawesome/vue-fontawesome" ;
    sdo:name "@fortawesome/vue-fontawesome" ;
    sdo:version "^2.0.9" .

<https://tools.clariah.nl/dependency/framer-motion-ge-11-0-8> a sdo:SoftwareApplication ;
    sdo:identifier "framer-motion" ;
    sdo:name "framer-motion" ;
    sdo:version "^11.0.8" .

<https://tools.clariah.nl/dependency/futures-0-3-31> a sdo:SoftwareApplication ;
    sdo:identifier "futures" ;
    sdo:name "futures" ;
    sdo:version "0.3.31" .

<https://tools.clariah.nl/dependency/fuzzy-search-ge-2-4-5> a sdo:SoftwareApplication ;
    sdo:identifier "fuzzy-search" ;
    sdo:name "fuzzy-search" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.4.5" .

<https://tools.clariah.nl/dependency/google-api-python-client-ge-2-103-0> a sdo:SoftwareApplication ;
    sdo:identifier "google-api-python-client" ;
    sdo:name "google-api-python-client" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.103.0" .

<https://tools.clariah.nl/dependency/google-ge-3-0-0> a sdo:SoftwareApplication ;
    sdo:identifier "google" ;
    sdo:name "google" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^3.0.0" .

<https://tools.clariah.nl/dependency/heroicons-react-ge-2-1-1> a sdo:SoftwareApplication ;
    sdo:identifier "@heroicons/react" ;
    sdo:name "@heroicons/react" ;
    sdo:version "^2.1.1" .

<https://tools.clariah.nl/dependency/hex-0-4-2> a sdo:SoftwareApplication ;
    sdo:identifier "hex" ;
    sdo:name "hex" ;
    sdo:version "0.4.2" .

<https://tools.clariah.nl/dependency/html-escape-0-2-13> a sdo:SoftwareApplication ;
    sdo:identifier "html-escape" ;
    sdo:name "html-escape" ;
    sdo:version "0.2.13" .

<https://tools.clariah.nl/dependency/html-webpack-plugin5-5-0> a sdo:SoftwareApplication ;
    sdo:identifier "html-webpack-plugin" ;
    sdo:name "html-webpack-plugin" ;
    sdo:version "5.5.0" .

<https://tools.clariah.nl/dependency/httpx-ge-0-28-1> a sdo:SoftwareApplication ;
    sdo:identifier "httpx" ;
    sdo:name "httpx" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.28.1" .

<https://tools.clariah.nl/dependency/husky-ge-8-0-2> a sdo:SoftwareApplication ;
    sdo:identifier "husky" ;
    sdo:name "husky" ;
    sdo:version "^8.0.2" .

<https://tools.clariah.nl/dependency/husky-ge-8-0-3> a sdo:SoftwareApplication ;
    sdo:identifier "husky" ;
    sdo:name "husky" ;
    sdo:version "^8.0.3" .

<https://tools.clariah.nl/dependency/ibig-0-3-6> a sdo:SoftwareApplication ;
    sdo:identifier "ibig" ;
    sdo:name "ibig" ;
    sdo:version "0.3.6" .

<https://tools.clariah.nl/dependency/icecream-ge-2-1-2> a sdo:SoftwareApplication ;
    sdo:identifier "icecream" ;
    sdo:name "icecream" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.1.2" .

<https://tools.clariah.nl/dependency/immer-ge-9-0-21> a sdo:SoftwareApplication ;
    sdo:identifier "immer" ;
    sdo:name "immer" ;
    sdo:version "^9.0.21" .

<https://tools.clariah.nl/dependency/importlib-metadata> a sdo:SoftwareApplication ;
    sdo:identifier "importlib-metadata" ;
    sdo:name "importlib-metadata" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/in-vectorpro-dropwizard-dropwizard-swagger-ui> a sdo:SoftwareApplication ;
    sdo:identifier "in.vectorpro.dropwizard.dropwizard-swagger-ui" ;
    sdo:name "dropwizard-swagger-ui" .

<https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-forms> a sdo:SoftwareApplication ;
    sdo:identifier "io.dropwizard.dropwizard-forms" ;
    sdo:name "dropwizard-forms" .

<https://tools.clariah.nl/dependency/io-github-knaw-huc-annorepo-client> a sdo:SoftwareApplication ;
    sdo:identifier "io.github.knaw-huc.annorepo-client" ;
    sdo:name "annorepo-client" .

<https://tools.clariah.nl/dependency/iribaker0-2> a sdo:SoftwareApplication ;
    sdo:identifier "iribaker" ;
    sdo:name "iribaker" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.2" .

<https://tools.clariah.nl/dependency/isodate0-6-1> a sdo:SoftwareApplication ;
    sdo:identifier "isodate" ;
    sdo:name "isodate" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.6.1" .

<https://tools.clariah.nl/dependency/it-unimi-dsi-fastutil-8-5-16> a sdo:SoftwareApplication ;
    sdo:identifier "it.unimi.dsi.fastutil" ;
    sdo:name "fastutil" ;
    sdo:version "8.5.16" .

<https://tools.clariah.nl/dependency/itsdangerous-ge-2-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "itsdangerous" ;
    sdo:name "itsdangerous" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.2.0" .

<https://tools.clariah.nl/dependency/jakarta-platform-jakarta-jakartaee-api-10-0-0> a sdo:SoftwareApplication ;
    sdo:identifier "jakarta.platform.jakarta.jakartaee-api" ;
    sdo:name "jakarta.jakartaee-api" ;
    sdo:version "10.0.0" .

<https://tools.clariah.nl/dependency/javax-activation-activation-1-1-1> a sdo:SoftwareApplication ;
    sdo:identifier "javax.activation.activation" ;
    sdo:name "activation" ;
    sdo:version "1.1.1" .

<https://tools.clariah.nl/dependency/javax-servlet-javax-servlet-api-3-1-0> a sdo:SoftwareApplication ;
    sdo:identifier "javax.servlet.javax.servlet-api" ;
    sdo:name "javax.servlet-api" ;
    sdo:version "3.1.0" .

<https://tools.clariah.nl/dependency/javax-servlet-servlet-api-3-0-alpha-1> a sdo:SoftwareApplication ;
    sdo:identifier "javax.servlet.servlet-api" ;
    sdo:name "servlet-api" ;
    sdo:version "3.0-alpha-1" .

<https://tools.clariah.nl/dependency/javax-xml-bind-jaxb-api-2-3-1> a sdo:SoftwareApplication ;
    sdo:identifier "javax.xml.bind.jaxb-api" ;
    sdo:name "jaxb-api" ;
    sdo:version "2.3.1" .

<https://tools.clariah.nl/dependency/jinja23-0-3> a sdo:SoftwareApplication ;
    sdo:identifier "Jinja2" ;
    sdo:name "Jinja2" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "3.0.3" .

<https://tools.clariah.nl/dependency/joda-time-joda-time-2-3> a sdo:SoftwareApplication ;
    sdo:identifier "joda-time.joda-time" ;
    sdo:name "joda-time" ;
    sdo:version "2.3" .

<https://tools.clariah.nl/dependency/js-base64-ge-3-7-7> a sdo:SoftwareApplication ;
    sdo:identifier "js-base64" ;
    sdo:name "js-base64" ;
    sdo:version "^3.7.7" .

<https://tools.clariah.nl/dependency/js2py0-71> a sdo:SoftwareApplication ;
    sdo:identifier "Js2Py" ;
    sdo:name "Js2Py" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.71" .

<https://tools.clariah.nl/dependency/junit-junit> a sdo:SoftwareApplication ;
    sdo:identifier "junit.junit" ;
    sdo:name "junit" .

<https://tools.clariah.nl/dependency/kafnafparserpy> a sdo:SoftwareApplication ;
    sdo:identifier "KafNafParserPy" ;
    sdo:name "KafNafParserPy" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/kitchen-ge-1-2-6> a sdo:SoftwareApplication ;
    sdo:identifier "kitchen" ;
    sdo:name "kitchen" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^1.2.6" .

<https://tools.clariah.nl/dependency/kraken3-0-6> a sdo:SoftwareApplication ;
    sdo:identifier "kraken" ;
    sdo:name "kraken" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "3.0.6" .

<https://tools.clariah.nl/dependency/langid> a sdo:SoftwareApplication ;
    sdo:identifier "langid" ;
    sdo:name "langid" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/libc-0-2-62> a sdo:SoftwareApplication ;
    sdo:identifier "libc" ;
    sdo:name "libc" ;
    sdo:version "0.2.62" .

<https://tools.clariah.nl/dependency/lingua-1-6-2> a sdo:SoftwareApplication ;
    sdo:identifier "lingua" ;
    sdo:name "lingua" ;
    sdo:version "1.6.2" .

<https://tools.clariah.nl/dependency/lint-staged-ge-13-0-3> a sdo:SoftwareApplication ;
    sdo:identifier "lint-staged" ;
    sdo:name "lint-staged" ;
    sdo:version "^13.0.3" .

<https://tools.clariah.nl/dependency/lint-staged-ge-15-2-2> a sdo:SoftwareApplication ;
    sdo:identifier "lint-staged" ;
    sdo:name "lint-staged" ;
    sdo:version "^15.2.2" .

<https://tools.clariah.nl/dependency/lodash-es-ge-4-17-21> a sdo:SoftwareApplication ;
    sdo:identifier "lodash-es" ;
    sdo:name "lodash-es" ;
    sdo:version "^4.17.21" .

<https://tools.clariah.nl/dependency/loguru> a sdo:SoftwareApplication ;
    sdo:identifier "loguru" ;
    sdo:name "loguru" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/lxml-ge-5-3-0> a sdo:SoftwareApplication ;
    sdo:identifier "lxml" ;
    sdo:name "lxml" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^5.3.0" .

<https://tools.clariah.nl/dependency/markdown-ge-3-4-1> a sdo:SoftwareApplication ;
    sdo:identifier "markdown" ;
    sdo:name "markdown" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 3.4.1" .

<https://tools.clariah.nl/dependency/marshmallow-ge-3-15-0> a sdo:SoftwareApplication ;
    sdo:identifier "marshmallow" ;
    sdo:name "marshmallow" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^3.15.0" .

<https://tools.clariah.nl/dependency/matches-0-1-8> a sdo:SoftwareApplication ;
    sdo:identifier "matches" ;
    sdo:name "matches" ;
    sdo:version "0.1.8" .

<https://tools.clariah.nl/dependency/material-ui-core-ge-4-12-4> a sdo:SoftwareApplication ;
    sdo:identifier "@material-ui/core" ;
    sdo:name "@material-ui/core" ;
    sdo:version "^4.12.4" .

<https://tools.clariah.nl/dependency/md5-0-8-0> a sdo:SoftwareApplication ;
    sdo:identifier "md5" ;
    sdo:name "md5" ;
    sdo:version "0.8.0" .

<https://tools.clariah.nl/dependency/me-tongfei-progressbar-0-9-1> a sdo:SoftwareApplication ;
    sdo:identifier "me.tongfei.progressbar" ;
    sdo:name "progressbar" ;
    sdo:version "0.9.1" .

<https://tools.clariah.nl/dependency/mini-css-extract-plugin-ge-2-6-1> a sdo:SoftwareApplication ;
    sdo:identifier "mini-css-extract-plugin" ;
    sdo:name "mini-css-extract-plugin" ;
    sdo:version "^2.6.1" .

<https://tools.clariah.nl/dependency/minicbor-0-26-5> a sdo:SoftwareApplication ;
    sdo:identifier "minicbor" ;
    sdo:name "minicbor" ;
    sdo:version "0.26.5" .

<https://tools.clariah.nl/dependency/mirador-knaw-huc-mui5-ge-3-3-1> a sdo:SoftwareApplication ;
    sdo:identifier "mirador-knaw-huc-mui5" ;
    sdo:name "mirador-knaw-huc-mui5" ;
    sdo:version "^3.3.1" .

<https://tools.clariah.nl/dependency/mocha-ge-10-1-0> a sdo:SoftwareApplication ;
    sdo:identifier "mocha" ;
    sdo:name "mocha" ;
    sdo:version "^10.1.0" .

<https://tools.clariah.nl/dependency/more-itertools> a sdo:SoftwareApplication ;
    sdo:identifier "more-itertools" ;
    sdo:name "more-itertools" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/mozilla-django-oidc> a sdo:SoftwareApplication ;
    sdo:identifier "mozilla-django-oidc" ;
    sdo:name "mozilla-django-oidc" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/mui-icons-material-ge-5-10-15> a sdo:SoftwareApplication ;
    sdo:identifier "@mui/icons-material" ;
    sdo:name "@mui/icons-material" ;
    sdo:version "^5.10.15" .

<https://tools.clariah.nl/dependency/nameparser> a sdo:SoftwareApplication ;
    sdo:identifier "nameparser" ;
    sdo:name "nameparser" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/nanoid-0-4-0> a sdo:SoftwareApplication ;
    sdo:identifier "nanoid" ;
    sdo:name "nanoid" ;
    sdo:version "0.4.0" .

<https://tools.clariah.nl/dependency/net-jcip-jcip-annotations-1-0> a sdo:SoftwareApplication ;
    sdo:identifier "net.jcip.jcip-annotations" ;
    sdo:name "jcip-annotations" ;
    sdo:version "1.0" .

<https://tools.clariah.nl/dependency/net-sf-saxon-saxon-he-9-9-1-5> a sdo:SoftwareApplication ;
    sdo:identifier "net.sf.saxon.Saxon-HE" ;
    sdo:name "Saxon-HE" ;
    sdo:version "9.9.1-5" .

<https://tools.clariah.nl/dependency/net-swisstech-bitly-api-client-0-8-0> a sdo:SoftwareApplication ;
    sdo:identifier "net.swisstech.bitly-api-client" ;
    sdo:name "bitly-api-client" ;
    sdo:version "0.8.0" .

<https://tools.clariah.nl/dependency/networkx-ge-3-6> a sdo:SoftwareApplication ;
    sdo:identifier "networkx" ;
    sdo:name "networkx" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^3.6" .

<https://tools.clariah.nl/dependency/nl-knaw-huc-rdf4j-rio-nquadsnd-1-0-1> a sdo:SoftwareApplication ;
    sdo:identifier "nl.knaw.huc.rdf4j-rio-nquadsnd" ;
    sdo:name "rdf4j-rio-nquadsnd" ;
    sdo:version "1.0.1" .

<https://tools.clariah.nl/dependency/nl-knaw-huc-resourcesync-2-2-1> a sdo:SoftwareApplication ;
    sdo:identifier "nl.knaw.huc.resourcesync" ;
    sdo:name "resourcesync" ;
    sdo:version "2.2.1" .

<https://tools.clariah.nl/dependency/nl-knaw-huygens-huygens-persistence-2-3-0> a sdo:SoftwareApplication ;
    sdo:identifier "nl.knaw.huygens.huygens-persistence" ;
    sdo:name "huygens-persistence" ;
    sdo:version "2.3.0" .

<https://tools.clariah.nl/dependency/nl-mpi-tla-saxonutils-1-0-snapshot> a sdo:SoftwareApplication ;
    sdo:identifier "nl.mpi.tla.SaxonUtils" ;
    sdo:name "SaxonUtils" ;
    sdo:version "1.0-SNAPSHOT" .

<https://tools.clariah.nl/dependency/nl-mpi-tla-saxonutils-2-0-snapshot> a sdo:SoftwareApplication ;
    sdo:identifier "nl.mpi.tla.SaxonUtils" ;
    sdo:name "SaxonUtils" ;
    sdo:version "2.0-SNAPSHOT" .

<https://tools.clariah.nl/dependency/node-fetch2> a sdo:SoftwareApplication ;
    sdo:identifier "node-fetch" ;
    sdo:name "node-fetch" ;
    sdo:version "2" .

<https://tools.clariah.nl/dependency/node-sass-ge-7-0-3> a sdo:SoftwareApplication ;
    sdo:identifier "node-sass" ;
    sdo:name "node-sass" ;
    sdo:version "^7.0.3" .

<https://tools.clariah.nl/dependency/node-sass-ge-8-0-0> a sdo:SoftwareApplication ;
    sdo:identifier "node-sass" ;
    sdo:name "node-sass" ;
    sdo:version "^8.0.0" .

<https://tools.clariah.nl/dependency/num-traits-0-2-19> a sdo:SoftwareApplication ;
    sdo:identifier "num-traits" ;
    sdo:name "num-traits" ;
    sdo:version "0.2.19" .

<https://tools.clariah.nl/dependency/numpy-ge-1-26> a sdo:SoftwareApplication ;
    sdo:identifier "numpy" ;
    sdo:name "numpy" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 1.26" .

<https://tools.clariah.nl/dependency/opencv-contrib-python> a sdo:SoftwareApplication ;
    sdo:identifier "opencv-contrib-python" ;
    sdo:name "opencv-contrib-python" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/openpyxl> a sdo:SoftwareApplication ;
    sdo:identifier "openpyxl" ;
    sdo:name "openpyxl" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-collections4-4-2> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-collections4" ;
    sdo:name "commons-collections4" ;
    sdo:version "4.2" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-collections4-4-4> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-collections4" ;
    sdo:name "commons-collections4" ;
    sdo:version "4.4" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-compress-1-27-1> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-compress" ;
    sdo:name "commons-compress" ;
    sdo:version "1.27.1" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-configuration2-2-7> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-configuration2" ;
    sdo:name "commons-configuration2" ;
    sdo:version "2.7" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-csv-1-10-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-csv" ;
    sdo:name "commons-csv" ;
    sdo:version "1.10.0" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-csv-1-13-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-csv" ;
    sdo:name "commons-csv" ;
    sdo:version "1.13.0" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-io-1-3-2> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-io" ;
    sdo:name "commons-io" ;
    sdo:version "1.3.2" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-lang3-3-14-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-lang3" ;
    sdo:name "commons-lang3" ;
    sdo:version "3.14.0" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-lang3-3-18-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-lang3" ;
    sdo:name "commons-lang3" ;
    sdo:version "3.18.0" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-lang3-3-9> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-lang3" ;
    sdo:name "commons-lang3" ;
    sdo:version "3.9" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-math3> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-math3" ;
    sdo:name "commons-math3" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-pool2-2-11-1> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-pool2" ;
    sdo:name "commons-pool2" ;
    sdo:version "2.11.1" .

<https://tools.clariah.nl/dependency/org-apache-directmemory-directmemory-cache-0-2> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.directmemory.directmemory-cache" ;
    sdo:name "directmemory-cache" ;
    sdo:version "0.2" .

<https://tools.clariah.nl/dependency/org-apache-fory-fory-core-0-11-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.fory.fory-core" ;
    sdo:name "fory-core" ;
    sdo:version "0.11.0" .

<https://tools.clariah.nl/dependency/org-apache-logging-log4j-log4j-core> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.logging.log4j.log4j-core" ;
    sdo:name "log4j-core" .

<https://tools.clariah.nl/dependency/org-apache-logging-log4j-log4j-core-3-0-0-beta3> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.logging.log4j.log4j-core" ;
    sdo:name "log4j-core" ;
    sdo:version "3.0.0-beta3" .

<https://tools.clariah.nl/dependency/org-apache-logging-log4j-log4j-slf4j-impl-3-0-0-beta2> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.logging.log4j.log4j-slf4j-impl" ;
    sdo:name "log4j-slf4j-impl" ;
    sdo:version "3.0.0-beta2" .

<https://tools.clariah.nl/dependency/org-apache-lucene-lucene-analyzers-common> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.lucene.lucene-analyzers-common" ;
    sdo:name "lucene-analyzers-common" .

<https://tools.clariah.nl/dependency/org-apache-lucene-lucene-codecs> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.lucene.lucene-codecs" ;
    sdo:name "lucene-codecs" .

<https://tools.clariah.nl/dependency/org-apache-lucene-lucene-core> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.lucene.lucene-core" ;
    sdo:name "lucene-core" .

<https://tools.clariah.nl/dependency/org-apache-lucene-lucene-queryparser> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.lucene.lucene-queryparser" ;
    sdo:name "lucene-queryparser" .

<https://tools.clariah.nl/dependency/org-apache-maven-plugin-testing-maven-plugin-testing-harness-4-0-0-beta-4> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.maven.plugin-testing.maven-plugin-testing-harness" ;
    sdo:name "maven-plugin-testing-harness" ;
    sdo:version "4.0.0-beta-4" .

<https://tools.clariah.nl/dependency/org-apache-solr-solr-core> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.solr.solr-core" ;
    sdo:name "solr-core" .

<https://tools.clariah.nl/dependency/org-apache-solr-solr-test-framework> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.solr.solr-test-framework" ;
    sdo:name "solr-test-framework" .

<https://tools.clariah.nl/dependency/org-apache-velocity-velocity-1-7> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.velocity.velocity" ;
    sdo:name "velocity" ;
    sdo:version "1.7" .

<https://tools.clariah.nl/dependency/org-aspectj-aspectjrt> a sdo:SoftwareApplication ;
    sdo:identifier "org.aspectj.aspectjrt" ;
    sdo:name "aspectjrt" .

<https://tools.clariah.nl/dependency/org-aspectj-aspectjweaver> a sdo:SoftwareApplication ;
    sdo:identifier "org.aspectj.aspectjweaver" ;
    sdo:name "aspectjweaver" .

<https://tools.clariah.nl/dependency/org-assertj-assertj-core> a sdo:SoftwareApplication ;
    sdo:identifier "org.assertj.assertj-core" ;
    sdo:name "assertj-core" .

<https://tools.clariah.nl/dependency/org-assertj-assertj-core-3-25-2> a sdo:SoftwareApplication ;
    sdo:identifier "org.assertj.assertj-core" ;
    sdo:name "assertj-core" ;
    sdo:version "3.25.2" .

<https://tools.clariah.nl/dependency/org-eclipse-jetty-test-jetty-servlet-8-2-0-v20160908> a sdo:SoftwareApplication ;
    sdo:identifier "org.eclipse.jetty.test-jetty-servlet" ;
    sdo:name "test-jetty-servlet" ;
    sdo:version "8.2.0.v20160908" .

<https://tools.clariah.nl/dependency/org-eclipse-rdf4j-rdf4j-client> a sdo:SoftwareApplication ;
    sdo:identifier "org.eclipse.rdf4j.rdf4j-client" ;
    sdo:name "rdf4j-client" .

<https://tools.clariah.nl/dependency/org-glassfish-jaxb-txw2-4-0-4> a sdo:SoftwareApplication ;
    sdo:identifier "org.glassfish.jaxb.txw2" ;
    sdo:name "txw2" ;
    sdo:version "4.0.4" .

<https://tools.clariah.nl/dependency/org-glassfish-jersey-media-jersey-media-jaxb-2-41> a sdo:SoftwareApplication ;
    sdo:identifier "org.glassfish.jersey.media.jersey-media-jaxb" ;
    sdo:name "jersey-media-jaxb" ;
    sdo:version "2.41" .

<https://tools.clariah.nl/dependency/org-hamcrest-hamcrest-library-2-2> a sdo:SoftwareApplication ;
    sdo:identifier "org.hamcrest.hamcrest-library" ;
    sdo:name "hamcrest-library" ;
    sdo:version "2.2" .

<https://tools.clariah.nl/dependency/org-immutables-value-2-10-1> a sdo:SoftwareApplication ;
    sdo:identifier "org.immutables.value" ;
    sdo:name "value" ;
    sdo:version "2.10.1" .

<https://tools.clariah.nl/dependency/org-javasimon-javasimon-core-3-5-1> a sdo:SoftwareApplication ;
    sdo:identifier "org.javasimon.javasimon-core" ;
    sdo:name "javasimon-core" ;
    sdo:version "3.5.1" .

<https://tools.clariah.nl/dependency/org-jetbrains-kotlin-kotlin-stdlib> a sdo:SoftwareApplication ;
    sdo:identifier "org.jetbrains.kotlin.kotlin-stdlib" ;
    sdo:name "kotlin-stdlib" .

<https://tools.clariah.nl/dependency/org-jetbrains-kotlin-kotlin-stdlib-jdk8> a sdo:SoftwareApplication ;
    sdo:identifier "org.jetbrains.kotlin.kotlin-stdlib-jdk8" ;
    sdo:name "kotlin-stdlib-jdk8" .

<https://tools.clariah.nl/dependency/org-jetbrains-kotlin-kotlin-test> a sdo:SoftwareApplication ;
    sdo:identifier "org.jetbrains.kotlin.kotlin-test" ;
    sdo:name "kotlin-test" .

<https://tools.clariah.nl/dependency/org-junit-jupiter-junit-jupiter-5-10-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.junit.jupiter.junit-jupiter" ;
    sdo:name "junit-jupiter" ;
    sdo:version "5.10.0" .

<https://tools.clariah.nl/dependency/org-junit-jupiter-junit-jupiter-api-5-10-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.junit.jupiter.junit-jupiter-api" ;
    sdo:name "junit-jupiter-api" ;
    sdo:version "5.10.0" .

<https://tools.clariah.nl/dependency/org-junit-jupiter-junit-jupiter-api-5-9-3> a sdo:SoftwareApplication ;
    sdo:identifier "org.junit.jupiter.junit-jupiter-api" ;
    sdo:name "junit-jupiter-api" ;
    sdo:version "5.9.3" .

<https://tools.clariah.nl/dependency/org-junit-jupiter-junit-jupiter-engine-5-9-3> a sdo:SoftwareApplication ;
    sdo:identifier "org.junit.jupiter.junit-jupiter-engine" ;
    sdo:name "junit-jupiter-engine" ;
    sdo:version "5.9.3" .

<https://tools.clariah.nl/dependency/org-junit-vintage-junit-vintage-engine-5-10-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.junit.vintage.junit-vintage-engine" ;
    sdo:name "junit-vintage-engine" ;
    sdo:version "5.10.0" .

<https://tools.clariah.nl/dependency/org-locationtech-jts-jts-core> a sdo:SoftwareApplication ;
    sdo:identifier "org.locationtech.jts.jts-core" ;
    sdo:name "jts-core" .

<https://tools.clariah.nl/dependency/org-lz4-lz4-java-1-8-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.lz4.lz4-java" ;
    sdo:name "lz4-java" ;
    sdo:version "1.8.0" .

<https://tools.clariah.nl/dependency/org-mock-server-mockserver-client-java> a sdo:SoftwareApplication ;
    sdo:identifier "org.mock-server.mockserver-client-java" ;
    sdo:name "mockserver-client-java" .

<https://tools.clariah.nl/dependency/org-mock-server-mockserver-netty> a sdo:SoftwareApplication ;
    sdo:identifier "org.mock-server.mockserver-netty" ;
    sdo:name "mockserver-netty" .

<https://tools.clariah.nl/dependency/org-mock-server-mockserver-netty-5-15-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.mock-server.mockserver-netty" ;
    sdo:name "mockserver-netty" ;
    sdo:version "5.15.0" .

<https://tools.clariah.nl/dependency/org-mockito-kotlin-mockito-kotlin> a sdo:SoftwareApplication ;
    sdo:identifier "org.mockito.kotlin.mockito-kotlin" ;
    sdo:name "mockito-kotlin" .

<https://tools.clariah.nl/dependency/org-mockito-mockito-core> a sdo:SoftwareApplication ;
    sdo:identifier "org.mockito.mockito-core" ;
    sdo:name "mockito-core" .

<https://tools.clariah.nl/dependency/org-mockito-mockito-core-1-9-5> a sdo:SoftwareApplication ;
    sdo:identifier "org.mockito.mockito-core" ;
    sdo:name "mockito-core" ;
    sdo:version "1.9.5" .

<https://tools.clariah.nl/dependency/org-mockito-mockito-core-5-16-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.mockito.mockito-core" ;
    sdo:name "mockito-core" ;
    sdo:version "5.16.0" .

<https://tools.clariah.nl/dependency/org-mockito-mockito-core-5-4-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.mockito.mockito-core" ;
    sdo:name "mockito-core" ;
    sdo:version "5.4.0" .

<https://tools.clariah.nl/dependency/org-powermock-powermock-api-mockito-1-5-5> a sdo:SoftwareApplication ;
    sdo:identifier "org.powermock.powermock-api-mockito" ;
    sdo:name "powermock-api-mockito" ;
    sdo:version "1.5.5" .

<https://tools.clariah.nl/dependency/org-powermock-powermock-module-junit4-1-5-5> a sdo:SoftwareApplication ;
    sdo:identifier "org.powermock.powermock-module-junit4" ;
    sdo:name "powermock-module-junit4" ;
    sdo:version "1.5.5" .

<https://tools.clariah.nl/dependency/org-rosuda-rengine-rserve-1-8-1> a sdo:SoftwareApplication ;
    sdo:identifier "org.rosuda.REngine.Rserve" ;
    sdo:name "Rserve" ;
    sdo:version "1.8.1" .

<https://tools.clariah.nl/dependency/org-slf4j-jul-to-slf4j-1-7-2> a sdo:SoftwareApplication ;
    sdo:identifier "org.slf4j.jul-to-slf4j" ;
    sdo:name "jul-to-slf4j" ;
    sdo:version "1.7.2" .

<https://tools.clariah.nl/dependency/org-slf4j-slf4j-api-1-7-2> a sdo:SoftwareApplication ;
    sdo:identifier "org.slf4j.slf4j-api" ;
    sdo:name "slf4j-api" ;
    sdo:version "1.7.2" .

<https://tools.clariah.nl/dependency/org-slf4j-slf4j-api-1-7-25> a sdo:SoftwareApplication ;
    sdo:identifier "org.slf4j.slf4j-api" ;
    sdo:name "slf4j-api" ;
    sdo:version "1.7.25" .

<https://tools.clariah.nl/dependency/org-slf4j-slf4j-jdk14-1-7-25> a sdo:SoftwareApplication ;
    sdo:identifier "org.slf4j.slf4j-jdk14" ;
    sdo:name "slf4j-jdk14" ;
    sdo:version "1.7.25" .

<https://tools.clariah.nl/dependency/org-slf4j-slf4j-jdk14-2-0-7> a sdo:SoftwareApplication ;
    sdo:identifier "org.slf4j.slf4j-jdk14" ;
    sdo:name "slf4j-jdk14" ;
    sdo:version "2.0.7" .

<https://tools.clariah.nl/dependency/org-slf4j-slf4j-simple> a sdo:SoftwareApplication ;
    sdo:identifier "org.slf4j.slf4j-simple" ;
    sdo:name "slf4j-simple" .

<https://tools.clariah.nl/dependency/org-xmlunit-xmlunit-core-2-9-1> a sdo:SoftwareApplication ;
    sdo:identifier "org.xmlunit.xmlunit-core" ;
    sdo:name "xmlunit-core" ;
    sdo:version "2.9.1" .

<https://tools.clariah.nl/dependency/org-xmlunit-xmlunit-matchers-2-9-1> a sdo:SoftwareApplication ;
    sdo:identifier "org.xmlunit.xmlunit-matchers" ;
    sdo:name "xmlunit-matchers" ;
    sdo:version "2.9.1" .

<https://tools.clariah.nl/dependency/pdoc3> a sdo:SoftwareApplication ;
    sdo:identifier "pdoc3" ;
    sdo:name "pdoc3" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/pika> a sdo:SoftwareApplication ;
    sdo:identifier "pika" ;
    sdo:name "pika" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "*" .

<https://tools.clariah.nl/dependency/pika-ge-1-3-1> a sdo:SoftwareApplication ;
    sdo:identifier "pika" ;
    sdo:name "pika" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^1.3.1" .

<https://tools.clariah.nl/dependency/pillow> a sdo:SoftwareApplication ;
    sdo:identifier "pillow" ;
    sdo:name "pillow" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/pl-project13-maven-git-commit-id-plugin-2-1-11> a sdo:SoftwareApplication ;
    sdo:identifier "pl.project13.maven.git-commit-id-plugin" ;
    sdo:name "git-commit-id-plugin" ;
    sdo:version "2.1.11" .

<https://tools.clariah.nl/dependency/pmmmwh-react-refresh-webpack-plugin-ge-0-5-9> a sdo:SoftwareApplication ;
    sdo:identifier "@pmmmwh/react-refresh-webpack-plugin" ;
    sdo:name "@pmmmwh/react-refresh-webpack-plugin" ;
    sdo:version "^0.5.9" .

<https://tools.clariah.nl/dependency/postcss-bgimage-ge-2-1-3> a sdo:SoftwareApplication ;
    sdo:identifier "postcss-bgimage" ;
    sdo:name "postcss-bgimage" ;
    sdo:version "^2.1.3" .

<https://tools.clariah.nl/dependency/postcss-ge-8-4-19> a sdo:SoftwareApplication ;
    sdo:identifier "postcss" ;
    sdo:name "postcss" ;
    sdo:version "^8.4.19" .

<https://tools.clariah.nl/dependency/postcss-ge-8-4-35> a sdo:SoftwareApplication ;
    sdo:identifier "postcss" ;
    sdo:name "postcss" ;
    sdo:version "^8.4.35" .

<https://tools.clariah.nl/dependency/postcss-loader7-0-1> a sdo:SoftwareApplication ;
    sdo:identifier "postcss-loader" ;
    sdo:name "postcss-loader" ;
    sdo:version "7.0.1" .

<https://tools.clariah.nl/dependency/prettier-ge-2-7-1> a sdo:SoftwareApplication ;
    sdo:identifier "prettier" ;
    sdo:name "prettier" ;
    sdo:version "^2.7.1" .

<https://tools.clariah.nl/dependency/prettier-ge-3-0-0> a sdo:SoftwareApplication ;
    sdo:identifier "prettier" ;
    sdo:name "prettier" ;
    sdo:version "^3.0.0" .

<https://tools.clariah.nl/dependency/prettier-plugin-tailwindcss-ge-0-5-11> a sdo:SoftwareApplication ;
    sdo:identifier "prettier-plugin-tailwindcss" ;
    sdo:name "prettier-plugin-tailwindcss" ;
    sdo:version "^0.5.11" .

<https://tools.clariah.nl/dependency/primereact-ge-10-5-1> a sdo:SoftwareApplication ;
    sdo:identifier "primereact" ;
    sdo:name "primereact" ;
    sdo:version "^10.5.1" .

<https://tools.clariah.nl/dependency/psutil> a sdo:SoftwareApplication ;
    sdo:identifier "psutil" ;
    sdo:name "psutil" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/psycopg-ge-3-2-10> a sdo:SoftwareApplication ;
    sdo:identifier "psycopg" ;
    sdo:name "psycopg" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^3.2.10" .

<https://tools.clariah.nl/dependency/psycopg-pool-ge-3-2-1> a sdo:SoftwareApplication ;
    sdo:identifier "psycopg_pool" ;
    sdo:name "psycopg_pool" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^3.2.1" .

<https://tools.clariah.nl/dependency/py7zr-ge-0-20-2> a sdo:SoftwareApplication ;
    sdo:identifier "py7zr" ;
    sdo:name "py7zr" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.20.2" .

<https://tools.clariah.nl/dependency/pydantic-ge-2-11-10> a sdo:SoftwareApplication ;
    sdo:identifier "pydantic" ;
    sdo:name "pydantic" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.11.10" .

<https://tools.clariah.nl/dependency/pygithub-ge-1-57> a sdo:SoftwareApplication ;
    sdo:identifier "pygithub" ;
    sdo:name "pygithub" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 1.57" .

<https://tools.clariah.nl/dependency/pyjsparser2-7-1> a sdo:SoftwareApplication ;
    sdo:identifier "pyjsparser" ;
    sdo:name "pyjsparser" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "2.7.1" .

<https://tools.clariah.nl/dependency/pyld-ge-2-0-4> a sdo:SoftwareApplication ;
    sdo:identifier "pyld" ;
    sdo:name "pyld" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.0.4" .

<https://tools.clariah.nl/dependency/pymupdf> a sdo:SoftwareApplication ;
    sdo:identifier "PyMuPDF" ;
    sdo:name "PyMuPDF" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/pynlpl> a sdo:SoftwareApplication ;
    sdo:identifier "pynlpl" ;
    sdo:name "pynlpl" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/pynlpl-ge-1-2-9> a sdo:SoftwareApplication ;
    sdo:identifier "pynlpl" ;
    sdo:name "pynlpl" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 1.2.9" .

<https://tools.clariah.nl/dependency/pyo3-0-27-2> a sdo:SoftwareApplication ;
    sdo:identifier "pyo3" ;
    sdo:name "pyo3" ;
    sdo:version "0.27.2" .

<https://tools.clariah.nl/dependency/pyqt55-15-10> a sdo:SoftwareApplication ;
    sdo:identifier "PyQt5" ;
    sdo:name "PyQt5" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "5.15.10" .

<https://tools.clariah.nl/dependency/pyrdf-ge-2-3-0> a sdo:SoftwareApplication ;
    sdo:identifier "pyRDF" ;
    sdo:name "pyRDF" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 2.3.0" .

<https://tools.clariah.nl/dependency/pyspellchecker> a sdo:SoftwareApplication ;
    sdo:identifier "pyspellchecker" ;
    sdo:name "pyspellchecker" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/python-dateutil-ge-2-8-1> a sdo:SoftwareApplication ;
    sdo:identifier "python-dateutil" ;
    sdo:name "python-dateutil" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.8.1" .

<https://tools.clariah.nl/dependency/python-dateutil-ge-2-8-2> a sdo:SoftwareApplication ;
    sdo:identifier "python-dateutil" ;
    sdo:name "python-dateutil" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.8.2" .

<https://tools.clariah.nl/dependency/python-ge-3-13> a sdo:SoftwareApplication ;
    sdo:identifier "python" ;
    sdo:name "python" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^3.13" .

<https://tools.clariah.nl/dependency/python-ge-3-7> a sdo:SoftwareApplication ;
    sdo:identifier "python" ;
    sdo:name "python" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^3.7" .

<https://tools.clariah.nl/dependency/python-ge-3-8> a sdo:SoftwareApplication ;
    sdo:identifier "python" ;
    sdo:name "python" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^3.8" .

<https://tools.clariah.nl/dependency/python-ge-3-9-lt-4-0> a sdo:SoftwareApplication ;
    sdo:identifier "python" ;
    sdo:name "python" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 3.9 <4.0" .

<https://tools.clariah.nl/dependency/python-gitlab-ge-3-5-0> a sdo:SoftwareApplication ;
    sdo:identifier "python-gitlab" ;
    sdo:name "python-gitlab" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 3.5.0" .

<https://tools.clariah.nl/dependency/python-intervals-ge-1-10-0-post1> a sdo:SoftwareApplication ;
    sdo:identifier "python-intervals" ;
    sdo:name "python-intervals" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^1.10.0.post1" .

<https://tools.clariah.nl/dependency/python-multipart-ge-0-0-22> a sdo:SoftwareApplication ;
    sdo:identifier "python-multipart" ;
    sdo:name "python-multipart" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.0.22" .

<https://tools.clariah.nl/dependency/python-socketio-ge-5-14-2> a sdo:SoftwareApplication ;
    sdo:identifier "python-socketio" ;
    sdo:name "python-socketio" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^5.14.2" .

<https://tools.clariah.nl/dependency/python-ucto-ge-0-2-2> a sdo:SoftwareApplication ;
    sdo:identifier "python-ucto" ;
    sdo:name "python-ucto" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 0.2.2" .

<https://tools.clariah.nl/dependency/python3-timbl> a sdo:SoftwareApplication ;
    sdo:identifier "python3-timbl" ;
    sdo:name "python3-timbl" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/pytz2021-3> a sdo:SoftwareApplication ;
    sdo:identifier "pytz" ;
    sdo:name "pytz" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "2021.3" .

<https://tools.clariah.nl/dependency/pyyaml-ge-6-0> a sdo:SoftwareApplication ;
    sdo:identifier "pyyaml" ;
    sdo:name "pyyaml" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^6.0" .

<https://tools.clariah.nl/dependency/pyyaml-ge-6-0-3> a sdo:SoftwareApplication ;
    sdo:identifier "pyyaml" ;
    sdo:name "pyyaml" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^6.0.3" .

<https://tools.clariah.nl/dependency/pyyaml-include> a sdo:SoftwareApplication ;
    sdo:identifier "pyyaml-include" ;
    sdo:name "pyyaml-include" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/pyyaml6-0> a sdo:SoftwareApplication ;
    sdo:identifier "PyYAML" ;
    sdo:name "PyYAML" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "6.0" .

<https://tools.clariah.nl/dependency/qs-ge-6-14-0> a sdo:SoftwareApplication ;
    sdo:identifier "qs" ;
    sdo:name "qs" ;
    sdo:version "^6.14.0" .

<https://tools.clariah.nl/dependency/quick-xml-0-18-1> a sdo:SoftwareApplication ;
    sdo:identifier "quick-xml" ;
    sdo:name "quick-xml" ;
    sdo:version "0.18.1" .

<https://tools.clariah.nl/dependency/rand-0-7-3> a sdo:SoftwareApplication ;
    sdo:identifier "rand" ;
    sdo:name "rand" ;
    sdo:version "0.7.3" .

<https://tools.clariah.nl/dependency/rayon-1-10-0> a sdo:SoftwareApplication ;
    sdo:identifier "rayon" ;
    sdo:name "rayon" ;
    sdo:version "1.10.0" .

<https://tools.clariah.nl/dependency/rdflib> a sdo:SoftwareApplication ;
    sdo:identifier "rdflib" ;
    sdo:name "rdflib" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/rdflib-endpoint> a sdo:SoftwareApplication ;
    sdo:identifier "rdflib-endpoint" ;
    sdo:name "rdflib-endpoint" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/rdflib-ge-7-2-1> a sdo:SoftwareApplication ;
    sdo:identifier "rdflib" ;
    sdo:name "rdflib" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^7.2.1" .

<https://tools.clariah.nl/dependency/rdflib6-0-2> a sdo:SoftwareApplication ;
    sdo:identifier "rdflib" ;
    sdo:name "rdflib" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "6.0.2" .

<https://tools.clariah.nl/dependency/react-aria-components-ge-1-2-1> a sdo:SoftwareApplication ;
    sdo:identifier "react-aria-components" ;
    sdo:name "react-aria-components" ;
    sdo:version "^1.2.1" .

<https://tools.clariah.nl/dependency/react-refresh-ge-0-14-0> a sdo:SoftwareApplication ;
    sdo:identifier "react-refresh" ;
    sdo:name "react-refresh" ;
    sdo:version "^0.14.0" .

<https://tools.clariah.nl/dependency/react-router-dom-ge-6-11-1> a sdo:SoftwareApplication ;
    sdo:identifier "react-router-dom" ;
    sdo:name "react-router-dom" ;
    sdo:version "^6.11.1" .

<https://tools.clariah.nl/dependency/react-router-dom-ge-6-4-3> a sdo:SoftwareApplication ;
    sdo:identifier "react-router-dom" ;
    sdo:name "react-router-dom" ;
    sdo:version "^6.4.3" .

<https://tools.clariah.nl/dependency/react-toastify-ge-10-0-4> a sdo:SoftwareApplication ;
    sdo:identifier "react-toastify" ;
    sdo:name "react-toastify" ;
    sdo:version "^10.0.4" .

<https://tools.clariah.nl/dependency/reactions-knaw-huc-ge-0-1-6> a sdo:SoftwareApplication ;
    sdo:identifier "reactions-knaw-huc" ;
    sdo:name "reactions-knaw-huc" ;
    sdo:version "^0.1.6" .

<https://tools.clariah.nl/dependency/recharts-ge-2-12-1> a sdo:SoftwareApplication ;
    sdo:identifier "recharts" ;
    sdo:name "recharts" ;
    sdo:version "^2.12.1" .

<https://tools.clariah.nl/dependency/regex-1-11-2> a sdo:SoftwareApplication ;
    sdo:identifier "regex" ;
    sdo:name "regex" ;
    sdo:version "1.11.2" .

<https://tools.clariah.nl/dependency/requests-ge-2-27-1> a sdo:SoftwareApplication ;
    sdo:identifier "requests" ;
    sdo:name "requests" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.27.1" .

<https://tools.clariah.nl/dependency/requests-ge-2-28-1> a sdo:SoftwareApplication ;
    sdo:identifier "requests" ;
    sdo:name "requests" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.28.1" .

<https://tools.clariah.nl/dependency/requests-ge-2-32-4> a sdo:SoftwareApplication ;
    sdo:identifier "requests" ;
    sdo:name "requests" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.32.4" .

<https://tools.clariah.nl/dependency/requests2-32-3> a sdo:SoftwareApplication ;
    sdo:identifier "requests" ;
    sdo:name "requests" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "2.32.3" .

<https://tools.clariah.nl/dependency/retry2-ge-0-9-5> a sdo:SoftwareApplication ;
    sdo:identifier "retry2" ;
    sdo:name "retry2" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.9.5" .

<https://tools.clariah.nl/dependency/rfc39871-3-8> a sdo:SoftwareApplication ;
    sdo:identifier "rfc3987" ;
    sdo:name "rfc3987" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "1.3.8" .

<https://tools.clariah.nl/dependency/roxmltree-0-21-1> a sdo:SoftwareApplication ;
    sdo:identifier "roxmltree" ;
    sdo:name "roxmltree" ;
    sdo:version "0.21.1" .

<https://tools.clariah.nl/dependency/rust-bert-0-9-0> a sdo:SoftwareApplication ;
    sdo:identifier "rust-bert" ;
    sdo:name "rust-bert" ;
    sdo:version "0.9.0" .

<https://tools.clariah.nl/dependency/rustfst-1-1-2> a sdo:SoftwareApplication ;
    sdo:identifier "rustfst" ;
    sdo:name "rustfst" ;
    sdo:version "1.1.2" .

<https://tools.clariah.nl/dependency/sass-loader-ge-13-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "sass-loader" ;
    sdo:name "sass-loader" ;
    sdo:version "^13.2.0" .

<https://tools.clariah.nl/dependency/sass-loader13-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "sass-loader" ;
    sdo:name "sass-loader" ;
    sdo:version "13.2.0" .

<https://tools.clariah.nl/dependency/sastadev-ge-0-03> a sdo:SoftwareApplication ;
    sdo:identifier "sastadev" ;
    sdo:name "sastadev" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 0.03" .

<https://tools.clariah.nl/dependency/schema-ge-0-7-7> a sdo:SoftwareApplication ;
    sdo:identifier "schema" ;
    sdo:name "schema" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.7.7" .

<https://tools.clariah.nl/dependency/scikit-learn> a sdo:SoftwareApplication ;
    sdo:identifier "scikit-learn" ;
    sdo:name "scikit-learn" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/scipy> a sdo:SoftwareApplication ;
    sdo:identifier "scipy" ;
    sdo:name "scipy" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/scipy-ge-1-7> a sdo:SoftwareApplication ;
    sdo:identifier "scipy" ;
    sdo:name "scipy" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 1.7" .

<https://tools.clariah.nl/dependency/seal-0-1-6> a sdo:SoftwareApplication ;
    sdo:identifier "seal" ;
    sdo:name "seal" ;
    sdo:version "0.1.6" .

<https://tools.clariah.nl/dependency/sealed-0-6-0> a sdo:SoftwareApplication ;
    sdo:identifier "sealed" ;
    sdo:name "sealed" ;
    sdo:version "0.6.0" .

<https://tools.clariah.nl/dependency/serde-1-0-106> a sdo:SoftwareApplication ;
    sdo:identifier "serde" ;
    sdo:name "serde" ;
    sdo:version "1.0.106" .

<https://tools.clariah.nl/dependency/serde-1-0-110> a sdo:SoftwareApplication ;
    sdo:identifier "serde" ;
    sdo:name "serde" ;
    sdo:version "1.0.110" .

<https://tools.clariah.nl/dependency/serde-1-0-215> a sdo:SoftwareApplication ;
    sdo:identifier "serde" ;
    sdo:name "serde" ;
    sdo:version "1.0.215" .

<https://tools.clariah.nl/dependency/serde-1-0-217> a sdo:SoftwareApplication ;
    sdo:identifier "serde" ;
    sdo:name "serde" ;
    sdo:version "1.0.217" .

<https://tools.clariah.nl/dependency/serde-derive-1-0-106> a sdo:SoftwareApplication ;
    sdo:identifier "serde_derive" ;
    sdo:name "serde_derive" ;
    sdo:version "1.0.106" .

<https://tools.clariah.nl/dependency/serde-derive-1-0-110> a sdo:SoftwareApplication ;
    sdo:identifier "serde_derive" ;
    sdo:name "serde_derive" ;
    sdo:version "1.0.110" .

<https://tools.clariah.nl/dependency/serde-json-1-0-140> a sdo:SoftwareApplication ;
    sdo:identifier "serde_json" ;
    sdo:name "serde_json" ;
    sdo:version "1.0.140" .

<https://tools.clariah.nl/dependency/serde-json-1-0-145> a sdo:SoftwareApplication ;
    sdo:identifier "serde_json" ;
    sdo:name "serde_json" ;
    sdo:version "1.0.145" .

<https://tools.clariah.nl/dependency/serde-json-1-0-52> a sdo:SoftwareApplication ;
    sdo:identifier "serde_json" ;
    sdo:name "serde_json" ;
    sdo:version "1.0.52" .

<https://tools.clariah.nl/dependency/serde-path-to-error-0-1-17> a sdo:SoftwareApplication ;
    sdo:identifier "serde_path_to_error" ;
    sdo:name "serde_path_to_error" ;
    sdo:version "0.1.17" .

<https://tools.clariah.nl/dependency/serde-yaml-0-8-11> a sdo:SoftwareApplication ;
    sdo:identifier "serde_yaml" ;
    sdo:name "serde_yaml" ;
    sdo:version "0.8.11" .

<https://tools.clariah.nl/dependency/sesdiff-0-3-1> a sdo:SoftwareApplication ;
    sdo:identifier "sesdiff" ;
    sdo:name "sesdiff" ;
    sdo:version "0.3.1" .

<https://tools.clariah.nl/dependency/sha1-0-10-6> a sdo:SoftwareApplication ;
    sdo:identifier "sha1" ;
    sdo:name "sha1" ;
    sdo:version "0.10.6" .

<https://tools.clariah.nl/dependency/shapely-ge-2-0-3> a sdo:SoftwareApplication ;
    sdo:identifier "shapely" ;
    sdo:name "shapely" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.0.3" .

<https://tools.clariah.nl/dependency/simple-error-0-3-1> a sdo:SoftwareApplication ;
    sdo:identifier "simple-error" ;
    sdo:name "simple-error" ;
    sdo:version "0.3.1" .

<https://tools.clariah.nl/dependency/six> a sdo:SoftwareApplication ;
    sdo:identifier "six" ;
    sdo:name "six" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/socket-io-client-ge-4-5-4> a sdo:SoftwareApplication ;
    sdo:identifier "socket.io-client" ;
    sdo:name "socket.io-client" ;
    sdo:version "^4.5.4" .

<https://tools.clariah.nl/dependency/source-map-loader4-0-1> a sdo:SoftwareApplication ;
    sdo:identifier "source-map-loader" ;
    sdo:name "source-map-loader" ;
    sdo:version "4.0.1" .

<https://tools.clariah.nl/dependency/source-map-support-ge-0-5-21> a sdo:SoftwareApplication ;
    sdo:identifier "source-map-support" ;
    sdo:name "source-map-support" ;
    sdo:version "^0.5.21" .

<https://tools.clariah.nl/dependency/sparqlwrapper-ge-2-0-0> a sdo:SoftwareApplication ;
    sdo:identifier "sparqlwrapper" ;
    sdo:name "sparqlwrapper" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.0.0" .

<https://tools.clariah.nl/dependency/spectrum-icons-workflow-ge-4-2-11> a sdo:SoftwareApplication ;
    sdo:identifier "@spectrum-icons/workflow" ;
    sdo:name "@spectrum-icons/workflow" ;
    sdo:version "^4.2.11" .

<https://tools.clariah.nl/dependency/sphinx-rtd-theme-ge-2-0-0> a sdo:SoftwareApplication ;
    sdo:identifier "sphinx-rtd-theme" ;
    sdo:name "sphinx-rtd-theme" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.0.0" .

<https://tools.clariah.nl/dependency/stam-0-17-0> a sdo:SoftwareApplication ;
    sdo:identifier "stam" ;
    sdo:name "stam" ;
    sdo:version "0.17.0" .

<https://tools.clariah.nl/dependency/stam-0-18-6> a sdo:SoftwareApplication ;
    sdo:identifier "stam" ;
    sdo:name "stam" ;
    sdo:version "0.18.6" .

<https://tools.clariah.nl/dependency/stam-0-18-7> a sdo:SoftwareApplication ;
    sdo:identifier "stam" ;
    sdo:name "stam" ;
    sdo:version "0.18.7" .

<https://tools.clariah.nl/dependency/stam-ge-0-4-0> a sdo:SoftwareApplication ;
    sdo:identifier "stam" ;
    sdo:name "stam" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 0.4.0" .

<https://tools.clariah.nl/dependency/stam-tools-0-11-0> a sdo:SoftwareApplication ;
    sdo:identifier "stam-tools" ;
    sdo:name "stam-tools" ;
    sdo:version "0.11.0" .

<https://tools.clariah.nl/dependency/stam-tools-0-14-0> a sdo:SoftwareApplication ;
    sdo:identifier "stam-tools" ;
    sdo:name "stam-tools" ;
    sdo:version "0.14.0" .

<https://tools.clariah.nl/dependency/strum-0-16-0> a sdo:SoftwareApplication ;
    sdo:identifier "strum" ;
    sdo:name "strum" ;
    sdo:version "0.16.0" .

<https://tools.clariah.nl/dependency/strum-macros-0-16-0> a sdo:SoftwareApplication ;
    sdo:identifier "strum_macros" ;
    sdo:name "strum_macros" ;
    sdo:version "0.16.0" .

<https://tools.clariah.nl/dependency/style-loader-ge-3-3-1> a sdo:SoftwareApplication ;
    sdo:identifier "style-loader" ;
    sdo:name "style-loader" ;
    sdo:version "^3.3.1" .

<https://tools.clariah.nl/dependency/svgo-loader3-0-3> a sdo:SoftwareApplication ;
    sdo:identifier "svgo-loader" ;
    sdo:name "svgo-loader" ;
    sdo:version "3.0.3" .

<https://tools.clariah.nl/dependency/tabulate-ge-0-9-0> a sdo:SoftwareApplication ;
    sdo:identifier "tabulate" ;
    sdo:name "tabulate" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.9.0" .

<https://tools.clariah.nl/dependency/tailwindcss-ge-3-4-17> a sdo:SoftwareApplication ;
    sdo:identifier "tailwindcss" ;
    sdo:name "tailwindcss" ;
    sdo:version "^3.4.17" .

<https://tools.clariah.nl/dependency/tailwindcss-react-aria-components-ge-1-1-3> a sdo:SoftwareApplication ;
    sdo:identifier "tailwindcss-react-aria-components" ;
    sdo:name "tailwindcss-react-aria-components" ;
    sdo:version "^1.1.3" .

<https://tools.clariah.nl/dependency/tailwindcss-typography-ge-0-5-10> a sdo:SoftwareApplication ;
    sdo:identifier "@tailwindcss/typography" ;
    sdo:name "@tailwindcss/typography" ;
    sdo:version "^0.5.10" .

<https://tools.clariah.nl/dependency/text-fabric-ge-8-4-7> a sdo:SoftwareApplication ;
    sdo:identifier "text-fabric" ;
    sdo:name "text-fabric" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 8.4.7" .

<https://tools.clariah.nl/dependency/textframe-0-4-1> a sdo:SoftwareApplication ;
    sdo:identifier "textframe" ;
    sdo:name "textframe" ;
    sdo:version "0.4.1" .

<https://tools.clariah.nl/dependency/thiserror-1-0-20> a sdo:SoftwareApplication ;
    sdo:identifier "thiserror" ;
    sdo:name "thiserror" ;
    sdo:version "1.0.20" .

<https://tools.clariah.nl/dependency/tokio-1-41-0> a sdo:SoftwareApplication ;
    sdo:identifier "tokio" ;
    sdo:name "tokio" ;
    sdo:version "1.41.0" .

<https://tools.clariah.nl/dependency/tokio-1-48-0> a sdo:SoftwareApplication ;
    sdo:identifier "tokio" ;
    sdo:name "tokio" ;
    sdo:version "1.48.0" .

<https://tools.clariah.nl/dependency/toml> a sdo:SoftwareApplication ;
    sdo:identifier "toml" ;
    sdo:name "toml" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/toml-0-9-5> a sdo:SoftwareApplication ;
    sdo:identifier "toml" ;
    sdo:name "toml" ;
    sdo:version "0.9.5" .

<https://tools.clariah.nl/dependency/tqdm-ge-4-64-1> a sdo:SoftwareApplication ;
    sdo:identifier "tqdm" ;
    sdo:name "tqdm" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^4.64.1" .

<https://tools.clariah.nl/dependency/tracing-subscriber-0-3-19> a sdo:SoftwareApplication ;
    sdo:identifier "tracing-subscriber" ;
    sdo:name "tracing-subscriber" ;
    sdo:version "0.3.19" .

<https://tools.clariah.nl/dependency/tracing-subscriber-0-3-20> a sdo:SoftwareApplication ;
    sdo:identifier "tracing-subscriber" ;
    sdo:name "tracing-subscriber" ;
    sdo:version "0.3.20" .

<https://tools.clariah.nl/dependency/triply-utils-ge-1-3-100> a sdo:SoftwareApplication ;
    sdo:identifier "@triply/utils" ;
    sdo:name "@triply/utils" ;
    sdo:version "^1.3.100" .

<https://tools.clariah.nl/dependency/ts-loader-ge-9-4-1> a sdo:SoftwareApplication ;
    sdo:identifier "ts-loader" ;
    sdo:name "ts-loader" ;
    sdo:version "^9.4.1" .

<https://tools.clariah.nl/dependency/types-autoprefixer-ge-10-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "@types/autoprefixer" ;
    sdo:name "@types/autoprefixer" ;
    sdo:version "^10.2.0" .

<https://tools.clariah.nl/dependency/types-chai-ge-4-3-4> a sdo:SoftwareApplication ;
    sdo:identifier "@types/chai" ;
    sdo:name "@types/chai" ;
    sdo:version "^4.3.4" .

<https://tools.clariah.nl/dependency/types-html-webpack-plugin-ge-3-2-6> a sdo:SoftwareApplication ;
    sdo:identifier "@types/html-webpack-plugin" ;
    sdo:name "@types/html-webpack-plugin" ;
    sdo:version "^3.2.6" .

<https://tools.clariah.nl/dependency/types-lodash-es-ge-4-17-6> a sdo:SoftwareApplication ;
    sdo:identifier "@types/lodash-es" ;
    sdo:name "@types/lodash-es" ;
    sdo:version "^4.17.6" .

<https://tools.clariah.nl/dependency/types-lodash-ge-4-14-186> a sdo:SoftwareApplication ;
    sdo:identifier "@types/lodash" ;
    sdo:name "@types/lodash" ;
    sdo:version "^4.14.186" .

<https://tools.clariah.nl/dependency/types-lodash-ge-4-14-202> a sdo:SoftwareApplication ;
    sdo:identifier "@types/lodash" ;
    sdo:name "@types/lodash" ;
    sdo:version "^4.14.202" .

<https://tools.clariah.nl/dependency/types-mocha-ge-10-0-0> a sdo:SoftwareApplication ;
    sdo:identifier "@types/mocha" ;
    sdo:name "@types/mocha" ;
    sdo:version "^10.0.0" .

<https://tools.clariah.nl/dependency/types-node-fetch-ge-2-6-2> a sdo:SoftwareApplication ;
    sdo:identifier "@types/node-fetch" ;
    sdo:name "@types/node-fetch" ;
    sdo:version "^2.6.2" .

<https://tools.clariah.nl/dependency/types-node-ge-14-18-27> a sdo:SoftwareApplication ;
    sdo:identifier "@types/node" ;
    sdo:name "@types/node" ;
    sdo:version "^14.18.27" .

<https://tools.clariah.nl/dependency/types-node-ge-20-11-23> a sdo:SoftwareApplication ;
    sdo:identifier "@types/node" ;
    sdo:name "@types/node" ;
    sdo:version "^20.11.23" .

<https://tools.clariah.nl/dependency/types-optimize-css-assets-webpack-plugin-ge-5-0-5> a sdo:SoftwareApplication ;
    sdo:identifier "@types/optimize-css-assets-webpack-plugin" ;
    sdo:name "@types/optimize-css-assets-webpack-plugin" ;
    sdo:version "^5.0.5" .

<https://tools.clariah.nl/dependency/types-qs-ge-6-9-18> a sdo:SoftwareApplication ;
    sdo:identifier "@types/qs" ;
    sdo:name "@types/qs" ;
    sdo:version "^6.9.18" .

<https://tools.clariah.nl/dependency/types-react-dom-ge-18-0-8> a sdo:SoftwareApplication ;
    sdo:identifier "@types/react-dom" ;
    sdo:name "@types/react-dom" ;
    sdo:version "^18.0.8" .

<https://tools.clariah.nl/dependency/types-react-dom-ge-18-2-19> a sdo:SoftwareApplication ;
    sdo:identifier "@types/react-dom" ;
    sdo:name "@types/react-dom" ;
    sdo:version "^18.2.19" .

<https://tools.clariah.nl/dependency/types-react-ge-18-0-25> a sdo:SoftwareApplication ;
    sdo:identifier "@types/react" ;
    sdo:name "@types/react" ;
    sdo:version "^18.0.25" .

<https://tools.clariah.nl/dependency/types-react-router-dom-ge-5-3-3> a sdo:SoftwareApplication ;
    sdo:identifier "@types/react-router-dom" ;
    sdo:name "@types/react-router-dom" ;
    sdo:version "^5.3.3" .

<https://tools.clariah.nl/dependency/types-webpack-bundle-analyzer-ge-4-5-0> a sdo:SoftwareApplication ;
    sdo:identifier "@types/webpack-bundle-analyzer" ;
    sdo:name "@types/webpack-bundle-analyzer" ;
    sdo:version "^4.5.0" .

<https://tools.clariah.nl/dependency/types-webpack5-28-0> a sdo:SoftwareApplication ;
    sdo:identifier "@types/webpack" ;
    sdo:name "@types/webpack" ;
    sdo:version "5.28.0" .

<https://tools.clariah.nl/dependency/types-yargs-ge-17-0-12> a sdo:SoftwareApplication ;
    sdo:identifier "@types/yargs" ;
    sdo:name "@types/yargs" ;
    sdo:version "^17.0.12" .

<https://tools.clariah.nl/dependency/typescript> a sdo:SoftwareApplication ;
    sdo:identifier "typescript" ;
    sdo:name "typescript" ;
    sdo:version "*" .

<https://tools.clariah.nl/dependency/typescript-eslint-eslint-plugin-ge-5-42-1> a sdo:SoftwareApplication ;
    sdo:identifier "@typescript-eslint/eslint-plugin" ;
    sdo:name "@typescript-eslint/eslint-plugin" ;
    sdo:version "^5.42.1" .

<https://tools.clariah.nl/dependency/typescript-eslint-eslint-plugin-ge-7-8-0> a sdo:SoftwareApplication ;
    sdo:identifier "@typescript-eslint/eslint-plugin" ;
    sdo:name "@typescript-eslint/eslint-plugin" ;
    sdo:version "^7.8.0" .

<https://tools.clariah.nl/dependency/typescript-eslint-parser-ge-5-42-1> a sdo:SoftwareApplication ;
    sdo:identifier "@typescript-eslint/parser" ;
    sdo:name "@typescript-eslint/parser" ;
    sdo:version "^5.42.1" .

<https://tools.clariah.nl/dependency/typescript-eslint-parser-ge-7-8-0> a sdo:SoftwareApplication ;
    sdo:identifier "@typescript-eslint/parser" ;
    sdo:name "@typescript-eslint/parser" ;
    sdo:version "^7.8.0" .

<https://tools.clariah.nl/dependency/typescript-ge-4-8-4> a sdo:SoftwareApplication ;
    sdo:identifier "typescript" ;
    sdo:name "typescript" ;
    sdo:version "^4.8.4" .

<https://tools.clariah.nl/dependency/typescript-ge-5-3-3> a sdo:SoftwareApplication ;
    sdo:identifier "typescript" ;
    sdo:name "typescript" ;
    sdo:version "^5.3.3" .

<https://tools.clariah.nl/dependency/tzlocal4-1> a sdo:SoftwareApplication ;
    sdo:identifier "tzlocal" ;
    sdo:name "tzlocal" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "4.1" .

<https://tools.clariah.nl/dependency/unicodecsv0-14-1> a sdo:SoftwareApplication ;
    sdo:identifier "unicodecsv" ;
    sdo:name "unicodecsv" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.14.1" .

<https://tools.clariah.nl/dependency/unidecode-ge-1-3-8> a sdo:SoftwareApplication ;
    sdo:identifier "unidecode" ;
    sdo:name "unidecode" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^1.3.8" .

<https://tools.clariah.nl/dependency/upon-0-10-0> a sdo:SoftwareApplication ;
    sdo:identifier "upon" ;
    sdo:name "upon" ;
    sdo:version "0.10.0" .

<https://tools.clariah.nl/dependency/url-loader-ge-4-1-1> a sdo:SoftwareApplication ;
    sdo:identifier "url-loader" ;
    sdo:name "url-loader" ;
    sdo:version "^4.1.1" .

<https://tools.clariah.nl/dependency/urllib3-ge-1-26-12> a sdo:SoftwareApplication ;
    sdo:identifier "urllib3" ;
    sdo:name "urllib3" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^1.26.12" .

<https://tools.clariah.nl/dependency/urllib3-ge-2-5-0> a sdo:SoftwareApplication ;
    sdo:identifier "urllib3" ;
    sdo:name "urllib3" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^2.5.0" .

<https://tools.clariah.nl/dependency/uvicorn> a sdo:SoftwareApplication ;
    sdo:identifier "uvicorn" ;
    sdo:name "uvicorn" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/uvicorn-ge-0-42-0> a sdo:SoftwareApplication ;
    sdo:identifier "uvicorn" ;
    sdo:name "uvicorn" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.42.0" .

<https://tools.clariah.nl/dependency/velocity-tools-velocity-tools-generic-1-4> a sdo:SoftwareApplication ;
    sdo:identifier "velocity-tools.velocity-tools-generic" ;
    sdo:name "velocity-tools-generic" ;
    sdo:version "1.4" .

<https://tools.clariah.nl/dependency/velocity-tools-velocity-tools-view-1-4> a sdo:SoftwareApplication ;
    sdo:identifier "velocity-tools.velocity-tools-view" ;
    sdo:name "velocity-tools-view" ;
    sdo:version "1.4" .

<https://tools.clariah.nl/dependency/vite-ge-4-5-2> a sdo:SoftwareApplication ;
    sdo:identifier "vite" ;
    sdo:name "vite" ;
    sdo:version "^4.5.2" .

<https://tools.clariah.nl/dependency/vite-plugin-checker-ge-0-6-4> a sdo:SoftwareApplication ;
    sdo:identifier "vite-plugin-checker" ;
    sdo:name "vite-plugin-checker" ;
    sdo:version "^0.6.4" .

<https://tools.clariah.nl/dependency/vite-plugin-html-ge-3-2-2> a sdo:SoftwareApplication ;
    sdo:identifier "vite-plugin-html" ;
    sdo:name "vite-plugin-html" ;
    sdo:version "^3.2.2" .

<https://tools.clariah.nl/dependency/vite-plugin-html-injection-ge-1-4-2> a sdo:SoftwareApplication ;
    sdo:identifier "vite-plugin-html-injection" ;
    sdo:name "vite-plugin-html-injection" ;
    sdo:version "^1.4.2" .

<https://tools.clariah.nl/dependency/vitejs-plugin-react-ge-4-2-1> a sdo:SoftwareApplication ;
    sdo:identifier "@vitejs/plugin-react" ;
    sdo:name "@vitejs/plugin-react" ;
    sdo:version "^4.2.1" .

<https://tools.clariah.nl/dependency/vitest-ge-3-0-6> a sdo:SoftwareApplication ;
    sdo:identifier "vitest" ;
    sdo:name "vitest" ;
    sdo:version "^3.0.6" .

<https://tools.clariah.nl/dependency/vocabulary-recommender-ge-1-0-7> a sdo:SoftwareApplication ;
    sdo:identifier "vocabulary-recommender" ;
    sdo:name "vocabulary-recommender" ;
    sdo:version "^1.0.7" .

<https://tools.clariah.nl/dependency/vocabulary-recommender-ge-2-0-0> a sdo:SoftwareApplication ;
    sdo:identifier "vocabulary-recommender" ;
    sdo:name "vocabulary-recommender" ;
    sdo:version "^2.0.0" .

<https://tools.clariah.nl/dependency/vue-cli-service-ge-5-0-8> a sdo:SoftwareApplication ;
    sdo:identifier "@vue/cli-service" ;
    sdo:name "@vue/cli-service" ;
    sdo:version "^5.0.8" .

<https://tools.clariah.nl/dependency/vue-form-wizard-ge-0-8-4> a sdo:SoftwareApplication ;
    sdo:identifier "vue-form-wizard" ;
    sdo:name "vue-form-wizard" ;
    sdo:version "^0.8.4" .

<https://tools.clariah.nl/dependency/vue-ge-2-7-14> a sdo:SoftwareApplication ;
    sdo:identifier "vue" ;
    sdo:name "vue" ;
    sdo:version "^2.7.14" .

<https://tools.clariah.nl/dependency/vue-infinite-loading-ge-2-4-5> a sdo:SoftwareApplication ;
    sdo:identifier "vue-infinite-loading" ;
    sdo:name "vue-infinite-loading" ;
    sdo:version "^2.4.5" .

<https://tools.clariah.nl/dependency/vue-moment-ge-4-1-0> a sdo:SoftwareApplication ;
    sdo:identifier "vue-moment" ;
    sdo:name "vue-moment" ;
    sdo:version "^4.1.0" .

<https://tools.clariah.nl/dependency/vue-select-ge-3-20-2> a sdo:SoftwareApplication ;
    sdo:identifier "vue-select" ;
    sdo:name "vue-select" ;
    sdo:version "^3.20.2" .

<https://tools.clariah.nl/dependency/vue-slider-component-ge-3-2-24> a sdo:SoftwareApplication ;
    sdo:identifier "vue-slider-component" ;
    sdo:name "vue-slider-component" ;
    sdo:version "^3.2.24" .

<https://tools.clariah.nl/dependency/vue-template-compiler-ge-2-7-14> a sdo:SoftwareApplication ;
    sdo:identifier "vue-template-compiler" ;
    sdo:name "vue-template-compiler" ;
    sdo:version "^2.7.14" .

<https://tools.clariah.nl/dependency/vuedraggable-ge-2-24-3> a sdo:SoftwareApplication ;
    sdo:identifier "vuedraggable" ;
    sdo:name "vuedraggable" ;
    sdo:version "^2.24.3" .

<https://tools.clariah.nl/dependency/walkdir-2-5-0> a sdo:SoftwareApplication ;
    sdo:identifier "walkdir" ;
    sdo:name "walkdir" ;
    sdo:version "2.5.0" .

<https://tools.clariah.nl/dependency/webpack-build-notifier-ge-2-3-0> a sdo:SoftwareApplication ;
    sdo:identifier "webpack-build-notifier" ;
    sdo:name "webpack-build-notifier" ;
    sdo:version "^2.3.0" .

<https://tools.clariah.nl/dependency/webpack-bundle-analyzer-ge-4-7-0> a sdo:SoftwareApplication ;
    sdo:identifier "webpack-bundle-analyzer" ;
    sdo:name "webpack-bundle-analyzer" ;
    sdo:version "^4.7.0" .

<https://tools.clariah.nl/dependency/webpack-cli-ge-4-10-0> a sdo:SoftwareApplication ;
    sdo:identifier "webpack-cli" ;
    sdo:name "webpack-cli" ;
    sdo:version "^4.10.0" .

<https://tools.clariah.nl/dependency/webpack-dev-server-ge-4-11-1> a sdo:SoftwareApplication ;
    sdo:identifier "webpack-dev-server" ;
    sdo:name "webpack-dev-server" ;
    sdo:version "^4.11.1" .

<https://tools.clariah.nl/dependency/webpack5-75-0> a sdo:SoftwareApplication ;
    sdo:identifier "webpack" ;
    sdo:name "webpack" ;
    sdo:version "5.75.0" .

<https://tools.clariah.nl/dependency/werkzeug-lt-2-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "werkzeug" ;
    sdo:name "werkzeug" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "<2.2.0" .

<https://tools.clariah.nl/dependency/werkzeug2-0-2> a sdo:SoftwareApplication ;
    sdo:identifier "Werkzeug" ;
    sdo:name "Werkzeug" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "2.0.2" .

<https://tools.clariah.nl/dependency/whisperx> a sdo:SoftwareApplication ;
    sdo:identifier "whisperx" ;
    sdo:name "whisperx" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/xlsxwriter> a sdo:SoftwareApplication ;
    sdo:identifier "XlsxWriter" ;
    sdo:name "XlsxWriter" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/xmltodict-ge-0-13-0> a sdo:SoftwareApplication ;
    sdo:identifier "xmltodict" ;
    sdo:name "xmltodict" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.13.0" .

<https://tools.clariah.nl/dependency/xmltodict-ge-1-0-2> a sdo:SoftwareApplication ;
    sdo:identifier "xmltodict" ;
    sdo:name "xmltodict" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^1.0.2" .

<https://tools.clariah.nl/dependency/xmlunit-xmlunit-1-5> a sdo:SoftwareApplication ;
    sdo:identifier "xmlunit.xmlunit" ;
    sdo:name "xmlunit" ;
    sdo:version "1.5" .

<https://tools.clariah.nl/dependency/yacs-ge-0-1-8> a sdo:SoftwareApplication ;
    sdo:identifier "yacs" ;
    sdo:name "yacs" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^0.1.8" .

<https://tools.clariah.nl/dependency/yargs-ge-17-5-1> a sdo:SoftwareApplication ;
    sdo:identifier "yargs" ;
    sdo:name "yargs" ;
    sdo:version "^17.5.1" .

<https://tools.clariah.nl/dependency/zustand-ge-4-5-1> a sdo:SoftwareApplication ;
    sdo:identifier "zustand" ;
    sdo:name "zustand" ;
    sdo:version "^4.5.1" .

<https://tools.clariah.nl/did-summarizer/snapshot> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H5e886967ec567380> ;
    sdo:codeRepository "https://github.com/Dans-labs/did-summarizer" ;
    sdo:contributor <https://tools.clariah.nl/stub/H5e886967ec567380> ;
    sdo:dateCreated "2022-11-25T10:35:23Z+0100"^^sdo:Date ;
    sdo:dateModified "2024-02-02T13:28:23Z+0100"^^sdo:Date ;
    sdo:description "Linked Data summarizer driven by Decentralized Identifiers (DIDs)" ;
    sdo:identifier "did-summarizer" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/vyacheslav-tykhonov> ;
    sdo:name "did-summarizer" ;
    sdo:producer <https://tools.clariah.nl/org/dans-labs> ;
    sdo:review <https://tools.clariah.nl/validation/N679216d31f667d946b5f78556aa7fac1> ;
    owl:sameAs <https://tools.clariah.nl/did-summarizer.contributors/snapshot>,
        <https://tools.clariah.nl/did-summarizer.topcontributor/snapshot>,
        <https://tools.clariah.nl/did-summarizer/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#suspended> ;
    codemeta:issueTracker <https://github.com/Dans-labs/did-summarizer/issues> ;
    codemeta:readme <https://github.com/Dans-labs/did-summarizer/blob/master//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:06:08 UTC 2026)

[harvester info] --> Processing did-summarizer (https://github.com/Dans-labs/did-summarizer) [Sun Apr  5 03:06:08 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/Dans-labs/did-summarizer...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/did-summarizer for harvestable resources...

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Vyacheslav Tykhonov <4tikhonov@gmail.com> 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: 2022-11-25T10:35:23Z+0100, date modified: 2024-02-02T13:28:23Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/Dans-labs/did-summarizer)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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/#suspended

[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 "did-summarizer" --codeRepository "https://github.com/Dans-labs/did-summarizer" --validate /etc/software.ttl --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/did-summarizer.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.did-summarizer.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.did-summarizer.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.did-summarizer.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.did-summarizer.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.did-summarizer.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.did-summarizer.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.did-summarizer.codemeta.json 

-- begin log --

Passed 7 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.did-summarizer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.did-summarizer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.did-summarizer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.did-summarizer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.did-summarizer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.did-summarizer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.did-summarizer.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/did-summarizer

Processing source #1 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.did-summarizer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/did-summarizer

[CODEMETA COMPOSITION (https://tools.clariah.nl/did-summarizer)] processed 1 new triples, total is now 2

Processing source #2 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.did-summarizer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/did-summarizer.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/did-summarizer

[CODEMETA COMPOSITION (https://tools.clariah.nl/did-summarizer)] processed 8 new triples, total is now 9

Processing source #3 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.did-summarizer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/did-summarizer

[CODEMETA COMPOSITION (https://tools.clariah.nl/did-summarizer)] processed 1 new triples, total is now 10

Processing source #4 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.did-summarizer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/did-summarizer/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/did-summarizer

[CODEMETA COMPOSITION (https://tools.clariah.nl/did-summarizer)] processed 14 new triples, total is now 23

Processing source #5 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.did-summarizer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/did-summarizer

[CODEMETA COMPOSITION (https://tools.clariah.nl/did-summarizer)] overriding old http://schema.org/dateCreated (2022-11-25T09:35:22Z -> 2022-11-25T10:35:23Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/did-summarizer)] overriding old http://schema.org/dateModified (2024-02-02T12:28:51Z -> 2024-02-02T13:28:23Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/did-summarizer)] processed 2 new triples, total is now 23

Processing source #6 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.did-summarizer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/did-summarizer.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/did-summarizer

[CODEMETA COMPOSITION (https://tools.clariah.nl/did-summarizer)] processed 8 new triples, total is now 24

Processing source #7 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.did-summarizer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/did-summarizer

[CODEMETA COMPOSITION (https://tools.clariah.nl/did-summarizer)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/did-summarizer)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/did-summarizer)] processed 1 new triples, total is now 24

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/did-summarizer -> https://tools.clariah.nl/did-summarizer/snapshot

[CODEMETA VALIDATION (did-summarizer)] done

[CODEMETA ENRICHMENT (did-summarizer)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/did-summarizer/snapshot #1: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/did-summarizer/snapshot #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/did-summarizer/snapshot #3: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/did-summarizer/snapshot #4: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/did-summarizer/snapshot #5: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/did-summarizer/snapshot #6: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/did-summarizer/snapshot #7: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/did-summarizer/snapshot #8: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/did-summarizer/snapshot #9: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/did-summarizer/snapshot #10: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/did-summarizer.codemeta.json

[harvester info] <-- Finished processing did-summarizer (https://github.com/Dans-labs/did-summarizer) [Sun Apr  5 03:06:18 UTC 2026]
""" .

<https://tools.clariah.nl/ewald/unknown> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H0090a7fcf6c64a90> ;
    sdo:codeRepository "https://github.com/ErwinKomen/RU-wnd" ;
    sdo:contributor <https://tools.clariah.nl/stub/H6d8d9aabb8cac6a6> ;
    sdo:dateCreated "2019"^^sdo:Date ;
    sdo:description "Django web application that facilities viewing and searching a dictionary of Dutch dialects from the regions 'Achterhoek' and 'Liemers'" ;
    sdo:funder <https://tools.clariah.nl/stub/H-4f075849533c2720> ;
    sdo:identifier "ewald" ;
    sdo:keywords "dialect",
        "dictionary",
        "dutch" ;
    sdo:maintainer <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    sdo:name "Electronisch woordenboek van de Achterhoekse en Liemerse dialecten" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/facultyofarts/research/humanities-lab/our-labs> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H3509285da5b17520> ;
    sdo:review <https://tools.clariah.nl/validation/Nda288de28a50249a5a6330c3a28c60ec> ;
    sdo:sourceOrganization <https://www.ru.nl/facultyofarts/research/humanities-lab> ;
    sdo:url "https://github.com/ErwinKomen/RU-Wnd" ;
    sdo:version "unknown" ;
    owl:sameAs <https://tools.clariah.nl/ewald/unknown> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H43cd5582e2e0ce0d>,
        <https://tools.clariah.nl/webapplication/e-wald> ;
    codemeta:issueTracker <https://github.com/ErwinKomen/RU-wnd/issues> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H1572c9830e2d8196> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:06:29 UTC 2026)

[harvester info] --> Processing ewald (https://github.com/ErwinKomen/RU-wnd) [Sun Apr  5 03:06:29 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/ErwinKomen/RU-wnd...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ewald/wald for harvestable resources...

[harvester info] found codemeta.json for ewald (md5sum 983e914f0b3039bb064333fbb2a723f0); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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] 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 "ewald" --codeRepository "https://github.com/ErwinKomen/RU-wnd" --validate /etc/software.ttl --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/ewald.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ewald.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.ewald.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ewald.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.ewald.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ewald

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ewald.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ewald

[CODEMETA COMPOSITION (https://tools.clariah.nl/ewald)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.ewald.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/ewald

[CODEMETA COMPOSITION (ewald)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> active)

[CODEMETA CORRECTION (ewald)] automatically converting status active to repostatus URI

[CODEMETA COMPOSITION (ewald)] processed 57 new triples, total is now 57

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ewald -> https://tools.clariah.nl/ewald/unknown

[CODEMETA VALIDATION (ewald)] license not set

[CODEMETA VALIDATION (ewald)] done

[CODEMETA ENRICHMENT (ewald)] Guessing interface type http://schema.org/WebApplication based on clues

[CODEMETA ENRICHMENT (ewald)] adding author https://tools.clariah.nl/stub/H-38236c905c117b1 as contributor

[CODEMETA ENRICHMENT (ewald)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/ewald/unknown #1: Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewald/unknown #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewald/unknown #3: 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/ewald/unknown #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewald/unknown #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewald/unknown #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewald/unknown #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ewald.codemeta.json

[harvester info] Harvesting remote service URL https://e-wald.nl/ for ewald: 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/ewald.codemeta.json" "/tmp/out/ewald.codemeta.json" "https://e-wald.nl/"

[harvester info] <-- Finished processing ewald (https://github.com/ErwinKomen/RU-wnd) [Sun Apr  5 03:06:33 UTC 2026]
""" .

<https://tools.clariah.nl/ewbd/unknown> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-6b17ee33077950c7> ;
    sdo:codeRepository "https://github.com/ErwinKomen/RU-wnd" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-1ed1ac9e3006841d> ;
    sdo:dateCreated "2017"^^sdo:Date ;
    sdo:description "Django web application that facilities viewing and searching a dictionary of dialects from the Dutch province 'Noord-Brabant' as well as the Belgian provinces of Antwerpen, Vlaams-Brabant and Brussels" ;
    sdo:funder <https://tools.clariah.nl/stub/H-4f075849533c2720> ;
    sdo:identifier "ewbd" ;
    sdo:keywords "dialect",
        "dictionary",
        "dutch" ;
    sdo:maintainer <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    sdo:name "Electronisch woordenboek van de Gelderse dialecten" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/facultyofarts/research/humanities-lab/our-labs> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H3509285da5b17520> ;
    sdo:review <https://tools.clariah.nl/validation/Nf1f9f4f7ec19baa09bd224aa6853333c> ;
    sdo:sourceOrganization <https://www.ru.nl/facultyofarts/research/humanities-lab> ;
    sdo:url "https://github.com/ErwinKomen/RU-Wnd" ;
    sdo:version "unknown" ;
    owl:sameAs <https://tools.clariah.nl/ewbd/unknown> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-9eab70a144a18a9>,
        <https://tools.clariah.nl/webapplication/e-wbd> ;
    codemeta:issueTracker <https://github.com/ErwinKomen/RU-wnd/issues> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-42fe98d498cb4f1c> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:06:34 UTC 2026)

[harvester info] --> Processing ewbd (https://github.com/ErwinKomen/RU-wnd) [Sun Apr  5 03:06:34 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/ErwinKomen/RU-wnd...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ewbd/wbd for harvestable resources...

[harvester info] found codemeta.json for ewbd (md5sum 791a44ea6fc9ca8aff3cdf7fd111c20f); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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] 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 "ewbd" --codeRepository "https://github.com/ErwinKomen/RU-wnd" --validate /etc/software.ttl --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/ewbd.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ewbd.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.ewbd.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ewbd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.ewbd.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ewbd

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ewbd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ewbd

[CODEMETA COMPOSITION (https://tools.clariah.nl/ewbd)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.ewbd.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/ewbd

[CODEMETA COMPOSITION (ewbd)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> active)

[CODEMETA CORRECTION (ewbd)] automatically converting status active to repostatus URI

[CODEMETA COMPOSITION (ewbd)] processed 57 new triples, total is now 57

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ewbd -> https://tools.clariah.nl/ewbd/unknown

[CODEMETA VALIDATION (ewbd)] license not set

[CODEMETA VALIDATION (ewbd)] done

[CODEMETA ENRICHMENT (ewbd)] Guessing interface type http://schema.org/WebApplication based on clues

[CODEMETA ENRICHMENT (ewbd)] adding author https://tools.clariah.nl/stub/H3a155adb14fcf783 as contributor

[CODEMETA ENRICHMENT (ewbd)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/ewbd/unknown #1: Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewbd/unknown #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewbd/unknown #3: 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/ewbd/unknown #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewbd/unknown #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewbd/unknown #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewbd/unknown #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ewbd.codemeta.json

[harvester info] Harvesting remote service URL https://e-wbd.nl/ for ewbd: 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/ewbd.codemeta.json" "/tmp/out/ewbd.codemeta.json" "https://e-wbd.nl/"

[harvester info] <-- Finished processing ewbd (https://github.com/ErwinKomen/RU-wnd) [Sun Apr  5 03:06:38 UTC 2026]
""" .

<https://tools.clariah.nl/ewgd/unknown> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H370d0b04e6bc0ddf> ;
    sdo:codeRepository "https://github.com/ErwinKomen/RU-wnd" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-64da6f972ad053d4> ;
    sdo:dateCreated "2019"^^sdo:Date ;
    sdo:description "Django web application that facilities viewing and searching a dictionary of Dutch dialects from the province 'Gelderland'" ;
    sdo:funder <https://tools.clariah.nl/stub/H-4f075849533c2720> ;
    sdo:identifier "ewgd" ;
    sdo:keywords "dialect",
        "dictionary",
        "dutch" ;
    sdo:maintainer <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    sdo:name "Electronisch woordenboek van de Gelderse dialecten" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/facultyofarts/research/humanities-lab/our-labs> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H3509285da5b17520> ;
    sdo:review <https://tools.clariah.nl/validation/Nf9138737028a4fee0e5f9a1f497a426d> ;
    sdo:sourceOrganization <https://www.ru.nl/facultyofarts/research/humanities-lab> ;
    sdo:url "https://github.com/ErwinKomen/RU-Wnd" ;
    sdo:version "unknown" ;
    owl:sameAs <https://tools.clariah.nl/ewgd/unknown> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-9eab70a144a18a9>,
        <https://tools.clariah.nl/webapplication/e-wgd> ;
    codemeta:issueTracker <https://github.com/ErwinKomen/RU-wnd/issues> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-590e2bcd63399898> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:06:38 UTC 2026)

[harvester info] --> Processing ewgd (https://github.com/ErwinKomen/RU-wnd) [Sun Apr  5 03:06:38 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/ErwinKomen/RU-wnd...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ewgd/wgd for harvestable resources...

[harvester info] found codemeta.json for ewgd (md5sum be356ad116da3bc39f7f8a50126ec9c4); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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] 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 "ewgd" --codeRepository "https://github.com/ErwinKomen/RU-wnd" --validate /etc/software.ttl --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/ewgd.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ewgd.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.ewgd.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ewgd.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.ewgd.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ewgd

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ewgd.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ewgd

[CODEMETA COMPOSITION (https://tools.clariah.nl/ewgd)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.ewgd.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/ewgd

[CODEMETA COMPOSITION (ewgd)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> active)

[CODEMETA CORRECTION (ewgd)] automatically converting status active to repostatus URI

[CODEMETA COMPOSITION (ewgd)] processed 57 new triples, total is now 57

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ewgd -> https://tools.clariah.nl/ewgd/unknown

[CODEMETA VALIDATION (ewgd)] license not set

[CODEMETA VALIDATION (ewgd)] done

[CODEMETA ENRICHMENT (ewgd)] Guessing interface type http://schema.org/WebApplication based on clues

[CODEMETA ENRICHMENT (ewgd)] adding author https://tools.clariah.nl/stub/H5152b3edf80e2f12 as contributor

[CODEMETA ENRICHMENT (ewgd)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/ewgd/unknown #1: Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewgd/unknown #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewgd/unknown #3: 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/ewgd/unknown #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewgd/unknown #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewgd/unknown #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewgd/unknown #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ewgd.codemeta.json

[harvester info] Harvesting remote service URL https://e-wgd.nl/ for ewgd: 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/ewgd.codemeta.json" "/tmp/out/ewgd.codemeta.json" "https://e-wgd.nl/"

[harvester info] <-- Finished processing ewgd (https://github.com/ErwinKomen/RU-wnd) [Sun Apr  5 03:06:42 UTC 2026]
""" .

<https://tools.clariah.nl/ewld/unknown> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-43609d435ed273cc> ;
    sdo:codeRepository "https://github.com/ErwinKomen/RU-wnd" ;
    sdo:contributor <https://tools.clariah.nl/stub/H7fc84d5c4012f5c6> ;
    sdo:dateCreated "2016"^^sdo:Date ;
    sdo:description "Django web application that facilities viewing and searching a dictionary of the Dutch Limburgian dialects" ;
    sdo:funder <https://tools.clariah.nl/stub/H-4f075849533c2720> ;
    sdo:identifier "ewld" ;
    sdo:keywords "dialect",
        "dictionary",
        "dutch" ;
    sdo:maintainer <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    sdo:name "Electronisch woordenboek van de Limburgse dialecten" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/facultyofarts/research/humanities-lab/our-labs> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H3509285da5b17520> ;
    sdo:review <https://tools.clariah.nl/validation/N868f7096a96c6a8090d8feda0881f693> ;
    sdo:sourceOrganization <https://www.ru.nl/facultyofarts/research/humanities-lab> ;
    sdo:url "https://github.com/ErwinKomen/RU-Wnd" ;
    sdo:version "unknown" ;
    owl:sameAs <https://tools.clariah.nl/ewld/unknown> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H7aaea7059aaa5cfd>,
        <https://tools.clariah.nl/webapplication/e-wld> ;
    codemeta:issueTracker <https://github.com/ErwinKomen/RU-wnd/issues> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H60fd06913f5c0206> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:06:42 UTC 2026)

[harvester info] --> Processing ewld (https://github.com/ErwinKomen/RU-wnd) [Sun Apr  5 03:06:42 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/ErwinKomen/RU-wnd...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ewld/wld for harvestable resources...

[harvester info] found codemeta.json for ewld (md5sum c5f565e7c431f10dbf31ee7eeaa61530); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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] 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 "ewld" --codeRepository "https://github.com/ErwinKomen/RU-wnd" --validate /etc/software.ttl --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/ewld.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ewld.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.ewld.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ewld.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.ewld.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ewld

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ewld.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ewld

[CODEMETA COMPOSITION (https://tools.clariah.nl/ewld)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.ewld.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/ewld

[CODEMETA COMPOSITION (ewld)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> active)

[CODEMETA CORRECTION (ewld)] automatically converting status active to repostatus URI

[CODEMETA COMPOSITION (ewld)] processed 57 new triples, total is now 57

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ewld -> https://tools.clariah.nl/ewld/unknown

[CODEMETA VALIDATION (ewld)] license not set

[CODEMETA VALIDATION (ewld)] done

[CODEMETA ENRICHMENT (ewld)] Guessing interface type http://schema.org/WebApplication based on clues

[CODEMETA ENRICHMENT (ewld)] adding author https://tools.clariah.nl/stub/H-6bb5296414c98356 as contributor

[CODEMETA ENRICHMENT (ewld)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/ewld/unknown #1: Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewld/unknown #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewld/unknown #3: 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/ewld/unknown #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewld/unknown #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewld/unknown #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ewld/unknown #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ewld.codemeta.json

[harvester info] Harvesting remote service URL https://e-wld.nl/ for ewld: 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/ewld.codemeta.json" "/tmp/out/ewld.codemeta.json" "https://e-wld.nl/"

[harvester info] <-- Finished processing ewld (https://github.com/ErwinKomen/RU-wnd) [Sun Apr  5 03:06:46 UTC 2026]
""" .

<https://tools.clariah.nl/flat/0.11.5> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Text Processing > Linguistic" ;
    sdo:applicationSuite "FLAT" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/flat" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-559a1273aa4b9999> ;
    sdo:dateCreated "2014-01-02T14:39:13Z+0100"^^sdo:Date ;
    sdo:dateModified "2024-07-05T13:27:34Z+0200"^^sdo:Date ;
    sdo:description "FLAT is a web-based linguistic annotation environment based around the FoLiA format (https://proycon.github.io/folia), a rich XML-based format for linguistic annotation. Flat allows users to view annotated FoLiA documents and enrich these documents with new annotations, a wide variety of linguistic annotation types is supported through the FoLiA paradigm." ;
    sdo:downloadUrl "https://github.com/proycon/flat/archive/refs/tags/v0.11.5.zip" ;
    sdo:identifier "flat" ;
    sdo:keywords "annotation",
        "computational linguistics",
        "folia",
        "linguistics",
        "nlp" ;
    sdo:license <http://spdx.org/licenses/GPL-2.0-only>,
        <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "FoLiA-Linguistic-Annotation-Tool" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/flat/releases/tag/v0.11.5" ;
    sdo:review <https://tools.clariah.nl/validation/N3b32fccefc64bbd7dde765656dcce5d6> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.10",
        "Python 3.11",
        "Python 3.7",
        "Python 3.8",
        "Python 3.9" ;
    sdo:softwareHelp <http://flat.readthedocs.io/en/latest/?badge=latest>,
        <http://flat.readthedocs.io/en/latest/administration_guide.html>,
        <http://flat.readthedocs.io/en/latest/installation_guide.html>,
        <http://flat.readthedocs.io/en/latest/user_guide.html> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/django-ge-3-0>,
        <https://tools.clariah.nl/dependency/folia-ge-2-5-7>,
        <https://tools.clariah.nl/dependency/foliadocserve-ge-0-7-8>,
        <https://tools.clariah.nl/dependency/mozilla-django-oidc>,
        <https://tools.clariah.nl/dependency/requests> ;
    sdo:url "https://github.com/proycon/flat" ;
    sdo:version "0.11.5" ;
    owl:sameAs <https://tools.clariah.nl/flat.contributors/snapshot>,
        <https://tools.clariah.nl/flat.topcontributor/snapshot>,
        <https://tools.clariah.nl/flat/0.11.5>,
        <https://tools.clariah.nl/flat/snapshot>,
        <https://tools.clariah.nl/folia-linguistic-annotation-tool/0.11.5> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-1a6bc2564230c998>,
        <https://tools.clariah.nl/webapplication/flat-the-folia-linguistic-annotation-tool> ;
    codemeta:issueTracker <https://github.com/proycon/flat/issues> ;
    codemeta:readme <https://github.com/proycon/flat/blob/v0.11.5//README.rst> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:06:46 UTC 2026)

[harvester info] --> Processing flat (https://github.com/proycon/flat) [Sun Apr  5 03:06:46 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/flat...

[harvester info] Found release v0.11.5

[harvester info] Using 'v0.11.5'

[harvester info] Git reference: v0.11.5

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/flat for harvestable resources...

[harvester info] found python setup for flat, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2014-01-02T14:39:13Z+0100, date modified: 2024-07-05T13:27:34Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/proycon/flat)

[harvester info] Adding URL for found README: README.rst

[harvester info] Found releaseNotes

[harvester info] Querying Zenodo API for DOI (access token provided)...

[harvester info] Found DOI https://doi.org/10.5281/zenodo.12666438

[harvester info] Converting README.rst to README.md

[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] Scraping title from http://flat.readthedocs.io/en/latest/?badge=latest

[harvester info] Found documentation at http://flat.readthedocs.io/en/latest/?badge=latest : "name": "FLAT - FoLiA Linguistic Annotation Tool - Documentation — FLAT v0.5.2 documentation",

[harvester info] Scraping title from http://flat.readthedocs.io/en/latest/administration_guide.html

[harvester info] Found documentation at http://flat.readthedocs.io/en/latest/administration_guide.html : "name": "FLAT Administration Guide — FLAT v0.5.2 documentation",

[harvester info] Scraping title from http://flat.readthedocs.io/en/latest/installation_guide.html

[harvester info] Found documentation at http://flat.readthedocs.io/en/latest/installation_guide.html : "name": "FLAT Installation Guide — FLAT v0.5.2 documentation",

[harvester info] Scraping title from http://flat.readthedocs.io/en/latest/user_guide.html

[harvester info] Found documentation at http://flat.readthedocs.io/en/latest/user_guide.html : "name": "FLAT User Guide — FLAT v0.5.2 documentation",

[harvester info] Falling back to git tag (v0.11.5) 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.rst in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#active

[harvester info] Setting group FLAT

[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 "flat" --codeRepository "https://github.com/proycon/flat" --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/flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.flat.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.flat.codemeta.json 

-- begin log --

Passed 15 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.flat.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.flat.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/flat

Processing source #1 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] processed 1 new triples, total is now 2

Processing source #2 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] processed 1 new triples, total is now 3

Processing source #3 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.flat.codemeta.json

    Found main resource with URI https://tools.clariah.nl/flat.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] processed 8 new triples, total is now 10

Processing source #4 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] processed 16 new triples, total is now 26

Processing source #5 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] processed 2 new triples, total is now 28

Processing source #6 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] processed 1 new triples, total is now 29

Processing source #7 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.flat.codemeta.json

    Found main resource with URI https://tools.clariah.nl/flat/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H136606eb4304742d -> https://tools.clariah.nl/stub/H-7e72bbd0fd0916d8)

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] processed 32 new triples, total is now 55

Processing source #8 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] overriding old http://schema.org/dateCreated (2014-01-02T13:38:48Z -> 2014-01-02T14:39:13Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] overriding old http://schema.org/dateModified (2025-01-24T15:47:58Z -> 2024-07-05T13:27:34Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] processed 2 new triples, total is now 55

Processing source #9 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.flat.codemeta.json

    Found main resource with URI https://tools.clariah.nl/flat.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] processed 32 new triples, total is now 80

Processing source #10 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/flat)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/flat)] processed 1 new triples, total is now 80

Processing source #11 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.flat.codemeta.json

    Found main resource with URI https://tools.clariah.nl/folia-linguistic-annotation-tool/0.11.5

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-7e72bbd0fd0916d8 -> https://tools.clariah.nl/stub/H136606eb4304742d)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/description (FoLiA Linguistic Annotation Tool -- Flat is a web-based linguistic annotation environment based around the FoLiA format (http://proycon.github.io/folia), a rich XML-based format for linguistic annotation. Flat allows users to view annotated FoLiA documents and enrich these documents with new annotations, a wide variety of linguistic annotation types is supported through the FoLiA paradigm. -> FLAT is a web-based linguistic annotation environment based around the FoLiA format (https://proycon.github.io/folia), a rich XML-based format for linguistic annotation. Flat allows users to view annotated FoLiA documents and enrich these documents with new annotations, a wide variety of linguistic annotation types is supported through the FoLiA paradigm.)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/keywords (clariah -> annotation)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/keywords (web-application -> annotation)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/keywords (clarin -> annotation)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/keywords (javascript -> annotation)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/keywords (linguistic-annotation-framework -> annotation)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/keywords (annotation-tool -> annotation)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/keywords (python -> annotation)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/keywords (computational-linguistics -> annotation)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/name (flat -> FoLiA-Linguistic-Annotation-Tool)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/version (v0.11.5 -> 0.11.5)

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] processed 82 new triples, total is now 136

Processing source #12 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] processed 1 new triples, total is now 136

Processing source #13 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] processed 1 new triples, total is now 136

Processing source #14 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] overriding old http://schema.org/identifier (folia-linguistic-annotation-tool -> )

[CODEMETA COMPOSITION (folia-linguistic-annotation-tool)] processed 5 new triples, total is now 140

Processing source #15 of 15

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.flat.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/flat

[CODEMETA COMPOSITION (https://tools.clariah.nl/stub/H-75bb079d42c986b1)] processed 1 new triples, total is now 141

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/flat -> https://tools.clariah.nl/flat/0.11.5

[CODEMETA VALIDATION (flat)] done

[CODEMETA ENRICHMENT (flat)] Guessing interface type https://w3id.org/software-types#WebApplication based on clues

[CODEMETA ENRICHMENT (flat)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (flat)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (flat)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (flat)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (flat)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (flat)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (flat)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/flat/0.11.5 #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)

VALIDATION https://tools.clariah.nl/flat/0.11.5 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/flat/0.11.5 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/flat/0.11.5 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/flat/0.11.5 #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)

VALIDATION https://tools.clariah.nl/flat/0.11.5 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/flat.codemeta.json

[harvester info] Harvesting remote service URL https://webservices.cls.ru.nl/flat/ for flat: 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/flat.codemeta.json" "/tmp/out/flat.codemeta.json" "https://webservices.cls.ru.nl/flat/"

[harvester info] <-- Finished processing flat (https://github.com/proycon/flat) [Sun Apr  5 03:07:04 UTC 2026]
""" .

<https://tools.clariah.nl/foliadocserve/0.7.8> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Text Processing > Linguistic" ;
    sdo:applicationSuite "FLAT" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/foliadocserve" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-51f9bd80dc4bb6b1> ;
    sdo:dateCreated "2015-02-12T11:05:55Z+0100"^^sdo:Date ;
    sdo:dateModified "2024-02-07T16:51:51Z+0100"^^sdo:Date ;
    sdo:description "The FoLiA Document Server is a backend HTTP service to interact with documents in the FoLiA format, a rich XML-based format for linguistic annotation (http://proycon.github.io/folia). It provides an interface to efficiently edit FoLiA documents through the FoLiA Query Language (FQL). " ;
    sdo:downloadUrl "https://github.com/proycon/foliadocserve/archive/refs/tags/v0.7.8.zip" ;
    sdo:identifier "foliadocserve" ;
    sdo:keywords "nlp computational_linguistics rest database document server" ;
    sdo:license <http://spdx.org/licenses/GPL-2.0-only>,
        <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "foliadocserve" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/foliadocserve/releases/tag/v0.7.8" ;
    sdo:review <https://tools.clariah.nl/validation/N2bece204619f8040194c76d9c670fd20> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.10",
        "Python 3.11",
        "Python 3.7",
        "Python 3.8",
        "Python 3.9" ;
    sdo:softwareHelp <http://www.sketchengine.co.uk/documentation/wiki/SkE/CorpusQuerying> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/cherrypy>,
        <https://tools.clariah.nl/dependency/folia-ge-2-5-4>,
        <https://tools.clariah.nl/dependency/folia-tools-ge-2-5-2>,
        <https://tools.clariah.nl/dependency/jinja2>,
        <https://tools.clariah.nl/dependency/lxml-ge-2-2>,
        <https://tools.clariah.nl/dependency/pynlpl> ;
    sdo:url "https://github.com/proycon/foliadocserve" ;
    sdo:version "0.7.8" ;
    owl:sameAs <https://tools.clariah.nl/foliadocserve.contributors/snapshot>,
        <https://tools.clariah.nl/foliadocserve.topcontributor/snapshot>,
        <https://tools.clariah.nl/foliadocserve/0.7.8>,
        <https://tools.clariah.nl/foliadocserve/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/foliadocserve/0.7.8> ;
    codemeta:issueTracker <https://github.com/proycon/foliadocserve/issues> ;
    codemeta:readme <https://github.com/proycon/foliadocserve/blob/v0.7.8//README.rst> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:07:18 UTC 2026)

[harvester info] --> Processing foliadocserve (https://github.com/proycon/foliadocserve) [Sun Apr  5 03:07:18 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/foliadocserve...

[harvester info] Found release v0.7.8

[harvester info] Using 'v0.7.8'

[harvester info] Git reference: v0.7.8

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/foliadocserve for harvestable resources...

[harvester info] found python setup for foliadocserve, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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-02-12T11:05:55Z+0100, date modified: 2024-02-07T16:51:51Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/proycon/foliadocserve)

[harvester info] Adding URL for found README: README.rst

[harvester info] Found releaseNotes

[harvester info] Querying Zenodo API for DOI (access token provided)...

[harvester info] Found DOI https://doi.org/10.5281/zenodo.10631244

[harvester info] Converting README.rst to README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from http://www.sketchengine.co.uk/documentation/wiki/SkE/CorpusQuerying

[harvester info] Found documentation at http://www.sketchengine.co.uk/documentation/wiki/SkE/CorpusQuerying : "name": "Page not found – Sketch Engine",

[harvester info] Falling back to git tag (v0.7.8) 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.rst in master branch...

[harvester info] Setting group FLAT

[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 "foliadocserve" --codeRepository "https://github.com/proycon/foliadocserve" --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/foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.foliadocserve.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliadocserve.codemeta.json 

-- begin log --

Passed 13 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.foliadocserve.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliadocserve.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/foliadocserve

Processing source #1 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.foliadocserve.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] processed 1 new triples, total is now 2

Processing source #2 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.foliadocserve.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] processed 1 new triples, total is now 3

Processing source #3 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.foliadocserve.codemeta.json

    Found main resource with URI https://tools.clariah.nl/foliadocserve.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] processed 8 new triples, total is now 10

Processing source #4 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.foliadocserve.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] processed 4 new triples, total is now 14

Processing source #5 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.foliadocserve.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] processed 2 new triples, total is now 16

Processing source #6 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.foliadocserve.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] processed 1 new triples, total is now 17

Processing source #7 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.foliadocserve.codemeta.json

    Found main resource with URI https://tools.clariah.nl/foliadocserve/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H5ae6c7ddc53119ee -> https://tools.clariah.nl/stub/H-1f5b1ae20b8d1bd1)

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] processed 25 new triples, total is now 36

Processing source #8 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.foliadocserve.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] overriding old http://schema.org/dateCreated (2015-02-12T10:07:05Z -> 2015-02-12T11:05:55Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] overriding old http://schema.org/dateModified (2025-01-15T10:20:39Z -> 2024-02-07T16:51:51Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] processed 2 new triples, total is now 36

Processing source #9 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.foliadocserve.codemeta.json

    Found main resource with URI https://tools.clariah.nl/foliadocserve.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] processed 14 new triples, total is now 43

Processing source #10 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.foliadocserve.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/foliadocserve)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/foliadocserve)] processed 1 new triples, total is now 43

Processing source #11 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.foliadocserve.codemeta.json

    Found main resource with URI https://tools.clariah.nl/foliadocserve/0.7.8

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (foliadocserve)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-1f5b1ae20b8d1bd1 -> https://tools.clariah.nl/stub/H5ae6c7ddc53119ee)

[CODEMETA COMPOSITION (foliadocserve)] overriding old http://schema.org/description (FoLiA Document Server - HTTP webservice backend for serving and annotating FoLiA documents using the FoLiA Query Language (FQL). Used by FLAT. -> The FoLiA Document Server is a backend HTTP service to interact with documents in the FoLiA format, a rich XML-based format for linguistic annotation (http://proycon.github.io/folia). It provides an interface to efficiently edit FoLiA documents through the FoLiA Query Language (FQL). )

[CODEMETA COMPOSITION (foliadocserve)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (foliadocserve)] overriding old http://schema.org/keywords (document-server -> nlp computational_linguistics rest database document server)

[CODEMETA COMPOSITION (foliadocserve)] overriding old http://schema.org/keywords (python -> nlp computational_linguistics rest database document server)

[CODEMETA COMPOSITION (foliadocserve)] overriding old http://schema.org/keywords (nlp -> nlp computational_linguistics rest database document server)

[CODEMETA COMPOSITION (foliadocserve)] overriding old http://schema.org/keywords (folia -> nlp computational_linguistics rest database document server)

[CODEMETA COMPOSITION (foliadocserve)] overriding old http://schema.org/version (v0.7.8 -> 0.7.8)

[CODEMETA COMPOSITION (foliadocserve)] processed 88 new triples, total is now 112

Processing source #12 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.foliadocserve.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (foliadocserve)] overriding old http://schema.org/identifier (foliadocserve -> )

[CODEMETA COMPOSITION (foliadocserve)] processed 5 new triples, total is now 116

Processing source #13 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.foliadocserve.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/foliadocserve

[CODEMETA COMPOSITION (https://tools.clariah.nl/stub/H2e37bc832a27ed31)] processed 1 new triples, total is now 117

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/foliadocserve -> https://tools.clariah.nl/foliadocserve/0.7.8

[CODEMETA VALIDATION (foliadocserve)] done

[CODEMETA ENRICHMENT (foliadocserve)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliadocserve)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliadocserve)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliadocserve)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliadocserve)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliadocserve)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (foliadocserve)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/foliadocserve/0.7.8 #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)

VALIDATION https://tools.clariah.nl/foliadocserve/0.7.8 #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/foliadocserve/0.7.8 #3: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/foliadocserve/0.7.8 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/foliadocserve/0.7.8 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/foliadocserve.codemeta.json

[harvester info] <-- Finished processing foliadocserve (https://github.com/proycon/foliadocserve) [Sun Apr  5 03:07:34 UTC 2026]
""" .

<https://tools.clariah.nl/forcedalignment2/0.3.1> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-71ee3a08642d6e6b> ;
    sdo:codeRepository "https://github.com//opensource-spraakherkenning-nl/forcedalignment2" ;
    sdo:contributor <https://tools.clariah.nl/stub/H650aa599f41d7aa4> ;
    sdo:dateCreated "2020-03"^^sdo:Date ;
    sdo:description "This webservice provides an output file with word alignments given an NL speech recording and a transcription." ;
    sdo:identifier "forcedalignment2" ;
    sdo:keywords "alignment",
        "speech recognition" ;
    sdo:license <http://spdx.org/licenses/AGPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-77d6ce29b5eab29d> ;
    sdo:name "Forced Alignment 2" ;
    sdo:operatingSystem "Linux" ;
    sdo:producer <https://www.ru.nl/clst> ;
    sdo:review <https://tools.clariah.nl/validation/N95abf1858e36479d34a2099a3480e009> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-1105690dd0228d67>,
        <https://tools.clariah.nl/stub/H-6b93e1b0383e9a74> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://github.com/opensource-spraakherkenning-nl/forcedalignment2" ;
    sdo:version "0.3.1" ;
    owl:sameAs <https://tools.clariah.nl/forcedalignment2/0.3.1> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H55847b6fffd964a6>,
        <https://tools.clariah.nl/webapplication/N3005da89a4af7defc8a0fb8f81a6f6e1> ;
    codemeta:issueTracker <https://github.com/opensource-spraakherkenning-nl/forcedalignment2/issues> ;
    codemeta:readme <https://github.com/opensource-spraakherkenning-nl/forcedalignment2/blob/master/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:08:10 UTC 2026)

[harvester info] --> Processing forcedalignment2 (https://github.com//opensource-spraakherkenning-nl/forcedalignment2) [Sun Apr  5 03:08:10 UTC 2026]

[harvester info] Git updating cached clone of https://github.com//opensource-spraakherkenning-nl/forcedalignment2...

[harvester info] Found release v0.3.2

[harvester info] Using 'v0.3.2'

[harvester info] Git reference: v0.3.2

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/forcedalignment2 for harvestable resources...

[harvester info] found codemeta.json for forcedalignment2 (md5sum 89ffaa88db0688ad9f87f37b8e0f2e91); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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] 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 "forcedalignment2" --codeRepository "https://github.com//opensource-spraakherkenning-nl/forcedalignment2" --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/forcedalignment2.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.forcedalignment2.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.forcedalignment2.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.forcedalignment2.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.forcedalignment2.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/forcedalignment2

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.forcedalignment2.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/forcedalignment2

[CODEMETA COMPOSITION (https://tools.clariah.nl/forcedalignment2)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.forcedalignment2.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/forcedalignment2

[CODEMETA COMPOSITION (forcedalignment2)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA CORRECTION (forcedalignment2)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (forcedalignment2)] processed 47 new triples, total is now 47

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/forcedalignment2 -> https://tools.clariah.nl/forcedalignment2/0.3.1

[CODEMETA VALIDATION (forcedalignment2)] done

[CODEMETA ENRICHMENT (forcedalignment2)] Guessing interface type https://w3id.org/software-types#WebApplication based on clues

[CODEMETA ENRICHMENT (forcedalignment2)] adding author https://tools.clariah.nl/stub/H-517de4b06c85aaef as contributor

[CODEMETA ENRICHMENT (forcedalignment2)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/forcedalignment2/0.3.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)

VALIDATION https://tools.clariah.nl/forcedalignment2/0.3.1 #2: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/forcedalignment2/0.3.1 #3: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/forcedalignment2/0.3.1 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/forcedalignment2/0.3.1 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/forcedalignment2/0.3.1 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/forcedalignment2/0.3.1 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/forcedalignment2/0.3.1 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/forcedalignment2/0.3.1 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/forcedalignment2.codemeta.json

[harvester info] Harvesting remote service URL https://webservices.cls.ru.nl/forcedalignment2/ for forcedalignment2: 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/forcedalignment2.codemeta.json" "/tmp/out/forcedalignment2.codemeta.json" "https://webservices.cls.ru.nl/forcedalignment2/"

[harvester info] <-- Finished processing forcedalignment2 (https://github.com//opensource-spraakherkenning-nl/forcedalignment2) [Sun Apr  5 03:08:15 UTC 2026]
""" .

<https://tools.clariah.nl/frog-service/2.7> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://vocabs.dariah.eu/tadirah/contextualizing>,
        <https://vocabs.dariah.eu/tadirah/namedEntityRecognition>,
        <https://vocabs.dariah.eu/tadirah/posTagging>,
        <https://vocabs.dariah.eu/tadirah/segmenting>,
        <https://vocabs.dariah.eu/tadirah/tagging>,
        <https://vocabs.dariah.eu/tadirah/treeTagging>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis> ;
    sdo:applicationSuite "Frog" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/frog_webservice" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2022-02-17T20:41:15Z+0100"^^sdo:Date ;
    sdo:dateModified "2023-12-05T16:06:08Z+0100"^^sdo:Date ;
    sdo:description "Frog is a suite containing a tokeniser, Part-of-Speech tagger, lemmatiser, morphological analyser, shallow parser, and dependency parser for Dutch. This is the webservice for it, for both humans and machines." ;
    sdo:downloadUrl "https://github.com/proycon/frog_webservice/archive/refs/tags/v2.7.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H-38fbe7fab2a98055>,
        <https://tools.clariah.nl/stub/H114dda3ce3c5005e>,
        <https://tools.clariah.nl/stub/H5c36484965840cb9> ;
    sdo:identifier "frog-service" ;
    sdo:keywords "clam webservice rest nlp computational_linguistics rest" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "Frog-Webservice" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/frog_webservice/releases/tag/v2.7" ;
    sdo:review <https://tools.clariah.nl/validation/N18b4a65d535b44e820e1a536e6a40a77> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.10",
        "Python 3.6",
        "Python 3.7",
        "Python 3.8",
        "Python 3.9" ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H78828344f1a98305> ;
    sdo:url "https://languagemachines.github.io/frog" ;
    sdo:version "2.7" ;
    owl:sameAs <https://tools.clariah.nl/frog-service.contributors/snapshot>,
        <https://tools.clariah.nl/frog-service.topcontributor/snapshot>,
        <https://tools.clariah.nl/frog-service/2.7>,
        <https://tools.clariah.nl/frog-webservice/2.7>,
        <https://tools.clariah.nl/frog_webservice/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-5511b70668fcfd6b>,
        <https://tools.clariah.nl/webapplication/Nc8390e7fdd3742a4082ba28d2a857ca6> ;
    codemeta:issueTracker <https://github.com/proycon/frog_webservice/issues> ;
    codemeta:readme <https://github.com/proycon/frog_webservice/blob/v2.7//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:08:15 UTC 2026)

[harvester info] --> Processing frog-service (https://github.com/proycon/frog_webservice) [Sun Apr  5 03:08:15 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/frog_webservice...

[harvester info] Found release v2.7

[harvester info] Using 'v2.7'

[harvester info] Git reference: v2.7

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/frog-service for harvestable resources...

[harvester info] found codemeta-harvest.json for frog-service (md5sum d17aa23ae9ca03cec3d43b543a494443); values in here take precendence over (override) those in later detection stages

[harvester info] found python setup for frog-service, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2022-02-17T20:41:15Z+0100, date modified: 2023-12-05T16:06:08Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/proycon/frog_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.7) 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 Frog

[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 "frog-service" --codeRepository "https://github.com/proycon/frog_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/frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.frog-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.frog-service.codemeta.json 

-- begin log --

Passed 14 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.frog-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.frog-service.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/frog-service

Processing source #1 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.frog-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] processed 1 new triples, total is now 2

Processing source #2 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.frog-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] processed 1 new triples, total is now 3

Processing source #3 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.frog-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/frog-service.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] processed 8 new triples, total is now 10

Processing source #4 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.frog-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] processed 2 new triples, total is now 12

Processing source #5 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.frog-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] processed 1 new triples, total is now 13

Processing source #6 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.frog-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/frog_webservice/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H254bc4acfa24ed7a -> https://tools.clariah.nl/stub/H18171f1f36528504)

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] processed 29 new triples, total is now 36

Processing source #7 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.frog-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] overriding old http://schema.org/dateCreated (2022-02-17T21:15:33Z -> 2022-02-17T20:41:15Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] overriding old http://schema.org/dateModified (2023-12-05T15:14:48Z -> 2023-12-05T16:06:08Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] processed 2 new triples, total is now 36

Processing source #8 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.frog-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/frog-service.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] processed 8 new triples, total is now 37

Processing source #9 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.frog-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/frog-service)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/frog-service)] processed 1 new triples, total is now 37

Processing source #10 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.frog-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/frog-webservice/2.7

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H18171f1f36528504 -> https://tools.clariah.nl/stub/H27f805762836034f)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/description (Webservice and web interface for Frog, a dutch NLP suite -> Frog is a suite containing a tokeniser, Part-of-Speech tagger, lemmatiser, morphological analyser, shallow parser, and dependency parser for Dutch. This is the webservice for it, for both humans and machines.)

[CODEMETA COMPOSITION (frog-webservice)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/keywords (folia -> clam webservice rest nlp computational_linguistics rest)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/keywords (frog -> clam webservice rest nlp computational_linguistics rest)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/keywords (dutch -> clam webservice rest nlp computational_linguistics rest)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/keywords (part-of-speech-tagger -> clam webservice rest nlp computational_linguistics rest)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/keywords (nlp -> clam webservice rest nlp computational_linguistics rest)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/keywords (webservice -> clam webservice rest nlp computational_linguistics rest)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/keywords (named-entity-recognition -> clam webservice rest nlp computational_linguistics rest)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/name (frog_webservice -> Frog-Webservice)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/version (v2.7 -> 2.7)

[CODEMETA COMPOSITION (frog-webservice)] processed 58 new triples, total is now 76

Processing source #11 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.frog-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (frog-webservice)] processed 1 new triples, total is now 76

Processing source #12 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.frog-service.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/softwareRequirements (https://tools.clariah.nl/dependency/folia-tools -> https://tools.clariah.nl/stub/H-19e3e250ba282669)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/softwareRequirements (https://tools.clariah.nl/dependency/clam-ge-3-2-4 -> https://tools.clariah.nl/stub/H-19e3e250ba282669)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/applicationCategory (Internet > WWW/HTTP > WSGI > Application -> https://vocabs.dariah.eu/tadirah/contextualizing)

[CODEMETA COMPOSITION (frog-webservice)] overriding old http://schema.org/applicationCategory (Text Processing > Linguistic -> https://vocabs.dariah.eu/tadirah/contextualizing)

[CODEMETA COMPOSITION (frog-webservice)] processed 44 new triples, total is now 114

Processing source #13 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.frog-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (frog-webservice)] processed 1 new triples, total is now 114

Processing source #14 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.frog-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/frog-service

[CODEMETA COMPOSITION (frog-webservice)] processed 1 new triples, total is now 115

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/frog-service -> https://tools.clariah.nl/frog-service/2.7

[CODEMETA VALIDATION (frog-service)] done

[CODEMETA ENRICHMENT (frog-service)] Guessing interface type http://schema.org/WebAPI based on clues

[CODEMETA ENRICHMENT (frog-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (frog-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (frog-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (frog-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (frog-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (frog-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

VALIDATION https://tools.clariah.nl/frog-service/2.7 #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)

VALIDATION https://tools.clariah.nl/frog-service/2.7 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/frog-service/2.7 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/frog-service.codemeta.json

[harvester info] Harvesting remote service URL https://webservices.cls.ru.nl/frog/ for frog-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/frog-service.codemeta.json" "/tmp/out/frog-service.codemeta.json" "https://webservices.cls.ru.nl/frog/"

[harvester info] <-- Finished processing frog-service (https://github.com/proycon/frog_webservice) [Sun Apr  5 03:08:32 UTC 2026]
""" .

<https://tools.clariah.nl/fusus/0.0.2> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Religion",
        "Scientific/Engineering > Information Analysis",
        "Sociology > History",
        "Text Processing",
        "Text Processing > Fonts",
        "Text Processing > Markup" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/education>,
        <https://tools.clariah.nl/audience/religion>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H-5c61a9c6959b3291> ;
    sdo:codeRepository "https://github.com/among/fusus" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-6a9da983d290fb75> ;
    sdo:dateCreated "2020-03-03T10:02:46Z+0100"^^sdo:Date ;
    sdo:dateModified "2023-04-11T19:46:15Z+0200"^^sdo:Date ;
    sdo:description "Workflow for converting Arabic scanned pages into readable text" ;
    sdo:downloadUrl "https://github.com/among/fusus/archive/refs/tags/v0.8.zip" ;
    sdo:identifier "fusus" ;
    sdo:keywords "OCR",
        "arabic",
        "image processing",
        "islam",
        "medieval",
        "text" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/cornelis-van-lit> ;
    sdo:name "fusus" ;
    sdo:operatingSystem "MacOS > MacOS X",
        "Microsoft > Windows > Windows 10",
        "POSIX > Linux" ;
    sdo:producer <https://tools.clariah.nl/org/among-a-community-for-dh-and-ms> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/among/fusus/releases/tag/v0.8" ;
    sdo:review <https://tools.clariah.nl/validation/N3177d7a106e065d2c6da6b98b6583cbc> ;
    sdo:runtimePlatform "Python 3",
        "Python 3 Only",
        "Python Implementation CPython" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/ipython>,
        <https://tools.clariah.nl/dependency/kraken3-0-6>,
        <https://tools.clariah.nl/dependency/numpy>,
        <https://tools.clariah.nl/dependency/opencv-contrib-python>,
        <https://tools.clariah.nl/dependency/pdoc3>,
        <https://tools.clariah.nl/dependency/pillow>,
        <https://tools.clariah.nl/dependency/pymupdf>,
        <https://tools.clariah.nl/dependency/python-levenshtein>,
        <https://tools.clariah.nl/dependency/pyyaml-ge-5-3>,
        <https://tools.clariah.nl/dependency/text-fabric-ge-8-4-7> ;
    sdo:url "https://github.com/among/fusus" ;
    sdo:version "0.0.2" ;
    owl:sameAs <https://tools.clariah.nl/fusus.contributors/snapshot>,
        <https://tools.clariah.nl/fusus.topcontributor/snapshot>,
        <https://tools.clariah.nl/fusus/0.0.2>,
        <https://tools.clariah.nl/fusus/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage2ProofOfConcept>,
        <https://www.repostatus.org/#inactive> ;
    codemeta:issueTracker <https://github.com/among/fusus/issues> ;
    codemeta:readme <https://github.com/among/fusus/blob/v0.8//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:08:37 UTC 2026)

[harvester info] --> Processing fusus (https://github.com/among/fusus) [Sun Apr  5 03:08:37 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/among/fusus...

[harvester info] Found release v0.8

[harvester info] Using 'v0.8'

[harvester info] Git reference: v0.8

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/fusus for harvestable resources...

[harvester info] found python setup for fusus, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Dirk Roorda <dirk.roorda@dans.knaw.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: 2020-03-03T10:02:46Z+0100, date modified: 2023-04-11T19:46:15Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/among/fusus)

[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] Found DOI https://doi.org/10.5281/zenodo.7818766

[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/#wip

[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 (v0.8) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#inactive

[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 "fusus" --codeRepository "https://github.com/among/fusus" --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/fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.fusus.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.fusus.codemeta.json 

-- begin log --

Passed 13 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.fusus.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.fusus.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/fusus

Processing source #1 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.fusus.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] processed 1 new triples, total is now 2

Processing source #2 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.fusus.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] processed 1 new triples, total is now 3

Processing source #3 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.fusus.codemeta.json

    Found main resource with URI https://tools.clariah.nl/fusus.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] processed 8 new triples, total is now 10

Processing source #4 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.fusus.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] processed 2 new triples, total is now 12

Processing source #5 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.fusus.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] processed 1 new triples, total is now 13

Processing source #6 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.fusus.codemeta.json

    Found main resource with URI https://tools.clariah.nl/fusus/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#unsupported)

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] processed 30 new triples, total is now 41

Processing source #7 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.fusus.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] overriding old http://schema.org/dateCreated (2020-03-03T09:02:45Z -> 2020-03-03T10:02:46Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] overriding old http://schema.org/dateModified (2025-10-10T15:28:10Z -> 2023-04-11T19:46:15Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] processed 2 new triples, total is now 41

Processing source #8 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.fusus.codemeta.json

    Found main resource with URI https://tools.clariah.nl/fusus.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] processed 14 new triples, total is now 48

Processing source #9 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.fusus.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/fusus)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/fusus)] processed 1 new triples, total is now 48

Processing source #10 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.fusus.codemeta.json

    Found main resource with URI https://tools.clariah.nl/fusus/0.0.2

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H5d3333c40cf3fc56 -> https://tools.clariah.nl/stub/H65062b6b7ec061cb)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/description (a workflow to transform Arabic classical works in printed form to structured text -> Workflow for converting Arabic scanned pages into readable text)

[CODEMETA COMPOSITION (fusus)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#unsupported -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/keywords (workflow -> OCR)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/keywords (text-fabric -> OCR)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/keywords (opencv -> OCR)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/keywords (ocr -> OCR)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/keywords (python -> OCR)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/keywords (image-processing -> OCR)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/keywords (digital-humanities -> OCR)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/keywords (wisdom -> OCR)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/keywords (kraken -> OCR)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/keywords (text-processing -> OCR)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/url (https://among.github.io/fusus/fusus/index.html -> https://github.com/among/fusus)

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/version (v0.8 -> 0.0.2)

[CODEMETA COMPOSITION (fusus)] processed 120 new triples, total is now 144

Processing source #11 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.fusus.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (fusus)] processed 1 new triples, total is now 144

Processing source #12 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.fusus.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (fusus)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#wip -> https://www.repostatus.org/#inactive)

[CODEMETA COMPOSITION (fusus)] processed 1 new triples, total is now 144

Processing source #13 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.fusus.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/fusus

[CODEMETA COMPOSITION (fusus)] overriding old http://schema.org/identifier (fusus -> )

[CODEMETA COMPOSITION (fusus)] processed 5 new triples, total is now 148

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/fusus -> https://tools.clariah.nl/fusus/0.0.2

[CODEMETA VALIDATION (fusus)] done

[CODEMETA ENRICHMENT (fusus)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (fusus)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (fusus)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (fusus)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/fusus/0.0.2 #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)

VALIDATION https://tools.clariah.nl/fusus/0.0.2 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/fusus/0.0.2 #3: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/fusus/0.0.2 #4: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/fusus/0.0.2 #5: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/fusus/0.0.2 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/fusus/0.0.2 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/fusus.codemeta.json

[harvester info] <-- Finished processing fusus (https://github.com/among/fusus) [Sun Apr  5 03:08:52 UTC 2026]
""" .

<https://tools.clariah.nl/g2pservice/0.3.4> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Internet > WWW/HTTP > WSGI > Application",
        "Text Processing > Linguistic" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H-50cb3b90b2ec6fcf> ;
    sdo:codeRepository "https://github.com/opensource-spraakherkenning-nl/g2pservice" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-41435137d0a9401b> ;
    sdo:dateCreated "2019-02-25T16:18:01Z+0100"^^sdo:Date ;
    sdo:dateModified "2023-05-12T13:09:12Z+0200"^^sdo:Date ;
    sdo:description "Grapheme to Phoneme converter. Input is a list of words (utf8). Choose one of the language options." ;
    sdo:downloadUrl "https://github.com/opensource-spraakherkenning-nl/g2pservice/archive/refs/tags/v0.3.4.zip" ;
    sdo:identifier "g2pservice" ;
    sdo:keywords "speech",
        "transcription" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/louis-ten-bosch> ;
    sdo:name "g2pservice" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/org/open-spraaktechnologie> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/opensource-spraakherkenning-nl/g2pservice/releases/tag/v0.3.4" ;
    sdo:review <https://tools.clariah.nl/validation/Naeda13413d3c5cf4185333fdbc5dd4de> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.6",
        "Python 3.7",
        "Python 3.8",
        "Python 3.9" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/clam-ge-3-1> ;
    sdo:url "https://gitlab.science.ru.nl/clst-asr/g2p-service" ;
    sdo:version "0.3.4" ;
    owl:sameAs <https://tools.clariah.nl/g2pservice.contributors/snapshot>,
        <https://tools.clariah.nl/g2pservice.topcontributor/snapshot>,
        <https://tools.clariah.nl/g2pservice/0.3.4>,
        <https://tools.clariah.nl/g2pservice/snapshot> ;
    codemeta:buildInstructions <https://github.com/opensource-spraakherkenning-nl/g2pservice/blob/v0.3.4//INSTALL> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H6bfae9fa6f018e8e>,
        <https://tools.clariah.nl/webapplication/Nac6362610b9e767c44b0cbb59b2fa2b6> ;
    codemeta:issueTracker <https://github.com/opensource-spraakherkenning-nl/g2pservice/issues> ;
    codemeta:readme <https://github.com/opensource-spraakherkenning-nl/g2pservice/blob/v0.3.4//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:08:52 UTC 2026)

[harvester info] --> Processing g2pservice (https://github.com/opensource-spraakherkenning-nl/g2pservice) [Sun Apr  5 03:08:52 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/opensource-spraakherkenning-nl/g2pservice...

[harvester info] Found release v0.3.4

[harvester info] Using 'v0.3.4'

[harvester info] Git reference: v0.3.4

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/g2pservice for harvestable resources...

[harvester info] found python setup for g2pservice, converting to codemeta

[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: 2019-02-25T16:18:01Z+0100, date modified: 2023-05-12T13:09:12Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/opensource-spraakherkenning-nl/g2pservice)

[harvester info] Adding URL for found README: README.md

[harvester info] Found buildInstructions in INSTALL

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v0.3.4) 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] 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 "g2pservice" --codeRepository "https://github.com/opensource-spraakherkenning-nl/g2pservice" --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/g2pservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.g2pservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.g2pservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.g2pservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.g2pservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/42-buildinstructions.g2pservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.g2pservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.g2pservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.g2pservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.g2pservice.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.g2pservice.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.g2pservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.g2pservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.g2pservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.g2pservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/42-buildinstructions.g2pservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.g2pservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.g2pservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.g2pservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.g2pservice.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.g2pservice.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/g2pservice

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.g2pservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/g2pservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.g2pservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/g2pservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] processed 1 new triples, total is now 3

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.g2pservice.codemeta.json

    Found main resource with URI https://tools.clariah.nl/g2pservice.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/g2pservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] processed 8 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.g2pservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/g2pservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] processed 2 new triples, total is now 12

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/42-buildinstructions.g2pservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/g2pservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] processed 1 new triples, total is now 13

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.g2pservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/g2pservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] processed 1 new triples, total is now 14

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.g2pservice.codemeta.json

    Found main resource with URI https://tools.clariah.nl/g2pservice/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/g2pservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] processed 12 new triples, total is now 25

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.g2pservice.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/g2pservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] overriding old http://schema.org/dateCreated (2020-09-16T14:30:10Z -> 2019-02-25T16:18:01Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] overriding old http://schema.org/dateModified (2023-05-12T11:22:11Z -> 2023-05-12T13:09:12Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] processed 2 new triples, total is now 25

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.g2pservice.codemeta.json

    Found main resource with URI https://tools.clariah.nl/g2pservice.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/g2pservice

[CODEMETA COMPOSITION (https://tools.clariah.nl/g2pservice)] processed 20 new triples, total is now 38

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.g2pservice.codemeta.json

    Found main resource with URI https://tools.clariah.nl/g2pservice/0.3.4

    Injected (possibly temporary) URI https://tools.clariah.nl/g2pservice

[CODEMETA COMPOSITION (g2pservice)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-298dbd31e606398 -> https://tools.clariah.nl/stub/H5245c361b70504d9)

[CODEMETA COMPOSITION (g2pservice)] overriding old http://schema.org/description (Grapheme to phoneme (G2P) webservice, scripts and models -> Grapheme to Phoneme converter. Input is a list of words (utf8). Choose one of the language options.)

[CODEMETA COMPOSITION (g2pservice)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (g2pservice)] overriding old http://schema.org/version (v0.3.4 -> 0.3.4)

[CODEMETA COMPOSITION (g2pservice)] processed 53 new triples, total is now 82

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/g2pservice -> https://tools.clariah.nl/g2pservice/0.3.4

[CODEMETA VALIDATION (g2pservice)] done

[CODEMETA ENRICHMENT (g2pservice)] Guessing interface type https://w3id.org/software-types#WebApplication based on clues

[CODEMETA ENRICHMENT (g2pservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (g2pservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (g2pservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (g2pservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (g2pservice)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (g2pservice)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/g2pservice/0.3.4 #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)

VALIDATION https://tools.clariah.nl/g2pservice/0.3.4 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/g2pservice/0.3.4 #3: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/g2pservice/0.3.4 #4: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/g2pservice/0.3.4 #5: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/g2pservice/0.3.4 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/g2pservice/0.3.4 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/g2pservice.codemeta.json

[harvester info] Harvesting remote service URL https://webservices.cls.ru.nl/g2pservice/ for g2pservice: 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/g2pservice.codemeta.json" "/tmp/out/g2pservice.codemeta.json" "https://webservices.cls.ru.nl/g2pservice/"

[harvester info] <-- Finished processing g2pservice (https://github.com/opensource-spraakherkenning-nl/g2pservice) [Sun Apr  5 03:09:09 UTC 2026]
""" .

<https://tools.clariah.nl/gecco/0.3.0> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Text Processing > Linguistic" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/gecco" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2015-01-08T16:07:44Z+0100"^^sdo:Date ;
    sdo:dateModified "2020-07-11T13:28:04Z+0200"^^sdo:Date ;
    sdo:description "Generic Environment for Context-Aware Correction of Orthography" ;
    sdo:downloadUrl "https://github.com/proycon/gecco/archive/refs/tags/v0.3.0.zip" ;
    sdo:identifier "gecco" ;
    sdo:keywords "spelling corrector spell check nlp computational_linguistics rest" ;
    sdo:license <http://spdx.org/licenses/GPL-2.0-only>,
        <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "Gecco" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/gecco/releases/tag/v0.3.0" ;
    sdo:review <https://tools.clariah.nl/validation/N91395a3868019d24be8a0dbe96368486> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.2",
        "Python 3.3",
        "Python 3.4" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/colibricore-ge-2-4>,
        <https://tools.clariah.nl/dependency/folia-ge-2-2-0>,
        <https://tools.clariah.nl/dependency/lxml-ge-2-2>,
        <https://tools.clariah.nl/dependency/psutil>,
        <https://tools.clariah.nl/dependency/pynlpl-ge-1-2-9>,
        <https://tools.clariah.nl/dependency/python-levenshtein>,
        <https://tools.clariah.nl/dependency/python-ucto-ge-0-2-2>,
        <https://tools.clariah.nl/dependency/python3-timbl>,
        <https://tools.clariah.nl/dependency/pyyaml> ;
    sdo:url "https://github.com/proycon/gecco" ;
    sdo:version "0.3.0" ;
    owl:sameAs <https://tools.clariah.nl/gecco.contributors/snapshot>,
        <https://tools.clariah.nl/gecco.topcontributor/snapshot>,
        <https://tools.clariah.nl/gecco/0.3.0>,
        <https://tools.clariah.nl/gecco/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#unsupported> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/gecco/0.3.0> ;
    codemeta:issueTracker <https://github.com/proycon/gecco/issues> ;
    codemeta:readme <https://github.com/proycon/gecco/blob/v0.3.0//README.md> ;
    ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:09:34 UTC 2026)

[harvester info] --> Processing gecco (https://github.com/proycon/gecco) [Sun Apr  5 03:09:34 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/gecco...

[harvester info] Found release v0.3.0

[harvester info] Using 'v0.3.0'

[harvester info] Git reference: v0.3.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/gecco for harvestable resources...

[harvester info] found python setup for gecco, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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-01-08T16:07:44Z+0100, date modified: 2020-07-11T13:28:04Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/proycon/gecco)

[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] Found DOI https://doi.org/10.5281/zenodo.3940410

[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/#inactive

[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 (v0.3.0) 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/#unsupported

[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 "gecco" --codeRepository "https://github.com/proycon/gecco" --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/gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.gecco.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.gecco.codemeta.json 

-- begin log --

Passed 13 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.gecco.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.gecco.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/gecco

Processing source #1 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.gecco.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] processed 1 new triples, total is now 2

Processing source #2 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.gecco.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] processed 1 new triples, total is now 3

Processing source #3 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.gecco.codemeta.json

    Found main resource with URI https://tools.clariah.nl/gecco.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] processed 8 new triples, total is now 10

Processing source #4 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.gecco.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] processed 2 new triples, total is now 12

Processing source #5 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.gecco.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] processed 1 new triples, total is now 13

Processing source #6 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.gecco.codemeta.json

    Found main resource with URI https://tools.clariah.nl/gecco/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H51860290af4bcc3a -> https://tools.clariah.nl/stub/H480cb0eb5a1535f5)

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] processed 24 new triples, total is now 31

Processing source #7 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.gecco.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] overriding old http://schema.org/dateCreated (2015-01-08T15:08:28Z -> 2015-01-08T16:07:44Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] overriding old http://schema.org/dateModified (2022-09-07T12:27:37Z -> 2020-07-11T13:28:04Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] processed 2 new triples, total is now 31

Processing source #8 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.gecco.codemeta.json

    Found main resource with URI https://tools.clariah.nl/gecco.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] processed 8 new triples, total is now 32

Processing source #9 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.gecco.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/gecco)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/gecco)] processed 1 new triples, total is now 32

Processing source #10 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.gecco.codemeta.json

    Found main resource with URI https://tools.clariah.nl/gecco/0.3.0

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (gecco)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H480cb0eb5a1535f5 -> https://tools.clariah.nl/stub/H51860290af4bcc3a)

[CODEMETA COMPOSITION (gecco)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (gecco)] overriding old http://schema.org/keywords (python -> spelling corrector spell check nlp computational_linguistics rest)

[CODEMETA COMPOSITION (gecco)] overriding old http://schema.org/keywords (spelling-correction -> spelling corrector spell check nlp computational_linguistics rest)

[CODEMETA COMPOSITION (gecco)] overriding old http://schema.org/keywords (nlp -> spelling corrector spell check nlp computational_linguistics rest)

[CODEMETA COMPOSITION (gecco)] overriding old http://schema.org/name (gecco -> Gecco)

[CODEMETA COMPOSITION (gecco)] overriding old http://schema.org/version (v0.3.0 -> 0.3.0)

[CODEMETA COMPOSITION (gecco)] processed 104 new triples, total is now 118

Processing source #11 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.gecco.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (gecco)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#wip -> https://www.repostatus.org/#inactive)

[CODEMETA COMPOSITION (gecco)] processed 1 new triples, total is now 118

Processing source #12 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.gecco.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (gecco)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#unsupported)

[CODEMETA COMPOSITION (gecco)] processed 1 new triples, total is now 118

Processing source #13 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.gecco.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (gecco)] overriding old http://schema.org/identifier (gecco -> )

[CODEMETA COMPOSITION (gecco)] processed 5 new triples, total is now 122

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/gecco -> https://tools.clariah.nl/gecco/0.3.0

[CODEMETA VALIDATION (gecco)] done

[CODEMETA ENRICHMENT (gecco)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (gecco)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (gecco)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (gecco)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (gecco)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/gecco/0.3.0 #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)

VALIDATION https://tools.clariah.nl/gecco/0.3.0 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/gecco/0.3.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/gecco/0.3.0 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/gecco/0.3.0 #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)

VALIDATION https://tools.clariah.nl/gecco/0.3.0 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/gecco.codemeta.json

[harvester info] Harvesting remote service URL https://webservices.cls.ru.nl/valkuil/ for gecco: 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/gecco.codemeta.json" "/tmp/out/gecco.codemeta.json" "https://webservices.cls.ru.nl/valkuil/"

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/out/gecco.codemeta.json', 'json'), ('https://webservices.cls.ru.nl/valkuil/', 'web')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/gecco

Processing source #1 of 2

Parsing json-ld file from /tmp/out/gecco.codemeta.json

    Found main resource with URI https://tools.clariah.nl/gecco/0.3.0

    Injected (possibly temporary) URI https://tools.clariah.nl/gecco

[CODEMETA COMPOSITION (gecco)] processed 130 new triples, total is now 130

Processing source #2 of 2

Fallback: Obtaining metadata from remote URL https://webservices.cls.ru.nl/valkuil/

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 692, in build

    for targetres in codemeta.parsers.web.parse_web(

                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/codemeta/parsers/web.py", line 105, in parse_web

    r.raise_for_status()

  File "/usr/lib/python3.12/site-packages/requests/models.py", line 1026, in raise_for_status

    raise HTTPError(http_error_msg, response=self)

requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://webservices.cls.ru.nl/valkuil/

-- end log --

[harvester error] Failed to obtain or process metadata from remote service URL https://webservices.cls.ru.nl/valkuil/ for gecco

[harvester info] <-- Finished processing gecco (https://github.com/proycon/gecco) [Sun Apr  5 03:09:50 UTC 2026]
""" .

<https://tools.clariah.nl/glem/1.3.1> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology>,
        <https://w3id.org/nwo-research-fields#GreekAndLatinPhilologyAndLiterature> ;
    sdo:author <https://tools.clariah.nl/stub/H5ef024dae822263d> ;
    sdo:codeRepository "https://github.com/GreekPerspective/glem/" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-405c06697a58d4f2> ;
    sdo:dateCreated "2017-04-09"^^sdo:Date ;
    sdo:dateModified "2023-10-05T14:28:06Z+0200"^^sdo:Date ;
    sdo:description "GLEM is a lemmatizer for Ancient Greek." ;
    sdo:funding <https://tools.clariah.nl/stub/H0703d8d3f2718e46> ;
    sdo:identifier "glem" ;
    sdo:keywords "ancient greek",
        "greek",
        "lemma",
        "lemmatisation",
        "natural language processing",
        "nlp" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-3615957e9d1d0c3f> ;
    sdo:name "Glem" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://www.ru.nl/clst>,
        <https://www.ru.nl/ptrs> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H2a55d4ab7d388261> ;
    sdo:releaseNotes "https://github.com/GreekPerspective/glem/releases" ;
    sdo:review <https://tools.clariah.nl/validation/N0f890f8fb89f9297de64845376f6c566> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H116ea82749026d94> ;
    sdo:sourceOrganization <https://www.ru.nl/clst> ;
    sdo:url "https://github.com/GreekPerspective/glem" ;
    sdo:version "1.3.1" ;
    owl:sameAs <https://tools.clariah.nl/glem/1.3.1> ;
    codemeta:continuousIntegration <https://travis-ci.org/GreekPerspective/glem> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-level#Level8Complete>,
        <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-593eaec475650375>,
        <https://tools.clariah.nl/webapplication/N233298a0fac88cd1026ecd57e952d1df> ;
    codemeta:issueTracker <https://github.com/GreekPerspective/glem/issues> ;
    codemeta:readme <https://github.com/GreekPerspective/glem/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-740a03bdde264ab4> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:09:50 UTC 2026)

[harvester info] --> Processing glem (https://github.com/GreekPerspective/glem/) [Sun Apr  5 03:09:50 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/GreekPerspective/glem/...

[harvester info] Found release v1.3.2

[harvester info] Using 'v1.3.2'

[harvester info] Git reference: v1.3.2

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/glem for harvestable resources...

[harvester info] found codemeta.json for glem (md5sum bec1c284ec9cbad068125651112f8535); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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] 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 "glem" --codeRepository "https://github.com/GreekPerspective/glem/" --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/glem.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.glem.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.glem.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.glem.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.glem.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/glem

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.glem.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/glem

[CODEMETA COMPOSITION (https://tools.clariah.nl/glem)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.glem.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/glem

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (glem)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (glem)] processed 121 new triples, total is now 121

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/glem -> https://tools.clariah.nl/glem/1.3.1

[CODEMETA VALIDATION (glem)] done

[CODEMETA ENRICHMENT (glem)] adding author https://tools.clariah.nl/stub/H-4d6ee4759325c1f7 as contributor

[CODEMETA ENRICHMENT (glem)] adding author https://tools.clariah.nl/stub/H-45449d0218fac793 as contributor

[CODEMETA ENRICHMENT (glem)] adding author https://tools.clariah.nl/stub/H-38467c427b458899 as contributor

[CODEMETA ENRICHMENT (glem)] adding author https://tools.clariah.nl/stub/H18089a7eacb99130 as contributor

[CODEMETA ENRICHMENT (glem)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/glem/1.3.1 #1: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/glem/1.3.1 #2: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/glem.codemeta.json

[harvester info] Harvesting remote service URL https://webservices.cls.ru.nl/glem for glem: 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/glem.codemeta.json" "/tmp/out/glem.codemeta.json" "https://webservices.cls.ru.nl/glem"

[harvester info] <-- Finished processing glem (https://github.com/GreekPerspective/glem/) [Sun Apr  5 03:09:56 UTC 2026]
""" .

<https://tools.clariah.nl/gretel/5.1.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-1680d43dbbef1407> ;
    sdo:codeRepository "https://github.com/UUDigitalHumanitieslab/gretel" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-473792d2ff36ed21> ;
    sdo:dateCreated "2016-03-07T13:48:19Z+0100"^^sdo:Date ;
    sdo:dateModified "2025-06-11T14:23:39Z+0200"^^sdo:Date ;
    sdo:datePublished "2025-06-11"^^sdo:Date ;
    sdo:description "Search engine for the exploitation of syntactically annotated corpora or treebanks" ;
    sdo:downloadUrl "https://github.com/UUDigitalHumanitieslab/gretel/archive/refs/tags/v5.1.0.zip" ;
    sdo:identifier "gretel" ;
    sdo:keywords "corpus research",
        "dutch",
        "natural language processing",
        "syntax",
        "treebanks" ;
    sdo:license <http://spdx.org/licenses/CC-BY-NC-SA-4.0> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-1494d7234b10efa9> ;
    sdo:name "GrETEL" ;
    sdo:producer <https://tools.clariah.nl/org/centre-for-digital-humanities> ;
    sdo:programmingLanguage "Javascript" ;
    sdo:releaseNotes "https://github.com/UUDigitalHumanitieslab/gretel/releases/tag/v5.1.0" ;
    sdo:review <https://tools.clariah.nl/validation/N1e8e1b1761bdecaba1e32d5cee019e80> ;
    sdo:softwareHelp <https://www.selenium.dev/documentation/webdriver/> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/angular-cli-ge-15-lt-16> ;
    sdo:url "https://gretel.hum.uu.nl" ;
    sdo:version "5.1.0" ;
    owl:sameAs <https://tools.clariah.nl/gretel.contributors/snapshot>,
        <https://tools.clariah.nl/gretel.topcontributor/snapshot>,
        <https://tools.clariah.nl/gretel/5.1.0>,
        <https://tools.clariah.nl/gretel/snapshot>,
        <https://tools.clariah.nl/gretel5/5.1.0> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/webapplication/gretel-5> ;
    codemeta:issueTracker <https://github.com/CentreForDigitalHumanities/gretel/issues> ;
    codemeta:readme <https://github.com/UUDigitalHumanitieslab/gretel/blob/v5.1.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:09:56 UTC 2026)

[harvester info] --> Processing gretel (https://github.com/UUDigitalHumanitieslab/gretel) [Sun Apr  5 03:09:56 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/UUDigitalHumanitieslab/gretel...

[harvester info] Found release v5.1.0

[harvester info] Using 'v5.1.0'

[harvester info] Git reference: v5.1.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/gretel for harvestable resources...

[harvester info] found CITATION.cff for gretel, converting to codemeta

[harvester info] found package.json (NodeJS) for gretel, converting to codemeta

[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 Sheean Spoel <s.j.j.spoel@uu.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: 2016-03-07T13:48:19Z+0100, date modified: 2025-06-11T14:23:39Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/UUDigitalHumanitieslab/gretel)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from https://www.selenium.dev/documentation/webdriver/

[harvester info] Found documentation at https://www.selenium.dev/documentation/webdriver/ : "name": "WebDriver | Selenium",

[harvester info] Falling back to git tag (v5.1.0) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "gretel" --codeRepository "https://github.com/UUDigitalHumanitieslab/gretel" --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/gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/22-npm.gretel.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-citationcff.gretel.codemeta.json 

-- begin log --

Passed 11 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.gretel.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.gretel.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.gretel.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.gretel.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.gretel.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.gretel.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.gretel.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.gretel.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.gretel.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/22-npm.gretel.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-citationcff.gretel.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/gretel

Processing source #1 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.gretel.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] processed 1 new triples, total is now 2

Processing source #2 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.gretel.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] processed 1 new triples, total is now 3

Processing source #3 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.gretel.codemeta.json

    Found main resource with URI https://tools.clariah.nl/gretel.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] processed 8 new triples, total is now 10

Processing source #4 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.gretel.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] processed 4 new triples, total is now 14

Processing source #5 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.gretel.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] processed 2 new triples, total is now 16

Processing source #6 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.gretel.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] processed 1 new triples, total is now 17

Processing source #7 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.gretel.codemeta.json

    Found main resource with URI https://tools.clariah.nl/gretel/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] processed 13 new triples, total is now 29

Processing source #8 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.gretel.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] overriding old http://schema.org/dateCreated (2017-06-27T13:41:53Z -> 2016-03-07T13:48:19Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] overriding old http://schema.org/dateModified (2026-02-12T13:22:29Z -> 2025-06-11T14:23:39Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] processed 2 new triples, total is now 29

Processing source #9 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.gretel.codemeta.json

    Found main resource with URI https://tools.clariah.nl/gretel.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] processed 98 new triples, total is now 122

Processing source #10 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/22-npm.gretel.codemeta.json

    Found main resource with URI https://tools.clariah.nl/gretel5/5.1.0

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-3587ab06dad0204e -> https://tools.clariah.nl/stub/H3137143b5deb2b56)

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] overriding old http://schema.org/description (GrETEL 5 -> GrETEL5)

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] overriding old http://schema.org/name (gretel -> gretel5)

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] overriding old http://schema.org/version (v5.1.0 -> 5.1.0)

[CODEMETA COMPOSITION (https://tools.clariah.nl/gretel)] processed 19 new triples, total is now 135

Processing source #11 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-citationcff.gretel.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/gretel

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7152769)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H3137143b5deb2b56 -> https://tools.clariah.nl/stub/H5ad314656ec84519)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7152769)] overriding old http://schema.org/description (GrETEL5 -> Search engine for the exploitation of syntactically annotated corpora or treebanks)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7152769)] overriding old http://schema.org/license (http://spdx.org/licenses/BSD-3-Clause -> https://spdx.org/licenses/CC-BY-NC-SA-4.0)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7152769)] overriding old http://schema.org/name (gretel5 -> GrETEL)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7152769)] overriding old http://schema.org/url (http://gretel.hum.uu.nl -> https://gretel.hum.uu.nl)

[CODEMETA CORRECTION (https://doi.org/10.5281/zenodo.7152769)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.7152769)] processed 103 new triples, total is now 230

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/gretel -> https://tools.clariah.nl/gretel/5.1.0

[CODEMETA VALIDATION (gretel)] done

[CODEMETA ENRICHMENT (gretel)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/gretel/5.1.0 #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)

VALIDATION https://tools.clariah.nl/gretel/5.1.0 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/gretel/5.1.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/gretel/5.1.0 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/gretel/5.1.0 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/gretel/5.1.0 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/gretel/5.1.0 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/gretel.codemeta.json

[harvester info] Harvesting remote service URL https://gretel.hum.uu.nl/ng/home for gretel: 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/gretel.codemeta.json" "/tmp/out/gretel.codemeta.json" "https://gretel.hum.uu.nl/ng/home"

[harvester info] <-- Finished processing gretel (https://github.com/UUDigitalHumanitieslab/gretel) [Sun Apr  5 03:10:13 UTC 2026]
""" .

<https://tools.clariah.nl/hypodisc/0.1.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-3cc2a02d53014a4d> ;
    sdo:codeRepository "https://github.com/wxwilcke/hypodisc" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-3cc2a02d53014a4d> ;
    sdo:dateCreated "2023-07-27T14:09:41Z+0200"^^sdo:Date ;
    sdo:dateModified "2024-10-17T17:10:45Z+0200"^^sdo:Date ;
    sdo:description "Hypothesis Discovery on RDF Knowledge Graphs" ;
    sdo:downloadUrl "https://github.com/wxwilcke/hypodisc/archive/refs/tags/1.0.0.zip" ;
    sdo:identifier "hypodisc" ;
    sdo:keywords "hypothesis generation",
        "knowledge graphs",
        "pattern discovery",
        "rdf" ;
    sdo:license <http://spdx.org/licenses/AGPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/xander-wilcke> ;
    sdo:name "hypodisc" ;
    sdo:operatingSystem "OS Independent" ;
    sdo:producer <https://tools.clariah.nl/org/vu-university-amsterdam> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/wxwilcke/hypodisc/releases/tag/1.0.0" ;
    sdo:review <https://tools.clariah.nl/validation/N058189216c98de8cf9aafd57c96bf25e> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/flask>,
        <https://tools.clariah.nl/dependency/numpy>,
        <https://tools.clariah.nl/dependency/pyrdf-ge-2-3-0>,
        <https://tools.clariah.nl/dependency/scikit-learn>,
        <https://tools.clariah.nl/dependency/scipy>,
        <https://tools.clariah.nl/dependency/toml>,
        <https://tools.clariah.nl/dependency/typing-extensions> ;
    sdo:url "https://wxwilcke.gitlab.io/hypodisc" ;
    sdo:version "0.1.0" ;
    owl:sameAs <https://tools.clariah.nl/hypodisc.contributors/snapshot>,
        <https://tools.clariah.nl/hypodisc.topcontributor/snapshot>,
        <https://tools.clariah.nl/hypodisc/0.1.0>,
        <https://tools.clariah.nl/hypodisc/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H0f981748d6ee7816> ;
    codemeta:issueTracker <https://gitlab.com/wxwilcke/hypodisc/-/issues> ;
    codemeta:readme <https://github.com/wxwilcke/hypodisc/blob/1.0.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:10:16 UTC 2026)

[harvester info] --> Processing hypodisc (https://github.com/wxwilcke/hypodisc) [Sun Apr  5 03:10:16 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/wxwilcke/hypodisc...

[harvester info] Found release 1.0.0

[harvester info] Using '1.0.0'

[harvester info] Git reference: 1.0.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/hypodisc for harvestable resources...

[harvester info] found python setup for hypodisc, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Xander Wilcke <w.x.wilcke@vu.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: 2023-07-27T14:09:41Z+0200, date modified: 2024-10-17T17:10:45Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/wxwilcke/hypodisc)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (1.0.0) 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] 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 "hypodisc" --codeRepository "https://github.com/wxwilcke/hypodisc" --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/hypodisc.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.hypodisc.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.hypodisc.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.hypodisc.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.hypodisc.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.hypodisc.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.hypodisc.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.hypodisc.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.hypodisc.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.hypodisc.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.hypodisc.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.hypodisc.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.hypodisc.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.hypodisc.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.hypodisc.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.hypodisc.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.hypodisc.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.hypodisc.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.hypodisc.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.hypodisc.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.hypodisc.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/hypodisc

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.hypodisc.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/hypodisc

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.hypodisc.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/hypodisc

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] processed 1 new triples, total is now 3

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.hypodisc.codemeta.json

    Found main resource with URI https://tools.clariah.nl/hypodisc.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/hypodisc

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] processed 8 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.hypodisc.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/hypodisc

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] processed 2 new triples, total is now 12

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.hypodisc.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/hypodisc

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] processed 1 new triples, total is now 13

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.hypodisc.codemeta.json

    Found main resource with URI https://tools.clariah.nl/hypodisc/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/hypodisc

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-2701b9d7fb341702 -> https://tools.clariah.nl/stub/H3e953914837018ac)

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] processed 19 new triples, total is now 27

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.hypodisc.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/hypodisc

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] overriding old http://schema.org/dateCreated (2023-08-14T16:04:41Z -> 2023-07-27T14:09:41Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] overriding old http://schema.org/dateModified (2024-11-14T13:23:22Z -> 2024-10-17T17:10:45Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] processed 2 new triples, total is now 27

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.hypodisc.codemeta.json

    Found main resource with URI https://tools.clariah.nl/hypodisc.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/hypodisc

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] processed 8 new triples, total is now 28

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.hypodisc.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/hypodisc

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/hypodisc)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/hypodisc)] processed 1 new triples, total is now 28

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.hypodisc.codemeta.json

    Found main resource with URI https://tools.clariah.nl/hypodisc/0.1.0

    Injected (possibly temporary) URI https://tools.clariah.nl/hypodisc

[CODEMETA COMPOSITION (hypodisc)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H3e953914837018ac -> https://tools.clariah.nl/stub/H-2701b9d7fb341702)

[CODEMETA COMPOSITION (hypodisc)] overriding old https://codemeta.github.io/terms/issueTracker (https://github.com/wxwilcke/hypodisc/issues -> https://gitlab.com/wxwilcke/hypodisc/-/issues)

[CODEMETA COMPOSITION (hypodisc)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> http://spdx.org/licenses/AGPL-3.0-only)

[CODEMETA COMPOSITION (hypodisc)] overriding old http://schema.org/version (1.0.0 -> 0.1.0)

[CODEMETA COMPOSITION (hypodisc)] processed 58 new triples, total is now 74

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/hypodisc -> https://tools.clariah.nl/hypodisc/0.1.0

[CODEMETA VALIDATION (hypodisc)] done

[CODEMETA ENRICHMENT (hypodisc)] Guessing interface type https://w3id.org/software-types#WebApplication based on clues

[CODEMETA ENRICHMENT (hypodisc)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (hypodisc)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/hypodisc/0.1.0 #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)

VALIDATION https://tools.clariah.nl/hypodisc/0.1.0 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/hypodisc/0.1.0 #3: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/hypodisc/0.1.0 #4: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/hypodisc/0.1.0 #5: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/hypodisc/0.1.0 #6: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/hypodisc/0.1.0 #7: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/hypodisc/0.1.0 #8: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/hypodisc.codemeta.json

[harvester info] <-- Finished processing hypodisc (https://github.com/wxwilcke/hypodisc) [Sun Apr  5 03:10:29 UTC 2026]
""" .

<https://tools.clariah.nl/ianalyzer/5.3.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-b7fc7dfc90d0d57> ;
    sdo:codeRepository "https://github.com/UUDigitalHumanitieslab/I-analyzer" ;
    sdo:contributor <https://tools.clariah.nl/stub/H2f542d747bf1ae42> ;
    sdo:dateCreated "2016-09-01T13:48:25Z+0200"^^sdo:Date ;
    sdo:dateModified "2023-12-08T11:23:35Z+0100"^^sdo:Date ;
    sdo:datePublished "2023-12-04"^^sdo:Date ;
    sdo:description """I-analyzer is a tool for exploring corpora (large collections of texts). You can use I-analyzer to find relevant documents, or to make visualisations to understand broader trends in the corpus. The interface is designed to be accessible for users of all skill levels.
I-analyzer is primarily intended for academic research and higher education. We focus on data that is relevant for the humanities, but we are open to datasets that are relevant for other fields.""" ;
    sdo:downloadUrl "https://github.com/UUDigitalHumanitieslab/I-analyzer/archive/refs/tags/v5.4.0-pre.1.zip" ;
    sdo:identifier "ianalyzer" ;
    sdo:keywords "corpus research",
        "data visualization",
        "elasticsearch",
        "natural language processing",
        "text-mining" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-1494d7234b10efa9> ;
    sdo:name "I-Analyzer" ;
    sdo:producer <https://tools.clariah.nl/org/centre-for-digital-humanities> ;
    sdo:programmingLanguage "Javascript" ;
    sdo:releaseNotes "https://github.com/UUDigitalHumanitieslab/I-analyzer/releases/tag/v5.4.0-pre.1" ;
    sdo:review <https://tools.clariah.nl/validation/N5585efc80272965361154274f62a97e2> ;
    sdo:url "https://ianalyzer.hum.uu.nl" ;
    sdo:version "5.3.0" ;
    owl:sameAs <https://tools.clariah.nl/i-analyzer/5.3.0>,
        <https://tools.clariah.nl/i-analyzer/snapshot>,
        <https://tools.clariah.nl/ianalyzer.contributors/snapshot>,
        <https://tools.clariah.nl/ianalyzer.topcontributor/snapshot>,
        <https://tools.clariah.nl/ianalyzer/5.3.0> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/webapplication/textcavator> ;
    codemeta:issueTracker <https://github.com/CentreForDigitalHumanities/Textcavator/issues> ;
    codemeta:readme <https://github.com/UUDigitalHumanitieslab/I-analyzer/blob/v5.4.0-pre.1//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:10:29 UTC 2026)

[harvester info] --> Processing ianalyzer (https://github.com/UUDigitalHumanitieslab/I-analyzer) [Sun Apr  5 03:10:29 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/UUDigitalHumanitieslab/I-analyzer...

[harvester info] Found release v5.4.0-pre.1

[harvester info] Using 'v5.4.0-pre.1'

[harvester info] Git reference: v5.4.0-pre.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ianalyzer for harvestable resources...

[harvester info] found CITATION.cff for ianalyzer, converting to codemeta

[harvester info] found package.json (NodeJS) for ianalyzer, converting to codemeta

[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 BeritJanssen <berit.janssen@gmail.com> 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: 2016-09-01T13:48:25Z+0200, date modified: 2023-12-08T11:23:35Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/UUDigitalHumanitieslab/I-analyzer)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v5.4.0-pre.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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "ianalyzer" --codeRepository "https://github.com/UUDigitalHumanitieslab/I-analyzer" --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/ianalyzer.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.ianalyzer.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ianalyzer.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.ianalyzer.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.ianalyzer.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.ianalyzer.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.ianalyzer.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.ianalyzer.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.ianalyzer.codemeta.json /tmp/codemeta-harvester.cache//tmp/22-npm.ianalyzer.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-citationcff.ianalyzer.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.ianalyzer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ianalyzer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.ianalyzer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.ianalyzer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.ianalyzer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.ianalyzer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.ianalyzer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.ianalyzer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/22-npm.ianalyzer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-citationcff.ianalyzer.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ianalyzer

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.ianalyzer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ianalyzer

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ianalyzer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ianalyzer

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] processed 1 new triples, total is now 3

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.ianalyzer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ianalyzer.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ianalyzer

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] processed 8 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.ianalyzer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ianalyzer

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] processed 2 new triples, total is now 12

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.ianalyzer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ianalyzer

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] processed 1 new triples, total is now 13

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.ianalyzer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/i-analyzer/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ianalyzer

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] processed 21 new triples, total is now 33

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.ianalyzer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ianalyzer

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] overriding old http://schema.org/dateCreated (2017-04-05T12:32:47Z -> 2016-09-01T13:48:25Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] overriding old http://schema.org/dateModified (2026-04-02T15:27:21Z -> 2023-12-08T11:23:35Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] processed 2 new triples, total is now 33

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.ianalyzer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ianalyzer.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ianalyzer

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] processed 121 new triples, total is now 149

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/22-npm.ianalyzer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/i-analyzer/5.3.0

    Injected (possibly temporary) URI https://tools.clariah.nl/ianalyzer

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] overriding old http://schema.org/name (Textcavator -> i-analyzer)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] overriding old http://schema.org/version (v5.4.0-pre.1 -> 5.3.0)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ianalyzer)] processed 6 new triples, total is now 150

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-citationcff.ianalyzer.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/ianalyzer

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H37204ef4181781ff -> https://tools.clariah.nl/stub/H6955d180475a6d7c)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/codeRepository (https://github.com/CentreForDigitalHumanities/Textcavator -> https://github.com/UUDigitalHumanitieslab/I-analyzer)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/description (The great textmining tool that obviates all others -> I-analyzer is a tool for exploring corpora (large collections of texts). You can use I-analyzer to find relevant documents, or to make visualisations to understand broader trends in the corpus. The interface is designed to be accessible for users of all skill levels.

I-analyzer is primarily intended for academic research and higher education. We focus on data that is relevant for the humanities, but we are open to datasets that are relevant for other fields.)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/keywords (corpus-linguistics -> text-mining)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/keywords (text-analysis -> text-mining)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/keywords (corpus-search -> text-mining)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/keywords (digital-history -> text-mining)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/keywords (digital-humanities -> text-mining)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/keywords (literary-studies -> text-mining)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> https://spdx.org/licenses/MIT)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/name (i-analyzer -> I-Analyzer)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] overriding old http://schema.org/url (https://textcavator.hum.uu.nl -> https://ianalyzer.hum.uu.nl)

[CODEMETA CORRECTION (https://doi.org/10.5281/zenodo.8064133)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8064133)] processed 19 new triples, total is now 155

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ianalyzer -> https://tools.clariah.nl/ianalyzer/5.3.0

[CODEMETA VALIDATION (ianalyzer)] done

[CODEMETA ENRICHMENT (ianalyzer)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/ianalyzer/5.3.0 #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)

VALIDATION https://tools.clariah.nl/ianalyzer/5.3.0 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ianalyzer/5.3.0 #3: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ianalyzer/5.3.0 #4: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ianalyzer/5.3.0 #5: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ianalyzer/5.3.0 #6: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ianalyzer/5.3.0 #7: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ianalyzer/5.3.0 #8: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ianalyzer.codemeta.json

[harvester info] Harvesting remote service URL https://ianalyzer.hum.uu.nl/ for ianalyzer: 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/ianalyzer.codemeta.json" "/tmp/out/ianalyzer.codemeta.json" "https://ianalyzer.hum.uu.nl/"

[harvester info] <-- Finished processing ianalyzer (https://github.com/UUDigitalHumanitieslab/I-analyzer) [Sun Apr  5 03:10:46 UTC 2026]
""" .

<https://tools.clariah.nl/ineo-collaboration/snapshot> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-55de032e5d1785a2> ;
    sdo:codeRepository "https://github.com/CLARIAH/ineo-collaboration" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-6d1a7743be6aec43> ;
    sdo:dateCreated "2023-05-17T15:17:07Z+0200"^^sdo:Date ;
    sdo:dateModified "2026-03-20T07:59:30Z+0100"^^sdo:Date ;
    sdo:description "how to get metadata into INEO" ;
    sdo:identifier "ineo-collaboration" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/ingeborg-van-vugt> ;
    sdo:name "ineo-collaboration" ;
    sdo:producer <https://tools.clariah.nl/org/clariah> ;
    sdo:review <https://tools.clariah.nl/validation/N71cd366f4f70f0993704927384aa0186> ;
    owl:sameAs <https://tools.clariah.nl/ineo-collaboration.contributors/snapshot>,
        <https://tools.clariah.nl/ineo-collaboration.topcontributor/snapshot>,
        <https://tools.clariah.nl/ineo-collaboration/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#wip> ;
    codemeta:issueTracker <https://github.com/CLARIAH/ineo-collaboration/issues> ;
    codemeta:readme <https://github.com/CLARIAH/ineo-collaboration/blob/main//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:10:47 UTC 2026)

[harvester info] --> Processing ineo-collaboration (https://github.com/CLARIAH/ineo-collaboration) [Sun Apr  5 03:10:47 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/ineo-collaboration...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ineo-collaboration for harvestable resources...

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Ingeborg van Vugt <ingeborgvanvugt@hotmail.com> 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: 2023-05-17T15:17:07Z+0200, date modified: 2026-03-20T07:59:30Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/CLARIAH/ineo-collaboration)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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/#wip

[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 "ineo-collaboration" --codeRepository "https://github.com/CLARIAH/ineo-collaboration" --validate /etc/software.ttl --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/ineo-collaboration.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ineo-collaboration.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.ineo-collaboration.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.ineo-collaboration.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.ineo-collaboration.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.ineo-collaboration.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.ineo-collaboration.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.ineo-collaboration.codemeta.json 

-- begin log --

Passed 7 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ineo-collaboration.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.ineo-collaboration.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.ineo-collaboration.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.ineo-collaboration.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.ineo-collaboration.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.ineo-collaboration.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.ineo-collaboration.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ineo-collaboration

Processing source #1 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ineo-collaboration.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ineo-collaboration

[CODEMETA COMPOSITION (https://tools.clariah.nl/ineo-collaboration)] processed 1 new triples, total is now 2

Processing source #2 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.ineo-collaboration.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ineo-collaboration.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ineo-collaboration

[CODEMETA COMPOSITION (https://tools.clariah.nl/ineo-collaboration)] processed 8 new triples, total is now 9

Processing source #3 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.ineo-collaboration.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ineo-collaboration

[CODEMETA COMPOSITION (https://tools.clariah.nl/ineo-collaboration)] processed 1 new triples, total is now 10

Processing source #4 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.ineo-collaboration.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ineo-collaboration/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ineo-collaboration

[CODEMETA COMPOSITION (https://tools.clariah.nl/ineo-collaboration)] processed 13 new triples, total is now 22

Processing source #5 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.ineo-collaboration.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ineo-collaboration

[CODEMETA COMPOSITION (https://tools.clariah.nl/ineo-collaboration)] overriding old http://schema.org/dateCreated (2023-05-17T13:17:06Z -> 2023-05-17T15:17:07Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ineo-collaboration)] overriding old http://schema.org/dateModified (2026-03-31T12:35:54Z -> 2026-03-20T07:59:30Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ineo-collaboration)] processed 2 new triples, total is now 22

Processing source #6 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.ineo-collaboration.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ineo-collaboration.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ineo-collaboration

[CODEMETA COMPOSITION (https://tools.clariah.nl/ineo-collaboration)] processed 26 new triples, total is now 43

Processing source #7 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.ineo-collaboration.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ineo-collaboration

[CODEMETA COMPOSITION (https://tools.clariah.nl/ineo-collaboration)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/ineo-collaboration)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/ineo-collaboration)] processed 1 new triples, total is now 43

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ineo-collaboration -> https://tools.clariah.nl/ineo-collaboration/snapshot

[CODEMETA VALIDATION (ineo-collaboration)] done

[CODEMETA ENRICHMENT (ineo-collaboration)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/ineo-collaboration/snapshot #1: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ineo-collaboration/snapshot #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/ineo-collaboration/snapshot #3: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ineo-collaboration/snapshot #4: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ineo-collaboration/snapshot #5: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ineo-collaboration/snapshot #6: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ineo-collaboration/snapshot #7: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ineo-collaboration/snapshot #8: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ineo-collaboration/snapshot #9: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ineo-collaboration/snapshot #10: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ineo-collaboration.codemeta.json

[harvester info] <-- Finished processing ineo-collaboration (https://github.com/CLARIAH/ineo-collaboration) [Sun Apr  5 03:10:57 UTC 2026]
""" .

<https://tools.clariah.nl/lenticularlens/1.27> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "Lenticular Lens" ;
    sdo:author <https://tools.clariah.nl/stub/H0e48be7c3445b244> ;
    sdo:codeRepository "https://github.com/knaw-huc/lenticular-lens" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-33e36785e025e9a9> ;
    sdo:dateCreated "2019-01-16T11:31:37Z+0100"^^sdo:Date ;
    sdo:dateModified "2026-03-31T10:42:50Z+0200"^^sdo:Date ;
    sdo:description "" ;
    sdo:downloadUrl "https://github.com/knaw-huc/lenticular-lens/archive/refs/tags/1.27.zip" ;
    sdo:identifier "lenticularlens" ;
    sdo:name "lenticular-lens" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/knaw-huc/lenticular-lens/releases/tag/1.27" ;
    sdo:review <https://tools.clariah.nl/validation/N027c3d56a6cdd945012b64937915dced> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/anytree-ge-2-12-1>,
        <https://tools.clariah.nl/dependency/authlib-ge-1-6-5>,
        <https://tools.clariah.nl/dependency/brotli-asgi-ge-1-4-0>,
        <https://tools.clariah.nl/dependency/cachetools-ge-7-0-5>,
        <https://tools.clariah.nl/dependency/fastapi-ge-0-135-1>,
        <https://tools.clariah.nl/dependency/httpx-ge-0-28-1>,
        <https://tools.clariah.nl/dependency/itsdangerous-ge-2-2-0>,
        <https://tools.clariah.nl/dependency/kitchen-ge-1-2-6>,
        <https://tools.clariah.nl/dependency/networkx-ge-3-6>,
        <https://tools.clariah.nl/dependency/psycopg-ge-3-2-10>,
        <https://tools.clariah.nl/dependency/psycopg-pool-ge-3-2-1>,
        <https://tools.clariah.nl/dependency/pydantic-ge-2-11-10>,
        <https://tools.clariah.nl/dependency/pyld-ge-2-0-4>,
        <https://tools.clariah.nl/dependency/python-ge-3-13>,
        <https://tools.clariah.nl/dependency/python-intervals-ge-1-10-0-post1>,
        <https://tools.clariah.nl/dependency/python-multipart-ge-0-0-22>,
        <https://tools.clariah.nl/dependency/python-socketio-ge-5-14-2>,
        <https://tools.clariah.nl/dependency/pyyaml-ge-6-0-3>,
        <https://tools.clariah.nl/dependency/rdflib-ge-7-2-1>,
        <https://tools.clariah.nl/dependency/requests-ge-2-32-4>,
        <https://tools.clariah.nl/dependency/schema-ge-0-7-7>,
        <https://tools.clariah.nl/dependency/sparqlwrapper-ge-2-0-0>,
        <https://tools.clariah.nl/dependency/unidecode-ge-1-3-8>,
        <https://tools.clariah.nl/dependency/urllib3-ge-2-5-0>,
        <https://tools.clariah.nl/dependency/uvicorn-ge-0-42-0>,
        <https://tools.clariah.nl/dependency/xmltodict-ge-1-0-2> ;
    sdo:url "https://lenticularlens.org" ;
    sdo:version "1.27" ;
    owl:sameAs <https://tools.clariah.nl/lenticular-lens/1.27>,
        <https://tools.clariah.nl/lenticular-lens/snapshot>,
        <https://tools.clariah.nl/lenticularlens.contributors/snapshot>,
        <https://tools.clariah.nl/lenticularlens.topcontributor/snapshot>,
        <https://tools.clariah.nl/lenticularlens/1.27> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-7ab298b68804c60b>,
        <https://tools.clariah.nl/webapplication/golden-agents-lenticularlens-org>,
        <https://tools.clariah.nl/webapplication/lenticular-lens> ;
    codemeta:readme <https://github.com/knaw-huc/lenticular-lens/blob/1.27//readme.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:14:12 UTC 2026)

[harvester info] --> Processing lenticularlens (https://github.com/knaw-huc/lenticular-lens) [Sun Apr  5 03:14:12 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/lenticular-lens...

[harvester info] Found release 1.27

[harvester info] Using '1.27'

[harvester info] Git reference: 1.27

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/lenticularlens for harvestable resources...

[harvester info] found python setup for lenticularlens, converting to codemeta

[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 kerim1 <kerim1@users.noreply.github.com> 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: 2019-01-16T11:31:37Z+0100, date modified: 2026-03-31T10:42:50Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/lenticular-lens)

[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] Looking for continuous integration information in readme.md...

[harvester info] Looking for documentation links in readme.md...

[harvester info] Falling back to git tag (1.27) 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/#active

[harvester info] Looking for repostatus information in readme.md in master branch...

[harvester info] Setting group Lenticular Lens

[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 "lenticularlens" --codeRepository "https://github.com/knaw-huc/lenticular-lens" --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/lenticularlens.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.lenticularlens.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.lenticularlens.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.lenticularlens.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.lenticularlens.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.lenticularlens.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.lenticularlens.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.lenticularlens.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.lenticularlens.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.lenticularlens.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.lenticularlens.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.lenticularlens.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.lenticularlens.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.lenticularlens.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.lenticularlens.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.lenticularlens.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.lenticularlens.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.lenticularlens.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.lenticularlens.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.lenticularlens.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.lenticularlens.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/lenticularlens

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.lenticularlens.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.lenticularlens.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens)] processed 1 new triples, total is now 3

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.lenticularlens.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticularlens.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens)] processed 8 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.lenticularlens.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens)] processed 2 new triples, total is now 12

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.lenticularlens.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens)] processed 1 new triples, total is now 13

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.lenticularlens.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticular-lens/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens)] processed 11 new triples, total is now 23

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.lenticularlens.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens)] overriding old http://schema.org/dateCreated (2018-09-28T06:58:59Z -> 2019-01-16T11:31:37Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens)] overriding old http://schema.org/dateModified (2026-03-31T09:05:13Z -> 2026-03-31T10:42:50Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens)] processed 2 new triples, total is now 23

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.lenticularlens.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticularlens.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens

[CODEMETA COMPOSITION (https://tools.clariah.nl/lenticularlens)] processed 44 new triples, total is now 62

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.lenticularlens.codemeta.json

    Found main resource with URI https://tools.clariah.nl/lenticular-lens/1.27

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens

[CODEMETA COMPOSITION (lenticular-lens)] overriding old http://schema.org/description (Lenticular Lens is a tool which allows users to construct linksets between entities from different Timbuctoo datasets (so called data-alignment or reconciliation). Lenticular Lens tracks the configuration and the algorithms used in the alignment and is also able to report on manual corrections and the amount of manual validation done. -> )

[CODEMETA COMPOSITION (lenticular-lens)] processed 162 new triples, total is now 220

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.lenticularlens.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/lenticularlens

[CODEMETA COMPOSITION (lenticular-lens)] processed 1 new triples, total is now 221

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/lenticularlens -> https://tools.clariah.nl/lenticularlens/1.27

[CODEMETA VALIDATION (lenticularlens)] license not set

[CODEMETA VALIDATION (lenticularlens)] done

[CODEMETA ENRICHMENT (lenticularlens)] Guessing interface type http://schema.org/WebAPI based on clues

[CODEMETA ENRICHMENT (lenticularlens)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (lenticularlens)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/lenticularlens/1.27 #1: Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens/1.27 #2: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens/1.27 #3: 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/lenticularlens/1.27 #4: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens/1.27 #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens/1.27 #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens/1.27 #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens/1.27 #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/lenticularlens/1.27 #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/lenticularlens.codemeta.json

[harvester info] Harvesting remote service URL https://lenticularlens.org for lenticularlens: 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/lenticularlens.codemeta.json" "/tmp/out/lenticularlens.codemeta.json" "https://lenticularlens.org"

[harvester info] Harvesting remote service URL https://lenticularlens.goldenagents.org for lenticularlens: 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/lenticularlens.codemeta.json" "/tmp/out/lenticularlens.codemeta.json" "https://lenticularlens.goldenagents.org"

[harvester info] <-- Finished processing lenticularlens (https://github.com/knaw-huc/lenticular-lens) [Sun Apr  5 03:14:31 UTC 2026]
""" .

<https://tools.clariah.nl/muscle/5.2.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-1619d1f2d91c9cda> ;
    sdo:codeRepository "https://github.com/Amsterdam-Music-Lab/MUSCLE" ;
    sdo:contributor <https://tools.clariah.nl/stub/H7ef5a57fd5239f6a> ;
    sdo:dateCreated "2021-10-19T16:39:13Z+0200"^^sdo:Date ;
    sdo:dateModified "2026-03-11T10:42:04Z+0100"^^sdo:Date ;
    sdo:datePublished "2026-03-11"^^sdo:Date ;
    sdo:description "MUSCLE (MUSic-related Citizen Science Listening Experiments) is an infrastructure for reusable online music experiments. It can be used by researchers from musicology, music cognition, and other audio related fields to implement experiments through a graphical user interface and Python. MUSCLE presents questions, along with text, audio or visual stimuli, to participants. The participants' response is saved to a database and can be exported to json for analysis in R or other software." ;
    sdo:downloadUrl "https://github.com/Amsterdam-Music-Lab/MUSCLE/archive/refs/tags/v5.2.0.zip" ;
    sdo:identifier "muscle" ;
    sdo:keywords "audio",
        "cognition",
        "experiment-design",
        "music",
        "perception",
        "speech" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://orcid.org/0000-0001-7218-7642> ;
    sdo:name "MUSCLE" ;
    sdo:producer <https://tools.clariah.nl/org/amsterdam-music-lab> ;
    sdo:programmingLanguage "Javascript" ;
    sdo:releaseNotes "https://github.com/Amsterdam-Music-Lab/MUSCLE/releases/tag/v5.2.0" ;
    sdo:review <https://tools.clariah.nl/validation/N2380b654b5e187e846748db19ffb8065> ;
    sdo:url "https://app.amsterdammusiclab.nl/" ;
    sdo:version "5.2.0" ;
    owl:sameAs <https://tools.clariah.nl/muscle.contributors/snapshot>,
        <https://tools.clariah.nl/muscle.topcontributor/snapshot>,
        <https://tools.clariah.nl/muscle/5.2.0>,
        <https://tools.clariah.nl/muscle/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-622f7443f1cda33d>,
        <https://tools.clariah.nl/webapplication/amsterdam-music-lab-experiment> ;
    codemeta:issueTracker <https://github.com/Amsterdam-Music-Lab/MUSCLE/issues> ;
    codemeta:readme <https://github.com/Amsterdam-Music-Lab/MUSCLE/blob/v5.2.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:15:21 UTC 2026)

[harvester info] --> Processing muscle (https://github.com/Amsterdam-Music-Lab/MUSCLE) [Sun Apr  5 03:15:21 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/Amsterdam-Music-Lab/MUSCLE...

[harvester info] Found release v5.2.0

[harvester info] Using 'v5.2.0'

[harvester info] Git reference: v5.2.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/muscle for harvestable resources...

[harvester info] found CITATION.cff for muscle, converting to codemeta

[harvester info] found package.json (NodeJS) for muscle, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor BeritJanssen <berit.janssen@gmail.com> 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: 2021-10-19T16:39:13Z+0200, date modified: 2026-03-11T10:42:04Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/Amsterdam-Music-Lab/MUSCLE)

[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] Found DOI https://doi.org/10.5281/zenodo.18956835

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[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 (v5.2.0) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "muscle" --codeRepository "https://github.com/Amsterdam-Music-Lab/MUSCLE" --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/muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/22-npm.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-citationcff.muscle.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.muscle.codemeta.json 

-- begin log --

Passed 12 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/22-npm.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-citationcff.muscle.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.muscle.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/muscle

Processing source #1 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.muscle.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] 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.muscle.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] 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.muscle.codemeta.json

    Found main resource with URI https://tools.clariah.nl/muscle.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] 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.muscle.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] 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.muscle.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] 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.muscle.codemeta.json

    Found main resource with URI https://tools.clariah.nl/muscle/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] processed 17 new triples, total is now 29

Processing source #7 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.muscle.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] overriding old http://schema.org/dateCreated (2021-10-19T14:36:10Z -> 2021-10-19T16:39:13Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] overriding old http://schema.org/dateModified (2026-03-30T20:27:06Z -> 2026-03-11T10:42:04Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] processed 2 new triples, total is now 29

Processing source #8 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.muscle.codemeta.json

    Found main resource with URI https://tools.clariah.nl/muscle.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] processed 74 new triples, total is now 98

Processing source #9 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.muscle.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/muscle)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] processed 1 new triples, total is now 98

Processing source #10 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/22-npm.muscle.codemeta.json

    Found main resource with URI https://tools.clariah.nl/muscle/5.2.0

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] overriding old http://schema.org/description (An application to easily set up and run online listening experiments for music research. -> The MUSCLE platform is an application that provides an easy way to implement and run online listening experiments for music research.)

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] overriding old http://schema.org/name (MUSCLE -> muscle)

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] overriding old http://schema.org/version (v5.2.0 -> 5.2.0)

[CODEMETA COMPOSITION (https://tools.clariah.nl/muscle)] processed 7 new triples, total is now 99

Processing source #11 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-citationcff.muscle.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8227598)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-3cc4850b0c9b2772 -> https://tools.clariah.nl/stub/H-1df1e6afd1033209)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8227598)] overriding old http://schema.org/description (The MUSCLE platform is an application that provides an easy way to implement and run online listening experiments for music research. -> MUSCLE (MUSic-related Citizen Science Listening Experiments) is an infrastructure for reusable online music experiments. It can be used by researchers from musicology, music cognition, and other audio related fields to implement experiments through a graphical user interface and Python. MUSCLE presents questions, along with text, audio or visual stimuli, to participants. The participants' response is saved to a database and can be exported to json for analysis in R or other software.)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8227598)] overriding old http://schema.org/keywords (cognition-and-perception -> music)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8227598)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> https://spdx.org/licenses/MIT)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8227598)] overriding old http://schema.org/name (muscle -> MUSCLE)

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8227598)] overriding old http://schema.org/url (https://www.amsterdammusiclab.nl/ -> https://app.amsterdammusiclab.nl/)

[CODEMETA CORRECTION (https://doi.org/10.5281/zenodo.8227598)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8227598)] processed 62 new triples, total is now 150

Processing source #12 of 12

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.muscle.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/muscle

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8227598)] overriding old http://schema.org/identifier (https://doi.org/10.5281/zenodo.8227598 -> )

[CODEMETA COMPOSITION (https://doi.org/10.5281/zenodo.8227598)] processed 5 new triples, total is now 154

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/muscle -> https://tools.clariah.nl/muscle/5.2.0

[CODEMETA VALIDATION (muscle)] done

[CODEMETA ENRICHMENT (muscle)] Guessing interface type https://w3id.org/software-types#DesktopApplication based on clues

[CODEMETA ENRICHMENT (muscle)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/muscle/5.2.0 #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)

VALIDATION https://tools.clariah.nl/muscle/5.2.0 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/muscle/5.2.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/muscle/5.2.0 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/muscle/5.2.0 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/muscle/5.2.0 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/muscle/5.2.0 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/muscle.codemeta.json

[harvester info] Harvesting remote service URL https://app.amsterdammusiclab.nl/ for muscle: 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/muscle.codemeta.json" "/tmp/out/muscle.codemeta.json" "https://app.amsterdammusiclab.nl/"

[harvester info] <-- Finished processing muscle (https://github.com/Amsterdam-Music-Lab/MUSCLE) [Sun Apr  5 03:15:38 UTC 2026]
""" .

<https://tools.clariah.nl/odissei-kg/1.0.1> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/disseminating>,
        <https://w3id.org/nwo-research-fields#CommunicationScience>,
        <https://w3id.org/nwo-research-fields#Demography>,
        <https://w3id.org/nwo-research-fields#Economics>,
        <https://w3id.org/nwo-research-fields#EducationalSciences>,
        <https://w3id.org/nwo-research-fields#GeographyPlanning>,
        <https://w3id.org/nwo-research-fields#Law>,
        <https://w3id.org/nwo-research-fields#LifeSciences>,
        <https://w3id.org/nwo-research-fields#Medicine>,
        <https://w3id.org/nwo-research-fields#Pedagogics>,
        <https://w3id.org/nwo-research-fields#Psychology>,
        <https://w3id.org/nwo-research-fields#PublicAdministrationAndPoliticalScience>,
        <https://w3id.org/nwo-research-fields#Sociology> ;
    sdo:applicationSuite "Odissei" ;
    sdo:author <https://tools.clariah.nl/stub/H6109928c46a25385> ;
    sdo:codeRepository "https://github.com/odissei-data/odissei-kg" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-6fc5fdf5095ff120> ;
    sdo:dateCreated "2024-10-17"^^sdo:Date ;
    sdo:description "This repository contains the software we used to extract, transform and load (ETL) data into the platform kg.odissei.nl. If you are mainly interested in the resulting data, feel free to ignore this repository and go to this platform directly." ;
    sdo:funding <https://doi.org/10.5281/zenodo.6977151>,
        <https://tools.clariah.nl/stub/H-3b968f4555c497ee>,
        <https://tools.clariah.nl/stub/H2cae9cc4c3142379> ;
    sdo:identifier "odissei-kg" ;
    sdo:keywords "Knowledge Graph",
        "ODISSEI" ;
    sdo:license <http://www.apache.org/licenses/LICENSE-2.0> ;
    sdo:maintainer <https://orcid.org/0000-0002-7748-4715> ;
    sdo:name "ODISSEI Knowledge Graph" ;
    sdo:producer <https://ror.org/008xxew50> ;
    sdo:programmingLanguage "TypeScript" ;
    sdo:review <https://tools.clariah.nl/validation/Nae84ea99bce16e963b12ee748a598c02> ;
    sdo:softwareHelp <https://github.com/odissei-data/odissei-kg/> ;
    sdo:thumbnailUrl "https://raw.githubusercontent.com/odissei-data/odissei-kg/refs/heads/acceptance/odissei.png" ;
    sdo:version "1.0.1" ;
    owl:sameAs <https://tools.clariah.nl/odissei-kg/1.0.1> ;
    codemeta:buildInstructions <https://github.com/odissei-data/odissei-kg/blob/main/README.md> ;
    codemeta:continuousIntegration <https://github.com/odissei-data/odissei-kg> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/webapplication/Nc0e2e56564b4d05e2db7697500996573> ;
    codemeta:issueTracker <https://github.com/odissei-data/odissei-kg/issues> ;
    codemeta:readme <https://github.com/odissei-data/odissei-kg/blob/main/README.md> ;
    codemeta:referencePublication <https://kg.odissei.nl/odissei/-/stories/ODISSEI-Knowledge-Graph-the-story> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:15:43 UTC 2026)

[harvester info] --> Processing odissei-kg (https://github.com/odissei-data/odissei-kg) [Sun Apr  5 03:15:43 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/odissei-data/odissei-kg...

[harvester info] Found release v1.1.1

[harvester info] Using 'v1.1.1'

[harvester info] Git reference: v1.1.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/odissei-kg for harvestable resources...

[harvester info] found codemeta.json for odissei-kg (md5sum 1f04fb1aa297907073d8510d92762e3f); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Setting group Odissei

[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 "odissei-kg" --codeRepository "https://github.com/odissei-data/odissei-kg" --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/odissei-kg.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.odissei-kg.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.odissei-kg.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odissei-kg.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.odissei-kg.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.odissei-kg.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odissei-kg.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/odissei-kg

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.odissei-kg.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/odissei-kg

[CODEMETA COMPOSITION (https://tools.clariah.nl/odissei-kg)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.odissei-kg.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/odissei-kg

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA COMPOSITION (https://github.com/odissei-data/odissei-kg/)] processed 70 new triples, total is now 70

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odissei-kg.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/odissei-kg

[CODEMETA COMPOSITION (https://github.com/odissei-data/odissei-kg/)] processed 1 new triples, total is now 71

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/odissei-kg -> https://tools.clariah.nl/odissei-kg/1.0.1

[CODEMETA VALIDATION (odissei-kg)] done

[CODEMETA ENRICHMENT (odissei-kg)] considering first author as maintainer

[CODEMETA ENRICHMENT (odissei-kg)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/odissei-kg/1.0.1 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/odissei-kg.codemeta.json

[harvester info] Harvesting remote service URL https://kg.odissei.nl/odissei/odissei-kg for odissei-kg: 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/odissei-kg.codemeta.json" "/tmp/out/odissei-kg.codemeta.json" "https://kg.odissei.nl/odissei/odissei-kg"

[harvester info] <-- Finished processing odissei-kg (https://github.com/odissei-data/odissei-kg) [Sun Apr  5 03:15:48 UTC 2026]
""" .

<https://tools.clariah.nl/odissei_backend/1.0.1> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/disseminating>,
        <https://w3id.org/nwo-research-fields#CommunicationScience>,
        <https://w3id.org/nwo-research-fields#Demography>,
        <https://w3id.org/nwo-research-fields#Economics>,
        <https://w3id.org/nwo-research-fields#EducationalSciences>,
        <https://w3id.org/nwo-research-fields#GeographyPlanning>,
        <https://w3id.org/nwo-research-fields#Law>,
        <https://w3id.org/nwo-research-fields#LifeSciences>,
        <https://w3id.org/nwo-research-fields#Medicine>,
        <https://w3id.org/nwo-research-fields#Pedagogics>,
        <https://w3id.org/nwo-research-fields#Psychology>,
        <https://w3id.org/nwo-research-fields#PublicAdministrationAndPoliticalScience>,
        <https://w3id.org/nwo-research-fields#Sociology> ;
    sdo:applicationSuite "Odissei" ;
    sdo:author <https://tools.clariah.nl/stub/H79295b834eca551f> ;
    sdo:codeRepository "https://github.com/odissei-data/ingestion-workflow-orchestrator/" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-6fc5fdf5095ff120> ;
    sdo:dateCreated "2022-11-24"^^sdo:Date ;
    sdo:description "Orchestrator for all ODISSEI-related ingestion workflows." ;
    sdo:funding <https://tools.clariah.nl/stub/H-3b968f4555c497ee>,
        <https://tools.clariah.nl/stub/H2708e959ca1a749a>,
        <https://tools.clariah.nl/stub/H50536b2b7baf21d7> ;
    sdo:identifier "odissei_backend" ;
    sdo:keywords "ODISSEI",
        "portal" ;
    sdo:license <http://www.apache.org/licenses/LICENSE-2.0> ;
    sdo:maintainer <https://orcid.org/0009-0002-8007-5119> ;
    sdo:name "ODISSEI portal back-end" ;
    sdo:producer <https://ror.org/008pnp284> ;
    sdo:programmingLanguage "Python" ;
    sdo:review <https://tools.clariah.nl/validation/N2d12153103fe132424b85b2e2a86fa5c> ;
    sdo:runtimePlatform "Python" ;
    sdo:softwareHelp <https://github.com/odissei-data/ingestion-workflow-orchestrator> ;
    sdo:version "1.0.1" ;
    owl:sameAs <https://tools.clariah.nl/odissei_backend/1.0.1> ;
    codemeta:buildInstructions <https://github.com/odissei-data/ingestion-workflow-orchestrator/blob/main/README.md> ;
    codemeta:continuousIntegration <https://github.com/odissei-data/ingestion-workflow-orchestrator> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/odissei-data/ingestion-workflow-orchestrator/issues> ;
    codemeta:readme <https://github.com/odissei-data/ingestion-workflow-orchestrator/blob/main/README.md> ;
    codemeta:referencePublication <https://kg.odissei.nl/odissei/-/stories/ODISSEI-Knowledge-Graph-the-story> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:15:48 UTC 2026)

[harvester info] --> Processing odissei_backend (https://github.com/odissei-data/ingestion-workflow-orchestrator/) [Sun Apr  5 03:15:48 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/odissei-data/ingestion-workflow-orchestrator/...

[harvester info] Found release v3.1.5

[harvester info] Using 'v3.1.5'

[harvester info] Git reference: v3.1.5

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/odissei_backend for harvestable resources...

[harvester info] found codemeta.json for odissei_backend (md5sum c38e6537640959a8d4b999bb0dc424cc); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in readme.md in master branch...

[harvester info] Setting group Odissei

[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 "odissei_backend" --codeRepository "https://github.com/odissei-data/ingestion-workflow-orchestrator/" --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/odissei_backend.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.odissei_backend.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.odissei_backend.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odissei_backend.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.odissei_backend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.odissei_backend.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odissei_backend.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/odissei-backend

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.odissei_backend.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/odissei-backend

[CODEMETA COMPOSITION (https://tools.clariah.nl/odissei-backend)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.odissei_backend.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/odissei-backend

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA COMPOSITION (https://github.com/odissei-data/ingestion-workflow-orchestrator)] processed 71 new triples, total is now 71

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odissei_backend.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/odissei-backend

[CODEMETA COMPOSITION (https://github.com/odissei-data/ingestion-workflow-orchestrator)] processed 1 new triples, total is now 72

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/odissei-backend -> https://tools.clariah.nl/odissei_backend/1.0.1

[CODEMETA VALIDATION (odissei_backend)] done

[CODEMETA ENRICHMENT (odissei_backend)] automatically adding runtimePlatform Python derived from programmingLanguage Python

[CODEMETA ENRICHMENT (odissei_backend)] considering first author as maintainer

[CODEMETA ENRICHMENT (odissei_backend)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/odissei_backend/1.0.1 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/odissei_backend.codemeta.json

[harvester info] Harvesting remote service URL https://portal.odissei.nl/ for odissei_backend: 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/odissei_backend.codemeta.json" "/tmp/out/odissei_backend.codemeta.json" "https://portal.odissei.nl/"

[harvester info] <-- Finished processing odissei_backend (https://github.com/odissei-data/ingestion-workflow-orchestrator/) [Sun Apr  5 03:15:56 UTC 2026]
""" .

<https://tools.clariah.nl/odissei_code_library/1.0.1> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://w3id.org/nwo-research-fields#CommunicationScience>,
        <https://w3id.org/nwo-research-fields#Demography>,
        <https://w3id.org/nwo-research-fields#Economics>,
        <https://w3id.org/nwo-research-fields#Sociology>,
        "Software portal",
        "ttps://vocabs.dariah.eu/tadirah/disseminating" ;
    sdo:applicationSuite "Odissei" ;
    sdo:author <https://tools.clariah.nl/stub/H-709920ae7cee0e41> ;
    sdo:codeRepository "https://github.com/odissei-data/ODISSEI-code-library" ;
    sdo:contributor <https://tools.clariah.nl/stub/H02179b28b8b8625f> ;
    sdo:dateCreated "2023-06-26"^^sdo:Date ;
    sdo:description "The ODISSEI code library is a collection of code and scripts used to execute projects using the ODISSEI infrastructure. ODISSEI (Open Data Infrastructure for Social Science and Economic Innovations) is the national research infrastructure for the social sciences in the Netherlands. ODISSEI brings together researchers with the necessary data, expertise and resources to conduct ground-breaking research and embrace the computational turn in social enquiry. Through ODISSEI, researchers have access to large-scale, longitudinal data collections as well as innovative and diverse new forms of data. These can be linked to administrative data at Statistics Netherlands (CBS). Combining data from a wide range of sources enables researchers to answer new, exciting, interdisciplinary research questions and to investigate existing questions in novel, new ways." ;
    sdo:funder <https://tools.clariah.nl/stub/H-3481575a1b98c10a> ;
    sdo:funding "SSHOC-NL" ;
    sdo:identifier "odissei_code_library" ;
    sdo:keywords "Odissei",
        "codelibrary" ;
    sdo:license <http://www.apache.org/licenses/LICENSE-2.0> ;
    sdo:maintainer <https://orcid.org/0000-0002-6978-5278> ;
    sdo:name "Odissei Code Library" ;
    sdo:producer <https://tools.clariah.nl/stub/H-30da13c34e26d4f0> ;
    sdo:programmingLanguage "Ruby" ;
    sdo:review <https://tools.clariah.nl/validation/N1948ff1d44ac84aac5b4dadf1ef1e396> ;
    sdo:runtimePlatform "Ruby" ;
    sdo:version "1.0.1" ;
    owl:sameAs <https://tools.clariah.nl/odissei_code_library/1.0.1> ;
    codemeta:buildInstructions <https://github.com/odissei-data/ODISSEI-code-library/blob/main/README.md> ;
    codemeta:continuousIntegration <https://github.com/odissei-data/ODISSEI-code-library> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H189cb74b7bdd9d55>,
        <https://tools.clariah.nl/webapplication/N51d3d408d39be33995afc644b15f1320> ;
    codemeta:issueTracker <https://github.com/odissei-data/ODISSEI-code-library/issues> ;
    codemeta:readme <https://github.com/odissei-data/ODISSEI-code-library/blob/main/README.md> ;
    codemeta:referencePublication <https://doi.org/10.5281/zenodo.4302096> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:15:56 UTC 2026)

[harvester info] --> Processing odissei_code_library (https://github.com/odissei-data/ODISSEI-code-library) [Sun Apr  5 03:15:56 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/odissei-data/ODISSEI-code-library...

[harvester info] Found release v1.0.1

[harvester info] Using 'v1.0.1'

[harvester info] Git reference: v1.0.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/odissei_code_library for harvestable resources...

[harvester info] found codemeta.json for odissei_code_library (md5sum ee929d328c646b3c08fac452542a5088); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Setting group Odissei

[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 "odissei_code_library" --codeRepository "https://github.com/odissei-data/ODISSEI-code-library" --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/odissei_code_library.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.odissei_code_library.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.odissei_code_library.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odissei_code_library.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.odissei_code_library.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.odissei_code_library.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odissei_code_library.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/odissei-code-library

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.odissei_code_library.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/odissei-code-library

[CODEMETA COMPOSITION (https://tools.clariah.nl/odissei-code-library)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.odissei_code_library.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/odissei-code-library

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA COMPOSITION (https://odissei-data.github.io/ODISSEI-code-library/)] processed 59 new triples, total is now 59

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odissei_code_library.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/odissei-code-library

[CODEMETA COMPOSITION (https://odissei-data.github.io/ODISSEI-code-library/)] processed 1 new triples, total is now 60

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/odissei-code-library -> https://tools.clariah.nl/odissei_code_library/1.0.1

[CODEMETA VALIDATION (odissei_code_library)] done

[CODEMETA ENRICHMENT (odissei_code_library)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (odissei_code_library)] automatically adding runtimePlatform Ruby derived from programmingLanguage Ruby

[CODEMETA ENRICHMENT (odissei_code_library)] considering first author as maintainer

[CODEMETA ENRICHMENT (odissei_code_library)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/odissei_code_library/1.0.1 #1: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/odissei_code_library/1.0.1 #2: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/odissei_code_library.codemeta.json

[harvester info] Harvesting remote service URL https://odissei-data.github.io/ODISSEI-code-library/ for odissei_code_library: 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/odissei_code_library.codemeta.json" "/tmp/out/odissei_code_library.codemeta.json" "https://odissei-data.github.io/ODISSEI-code-library/"

[harvester info] <-- Finished processing odissei_code_library (https://github.com/odissei-data/ODISSEI-code-library) [Sun Apr  5 03:16:01 UTC 2026]
""" .

<https://tools.clariah.nl/odisseiportal/1.0.0> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/disseminating>,
        <https://w3id.org/nwo-research-fields#CommunicationScience>,
        <https://w3id.org/nwo-research-fields#Demography>,
        <https://w3id.org/nwo-research-fields#Economics>,
        <https://w3id.org/nwo-research-fields#EducationalSciences>,
        <https://w3id.org/nwo-research-fields#GeographyPlanning>,
        <https://w3id.org/nwo-research-fields#Law>,
        <https://w3id.org/nwo-research-fields#LifeSciences>,
        <https://w3id.org/nwo-research-fields#Medicine>,
        <https://w3id.org/nwo-research-fields#Pedagogics>,
        <https://w3id.org/nwo-research-fields#Psychology>,
        <https://w3id.org/nwo-research-fields#PublicAdministrationAndPoliticalScience>,
        <https://w3id.org/nwo-research-fields#Sociology> ;
    sdo:applicationSuite "Odissei" ;
    sdo:author <https://tools.clariah.nl/stub/H-727c14f5805504da> ;
    sdo:codeRepository "https://github.com/odissei-data/odissei-dataverse-stack" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-284d5808614c7c9f> ;
    sdo:dateCreated "2023-07-21"^^sdo:Date ;
    sdo:description "This repository is used for setting up the front-end of portal.odissei.nl and skosmos.odissei.nl." ;
    sdo:funding <https://tools.clariah.nl/stub/H-3b968f4555c497ee>,
        <https://tools.clariah.nl/stub/H2708e959ca1a749a> ;
    sdo:identifier "odisseiportal" ;
    sdo:keywords "ODISSEI",
        "portal" ;
    sdo:license <http://www.apache.org/licenses/LICENSE-2.0> ;
    sdo:maintainer <https://orcid.org/0009-0002-8007-5119> ;
    sdo:name "ODISSEI portal" ;
    sdo:producer <https://ror.org/008pnp284> ;
    sdo:programmingLanguage "Python" ;
    sdo:review <https://tools.clariah.nl/validation/N8901354eaf1088751e229dc308e93520> ;
    sdo:runtimePlatform "Python" ;
    sdo:softwareHelp <https://github.com/odissei-data/odissei-devstack> ;
    sdo:version "1.0.0" ;
    owl:sameAs <https://tools.clariah.nl/odisseiportal/1.0.0> ;
    codemeta:buildInstructions <https://github.com/odissei-data/odissei-devstack/blob/main/README.md> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/odissei-data/odissei-devstack/issues> ;
    codemeta:readme <https://github.com/odissei-data/odissei-devstack/blob/main/README.md> ;
    codemeta:referencePublication <https://doi.org/10.5281/zenodo.4302096> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:16:01 UTC 2026)

[harvester info] --> Processing odisseiportal (https://github.com/odissei-data/odissei-dataverse-stack) [Sun Apr  5 03:16:01 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/odissei-data/odissei-dataverse-stack...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/odisseiportal for harvestable resources...

[harvester info] found codemeta.json for odisseiportal (md5sum beb06812d5ada27395690f45972b480b); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Setting group Odissei

[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 "odisseiportal" --codeRepository "https://github.com/odissei-data/odissei-dataverse-stack" --validate /etc/software.ttl --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/odisseiportal.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.odisseiportal.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.odisseiportal.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odisseiportal.codemeta.json 

-- begin log --

Passed 3 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.odisseiportal.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.odisseiportal.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odisseiportal.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/odisseiportal

Processing source #1 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.odisseiportal.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/odisseiportal

[CODEMETA COMPOSITION (https://tools.clariah.nl/odisseiportal)] processed 1 new triples, total is now 2

Processing source #2 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.odisseiportal.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/odisseiportal

[CODEMETA COMPOSITION (https://github.com/odissei-data/odissei-devstack)] processed 76 new triples, total is now 76

Processing source #3 of 3

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.odisseiportal.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/odisseiportal

[CODEMETA COMPOSITION (https://github.com/odissei-data/odissei-devstack)] processed 1 new triples, total is now 77

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/odisseiportal -> https://tools.clariah.nl/odisseiportal/1.0.0

[CODEMETA VALIDATION (odisseiportal)] done

[CODEMETA ENRICHMENT (odisseiportal)] automatically adding runtimePlatform Python derived from programmingLanguage Python

[CODEMETA ENRICHMENT (odisseiportal)] considering first author as maintainer

[CODEMETA ENRICHMENT (odisseiportal)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/odisseiportal/1.0.0 #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)

VALIDATION https://tools.clariah.nl/odisseiportal/1.0.0 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/odisseiportal.codemeta.json

[harvester info] Harvesting remote service URL https://portal.odissei.nl/ for odisseiportal: 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/odisseiportal.codemeta.json" "/tmp/out/odisseiportal.codemeta.json" "https://portal.odissei.nl/"

[harvester info] <-- Finished processing odisseiportal (https://github.com/odissei-data/odissei-dataverse-stack) [Sun Apr  5 03:16:07 UTC 2026]
""" .

<https://tools.clariah.nl/opendutchwordnet/snapshot> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H215cc45fd664f7a7> ;
    sdo:codeRepository "https://github.com/cltl/OpenDutchWordnet" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-517fe5e0697d00fc> ;
    sdo:dateCreated "2015-09-01T14:51:32Z+0200"^^sdo:Date ;
    sdo:dateModified "2021-05-11T16:38:00Z+0200"^^sdo:Date ;
    sdo:description "This repo provides a python module to work with Open Dutch WordNet.  It was created using python 3.4." ;
    sdo:identifier "opendutchwordnet" ;
    sdo:maintainer <https://tools.clariah.nl/person/marten-postma> ;
    sdo:name "OpenDutchWordnet" ;
    sdo:producer <https://tools.clariah.nl/org/computational-linguistics-and-text-mining-lab> ;
    sdo:review <https://tools.clariah.nl/validation/N2def995074cabb0e6a87196c350afe0a> ;
    sdo:softwareHelp <https://github.com/MartenPostma/OpenDutchWordnet/raw/master/odwn_documentation.pdf> ;
    owl:sameAs <https://tools.clariah.nl/opendutchwordnet.contributors/snapshot>,
        <https://tools.clariah.nl/opendutchwordnet.topcontributor/snapshot>,
        <https://tools.clariah.nl/opendutchwordnet/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#suspended> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H0c08ac8253fa4d9d> ;
    codemeta:issueTracker <https://github.com/cltl/OpenDutchWordnet/issues> ;
    codemeta:readme <https://github.com/cltl/OpenDutchWordnet/blob/master//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:16:07 UTC 2026)

[harvester info] --> Processing opendutchwordnet (https://github.com/cltl/OpenDutchWordnet) [Sun Apr  5 03:16:07 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/cltl/OpenDutchWordnet...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/opendutchwordnet for harvestable resources...

[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 Marten Postma <marten@marten.local> 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-01T14:51:32Z+0200, date modified: 2021-05-11T16:38:00Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/cltl/OpenDutchWordnet)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Scraping title from https://github.com/MartenPostma/OpenDutchWordnet/raw/master/odwn_documentation.pdf

[harvester info] Found documentation at https://github.com/MartenPostma/OpenDutchWordnet/raw/master/odwn_documentation.pdf : 

[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/#suspended

[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 "opendutchwordnet" --codeRepository "https://github.com/cltl/OpenDutchWordnet" --validate /etc/software.ttl --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/opendutchwordnet.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.opendutchwordnet.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.opendutchwordnet.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.opendutchwordnet.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.opendutchwordnet.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.opendutchwordnet.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.opendutchwordnet.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.opendutchwordnet.codemeta.json 

-- begin log --

Passed 7 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.opendutchwordnet.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.opendutchwordnet.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.opendutchwordnet.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.opendutchwordnet.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.opendutchwordnet.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.opendutchwordnet.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.opendutchwordnet.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/opendutchwordnet

Processing source #1 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.opendutchwordnet.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/opendutchwordnet

[CODEMETA COMPOSITION (https://tools.clariah.nl/opendutchwordnet)] processed 1 new triples, total is now 2

Processing source #2 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.opendutchwordnet.codemeta.json

    Found main resource with URI https://tools.clariah.nl/opendutchwordnet.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/opendutchwordnet

[CODEMETA COMPOSITION (https://tools.clariah.nl/opendutchwordnet)] processed 8 new triples, total is now 9

Processing source #3 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.opendutchwordnet.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/opendutchwordnet

[CODEMETA COMPOSITION (https://tools.clariah.nl/opendutchwordnet)] processed 3 new triples, total is now 12

Processing source #4 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.opendutchwordnet.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/opendutchwordnet

[CODEMETA COMPOSITION (https://tools.clariah.nl/opendutchwordnet)] processed 1 new triples, total is now 13

Processing source #5 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.opendutchwordnet.codemeta.json

    Found main resource with URI https://tools.clariah.nl/opendutchwordnet/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/opendutchwordnet

[CODEMETA COMPOSITION (https://tools.clariah.nl/opendutchwordnet)] processed 12 new triples, total is now 24

Processing source #6 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.opendutchwordnet.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/opendutchwordnet

[CODEMETA COMPOSITION (https://tools.clariah.nl/opendutchwordnet)] overriding old http://schema.org/dateCreated (2015-09-01T12:16:49Z -> 2015-09-01T14:51:32Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/opendutchwordnet)] overriding old http://schema.org/dateModified (2021-05-11T14:38:00Z -> 2021-05-11T16:38:00Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/opendutchwordnet)] processed 2 new triples, total is now 24

Processing source #7 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.opendutchwordnet.codemeta.json

    Found main resource with URI https://tools.clariah.nl/opendutchwordnet.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/opendutchwordnet

[CODEMETA COMPOSITION (https://tools.clariah.nl/opendutchwordnet)] processed 14 new triples, total is now 33

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/opendutchwordnet -> https://tools.clariah.nl/opendutchwordnet/snapshot

[CODEMETA VALIDATION (opendutchwordnet)] license not set

[CODEMETA VALIDATION (opendutchwordnet)] done

[CODEMETA ENRICHMENT (opendutchwordnet)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (opendutchwordnet)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/opendutchwordnet/snapshot #1: Violation: Software source code *MUST* state its license (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/opendutchwordnet/snapshot #2: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/opendutchwordnet/snapshot #3: 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/opendutchwordnet/snapshot #4: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/opendutchwordnet/snapshot #5: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/opendutchwordnet/snapshot #6: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/opendutchwordnet/snapshot #7: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/opendutchwordnet/snapshot #8: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/opendutchwordnet/snapshot #9: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/opendutchwordnet.codemeta.json

[harvester info] <-- Finished processing opendutchwordnet (https://github.com/cltl/OpenDutchWordnet) [Sun Apr  5 03:16:18 UTC 2026]
""" .

<https://tools.clariah.nl/org/among-a-community-for-dh-and-ms> a sdo:Organization ;
    sdo:name "Among, A Community for DH and MS" .

<https://tools.clariah.nl/org/amsterdam-music-lab> a sdo:Organization ;
    sdo:email "j.a.burgoyne@uva.nl" ;
    sdo:name "Amsterdam Music Lab" .

<https://tools.clariah.nl/org/annotation> a sdo:Organization ;
    sdo:name "annotation" ;
    sdo:url "https://huc.knaw.nl/di/text/" .

<https://tools.clariah.nl/org/clarin-eric> a sdo:Organization ;
    sdo:email "trac@clarin.eu" ;
    sdo:name "CLARIN ERIC" ;
    sdo:url "https://www.clarin.eu/content/development-information" .

<https://tools.clariah.nl/org/dans-labs> a sdo:Organization ;
    sdo:email "andre.castro@dans.knaw.nl" ;
    sdo:name "DANS.labs" ;
    sdo:url "https://dans.knaw.nl" .

<https://tools.clariah.nl/org/fryske-akademy> a sdo:Organization ;
    sdo:name "Fryske Akademy" ;
    sdo:url "http://www.fryske-akademy.nl" .

<https://tools.clariah.nl/org/huygens-ing> a sdo:Organization ;
    sdo:name "Huygens ING" ;
    sdo:url "https://www.huygens.knaw.nl/" .

<https://tools.clariah.nl/org/language-machines> a sdo:Organization ;
    sdo:email "proycon@anaproy.nl" ;
    sdo:name "Language Machines" ;
    sdo:url "http://cls.ru.nl/languagemachines" .

<https://tools.clariah.nl/org/text-exploration> a sdo:Organization ;
    sdo:name "Text Exploration" ;
    sdo:url "https://www.textexploration.com",
        "https://www.textexploration.org/" .

<https://tools.clariah.nl/org/utrecht-university> a sdo:Organization ;
    sdo:email "info.rdm@uu.nl" ;
    sdo:name "Utrecht University" ;
    sdo:url "https://www.uu.nl" .

<https://tools.clariah.nl/pagexml-tools/0.7.1> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Scientific/Engineering" ;
    sdo:audience <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H-58d8d7a4e1635536> ;
    sdo:codeRepository "https://github.com/knaw-huc/pagexml" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-5d1b5a8dd025e55> ;
    sdo:dateCreated "2021-05-07T23:31:51Z+0200"^^sdo:Date ;
    sdo:dateModified "2025-05-26T11:30:18Z+0200"^^sdo:Date ;
    sdo:datePublished "2025-05-26"^^sdo:Date ;
    sdo:description "Utility functions for reading PageXML files" ;
    sdo:downloadUrl "https://github.com/knaw-huc/pagexml/archive/refs/tags/v0.7.1.zip" ;
    sdo:identifier "pagexml-tools" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://orcid.org/0000-0002-0301-2029> ;
    sdo:name "pagexml-tools" ;
    sdo:operatingSystem "OS Independent" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/knaw-huc/pagexml/releases/tag/v0.7.1" ;
    sdo:review <https://tools.clariah.nl/validation/N560f009d595ec94cb8f0376b1cf5dd23> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareHelp <https://pagexml.readthedocs.io/en/latest/>,
        <https://pagexml.readthedocs.io/en/latest/?badge=latest> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/fuzzy-search-ge-2-4-5>,
        <https://tools.clariah.nl/dependency/lxml-ge-5-3-0>,
        <https://tools.clariah.nl/dependency/numpy-ge-1-26>,
        <https://tools.clariah.nl/dependency/py7zr-ge-0-20-2>,
        <https://tools.clariah.nl/dependency/python-dateutil-ge-2-8-2>,
        <https://tools.clariah.nl/dependency/python-ge-3-9-lt-4-0>,
        <https://tools.clariah.nl/dependency/pyyaml-ge-6-0>,
        <https://tools.clariah.nl/dependency/scipy-ge-1-7>,
        <https://tools.clariah.nl/dependency/shapely-ge-2-0-3>,
        <https://tools.clariah.nl/dependency/tqdm-ge-4-64-1>,
        <https://tools.clariah.nl/dependency/xmltodict-ge-0-13-0> ;
    sdo:url "https://github.com/knaw-huc/pagexml" ;
    sdo:version "0.7.1" ;
    owl:sameAs <https://tools.clariah.nl/pagexml-tools.contributors/snapshot>,
        <https://tools.clariah.nl/pagexml-tools.topcontributor/snapshot>,
        <https://tools.clariah.nl/pagexml-tools/0.7.1>,
        <https://tools.clariah.nl/pagexml/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/version/0.7.1> ;
    codemeta:issueTracker <https://github.com/knaw-huc/pagexml/issues> ;
    codemeta:readme <https://github.com/knaw-huc/pagexml/blob/v0.7.1//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:16:18 UTC 2026)

[harvester info] --> Processing pagexml-tools (https://github.com/knaw-huc/pagexml) [Sun Apr  5 03:16:18 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/pagexml...

[harvester info] Found release v0.7.1

[harvester info] Using 'v0.7.1'

[harvester info] Git reference: v0.7.1

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/pagexml-tools for harvestable resources...

[harvester info] found CITATION.cff for pagexml-tools, converting to codemeta

[harvester info] found python setup for pagexml-tools, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Bram Buitendijk <bram.buitendijk@di.huc.knaw.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: 2021-05-07T23:31:51Z+0200, date modified: 2025-05-26T11:30:18Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/pagexml)

[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] Scraping title from https://pagexml.readthedocs.io/en/latest/

[harvester info] Found documentation at https://pagexml.readthedocs.io/en/latest/ : "name": "pagexml-tools — pagexml-tools 0.3.2 documentation",

[harvester info] Scraping title from https://pagexml.readthedocs.io/en/latest/?badge=latest

[harvester info] Found documentation at https://pagexml.readthedocs.io/en/latest/?badge=latest : "name": "pagexml-tools — pagexml-tools 0.3.2 documentation",

[harvester info] Falling back to git tag (v0.7.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/#active

[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] 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 "pagexml-tools" --codeRepository "https://github.com/knaw-huc/pagexml" --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/pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-citationcff.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.pagexml-tools.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.pagexml-tools.codemeta.json 

-- begin log --

Passed 14 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-citationcff.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.pagexml-tools.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.pagexml-tools.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/pagexml-tools

Processing source #1 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.pagexml-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] processed 1 new triples, total is now 2

Processing source #2 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.pagexml-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] processed 1 new triples, total is now 3

Processing source #3 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.pagexml-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/pagexml-tools.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] processed 8 new triples, total is now 10

Processing source #4 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.pagexml-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] processed 8 new triples, total is now 18

Processing source #5 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.pagexml-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] processed 2 new triples, total is now 20

Processing source #6 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.pagexml-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] processed 1 new triples, total is now 21

Processing source #7 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.pagexml-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/pagexml/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] processed 12 new triples, total is now 32

Processing source #8 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.pagexml-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] overriding old http://schema.org/dateCreated (2021-05-07T21:11:32Z -> 2021-05-07T23:31:51Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] overriding old http://schema.org/dateModified (2026-01-16T13:22:58Z -> 2025-05-26T11:30:18Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] processed 2 new triples, total is now 32

Processing source #9 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.pagexml-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/pagexml-tools.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] processed 32 new triples, total is now 59

Processing source #10 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.pagexml-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/pagexml-tools)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/pagexml-tools)] processed 1 new triples, total is now 59

Processing source #11 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.pagexml-tools.codemeta.json

    Found main resource with URI https://tools.clariah.nl/pagexml-tools/0.7.1

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (pagexml-tools)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-456a00d7d72e93b1 -> https://tools.clariah.nl/stub/H77ab263f646e138c)

[CODEMETA COMPOSITION (pagexml-tools)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (pagexml-tools)] overriding old http://schema.org/name (pagexml -> pagexml-tools)

[CODEMETA COMPOSITION (pagexml-tools)] overriding old http://schema.org/version (v0.7.1 -> 0.7.1)

[CODEMETA COMPOSITION (pagexml-tools)] processed 116 new triples, total is now 159

Processing source #12 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-citationcff.pagexml-tools.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (pagexml-tools)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H77ab263f646e138c -> https://tools.clariah.nl/stub/H-53eb4c3d442edc6e)

[CODEMETA COMPOSITION (pagexml-tools)] processed 15 new triples, total is now 170

Processing source #13 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.pagexml-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (pagexml-tools)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#wip -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (pagexml-tools)] processed 1 new triples, total is now 170

Processing source #14 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.pagexml-tools.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pagexml-tools

[CODEMETA COMPOSITION (pagexml-tools)] processed 1 new triples, total is now 170

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/pagexml-tools -> https://tools.clariah.nl/pagexml-tools/0.7.1

[CODEMETA VALIDATION (pagexml-tools)] done

[CODEMETA ENRICHMENT (pagexml-tools)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (pagexml-tools)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/pagexml-tools/0.7.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)

VALIDATION https://tools.clariah.nl/pagexml-tools/0.7.1 #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pagexml-tools/0.7.1 #3: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pagexml-tools/0.7.1 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pagexml-tools/0.7.1 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/pagexml-tools.codemeta.json

[harvester info] <-- Finished processing pagexml-tools (https://github.com/knaw-huc/pagexml) [Sun Apr  5 03:16:33 UTC 2026]
""" .

<https://tools.clariah.nl/paqu/1.0.9> a sdo:SoftwareSourceCode ;
    dcterms:relation <https://tools.clariah.nl/gretel>,
        <https://www.let.rug.nl/alfa/rdf/alpinograph> ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/structuralAnalysis>,
        <https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#SoftwareForHumanities> ;
    sdo:author <https://tools.clariah.nl/stub/H-d8757f8cad55389> ;
    sdo:codeRepository "https://github.com/rug-compling/paqu" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-3b9eafc13cd5924f> ;
    sdo:dateCreated "2014-05-21"^^sdo:Date ;
    sdo:dateModified "2025-03-07"^^sdo:Date ;
    sdo:description """Met PaQu (Parse & Query) kun je zoeken in syntactisch geannoteerde Nederlandstalige corpora.

PaQu ondersteunt twee manieren van zoeken. Met de eerste, eenvoudige, manier kun je naar woordparen zoeken, met daarbij eventueel hun syntactische relatie. De tweede, ingewikkeldere, manier gebruikt de zoektaal XPath.

In PaQu is een aantal syntactisch geannoteerde corpora standaard beschikbaar. Maar het is ook mogelijk om je eigen teksten aan te bieden. Deze teksten worden dan door de automatische ontleder geanalyseerd, en opgeslagen. Vervolgens kun je dan op dezelfde manier in je eigen teksten zoeken.""" ;
    sdo:downloadUrl "https://github.com/rug-compling/paqu/archive/refs/heads/master.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H-7d652ef46dde40b7>,
        <https://tools.clariah.nl/stub/H0ea48a2eae48e086> ;
    sdo:identifier "paqu" ;
    sdo:keywords "Alpino",
        "Dependency parsing",
        "SPOD: Syntactic profiler of Dutch",
        "UD: Universal Dependencies",
        "XPath" ;
    sdo:license <http://spdx.org/licenses/BSD-2-Clause> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-3115e353c3984a95>,
        <https://tools.clariah.nl/stub/H-65bcfa3ccb1ed1f2> ;
    sdo:name "PaQu" ;
    sdo:operatingSystem "Docker",
        "Linux" ;
    sdo:producer <https://tools.clariah.nl/stub/H-67e0900ed46e56ea> ;
    sdo:programmingLanguage "Go" ;
    sdo:releaseNotes "https://github.com/rug-compling/paqu/blob/master/Changes.txt" ;
    sdo:review <https://tools.clariah.nl/validation/N91516dc45aca9c709e49d068a8cef5a1> ;
    sdo:sameAs <https://tools.clariah.nl/paqu/1.0.9> ;
    sdo:softwareHelp <https://tools.clariah.nl/stub/H-217c009faa24625> ;
    sdo:softwareRequirements "https://github.com/rug-compling/paqu#benodigde-software" ;
    sdo:version "1.0.9" ;
    owl:sameAs <https://www.let.rug.nl/alfa/rdf/paqu> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage4Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H2f6144a80105bb32> ;
    codemeta:issueTracker <https://github.com/rug-compling/paqu/issues> ;
    codemeta:readme <https://github.com/rug-compling/paqu/blob/master/README.md> ;
    codemeta:referencePublication <https://tools.clariah.nl/stub/H-66a265f51186b269> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:16:33 UTC 2026)

[harvester info] --> Processing paqu (https://github.com/rug-compling/paqu) [Sun Apr  5 03:16:33 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/rug-compling/paqu...

[harvester info] Found release v1.0.9

[harvester info] Using 'v1.0.9'

[harvester info] Git reference: v1.0.9

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/paqu for harvestable resources...

[harvester info] found codemeta.json for paqu (md5sum 41bbcda48308bdd749c407dc9bb4477a); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "paqu" --codeRepository "https://github.com/rug-compling/paqu" --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/paqu.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.paqu.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.paqu.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.paqu.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.paqu.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/paqu

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.paqu.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/paqu

[CODEMETA COMPOSITION (https://tools.clariah.nl/paqu)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.paqu.codemeta.json

    Found main resource with URI https://www.let.rug.nl/alfa/rdf/paqu

    Injected (possibly temporary) URI https://tools.clariah.nl/paqu

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (https://tools.clariah.nl/paqu)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (https://tools.clariah.nl/paqu)] processed 107 new triples, total is now 107

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/paqu -> https://tools.clariah.nl/paqu/1.0.9

[CODEMETA VALIDATION (paqu)] done

[CODEMETA ENRICHMENT (paqu)] adding author https://tools.clariah.nl/stub/H-3d0593837bc652d0 as contributor

[CODEMETA ENRICHMENT (paqu)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/paqu/1.0.9 #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)

-- end log --

[harvester info] Output written to /tmp/out/paqu.codemeta.json

[harvester info] <-- Finished processing paqu (https://github.com/rug-compling/paqu) [Sun Apr  5 03:16:35 UTC 2026]
""" .

<https://tools.clariah.nl/person/albertas-jn> a sdo:Person ;
    sdo:email "24507839+albertas-jn@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "albertas-jn" .

<https://tools.clariah.nl/person/alef> a sdo:Person ;
    sdo:email "dirk@192.168.2.62" ;
    sdo:familyName "" ;
    sdo:givenName "alef" .

<https://tools.clariah.nl/person/alex-hebing> a sdo:Person ;
    sdo:email "a.h.j.hebing@uu.nl" ;
    sdo:familyName "Hebing" ;
    sdo:givenName "Alex" .

<https://tools.clariah.nl/person/alexandre-decan> a sdo:Person ;
    sdo:email "alexandre.decan@lexpage.net" ;
    sdo:familyName "Decan" ;
    sdo:givenName "Alexandre" .

<https://tools.clariah.nl/person/alexhebing> a sdo:Person ;
    sdo:email "alexhebing@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "alexhebing" .

<https://tools.clariah.nl/person/antal-van-den-bosch> a sdo:Person ;
    sdo:email "a.vandenbosch@let.ru.nl" ;
    sdo:familyName "van den Bosch" ;
    sdo:givenName "Antal" .

<https://tools.clariah.nl/person/arjan-mossel> a sdo:Person ;
    sdo:email "arjanmossel@gmail.com" ;
    sdo:familyName "Mossel" ;
    sdo:givenName "Arjan" .

<https://tools.clariah.nl/person/atserdamsma> a sdo:Person ;
    sdo:email "79512400+atserdamsma@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "atserdamsma" .

<https://tools.clariah.nl/person/auke-rijpma> a sdo:Person ;
    sdo:familyName "Rijpma" ;
    sdo:givenName "Auke" .

<https://tools.clariah.nl/person/axel> a sdo:Person ;
    sdo:email "a.j.vugts@students.uu.nl" ;
    sdo:familyName "" ;
    sdo:givenName "Axel" .

<https://tools.clariah.nl/person/balazs-scheidler> a sdo:Person ;
    sdo:email "bazsi@balabit.hu" ;
    sdo:familyName "Scheidler" ;
    sdo:givenName "Balazs" .

<https://tools.clariah.nl/person/bas-doppen> a sdo:Person ;
    sdo:email "basdoppen@gmail.com" ;
    sdo:familyName "Doppen" ;
    sdo:givenName "Bas" .

<https://tools.clariah.nl/person/basl> a sdo:Person ;
    sdo:email "basleenknegt@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "basl" .

<https://tools.clariah.nl/person/ben> a sdo:Person ;
    sdo:email "b.bonfil@uu.nl" ;
    sdo:familyName "" ;
    sdo:givenName "ben" .

<https://tools.clariah.nl/person/bloemj> a sdo:Person ;
    sdo:email "hr.zooz@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "bloemj" .

<https://tools.clariah.nl/person/boullosa> a sdo:Person ;
    sdo:email "boullosa@ukp.informatik.tu-darmstadt.de" ;
    sdo:familyName "" ;
    sdo:givenName "boullosa" .

<https://tools.clariah.nl/person/bram-vanroy> a sdo:Person ;
    sdo:email "bramvanroy@hotmail.com" ;
    sdo:familyName "Vanroy" ;
    sdo:givenName "Bram" .

<https://tools.clariah.nl/person/bram-vanroy-ugent-be> a sdo:Person ;
    sdo:email "Bram.Vanroy@UGent.be" ;
    sdo:familyName "" ;
    sdo:givenName "Bram.Vanroy@UGent.be" .

<https://tools.clariah.nl/person/bridget-almas> a sdo:Person ;
    sdo:email "balmas@users.noreply.github.com" ;
    sdo:familyName "Almas" ;
    sdo:givenName "Bridget" .

<https://tools.clariah.nl/person/camil-staps> a sdo:Person ;
    sdo:email "info@camilstaps.nl" ;
    sdo:familyName "Staps" ;
    sdo:givenName "Camil" .

<https://tools.clariah.nl/person/carsten-schnober> a sdo:Person ;
    sdo:email "carschno@users.noreply.github.com" ;
    sdo:familyName "Schnober" ;
    sdo:givenName "Carsten" .

<https://tools.clariah.nl/person/cedric-van-bommel> a sdo:Person ;
    sdo:email "cedric.vanbommel@ogd.nl" ;
    sdo:familyName "van Bommel" ;
    sdo:givenName "Cedric" .

<https://tools.clariah.nl/person/cedricvb> a sdo:Person ;
    sdo:email "cedricvanbommel@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "Cedricvb" .

<https://tools.clariah.nl/person/cody-kingham> a sdo:Person ;
    sdo:email "codykingham@icloud.com" ;
    sdo:familyName "Kingham" ;
    sdo:givenName "Cody" .

<https://tools.clariah.nl/person/cornelis-van-lit-o-p> a sdo:Person ;
    sdo:email "46796990+lwcvl@users.noreply.github.com" ;
    sdo:familyName "van Lit o.p" ;
    sdo:givenName "Cornelis" .

<https://tools.clariah.nl/person/cowl> a sdo:Person ;
    sdo:email "cowl@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "cowl" .

<https://tools.clariah.nl/person/cygnuhss> a sdo:Person ;
    sdo:email "jelmervannuss@yahoo.com" ;
    sdo:familyName "" ;
    sdo:givenName "Cygnuhss" .

<https://tools.clariah.nl/person/daan-broeder> a sdo:Person ;
    sdo:email "daan.broeder@gmail.com" ;
    sdo:familyName "Broeder" ;
    sdo:givenName "Daan" .

<https://tools.clariah.nl/person/dafnevk> a sdo:Person ;
    sdo:email "d.vankuppevelt@esciencecenter.nl" ;
    sdo:familyName "" ;
    sdo:givenName "dafnevk" .

<https://tools.clariah.nl/person/drikus-roor> a sdo:Person ;
    sdo:email "drikusroor@gmail.com" ;
    sdo:familyName "Roor" ;
    sdo:givenName "Drikus" .

<https://tools.clariah.nl/person/duchadian> a sdo:Person ;
    sdo:email "voets.tim@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "Duchadian" .

<https://tools.clariah.nl/person/eko-indarto> a sdo:Person ;
    sdo:email "ekoind@catalog.clarin.eu" ;
    sdo:familyName "Indarto" ;
    sdo:givenName "Eko" .

<https://tools.clariah.nl/person/eq> a sdo:Person ;
    sdo:familyName "" ;
    sdo:givenName "=" .

<https://tools.clariah.nl/person/evert-r> a sdo:Person ;
    sdo:email "evert.rot@gmx.com" ;
    sdo:familyName "" ;
    sdo:givenName "Evert-R" .

<https://tools.clariah.nl/person/evert-rot> a sdo:Person ;
    sdo:email "49793452+Evert-R@users.noreply.github.com" ;
    sdo:familyName "Rot" ;
    sdo:givenName "Evert" .

<https://tools.clariah.nl/person/fleurbouwer> a sdo:Person ;
    sdo:email "79503985+fleurbouwer@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "fleurbouwer" .

<https://tools.clariah.nl/person/fryske-akademy> a sdo:Person ;
    sdo:email "edrenth@fryske-akademy.nl" ;
    sdo:familyName "Akademy" ;
    sdo:givenName "Fryske" .

<https://tools.clariah.nl/person/gerson-foks> a sdo:Person ;
    sdo:email "gerson.foks@gmail.com" ;
    sdo:familyName "Foks" ;
    sdo:givenName "Gerson" .

<https://tools.clariah.nl/person/gijs> a sdo:Person ;
    sdo:email "gijs@bb2f4cab-7318-0410-9de6-9ead3dd4af17" ;
    sdo:familyName "" ;
    sdo:givenName "gijs" .

<https://tools.clariah.nl/person/gijsjan> a sdo:Person ;
    sdo:email "agijsbro@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "Gijsjan" .

<https://tools.clariah.nl/person/gijsjan-brouwer> a sdo:Person ;
    sdo:email "gijs@pop-os.localdomain" ;
    sdo:familyName "Brouwer" ;
    sdo:givenName "Gijsjan" .

<https://tools.clariah.nl/person/harshpundhir> a sdo:Person ;
    sdo:email "pundhirharsh6@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "harshpundhir" .

<https://tools.clariah.nl/person/henk-van-den-berg> a sdo:Person ;
    sdo:email "henk.van.den.berg@dans.knaw.nl" ;
    sdo:familyName "van den Berg" ;
    sdo:givenName "Henk" .

<https://tools.clariah.nl/person/hylmar> a sdo:Person ;
    sdo:email "hylmar@eight.nl" ;
    sdo:familyName "" ;
    sdo:givenName "hylmar" .

<https://tools.clariah.nl/person/iryna-shcherbina> a sdo:Person ;
    sdo:email "ishcherb@redhat.com" ;
    sdo:familyName "Shcherbina" ;
    sdo:givenName "Iryna" .

<https://tools.clariah.nl/person/jaapjorisjaap> a sdo:Person ;
    sdo:email "gerson.foks@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "jaapjorisjaap" .

<https://tools.clariah.nl/person/jaburgoyne> a sdo:Person ;
    sdo:email "j.a.burgoyne@uva.nl" ;
    sdo:familyName "" ;
    sdo:givenName "jaburgoyne" .

<https://tools.clariah.nl/person/joren-six> a sdo:Person ;
    sdo:email "joren.six@ugent.be" ;
    sdo:familyName "Six" ;
    sdo:givenName "Joren" .

<https://tools.clariah.nl/person/julian-gonggrijp> a sdo:Person ;
    sdo:email "j.gonggrijp@uu.nl" ;
    sdo:familyName "Gonggrijp" ;
    sdo:givenName "Julian" .

<https://tools.clariah.nl/person/kresbula> a sdo:Person ;
    sdo:email "thomas15klein@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "Kresbula" .

<https://tools.clariah.nl/person/lars-buitinck> a sdo:Person ;
    sdo:email "larsmans@gmail.com" ;
    sdo:familyName "Buitinck" ;
    sdo:givenName "Lars" .

<https://tools.clariah.nl/person/laszlo-csontos> a sdo:Person ;
    sdo:email "csontos.blaszlo@gmail.com" ;
    sdo:familyName "Csontos" ;
    sdo:givenName "Laszlo" .

<https://tools.clariah.nl/person/laurensw75> a sdo:Person ;
    sdo:email "laurensw75@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "laurensw75" .

<https://tools.clariah.nl/person/leif-jo-ran-olsson> a sdo:Person ;
    sdo:email "leif-joran.olsson@svenska.gu.se" ;
    sdo:familyName "Olsson" ;
    sdo:givenName "Leif-Jöran" .

<https://tools.clariah.nl/person/liesbetha> a sdo:Person ;
    sdo:email "LiesbethA@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "LiesbethA" .

<https://tools.clariah.nl/person/ljo> a sdo:Person ;
    sdo:email "ljo@fripost.org" ;
    sdo:familyName "" ;
    sdo:givenName "ljo" .

<https://tools.clariah.nl/person/luka-van-der-plas> a sdo:Person ;
    sdo:email "43678097+lukavdplas@users.noreply.github.com" ;
    sdo:familyName "van der Plas" ;
    sdo:givenName "Luka" .

<https://tools.clariah.nl/person/lukavdplas> a sdo:Person ;
    sdo:email "lukavdplas@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "lukavdplas" .

<https://tools.clariah.nl/person/m-erkan-bas-ar> a sdo:Person ;
    sdo:email "erkan@mebasar.com" ;
    sdo:familyName "Erkan Başar" ;
    sdo:givenName "M." .

<https://tools.clariah.nl/person/maartenschermer> a sdo:Person ;
    sdo:email "m.d.schermer@uu.nl" ;
    sdo:familyName "" ;
    sdo:givenName "maartenschermer" .

<https://tools.clariah.nl/person/mahmoud-ben-hassine> a sdo:Person ;
    sdo:email "mahmoud@benhassine.fr" ;
    sdo:familyName "Ben Hassine" ;
    sdo:givenName "Mahmoud" .

<https://tools.clariah.nl/person/marijn-koolen> a sdo:Person ;
    sdo:email "marijn.koolen@gmail.com",
        "marijn.koolen@huygens.knaw.nl" ;
    sdo:familyName "Koolen" ;
    sdo:givenName "Marijn" .

<https://tools.clariah.nl/person/martijn-van-de-donk> a sdo:Person ;
    sdo:email "56029619+MartijnBNG@users.noreply.github.com" ;
    sdo:familyName "van de Donk" ;
    sdo:givenName "Martijn" .

<https://tools.clariah.nl/person/martijn-van-der-klis> a sdo:Person ;
    sdo:email "M.H.vanderKlis@uu.nl" ;
    sdo:familyName "van der Klis" ;
    sdo:givenName "Martijn" .

<https://tools.clariah.nl/person/martijnm> a sdo:Person ;
    sdo:email "martijnm@bb2f4cab-7318-0410-9de6-9ead3dd4af17" ;
    sdo:familyName "" ;
    sdo:givenName "martijnm" .

<https://tools.clariah.nl/person/martin-kroon> a sdo:Person ;
    sdo:email "martinkroon06@gmail.com" ;
    sdo:familyName "Kroon" ;
    sdo:givenName "Martin" .

<https://tools.clariah.nl/person/matthijs-brouwer> a sdo:Person ;
    sdo:email "matthijs@brouwer.info" ;
    sdo:familyName "Brouwer" ;
    sdo:givenName "Matthijs" .

<https://tools.clariah.nl/person/mdavarci> a sdo:Person ;
    sdo:email "m.davarci@hotmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "mdavarci" .

<https://tools.clariah.nl/person/meindert-kroese> a sdo:Person ;
    sdo:email "Meindert.Kroese@huygens.knaw.nl" ;
    sdo:familyName "Kroese" ;
    sdo:givenName "Meindert" .

<https://tools.clariah.nl/person/meindertk> a sdo:Person ;
    sdo:email "meindert.kroese@huygens.knaw.nl" ;
    sdo:familyName "" ;
    sdo:givenName "meindertk" .

<https://tools.clariah.nl/person/melvin-roest> a sdo:Person ;
    sdo:familyName "Roest" ;
    sdo:givenName "Melvin" .

<https://tools.clariah.nl/person/menzo> a sdo:Person ;
    sdo:email "menzo.windhouwer@meertens.knaw.nl" ;
    sdo:familyName "" ;
    sdo:givenName "Menzo" .

<https://tools.clariah.nl/person/micha-hulsbosch> a sdo:Person ;
    sdo:email "m.hulsbosch@let.ru.nl" ;
    sdo:familyName "Hulsbosch" ;
    sdo:givenName "Micha" .

<https://tools.clariah.nl/person/mustafa-erkan-bas-ar> a sdo:Person ;
    sdo:email "mustafaerkanbasar@gmail.com" ;
    sdo:familyName "Erkan Başar" ;
    sdo:givenName "Mustafa" .

<https://tools.clariah.nl/person/mvguizza> a sdo:Person ;
    sdo:email "85183461+MvGuizza@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "MvGuizza" .

<https://tools.clariah.nl/person/mwigham> a sdo:Person ;
    sdo:email "38520885+mwigham@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "mwigham" .

<https://tools.clariah.nl/person/nanne> a sdo:Person ;
    sdo:email "n.j.e.vannoord@uva.nl" ;
    sdo:familyName "" ;
    sdo:givenName "Nanne" .

<https://tools.clariah.nl/person/nanne-van-noord> a sdo:Person ;
    sdo:email "n.j.e.vannoord@uva.nl" ;
    sdo:familyName "van Noord" ;
    sdo:givenName "Nanne" .

<https://tools.clariah.nl/person/nicoo> a sdo:Person ;
    sdo:email "nicoo@mur.at" ;
    sdo:familyName "" ;
    sdo:givenName "nicoo" .

<https://tools.clariah.nl/person/ole> a sdo:Person ;
    sdo:email "gitlab+account@ole.mn" ;
    sdo:familyName "" ;
    sdo:givenName "ole" .

<https://tools.clariah.nl/person/parkervg> a sdo:Person ;
    sdo:email "parkervg5@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "parkervg" .

<https://tools.clariah.nl/person/peter-dekker> a sdo:Person ;
    sdo:email "peter@peterdekker.eu" ;
    sdo:familyName "Dekker" ;
    sdo:givenName "Peter" .

<https://tools.clariah.nl/person/peterwithers> a sdo:Person ;
    sdo:email "peter-gthb@bambooradical.com" ;
    sdo:familyName "" ;
    sdo:givenName "PeterWithers" .

<https://tools.clariah.nl/person/pieterjan-de-potter> a sdo:Person ;
    sdo:email "pieterjan.depotter@ugent.be" ;
    sdo:familyName "De Potter" ;
    sdo:givenName "Pieterjan" .

<https://tools.clariah.nl/person/pratham-joshi> a sdo:Person ;
    sdo:email "pratham.raj.joshi@gmail.com" ;
    sdo:familyName "Joshi" ;
    sdo:givenName "Pratham" .

<https://tools.clariah.nl/person/proycon-anaproy-nl> a sdo:Person ;
    sdo:familyName "" ;
    sdo:givenName "proycon@anaproy.nl" .

<https://tools.clariah.nl/person/r-loeber> a sdo:Person ;
    sdo:email "r.g.v.loeber@uu.nl" ;
    sdo:familyName "Loeber" ;
    sdo:givenName "R." .

<https://tools.clariah.nl/person/renevanderark> a sdo:Person ;
    sdo:email "r.van.der.ark@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "renevanderark" .

<https://tools.clariah.nl/person/richard-eckart-de-castilho> a sdo:Person ;
    sdo:email "richard.eckart@gmail.com" ;
    sdo:familyName "Eckart de Castilho" ;
    sdo:givenName "Richard" .

<https://tools.clariah.nl/person/richard-zijdeman> a sdo:Person ;
    sdo:familyName "Zijdeman" ;
    sdo:givenName "Richard" .

<https://tools.clariah.nl/person/rik-d-t-janssen> a sdo:Person ;
    sdo:email "121875841+RikDTJanssen@users.noreply.github.com" ;
    sdo:familyName "D.T. Janssen" ;
    sdo:givenName "Rik" .

<https://tools.clariah.nl/person/rinke-hoekstra> a sdo:Person ;
    sdo:familyName "Hoekstra" ;
    sdo:givenName "Rinke" .

<https://tools.clariah.nl/person/rob-zeeman> a sdo:Person ;
    sdo:email "rob.zeeman@di.huc.knaw.nl" ;
    sdo:familyName "Zeeman" ;
    sdo:givenName "Rob" .

<https://tools.clariah.nl/person/roderick-van-der-weerdt> a sdo:Person ;
    sdo:familyName "van der Weerdt" ;
    sdo:givenName "Roderick" .

<https://tools.clariah.nl/person/roelandordelman> a sdo:Person ;
    sdo:email "roeland.ordelman@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "roelandordelman" .

<https://tools.clariah.nl/person/ronald> a sdo:Person ;
    sdo:email "ronald@bb2f4cab-7318-0410-9de6-9ead3dd4af17" ;
    sdo:familyName "" ;
    sdo:givenName "ronald" .

<https://tools.clariah.nl/person/root> a sdo:Person ;
    sdo:email "root@localhost.localdomain" ;
    sdo:familyName "" ;
    sdo:givenName "root" .

<https://tools.clariah.nl/person/ruud-de-jong> a sdo:Person ;
    sdo:email "ruud.dejong@ivdnt.org" ;
    sdo:familyName "de Jong" ;
    sdo:givenName "Ruud" .

<https://tools.clariah.nl/person/s-v-m-canisius-uvt-nl> a sdo:Person ;
    sdo:familyName "" ;
    sdo:givenName "S.V.M.Canisius@uvt.nl" .

<https://tools.clariah.nl/person/sander-canisius> a sdo:Person ;
    sdo:familyName "Canisius" ;
    sdo:givenName "Sander" .

<https://tools.clariah.nl/person/sarnoult> a sdo:Person ;
    sdo:email "31313050+sarnoult@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "sarnoult" .

<https://tools.clariah.nl/person/shebanq> a sdo:Person ;
    sdo:email "w.t.van.peursen@vu.nl" ;
    sdo:familyName "" ;
    sdo:givenName "SHEBANQ" .

<https://tools.clariah.nl/person/sloot> a sdo:Person ;
    sdo:email "sloot@12f355fe-0486-481a-ad91-c297ab22b4e3" ;
    sdo:familyName "" ;
    sdo:givenName "sloot" .

<https://tools.clariah.nl/person/sohinimallick16> a sdo:Person ;
    sdo:email "sohini.mallick@maastrichtuniversity.nl" ;
    sdo:familyName "" ;
    sdo:givenName "sohinimallick16" .

<https://tools.clariah.nl/person/svandaalen> a sdo:Person ;
    sdo:email "sebastiaan.vandaalen@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "svandaalen" .

<https://tools.clariah.nl/person/svn> a sdo:Person ;
    sdo:email "svn@bb2f4cab-7318-0410-9de6-9ead3dd4af17" ;
    sdo:familyName "" ;
    sdo:givenName "svn" .

<https://tools.clariah.nl/person/tenzin> a sdo:Person ;
    sdo:email "ten13zin@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "Tenzin" .

<https://tools.clariah.nl/person/thomas-vermaut> a sdo:Person ;
    sdo:email "40355758+tvermaut@users.noreply.github.com" ;
    sdo:familyName "Vermaut" ;
    sdo:givenName "Thomas" .

<https://tools.clariah.nl/person/tijmen-baarda> a sdo:Person ;
    sdo:email "tijmenbaarda@gmail.com" ;
    sdo:familyName "Baarda" ;
    sdo:givenName "Tijmen" .

<https://tools.clariah.nl/person/tim-brouwer> a sdo:Person ;
    sdo:email "Tim.Brouwer@ivdnt.org" ;
    sdo:familyName "Brouwer" ;
    sdo:givenName "Tim" .

<https://tools.clariah.nl/person/ubuntu-user> a sdo:Person ;
    sdo:email "ubuntu@packer-Ubuntu-18.04.2-Server" ;
    sdo:familyName "User" ;
    sdo:givenName "Ubuntu" .

<https://tools.clariah.nl/person/utrecht-university> a sdo:Person ;
    sdo:familyName "University" ;
    sdo:givenName "Utrecht" .

<https://tools.clariah.nl/person/vincent-prins> a sdo:Person ;
    sdo:email "vincent.prins@ivdnt.org" ;
    sdo:familyName "Prins" ;
    sdo:givenName "Vincent" .

<https://tools.clariah.nl/person/vincent-van-t-zand> a sdo:Person ;
    sdo:email "Vincent.vantZand@inl.nl" ;
    sdo:familyName "van 't Zand" ;
    sdo:givenName "Vincent" .

<https://tools.clariah.nl/person/vincent-vandeghinste> a sdo:Person ;
    sdo:email "vincent@ccl.kuleuven.be" ;
    sdo:familyName "Vandeghinste" ;
    sdo:givenName "Vincent" .

<https://tools.clariah.nl/person/vmaccatrozzo> a sdo:Person ;
    sdo:email "valentina.maccatrozzo@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "vmaccatrozzo" .

<https://tools.clariah.nl/person/walter> a sdo:Person ;
    sdo:email "walter@bb2f4cab-7318-0410-9de6-9ead3dd4af17" ;
    sdo:familyName "" ;
    sdo:givenName "walter" .

<https://tools.clariah.nl/person/walter-ravenek> a sdo:Person ;
    sdo:email "walter.ravenek@huygens.knaw.nl" ;
    sdo:familyName "Ravenek" ;
    sdo:givenName "Walter" .

<https://tools.clariah.nl/person/werner> a sdo:Person ;
    sdo:email "werner@sudox.nl" ;
    sdo:familyName "" ;
    sdo:givenName "Werner" .

<https://tools.clariah.nl/person/whelmich> a sdo:Person ;
    sdo:email "whelmich@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "whelmich" .

<https://tools.clariah.nl/person/wilbert-heeringa> a sdo:Person ;
    sdo:email "wjheeringa@gmail.com" ;
    sdo:familyName "Heeringa" ;
    sdo:givenName "Wilbert" .

<https://tools.clariah.nl/person/wouter-beek> a sdo:Person ;
    sdo:email "wouter@triply.cc" ;
    sdo:familyName "Beek" ;
    sdo:givenName "Wouter" .

<https://tools.clariah.nl/person/xander-vertegaal> a sdo:Person ;
    sdo:email "a.j.j.vertegaal@uu.nl" ;
    sdo:familyName "Vertegaal" ;
    sdo:givenName "Xander" .

<https://tools.clariah.nl/person/xhuang218> a sdo:Person ;
    sdo:email "94059223+XHuang218@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "XHuang218" .

<https://tools.clariah.nl/piereling/0.4> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Internet > WWW/HTTP > WSGI > Application",
        "Text Processing > Linguistic" ;
    sdo:applicationSuite "FoLiA" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/piereling" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2019-10-18T21:47:48Z+0200"^^sdo:Date ;
    sdo:dateModified "2023-11-01T11:43:34Z+0100"^^sdo:Date ;
    sdo:description "Piereling is a webservice and web-application to convert between a variety of document formats, mostly from and to FoLiA XML. It is intended for NLP pipelines." ;
    sdo:downloadUrl "https://github.com/proycon/piereling/archive/refs/tags/v0.4.zip" ;
    sdo:identifier "piereling" ;
    sdo:keywords "webservice nlp computational_linguistics rest folia conversion" ;
    sdo:license <http://spdx.org/licenses/GPL-2.0-only>,
        <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "piereling" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/piereling/releases/tag/v0.4" ;
    sdo:review <https://tools.clariah.nl/validation/N2b911a30204743597e3f59aac6e8f068> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.4",
        "Python 3.5",
        "Python 3.6",
        "Python 3.7" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/clam-ge-3-1-5>,
        <https://tools.clariah.nl/dependency/folia-tools-ge-2-2-6> ;
    sdo:url "https://github.com/proycon/piereling" ;
    sdo:version "0.4" ;
    owl:sameAs <https://tools.clariah.nl/piereling.contributors/snapshot>,
        <https://tools.clariah.nl/piereling.topcontributor/snapshot>,
        <https://tools.clariah.nl/piereling/0.4>,
        <https://tools.clariah.nl/piereling/snapshot> ;
    codemeta:continuousIntegration <https://travis-ci.com/proycon/piereling> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-781a52bfe122a5bd>,
        <https://tools.clariah.nl/webapplication/Na522d1144cc79c0bb97b4ebee894f3ca> ;
    codemeta:issueTracker <https://github.com/proycon/piereling/issues> ;
    codemeta:readme <https://github.com/proycon/piereling/blob/v0.4//README.rst> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:16:37 UTC 2026)

[harvester info] --> Processing piereling (https://github.com/proycon/piereling) [Sun Apr  5 03:16:37 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/piereling...

[harvester info] Found release v0.4

[harvester info] Using 'v0.4'

[harvester info] Git reference: v0.4

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/piereling for harvestable resources...

[harvester info] found python setup for piereling, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2019-10-18T21:47:48Z+0200, date modified: 2023-11-01T11:43:34Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/proycon/piereling)

[harvester info] Adding URL for found README: README.rst

[harvester info] Found releaseNotes

[harvester info] Querying Zenodo API for DOI (access token provided)...

[harvester info] Converting README.rst to README.md

[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/#inactive

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Found CI https://travis-ci.com/proycon/piereling

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v0.4) 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.rst in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#inactive

[harvester info] Setting group FoLiA

[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 "piereling" --codeRepository "https://github.com/proycon/piereling" --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/piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/12-ci.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.piereling.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.piereling.codemeta.json 

-- begin log --

Passed 14 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/12-ci.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.piereling.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.piereling.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/piereling

Processing source #1 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.piereling.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] processed 1 new triples, total is now 2

Processing source #2 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.piereling.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] processed 1 new triples, total is now 3

Processing source #3 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.piereling.codemeta.json

    Found main resource with URI https://tools.clariah.nl/piereling.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] processed 8 new triples, total is now 10

Processing source #4 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.piereling.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] processed 2 new triples, total is now 12

Processing source #5 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.piereling.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] processed 1 new triples, total is now 13

Processing source #6 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.piereling.codemeta.json

    Found main resource with URI https://tools.clariah.nl/piereling/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-1cbbef1bbe130641 -> https://tools.clariah.nl/stub/H5a86f9064e088181)

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] processed 21 new triples, total is now 28

Processing source #7 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.piereling.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] overriding old http://schema.org/dateCreated (2019-10-18T19:49:14Z -> 2019-10-18T21:47:48Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] overriding old http://schema.org/dateModified (2023-11-01T10:45:38Z -> 2023-11-01T11:43:34Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] processed 2 new triples, total is now 28

Processing source #8 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.piereling.codemeta.json

    Found main resource with URI https://tools.clariah.nl/piereling.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] processed 8 new triples, total is now 29

Processing source #9 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.piereling.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/piereling)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/piereling)] processed 1 new triples, total is now 29

Processing source #10 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.piereling.codemeta.json

    Found main resource with URI https://tools.clariah.nl/piereling/0.4

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (piereling)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H5a86f9064e088181 -> https://tools.clariah.nl/stub/H-47c5dd25e19bb773)

[CODEMETA COMPOSITION (piereling)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (piereling)] overriding old http://schema.org/version (v0.4 -> 0.4)

[CODEMETA COMPOSITION (piereling)] processed 61 new triples, total is now 78

Processing source #11 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/12-ci.piereling.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (piereling)] processed 1 new triples, total is now 79

Processing source #12 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.piereling.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (piereling)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#inactive)

[CODEMETA COMPOSITION (piereling)] processed 1 new triples, total is now 79

Processing source #13 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.piereling.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (piereling)] processed 1 new triples, total is now 79

Processing source #14 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.piereling.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/piereling

[CODEMETA COMPOSITION (piereling)] processed 1 new triples, total is now 80

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/piereling -> https://tools.clariah.nl/piereling/0.4

[CODEMETA VALIDATION (piereling)] done

[CODEMETA ENRICHMENT (piereling)] Guessing interface type https://w3id.org/software-types#WebApplication based on clues

[CODEMETA ENRICHMENT (piereling)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (piereling)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (piereling)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (piereling)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (piereling)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (piereling)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/piereling/0.4 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/piereling/0.4 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/piereling/0.4 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/piereling/0.4 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/piereling/0.4 #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)

VALIDATION https://tools.clariah.nl/piereling/0.4 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/piereling.codemeta.json

[harvester info] Harvesting remote service URL https://webservices.cls.ru.nl/piereling for piereling: 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/piereling.codemeta.json" "/tmp/out/piereling.codemeta.json" "https://webservices.cls.ru.nl/piereling"

[harvester info] <-- Finished processing piereling (https://github.com/proycon/piereling) [Sun Apr  5 03:16:54 UTC 2026]
""" .

<https://tools.clariah.nl/pure3d/snapshot> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H13591aff92146493> ;
    sdo:codeRepository "https://github.com/CLARIAH/pure3d" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-1d59c4dcf284a389> ;
    sdo:dateCreated "2022-04-19T12:58:54Z+0200"^^sdo:Date ;
    sdo:dateModified "2024-12-11T17:07:59Z+0100"^^sdo:Date ;
    sdo:description "pure3d project University Maastricht" ;
    sdo:identifier "pure3d" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/dirk-roorda> ;
    sdo:name "pure3d" ;
    sdo:producer <https://tools.clariah.nl/org/clariah> ;
    sdo:review <https://tools.clariah.nl/validation/N2b0fe410fd78fd54fea834beb9a06b87> ;
    owl:sameAs <https://tools.clariah.nl/pure3d.contributors/snapshot>,
        <https://tools.clariah.nl/pure3d.topcontributor/snapshot>,
        <https://tools.clariah.nl/pure3d/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#moved> ;
    codemeta:issueTracker <https://github.com/CLARIAH/pure3d/issues> ;
    codemeta:readme <https://github.com/CLARIAH/pure3d/blob/main//README.md> ;
    ns1:errors 1 ;
    ns1:log """(log file starts at Sun Apr  5 03:16:54 UTC 2026)

[harvester info] --> Processing pure3d (https://github.com/CLARIAH/pure3d) [Sun Apr  5 03:16:54 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/pure3d...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/pure3d for harvestable resources...

[harvester info] found python setup for pure3d, converting to codemeta

-- begin log --

No input files specified, but found python project (pyproject.toml) in current dir, using that...

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/pyproject-toml

Processing source #1 of 1

Obtaining python package metadata for: pyproject.toml

Loading metadata from pyproject.toml via pyproject-parser

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 660, in build

    codemeta.parsers.python.parse_python(newgraph, res, source, crosswalk, args)

  File "/usr/lib/python3.12/site-packages/codemeta/parsers/python.py", line 386, in parse_python

    if value.startswith("http"):

       ^^^^^^^^^^^^^^^^

AttributeError: 'Readme' object has no attribute 'startswith'

-- end log --

[harvester error] python setup.py to codemeta conversion failed for pure3d (codemetapy failed)

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Dirk Roorda <dirk.roorda@di.huc.knaw.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: 2022-04-19T12:58:54Z+0200, date modified: 2024-12-11T17:07:59Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/CLARIAH/pure3d)

[harvester info] Adding URL for found README: README.md

[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/#moved

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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/#suspended

[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 "pure3d" --codeRepository "https://github.com/CLARIAH/pure3d" --validate /etc/software.ttl --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/pure3d.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.pure3d.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.pure3d.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.pure3d.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.pure3d.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.pure3d.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.pure3d.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.pure3d.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.pure3d.codemeta.json 

-- begin log --

Passed 8 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.pure3d.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.pure3d.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.pure3d.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.pure3d.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.pure3d.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.pure3d.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.pure3d.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.pure3d.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/pure3d

Processing source #1 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.pure3d.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pure3d

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] processed 1 new triples, total is now 2

Processing source #2 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.pure3d.codemeta.json

    Found main resource with URI https://tools.clariah.nl/pure3d.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/pure3d

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] processed 8 new triples, total is now 9

Processing source #3 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.pure3d.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pure3d

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] processed 1 new triples, total is now 10

Processing source #4 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.pure3d.codemeta.json

    Found main resource with URI https://tools.clariah.nl/pure3d/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/pure3d

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#suspended -> https://www.repostatus.org/#unsupported)

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] processed 19 new triples, total is now 27

Processing source #5 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.pure3d.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pure3d

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] overriding old http://schema.org/dateCreated (2022-04-19T10:58:53Z -> 2022-04-19T12:58:54Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] overriding old http://schema.org/dateModified (2024-12-11T16:08:03Z -> 2024-12-11T17:07:59Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] processed 2 new triples, total is now 27

Processing source #6 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.pure3d.codemeta.json

    Found main resource with URI https://tools.clariah.nl/pure3d.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/pure3d

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] processed 26 new triples, total is now 48

Processing source #7 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.pure3d.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pure3d

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/pure3d)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] processed 1 new triples, total is now 48

Processing source #8 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.pure3d.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/pure3d

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#unsupported -> https://www.repostatus.org/#moved)

[CODEMETA COMPOSITION (https://tools.clariah.nl/pure3d)] processed 1 new triples, total is now 48

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/pure3d -> https://tools.clariah.nl/pure3d/snapshot

[CODEMETA VALIDATION (pure3d)] done

[CODEMETA ENRICHMENT (pure3d)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/pure3d/snapshot #1: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pure3d/snapshot #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/pure3d/snapshot #3: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pure3d/snapshot #4: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pure3d/snapshot #5: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pure3d/snapshot #6: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pure3d/snapshot #7: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pure3d/snapshot #8: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pure3d/snapshot #9: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/pure3d/snapshot #10: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/pure3d.codemeta.json

[harvester info] <-- Finished processing pure3d (https://github.com/CLARIAH/pure3d) [Sun Apr  5 03:17:05 UTC 2026]
""" .

<https://tools.clariah.nl/python-frog/0.6.12> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://vocabs.dariah.eu/tadirah/contextualizing>,
        <https://vocabs.dariah.eu/tadirah/namedEntityRecognition>,
        <https://vocabs.dariah.eu/tadirah/posTagging>,
        <https://vocabs.dariah.eu/tadirah/segmenting>,
        <https://vocabs.dariah.eu/tadirah/tagging>,
        <https://vocabs.dariah.eu/tadirah/treeTagging>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis> ;
    sdo:applicationSuite "Frog" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/python-frog" ;
    sdo:contributor <https://tools.clariah.nl/stub/H6c2ad2014ee4300d> ;
    sdo:dateCreated "2014-09-07T22:33:37Z+0200"^^sdo:Date ;
    sdo:dateModified "2026-02-02T15:54:42Z+0100"^^sdo:Date ;
    sdo:description "Python binding to Frog, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing." ;
    sdo:downloadUrl "https://github.com/proycon/python-frog/archive/refs/tags/v0.6.12.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H573a4b1150ab9acc> ;
    sdo:identifier "python-frog" ;
    sdo:keywords "nlp computational_linguistics dutch pos lemmatizer" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "python-frog" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/stub/H-23f26241812668e0> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/python-frog/releases/tag/v0.6.12" ;
    sdo:review <https://tools.clariah.nl/validation/N4ffbd779648a41cf4c93e434e8a1a9fa> ;
    sdo:runtimePlatform "Cython",
        "Python 3" ;
    sdo:softwareHelp <http://folia.readthedocs.io/> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/cython> ;
    sdo:url "https://github.com/proycon/python-frog" ;
    sdo:version "0.6.12" ;
    owl:sameAs <https://tools.clariah.nl/python-frog.contributors/snapshot>,
        <https://tools.clariah.nl/python-frog.topcontributor/snapshot>,
        <https://tools.clariah.nl/python-frog/0.6.12>,
        <https://tools.clariah.nl/python-frog/snapshot> ;
    codemeta:continuousIntegration <https://github.com/proycon/python-frog/actions/workflows/python-frog.yml> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level9Proven>,
        <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/proycon/python-frog/issues> ;
    codemeta:readme <https://github.com/proycon/python-frog/blob/v0.6.12//README.rst> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:17:05 UTC 2026)

[harvester info] --> Processing python-frog (https://github.com/proycon/python-frog) [Sun Apr  5 03:17:05 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/python-frog...

[harvester info] Found release v0.6.12

[harvester info] Using 'v0.6.12'

[harvester info] Git reference: v0.6.12

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/python-frog for harvestable resources...

[harvester info] found codemeta-harvest.json for python-frog (md5sum 183f4daae6e1c0854dd236fdca078749); values in here take precendence over (override) those in later detection stages

[harvester info] found python setup for python-frog, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[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: 2014-09-07T22:33:37Z+0200, date modified: 2026-02-02T15:54:42Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/proycon/python-frog)

[harvester info] Adding URL for found README: README.rst

[harvester info] Found releaseNotes

[harvester info] Querying Zenodo API for DOI (access token provided)...

[harvester info] Found DOI https://doi.org/10.5281/zenodo.18458937

[harvester info] Converting README.rst to README.md

[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] Scraping title from http://folia.readthedocs.io/

[harvester info] Found documentation at http://folia.readthedocs.io/ : "name": "FoLiA: Format for Linguistic Annotation - Documentation and Reference Guide — FoLiA: Format for Linguistic Annotation v2.0 (rev 9.0) documentation",

[harvester info] Falling back to git tag (v0.6.12) 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/#active

[harvester info] Looking for repostatus information in README.rst in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#active

[harvester info] Setting group Frog

[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 "python-frog" --codeRepository "https://github.com/proycon/python-frog" --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/python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.python-frog.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.python-frog.codemeta.json 

-- begin log --

Passed 16 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.python-frog.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.python-frog.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/python-frog

Processing source #1 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 1 new triples, total is now 2

Processing source #2 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 1 new triples, total is now 3

Processing source #3 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.python-frog.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-frog.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 8 new triples, total is now 10

Processing source #4 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 4 new triples, total is now 14

Processing source #5 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 2 new triples, total is now 16

Processing source #6 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 1 new triples, total is now 17

Processing source #7 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.python-frog.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-frog/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H1475f6679e807341 -> https://tools.clariah.nl/stub/H0007d240f938d84d)

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 21 new triples, total is now 32

Processing source #8 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] overriding old http://schema.org/dateCreated (2014-09-07T20:32:31Z -> 2014-09-07T22:33:37Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] overriding old http://schema.org/dateModified (2026-02-02T14:58:47Z -> 2026-02-02T15:54:42Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 2 new triples, total is now 32

Processing source #9 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.python-frog.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-frog.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 14 new triples, total is now 39

Processing source #10 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/python-frog)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 1 new triples, total is now 39

Processing source #11 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.python-frog.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-frog/0.6.12

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (python-frog)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H0007d240f938d84d -> https://tools.clariah.nl/stub/H1475f6679e807341)

[CODEMETA COMPOSITION (python-frog)] overriding old http://schema.org/description (Python bindings to the dutch NLP tool Frog (pos tagger, lemmatiser, NER tagger, morphological analysis, shallow parser, dependency parser) -> Python binding to Frog, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing.)

[CODEMETA COMPOSITION (python-frog)] overriding old http://schema.org/version (v0.6.12 -> 0.6.12)

[CODEMETA COMPOSITION (python-frog)] processed 49 new triples, total is now 73

Processing source #12 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (python-frog)] processed 1 new triples, total is now 73

Processing source #13 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA COMPOSITION (python-frog)] overriding old http://schema.org/applicationCategory (Text Processing > Linguistic -> https://w3id.org/nwo-research-fields#Linguistics)

[CODEMETA COMPOSITION (python-frog)] overriding old https://codemeta.github.io/terms/developmentStatus (https://w3id.org/research-technology-readiness-levels#Level8Complete -> https://w3id.org/research-technology-readiness-levels#Level9Proven)

[CODEMETA COMPOSITION (python-frog)] processed 23 new triples, total is now 93

Processing source #14 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (python-frog)] processed 1 new triples, total is now 93

Processing source #15 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (python-frog)] overriding old http://schema.org/identifier (python-frog -> )

[CODEMETA COMPOSITION (python-frog)] processed 5 new triples, total is now 97

Processing source #16 of 16

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.python-frog.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-frog

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-frog)] processed 1 new triples, total is now 98

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/python-frog -> https://tools.clariah.nl/python-frog/0.6.12

[CODEMETA VALIDATION (python-frog)] done

[CODEMETA ENRICHMENT (python-frog)] automatically adding programmingLanguage Python derived from runtimePlatform Python

VALIDATION https://tools.clariah.nl/python-frog/0.6.12 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/python-frog/0.6.12 #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/python-frog.codemeta.json

[harvester info] <-- Finished processing python-frog (https://github.com/proycon/python-frog) [Sun Apr  5 03:17:20 UTC 2026]
""" .

<https://tools.clariah.nl/python-ucto/0.6.10> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Text Processing > Linguistic" ;
    sdo:applicationSuite "Ucto" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/python-ucto" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2014-05-21T19:33:30Z+0200"^^sdo:Date ;
    sdo:dateModified "2026-02-02T15:28:30Z+0100"^^sdo:Date ;
    sdo:description "This is a Python binding to the tokenizer Ucto. Tokenisation is one of the first step in almost any Natural Language Processing task, yet it is not always as trivial a task as it appears to be. This binding makes the power of the ucto tokeniser available to Python. Ucto itself is a regular-expression based, extensible, and advanced tokeniser written in C++ (https://languagemachines.github.io/ucto)." ;
    sdo:downloadUrl "https://github.com/proycon/python-ucto/archive/refs/tags/v0.6.10.zip" ;
    sdo:identifier "python-ucto" ;
    sdo:keywords "tokenizer tokenization tokeniser tokenisation nlp computational_linguistics ucto" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "python-ucto" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/python-ucto/releases/tag/v0.6.10" ;
    sdo:review <https://tools.clariah.nl/validation/N85c1c92c4e8f36bf61ea3fb9339e2bbf> ;
    sdo:runtimePlatform "Cython",
        "Python 3" ;
    sdo:softwareHelp <https://folia.readthedocs.io/en/latest/> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/cython> ;
    sdo:url "https://github.com/proycon/python-ucto" ;
    sdo:version "0.6.10" ;
    owl:sameAs <https://tools.clariah.nl/python-ucto.contributors/snapshot>,
        <https://tools.clariah.nl/python-ucto.topcontributor/snapshot>,
        <https://tools.clariah.nl/python-ucto/0.6.10>,
        <https://tools.clariah.nl/python-ucto/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/proycon/python-ucto/issues> ;
    codemeta:readme <https://github.com/proycon/python-ucto/blob/v0.6.10//README.rst> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:17:35 UTC 2026)

[harvester info] --> Processing python-ucto (https://github.com/proycon/python-ucto) [Sun Apr  5 03:17:35 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/python-ucto...

[harvester info] Found release v0.6.10

[harvester info] Using 'v0.6.10'

[harvester info] Git reference: v0.6.10

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/python-ucto for harvestable resources...

[harvester info] found python setup for python-ucto, converting to codemeta

[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: 2014-05-21T19:33:30Z+0200, date modified: 2026-02-02T15:28:30Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/proycon/python-ucto)

[harvester info] Adding URL for found README: README.rst

[harvester info] Found releaseNotes

[harvester info] Querying Zenodo API for DOI (access token provided)...

[harvester info] Found DOI https://doi.org/10.5281/zenodo.18458795

[harvester info] Converting README.rst to README.md

[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] Scraping title from https://folia.readthedocs.io/en/latest/

[harvester info] Found documentation at https://folia.readthedocs.io/en/latest/ : "name": "FoLiA: Format for Linguistic Annotation - Documentation and Reference Guide — FoLiA: Format for Linguistic Annotation v2.0 (rev 9.0) documentation",

[harvester info] Falling back to git tag (v0.6.10) 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/#active

[harvester info] Looking for repostatus information in README.rst in master branch...

[harvester info] Found repostatus (master branch) https://www.repostatus.org/#active

[harvester info] Setting group Ucto

[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 "python-ucto" --codeRepository "https://github.com/proycon/python-ucto" --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/python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.python-ucto.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.python-ucto.codemeta.json 

-- begin log --

Passed 14 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.python-ucto.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.python-ucto.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/python-ucto

Processing source #1 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.python-ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] processed 1 new triples, total is now 2

Processing source #2 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.python-ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] processed 1 new triples, total is now 3

Processing source #3 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.python-ucto.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-ucto.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] processed 8 new triples, total is now 10

Processing source #4 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.python-ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] processed 4 new triples, total is now 14

Processing source #5 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.python-ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] processed 2 new triples, total is now 16

Processing source #6 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.python-ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] processed 1 new triples, total is now 17

Processing source #7 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.python-ucto.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-ucto/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-3259a8fe92f1c888 -> https://tools.clariah.nl/stub/H7d490cb4feb4f131)

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] processed 26 new triples, total is now 37

Processing source #8 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.python-ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] overriding old http://schema.org/dateCreated (2014-05-21T17:28:45Z -> 2014-05-21T19:33:30Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] overriding old http://schema.org/dateModified (2026-02-02T14:47:20Z -> 2026-02-02T15:28:30Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] processed 2 new triples, total is now 37

Processing source #9 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.python-ucto.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-ucto.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] processed 8 new triples, total is now 38

Processing source #10 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.python-ucto.codemeta.json

    Found main resource with URI https://tools.clariah.nl/python-ucto/0.6.10

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H7d490cb4feb4f131 -> https://tools.clariah.nl/stub/H-3259a8fe92f1c888)

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/description (This is a Python binding to the tokenizer Ucto. Tokenisation is one of the first step in almost any Natural Language Processing task, yet it is not always as trivial a task as it appears to be. This binding makes the power of the ucto tokeniser available to Python. Ucto itself is regular-expression based, extensible, and advanced tokeniser written in C++ (http://ilk.uvt.nl/ucto). -> This is a Python binding to the tokenizer Ucto. Tokenisation is one of the first step in almost any Natural Language Processing task, yet it is not always as trivial a task as it appears to be. This binding makes the power of the ucto tokeniser available to Python. Ucto itself is a regular-expression based, extensible, and advanced tokeniser written in C++ (https://languagemachines.github.io/ucto).)

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/keywords (nlp-library -> tokenizer tokenization tokeniser tokenisation nlp computational_linguistics ucto)

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/keywords (nlp -> tokenizer tokenization tokeniser tokenisation nlp computational_linguistics ucto)

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/keywords (folia -> tokenizer tokenization tokeniser tokenisation nlp computational_linguistics ucto)

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/keywords (python -> tokenizer tokenization tokeniser tokenisation nlp computational_linguistics ucto)

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/keywords (text-processing -> tokenizer tokenization tokeniser tokenisation nlp computational_linguistics ucto)

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/keywords (computational-linguistics -> tokenizer tokenization tokeniser tokenisation nlp computational_linguistics ucto)

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/keywords (tokenizer -> tokenizer tokenization tokeniser tokenisation nlp computational_linguistics ucto)

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/version (v0.6.10 -> 0.6.10)

[CODEMETA COMPOSITION (python-ucto)] processed 49 new triples, total is now 67

Processing source #11 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.python-ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (python-ucto)] processed 1 new triples, total is now 67

Processing source #12 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.python-ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (python-ucto)] processed 1 new triples, total is now 67

Processing source #13 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.python-ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (python-ucto)] overriding old http://schema.org/identifier (python-ucto -> )

[CODEMETA COMPOSITION (python-ucto)] processed 5 new triples, total is now 71

Processing source #14 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.python-ucto.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/python-ucto

[CODEMETA COMPOSITION (https://tools.clariah.nl/python-ucto)] processed 1 new triples, total is now 72

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/python-ucto -> https://tools.clariah.nl/python-ucto/0.6.10

[CODEMETA VALIDATION (python-ucto)] done

[CODEMETA ENRICHMENT (python-ucto)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (python-ucto)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/python-ucto/0.6.10 #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)

VALIDATION https://tools.clariah.nl/python-ucto/0.6.10 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/python-ucto/0.6.10 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/python-ucto/0.6.10 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/python-ucto/0.6.10 #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)

VALIDATION https://tools.clariah.nl/python-ucto/0.6.10 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/python-ucto.codemeta.json

[harvester info] <-- Finished processing python-ucto (https://github.com/proycon/python-ucto) [Sun Apr  5 03:17:49 UTC 2026]
""" .

<https://tools.clariah.nl/sasta/0.4.3> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-754953ea298226c9> ;
    sdo:codeRepository "https://github.com/UUDigitalHumanitieslab/sastadev" ;
    sdo:contributor <https://tools.clariah.nl/stub/H42ce89c5d079aa12> ;
    sdo:dateCreated "2021-11-18T11:42:49Z+0100"^^sdo:Date ;
    sdo:dateModified "2026-03-17T18:34:53Z+0100"^^sdo:Date ;
    sdo:description "Linguistic functions for SASTA tool" ;
    sdo:downloadUrl "https://github.com/UUDigitalHumanitieslab/sastadev/archive/refs/tags/0.4.3.zip" ;
    sdo:identifier "sasta" ;
    sdo:license <http://spdx.org/licenses/BSD-3-Clause> ;
    sdo:maintainer <https://tools.clariah.nl/person/research-software-lab-centre-for-digital-humanities-utrecht-university> ;
    sdo:name "sastadev" ;
    sdo:producer <https://tools.clariah.nl/org/centre-for-digital-humanities> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/UUDigitalHumanitieslab/sastadev/releases/tag/0.4.3" ;
    sdo:review <https://tools.clariah.nl/validation/N18171ebd822560fcc9e7e50e5494e569> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/auchann>,
        <https://tools.clariah.nl/dependency/lxml>,
        <https://tools.clariah.nl/dependency/more-itertools>,
        <https://tools.clariah.nl/dependency/openpyxl>,
        <https://tools.clariah.nl/dependency/pyspellchecker>,
        <https://tools.clariah.nl/dependency/typing-extensions>,
        <https://tools.clariah.nl/dependency/xlsxwriter> ;
    sdo:url "https://github.com/UUDigitalHumanitieslab/sastadev" ;
    sdo:version "0.4.3" ;
    owl:sameAs <https://tools.clariah.nl/sasta.contributors/snapshot>,
        <https://tools.clariah.nl/sasta.topcontributor/snapshot>,
        <https://tools.clariah.nl/sasta/0.4.3>,
        <https://tools.clariah.nl/sastadev/0.4.3>,
        <https://tools.clariah.nl/sastadev/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/sastadev/0.4.3>,
        <https://tools.clariah.nl/webapplication/sasta> ;
    codemeta:issueTracker <https://github.com/CentreForDigitalHumanities/sastadev/issues> ;
    codemeta:readme <https://github.com/UUDigitalHumanitieslab/sastadev/blob/0.4.3//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:18:03 UTC 2026)

[harvester info] --> Processing sasta (https://github.com/UUDigitalHumanitieslab/sastadev) [Sun Apr  5 03:18:03 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/UUDigitalHumanitieslab/sastadev...

[harvester info] Found release 0.4.3

[harvester info] Using '0.4.3'

[harvester info] Git reference: 0.4.3

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/sasta for harvestable resources...

[harvester info] found python setup for sasta, converting to codemeta

[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 Jelte van Boheemen <j.vanboheemen@uu.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: 2021-11-18T11:42:49Z+0100, date modified: 2026-03-17T18:34:53Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/UUDigitalHumanitieslab/sastadev)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (0.4.3) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "sasta" --codeRepository "https://github.com/UUDigitalHumanitieslab/sastadev" --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/sasta.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.sasta.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.sasta.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.sasta.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.sasta.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.sasta.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.sasta.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.sasta.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.sasta.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.sasta.codemeta.json 

-- begin log --

Passed 9 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.sasta.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.sasta.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.sasta.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.sasta.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.sasta.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.sasta.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.sasta.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.sasta.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.sasta.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/sasta

Processing source #1 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.sasta.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/sasta

[CODEMETA COMPOSITION (https://tools.clariah.nl/sasta)] processed 1 new triples, total is now 2

Processing source #2 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.sasta.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/sasta

[CODEMETA COMPOSITION (https://tools.clariah.nl/sasta)] processed 1 new triples, total is now 3

Processing source #3 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.sasta.codemeta.json

    Found main resource with URI https://tools.clariah.nl/sasta.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/sasta

[CODEMETA COMPOSITION (https://tools.clariah.nl/sasta)] processed 8 new triples, total is now 10

Processing source #4 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.sasta.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/sasta

[CODEMETA COMPOSITION (https://tools.clariah.nl/sasta)] processed 2 new triples, total is now 12

Processing source #5 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.sasta.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/sasta

[CODEMETA COMPOSITION (https://tools.clariah.nl/sasta)] processed 1 new triples, total is now 13

Processing source #6 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.sasta.codemeta.json

    Found main resource with URI https://tools.clariah.nl/sastadev/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/sasta

[CODEMETA COMPOSITION (https://tools.clariah.nl/sasta)] processed 14 new triples, total is now 26

Processing source #7 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.sasta.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/sasta

[CODEMETA COMPOSITION (https://tools.clariah.nl/sasta)] overriding old http://schema.org/dateCreated (2021-11-18T10:42:48Z -> 2021-11-18T11:42:49Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/sasta)] overriding old http://schema.org/dateModified (2026-03-26T19:44:57Z -> 2026-03-17T18:34:53Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/sasta)] processed 2 new triples, total is now 26

Processing source #8 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.sasta.codemeta.json

    Found main resource with URI https://tools.clariah.nl/sasta.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/sasta

[CODEMETA COMPOSITION (https://tools.clariah.nl/sasta)] processed 32 new triples, total is now 53

Processing source #9 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.sasta.codemeta.json

    Found main resource with URI https://tools.clariah.nl/sastadev/0.4.3

    Injected (possibly temporary) URI https://tools.clariah.nl/sasta

[CODEMETA COMPOSITION (sastadev)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-58a6128c4c5b44cf -> https://tools.clariah.nl/stub/H0a0f1d6a7c0451fa)

[CODEMETA COMPOSITION (sastadev)] overriding old http://schema.org/codeRepository (https://github.com/CentreForDigitalHumanities/sastadev -> https://github.com/UUDigitalHumanitieslab/sastadev)

[CODEMETA COMPOSITION (sastadev)] overriding old http://schema.org/description (Method definitions for use in SASTA -> Linguistic functions for SASTA tool)

[CODEMETA COMPOSITION (sastadev)] processed 57 new triples, total is now 102

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/sasta -> https://tools.clariah.nl/sasta/0.4.3

[CODEMETA VALIDATION (sasta)] done

[CODEMETA ENRICHMENT (sasta)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (sasta)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/sasta/0.4.3 #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)

VALIDATION https://tools.clariah.nl/sasta/0.4.3 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/sasta/0.4.3 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/sasta/0.4.3 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/sasta/0.4.3 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/sasta/0.4.3 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/sasta/0.4.3 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/sasta.codemeta.json

[harvester info] Harvesting remote service URL https://sasta.hum.uu.nl for sasta: 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/sasta.codemeta.json" "/tmp/out/sasta.codemeta.json" "https://sasta.hum.uu.nl"

[harvester info] <-- Finished processing sasta (https://github.com/UUDigitalHumanitieslab/sastadev) [Sun Apr  5 03:18:19 UTC 2026]
""" .

<https://tools.clariah.nl/shebanq/v4.2z> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H13591aff92146493> ;
    sdo:codeRepository "https://github.com/ETCBC/shebanq" ;
    sdo:contributor <https://tools.clariah.nl/stub/H13591aff92146493> ;
    sdo:dateCreated "2017-10-19T14:54:22Z+0200"^^sdo:Date ;
    sdo:dateModified "2022-10-12T10:12:53Z+0200"^^sdo:Date ;
    sdo:description "Exposing the Hebrew Text Database of the ETCBC" ;
    sdo:downloadUrl "https://github.com/ETCBC/shebanq/archive/refs/tags/v4.2z.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H337ce29a194a7d0c>,
        <https://tools.clariah.nl/stub/H62ca878bc7de8312> ;
    sdo:identifier "shebanq" ;
    sdo:keywords "annotation",
        "etcbc",
        "etcbc-data",
        "hebrew",
        "hebrew-bible",
        "search-engine",
        "text-fabric" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/dirk-roorda> ;
    sdo:name "shebanq" ;
    sdo:operatingSystem "Linux",
        "SELinux",
        "Windows",
        "macOS" ;
    sdo:producer <http://www.etcbc.nl> ;
    sdo:programmingLanguage "ES6",
        "Python" ;
    sdo:releaseNotes "https://github.com/ETCBC/shebanq/releases/tag/v4.2z" ;
    sdo:review <https://tools.clariah.nl/validation/N735a802517b7d3a5d4162208ec1cb278> ;
    sdo:runtimePlatform "Python >= 3.6" ;
    sdo:softwareHelp <https://github.com/ETCBC/shebanq/wiki> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-75a0ec0d318de256>,
        <https://tools.clariah.nl/stub/H3bbdb950634fa7ea> ;
    sdo:url "https://shebanq.ancient-data.org" ;
    sdo:version "v4.2z" ;
    owl:sameAs <https://tools.clariah.nl/shebanq.contributors/snapshot>,
        <https://tools.clariah.nl/shebanq.topcontributor/snapshot>,
        <https://tools.clariah.nl/shebanq/snapshot>,
        <https://tools.clariah.nl/shebanq/v4.2z> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-112183c7d8a62ff>,
        <https://tools.clariah.nl/webapplication/shebanq> ;
    codemeta:issueTracker <https://github.com/ETCBC/shebanq/issues> ;
    codemeta:readme <https://github.com/ETCBC/shebanq/blob/v4.2z//README.md> ;
    codemeta:referencePublication <http://dx.doi.org/10.5334/bbi.18>,
        <https://doi.org/10.1163/24523666-01000011>,
        <https://doi.org/10.5281/zenodo.1007624>,
        <https://tools.clariah.nl/stub/H-6f294d5d7efe5882> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:18:19 UTC 2026)

[harvester info] --> Processing shebanq (https://github.com/ETCBC/shebanq) [Sun Apr  5 03:18:19 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/ETCBC/shebanq...

[harvester info] Found release v4.2z

[harvester info] Using 'v4.2z'

[harvester info] Git reference: v4.2z

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/shebanq for harvestable resources...

[harvester info] found codemeta-harvest.json for shebanq (md5sum ebac1ae3903bb958ee22fa006709a479); values in here take precendence over (override) those in later detection stages

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Dirk Roorda <dirk.roorda@dans.knaw.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: 2017-10-19T14:54:22Z+0200, date modified: 2022-10-12T10:12:53Z+0200

[harvester info] Querying Github/GitLab API (https://github.com/ETCBC/shebanq)

[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] Found DOI https://doi.org/10.5281/zenodo.7234733

[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 (v4.2z) 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] 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 "shebanq" --codeRepository "https://github.com/ETCBC/shebanq" --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/shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.shebanq.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-doi.shebanq.codemeta.json 

-- begin log --

Passed 13 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.shebanq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-doi.shebanq.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/shebanq

Processing source #1 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.shebanq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 1 new triples, total is now 2

Processing source #2 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.shebanq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 1 new triples, total is now 3

Processing source #3 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.shebanq.codemeta.json

    Found main resource with URI https://tools.clariah.nl/shebanq.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 8 new triples, total is now 10

Processing source #4 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.shebanq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 2 new triples, total is now 12

Processing source #5 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.shebanq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 1 new triples, total is now 13

Processing source #6 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.shebanq.codemeta.json

    Found main resource with URI https://tools.clariah.nl/shebanq/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 22 new triples, total is now 34

Processing source #7 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.shebanq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] overriding old http://schema.org/dateCreated (2013-11-21T09:13:04Z -> 2017-10-19T14:54:22Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] overriding old http://schema.org/dateModified (2023-12-21T13:36:31Z -> 2022-10-12T10:12:53Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 2 new triples, total is now 34

Processing source #8 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.shebanq.codemeta.json

    Found main resource with URI https://tools.clariah.nl/shebanq.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 8 new triples, total is now 35

Processing source #9 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.shebanq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/shebanq)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 1 new triples, total is now 35

Processing source #10 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.shebanq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 1 new triples, total is now 35

Processing source #11 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.shebanq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] overriding old http://schema.org/producer (https://tools.clariah.nl/org/eep-talstra-centre-for-bible-and-computer -> http://www.etcbc.nl)

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 106 new triples, total is now 138

Processing source #12 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.shebanq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 1 new triples, total is now 138

Processing source #13 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-doi.shebanq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/shebanq

[CODEMETA COMPOSITION (https://tools.clariah.nl/shebanq)] processed 5 new triples, total is now 143

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/shebanq -> https://tools.clariah.nl/shebanq/v4.2z

[CODEMETA VALIDATION (shebanq)] done

[CODEMETA ENRICHMENT (shebanq)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/shebanq/v4.2z #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)

VALIDATION https://tools.clariah.nl/shebanq/v4.2z #2: Warning: The producer of the software source code *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/shebanq/v4.2z #3: Info: The funder *SHOULD* be acknowledged (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)

VALIDATION https://tools.clariah.nl/shebanq/v4.2z #4: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/shebanq/v4.2z #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)

VALIDATION https://tools.clariah.nl/shebanq/v4.2z #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/shebanq.codemeta.json

[harvester info] Harvesting remote service URL https://shebanq.ancient-data.org for shebanq: 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/shebanq.codemeta.json" "/tmp/out/shebanq.codemeta.json" "https://shebanq.ancient-data.org"

[harvester info] <-- Finished processing shebanq (https://github.com/ETCBC/shebanq) [Sun Apr  5 03:18:34 UTC 2026]
""" .

<https://tools.clariah.nl/softwarelibrary/codemeta2html> a stype:SoftwareLibrary ;
    sdo:name "codemeta2html" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/softwarelibrary/codemetapy> a stype:SoftwareLibrary ;
    sdo:name "codemeta" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/spaq/snapshot> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-33d266e0b54acd4d> ;
    sdo:codeRepository "https://github.com/knaw-huc/SPAQ" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-33d266e0b54acd4d> ;
    sdo:dateCreated "2021-01-26T12:19:21Z+0100"^^sdo:Date ;
    sdo:dateModified "2024-02-14T17:18:20Z+0100"^^sdo:Date ;
    sdo:description "SPAQ (speech aquisition using Surveys) " ;
    sdo:identifier "spaq" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-der-peet> ;
    sdo:name "SPAQ" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:review <https://tools.clariah.nl/validation/N271b64f4df667df957adbae72d0d700b> ;
    owl:sameAs <https://tools.clariah.nl/spaq.contributors/snapshot>,
        <https://tools.clariah.nl/spaq.topcontributor/snapshot>,
        <https://tools.clariah.nl/spaq/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#suspended> ;
    codemeta:issueTracker <https://github.com/knaw-huc/SPAQ/issues> ;
    codemeta:readme <https://github.com/knaw-huc/SPAQ/blob/main//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:18:34 UTC 2026)

[harvester info] --> Processing spaq (https://github.com/knaw-huc/SPAQ) [Sun Apr  5 03:18:34 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/SPAQ...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/spaq for harvestable resources...

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Maarten van der Peet <Maarten.van.der.Peet@di.huc.knaw.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: 2021-01-26T12:19:21Z+0100, date modified: 2024-02-14T17:18:20Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/SPAQ)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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/#suspended

[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 "spaq" --codeRepository "https://github.com/knaw-huc/SPAQ" --validate /etc/software.ttl --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/spaq.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.spaq.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.spaq.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.spaq.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.spaq.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.spaq.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.spaq.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.spaq.codemeta.json 

-- begin log --

Passed 7 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.spaq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.spaq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.spaq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.spaq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.spaq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.spaq.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.spaq.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/spaq

Processing source #1 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.spaq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/spaq

[CODEMETA COMPOSITION (https://tools.clariah.nl/spaq)] processed 1 new triples, total is now 2

Processing source #2 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.spaq.codemeta.json

    Found main resource with URI https://tools.clariah.nl/spaq.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/spaq

[CODEMETA COMPOSITION (https://tools.clariah.nl/spaq)] processed 8 new triples, total is now 9

Processing source #3 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.spaq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/spaq

[CODEMETA COMPOSITION (https://tools.clariah.nl/spaq)] processed 1 new triples, total is now 10

Processing source #4 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.spaq.codemeta.json

    Found main resource with URI https://tools.clariah.nl/spaq/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/spaq

[CODEMETA COMPOSITION (https://tools.clariah.nl/spaq)] processed 13 new triples, total is now 22

Processing source #5 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.spaq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/spaq

[CODEMETA COMPOSITION (https://tools.clariah.nl/spaq)] overriding old http://schema.org/dateCreated (2021-01-26T10:27:44Z -> 2021-01-26T12:19:21Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/spaq)] overriding old http://schema.org/dateModified (2024-02-14T16:18:25Z -> 2024-02-14T17:18:20Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/spaq)] processed 2 new triples, total is now 22

Processing source #6 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.spaq.codemeta.json

    Found main resource with URI https://tools.clariah.nl/spaq.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/spaq

[CODEMETA COMPOSITION (https://tools.clariah.nl/spaq)] processed 8 new triples, total is now 23

Processing source #7 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.spaq.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/spaq

[CODEMETA COMPOSITION (https://tools.clariah.nl/spaq)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/spaq)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/spaq)] processed 1 new triples, total is now 23

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/spaq -> https://tools.clariah.nl/spaq/snapshot

[CODEMETA VALIDATION (spaq)] done

[CODEMETA ENRICHMENT (spaq)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/spaq/snapshot #1: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/spaq/snapshot #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/spaq/snapshot #3: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/spaq/snapshot #4: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/spaq/snapshot #5: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/spaq/snapshot #6: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/spaq/snapshot #7: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/spaq/snapshot #8: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/spaq/snapshot #9: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/spaq/snapshot #10: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/spaq.codemeta.json

[harvester info] <-- Finished processing spaq (https://github.com/knaw-huc/SPAQ) [Sun Apr  5 03:18:44 UTC 2026]
""" .

<https://tools.clariah.nl/stub/H-0255e8d03b4a504> rdf:first <https://tools.clariah.nl/person/leon-van-wissen> ;
    rdf:rest <https://tools.clariah.nl/stub/H-599bdca960b05015> .

<https://tools.clariah.nl/stub/H-03be243b0c25356> rdf:first <https://tools.clariah.nl/person/jana-grimm> ;
    rdf:rest <https://tools.clariah.nl/stub/H-3da3773044f16870> .

<https://tools.clariah.nl/stub/H-05d60ebe44d39da> a sdo:WebApplication ;
    sdo:name "CLARIAH Media Suite" ;
    sdo:provider <https://tools.clariah.nl/stub/H2fd80a28f517792d> ;
    sdo:url "https://mediasuite.clariah.nl" .

<https://tools.clariah.nl/stub/H-0b21fce60569c42> a sdo:PublicationVolume ;
    sdo:datePublished "2019"^^sdo:Date ;
    sdo:issueNumber 1 ;
    sdo:name "HIPHIL Novum" ;
    sdo:volumeNumber 6 .

<https://tools.clariah.nl/stub/H-0e4071f94292863> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H-61aa80d2f524f9a5> .

<https://tools.clariah.nl/stub/H-104bb6d0275edc1> rdf:first <https://tools.clariah.nl/person/antal-van-de-bosch> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5e1516a8bf499e93> .

<https://tools.clariah.nl/stub/H-10abd0b846b038cc> rdf:first <https://tools.clariah.nl/person/mwigham> ;
    rdf:rest <https://tools.clariah.nl/stub/H-4ddfe3f1a250d99d> .

<https://tools.clariah.nl/stub/H-10b487e5d4a55b81> a stype:CommandLineApplication ;
    sdo:description "Find patterns in corpus data based on a presupplied list of patterns (one per line). This is a high-level convenience script over underlying tools." ;
    sdo:name "colibri-findpatterns" ;
    stype:executableName "colibri-findpatterns" .

<https://tools.clariah.nl/stub/H-11089047afaad324> rdf:first <https://tools.clariah.nl/person/martijn> ;
    rdf:rest <https://tools.clariah.nl/stub/H6c029e38302d4c95> .

<https://tools.clariah.nl/stub/H-112183c7d8a62ff> a sdo:WebApplication ;
    sdo:name "SHEBANQ" ;
    sdo:provider <https://tools.clariah.nl/stub/H7cf16d2122346b43> ;
    sdo:url "https://shebanq.ancient-data.org" .

<https://tools.clariah.nl/stub/H-1153e7dfa35acdf0> a sdo:PublicationIssue ;
    sdo:datePublished "2017"^^sdo:Date ;
    sdo:location "London, UK" ;
    sdo:name "CLARIN in the low countries" .

<https://tools.clariah.nl/stub/H-1158fcfa2758dd94> rdf:first <https://tools.clariah.nl/stub/H2140737479837b4a> ;
    rdf:rest <https://tools.clariah.nl/stub/H6428fee10b0ebdb2> .

<https://tools.clariah.nl/stub/H-127f9c7f21880c8> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H76009b4d8cafbd03> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H-128aa7a7c9061b31> rdf:first "Maarten van Gompel" ;
    rdf:rest <https://tools.clariah.nl/stub/H-659660324c1a3c7e> .

<https://tools.clariah.nl/stub/H-12d45b9c39b4f1fd> a sdo:CreativeWork ;
    sdo:encodingFormat "application/zip" .

<https://tools.clariah.nl/stub/H-1308d10ce2aa40b3> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-798d58e9f924e0a3> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-1311392e1ba7f04b> rdf:first <https://tools.clariah.nl/person/maarten-van-gompel> ;
    rdf:rest <https://tools.clariah.nl/stub/H-4ba60bf375900b3e> .

<https://tools.clariah.nl/stub/H-131cdf260d2d72bb> rdf:first "Antal van den Bosch" ;
    rdf:rest <https://tools.clariah.nl/stub/H-56690c6017828c33> .

<https://tools.clariah.nl/stub/H-13848e0644f4b96b> rdf:first <https://tools.clariah.nl/person/meindertk> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1aa70f687aa74156> .

<https://tools.clariah.nl/stub/H-13e72ed5f40de5a6> a sdo:TextDigitalDocument ;
    sdo:description "MS Word (Office Open XML, docx) input for conversion to FoLiA" ;
    sdo:encodingFormat "application/msword" ;
    sdo:identifier "MSWordFormat" ;
    sdo:name "*.docx" .

<https://tools.clariah.nl/stub/H-1442d46b5e0d457d> rdf:first <https://tools.clariah.nl/person/vmaccatrozzo> ;
    rdf:rest <https://tools.clariah.nl/stub/H1a52fdba65f114e4> .

<https://tools.clariah.nl/stub/H-14596af9a6679e75> rdf:first <https://tools.clariah.nl/stub/H-3f60372f4af5ead6> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-14832f1ec777953f> a sdo:PublicationIssue ;
    sdo:datePublised "2016" ;
    sdo:issue "4" ;
    sdo:name "Journal of Open Research Software" .

<https://tools.clariah.nl/stub/H-14a474da4e0c9834> rdf:first "Walter Daelemans" ;
    rdf:rest <https://tools.clariah.nl/stub/H1e50eb31c9106e4c> .

<https://tools.clariah.nl/stub/H-14ab1db8ef5a2782> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H16e0332b2cc563be> .

<https://tools.clariah.nl/stub/H-14e447ffbd62933a> rdf:first <https://tools.clariah.nl/stub/H64c815a61b87e87c> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-14f35b9d707fdfd0> rdf:first <https://tools.clariah.nl/person/jblom> ;
    rdf:rest <https://tools.clariah.nl/stub/H-70ee831f5f5d1e5d> .

<https://tools.clariah.nl/stub/H-1619d1f2d91c9cda> rdf:first <https://orcid.org/0000-0001-7218-7642> ;
    rdf:rest <https://tools.clariah.nl/stub/H2ad50814413bdc4b> .

<https://tools.clariah.nl/stub/H-165a8bc019acce72> a sdo:SoftwareApplication ;
    sdo:identifier "click" ;
    sdo:name "click" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-1673a3684619b3ca> rdf:first "Martijn Naaijer" ;
    rdf:rest <https://tools.clariah.nl/stub/H0097b5a40bb45015> .

<https://tools.clariah.nl/stub/H-1680d43dbbef1407> rdf:first <https://tools.clariah.nl/stub/H-1494d7234b10efa9> ;
    rdf:rest <https://tools.clariah.nl/stub/H6127b2a244fb2a63> .

<https://tools.clariah.nl/stub/H-169e3b45feb07110> rdf:first <https://tools.clariah.nl/person/micha-hulsbosch> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-16d15bd59b2ea757> a stype:SoftwareLibrary ;
    sdo:name "FoLiApy" .

<https://tools.clariah.nl/stub/H-16fe50a4aabd4edb> rdf:first <https://tools.clariah.nl/person/menzo-windhouwer> ;
    rdf:rest <https://tools.clariah.nl/stub/H26b903e33aad28a2> .

<https://tools.clariah.nl/stub/H-171394f1da0650db> a sdo:DigitalDocument ;
    sdo:description "Automatic transcription of the input recording with timestamps (CTM)" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "CTMFormat" ;
    sdo:name "*.ctm" .

<https://tools.clariah.nl/stub/H-17f58660c016560b> rdf:first <https://tools.clariah.nl/stub/H-87eb7efebb1b696> ;
    rdf:rest <https://tools.clariah.nl/stub/H18054d3f0dea7a57> .

<https://tools.clariah.nl/stub/H-1869e4db4b9391c3> rdf:first "Rogier Kraf" ;
    rdf:rest <https://tools.clariah.nl/stub/H0135aaa71dfd34c0> .

<https://tools.clariah.nl/stub/H-1884dc6af9b738d5> rdf:first <https://tools.clariah.nl/person/sloot> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-1898fff908f653b0> rdf:first <https://tools.clariah.nl/stub/H-5ab9dd3558cf4298> ;
    rdf:rest <https://tools.clariah.nl/stub/H498f0dd8e229984a> .

<https://tools.clariah.nl/stub/H-189d98ef49719644> a sdo:WebApplication ;
    sdo:description "This is a web portal where you can find all tools (i.e. software and software services) developed in the CLARIAH project, as well as some tools from predecessors and sister projects. This list is automatically harvested from the tool producers and providers themselves, and updated daily. Our tools are designed for researchers and developers in the Humanities and Social Sciences. Not all tools are suitable for all audiences and not all tools are mature and stable, this information should be clearly indicated for each tool, so you can make an informed judgement whether a tool might be suitable for you." ;
    sdo:name "CLARIAH Tools" ;
    sdo:provider <https://huc.knaw.nl> ;
    sdo:url "https://tools.clariah.nl" .

<https://tools.clariah.nl/stub/H-1902d49426dd2cd6> rdf:first <https://orcid.org/0000-0002-3755-5929> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-1910038b2cebb32> rdf:first "Cale Johnson" ;
    rdf:rest <https://tools.clariah.nl/stub/H26074adf79c02a12> .

<https://tools.clariah.nl/stub/H-196275103e5f493b> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest <https://tools.clariah.nl/stub/H64d86e288d6bd309> .

<https://tools.clariah.nl/stub/H-196febbb65dd890b> rdf:first <https://tools.clariah.nl/stub/H-f3433bc357dd5d8> ;
    rdf:rest <https://tools.clariah.nl/stub/H0c09e466883a1c7f> .

<https://tools.clariah.nl/stub/H-19e50e985cafc03> a sdo:TextDigitalDocument ;
    sdo:description "OpenDocument Text Document (odt) for conversion to FoLiA" ;
    sdo:encodingFormat "application/msword" ;
    sdo:identifier "MSWordFormat" ;
    sdo:name "*.odt" .

<https://tools.clariah.nl/stub/H-19fa853164a929df> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H04ffdb341f560ac0> ;
    sdo:email "mailto:g.bouma@rug.nl" ;
    sdo:familyName "Bouma" ;
    sdo:givenName "Gosse" ;
    sdo:sameAs <https://orcid.org/0000-0003-1106-3181> .

<https://tools.clariah.nl/stub/H-1a6bc2564230c998> a stype:WebApplication ;
    sdo:name "FoLiA-Linguistic-Annotation-Tool" .

<https://tools.clariah.nl/stub/H-1a7c768961cd495e> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-CORE (NWO grant 184.033.101)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H-1a8149bc16c43f46> rdf:first <https://tools.clariah.nl/person/mahmoud-ben-hassine> ;
    rdf:rest <https://tools.clariah.nl/stub/H-48e9e4bdfa148415> .

<https://tools.clariah.nl/stub/H-1aa70f687aa74156> rdf:first <https://tools.clariah.nl/person/menzo-windhouwer> ;
    rdf:rest <https://tools.clariah.nl/stub/H4b99e6e718fb765e> .

<https://tools.clariah.nl/stub/H-1b2dbc359ad6c3e4> rdf:first <https://tools.clariah.nl/person/evert-r> ;
    rdf:rest <https://tools.clariah.nl/stub/H-51dfb947f93f3ceb> .

<https://tools.clariah.nl/stub/H-1b46cae159283112> rdf:first "Ko van der Sloot" ;
    rdf:rest <https://tools.clariah.nl/stub/H1e50eb31c9106e4c> .

<https://tools.clariah.nl/stub/H-1b89f223cc2209a2> rdf:first <https://tools.clariah.nl/stub/H51ccb192dfe7eb30> ;
    rdf:rest <https://tools.clariah.nl/stub/H-348bb80937a563ad> .

<https://tools.clariah.nl/stub/H-1bcde279c939bde1> rdf:first <https://tools.clariah.nl/stub/H-3add60838eb64ac0> ;
    rdf:rest <https://tools.clariah.nl/stub/H-3ff299e13631e761> .

<https://tools.clariah.nl/stub/H-1be9b4a7fe212b5d> a sdo:Person ;
    sdo:email "c.martinez@esciencecenter.nl" ;
    sdo:familyName "Martinez" ;
    sdo:givenName "Carlos" .

<https://tools.clariah.nl/stub/H-1c1476cf328426f6> rdf:first <https://tools.clariah.nl/person/jesse-de-does> ;
    rdf:rest <https://tools.clariah.nl/stub/H3919df5a7718a313> .

<https://tools.clariah.nl/stub/H-1c7a41b4ce1d0907> a sdo:DigitalDocument ;
    sdo:description "Transcription with full word segmentation/alignment and speaker attribution" ;
    sdo:encodingFormat "application/json" ;
    sdo:identifier "JSONFormat" ;
    sdo:name "*.json" .

<https://tools.clariah.nl/stub/H-1cce39365226507c> rdf:first "Bee Scherer" ;
    rdf:rest <https://tools.clariah.nl/stub/H36f922004128b087> .

<https://tools.clariah.nl/stub/H-1ceb5d2091db511e> a stype:CommandLineApplication ;
    sdo:description "Convert plain text to FoLiA, the output will contain only <p> and <str> nodes. See ucto or rst2folia (FoLiA-tools) for alternatives." ;
    sdo:name "FoLiA-txt" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-59ecb8f01564741e> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    stype:executableName "FoLiA-txt" .

<https://tools.clariah.nl/stub/H-1d59c4dcf284a389> rdf:first <https://tools.clariah.nl/person/dirk-roorda> ;
    rdf:rest <https://tools.clariah.nl/stub/H538360cc04479d11> .

<https://tools.clariah.nl/stub/H-1d64b05cce24fee4> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H13591aff92146493> .

<https://tools.clariah.nl/stub/H-1d8c632fc3ebff4> rdf:first <https://tools.clariah.nl/person/albert-meron-o-pen-uela> ;
    rdf:rest <https://tools.clariah.nl/stub/H5db639fe6691addc> .

<https://tools.clariah.nl/stub/H-1da4f21c9bc8ba4e> rdf:first <https://tools.clariah.nl/person/jblom> ;
    rdf:rest <https://tools.clariah.nl/stub/H-70ee831f5f5d1e5d> .

<https://tools.clariah.nl/stub/H-1e1a6cca6ac0ed1b> a sdo:DataDownload ;
    sdo:contentUrl "https://kg.odissei.nl/odissei/odissei-kg/download.nq.gz" ;
    sdo:dateModified "2025-10-24"^^sdo:Date ;
    sdo:datePublished "2024-11-05"^^sdo:Date ;
    sdo:description "N-Quads download" ;
    sdo:encodingFormat "application/n-quads" .

<https://tools.clariah.nl/stub/H-1e5c7614eaba62a9> a stype:CommandLineApplication ;
    sdo:name "alud" ;
    stype:executableName "alud" .

<https://tools.clariah.nl/stub/H-1e5f6979c9a4e3ca> a sdo:SoftwareApplication ;
    sdo:identifier "flask" ;
    sdo:name "flask" .

<https://tools.clariah.nl/stub/H-1ed1ac9e3006841d> rdf:first <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-1f0179a7cfd495c3> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H386c8fe72a498397> ;
    sdo:familyName "Foks" ;
    sdo:givenName "Gerson" .

<https://tools.clariah.nl/stub/H-1f353311b53cd8e6> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H4000847d0edc1537> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-1f89c371330e326d> a stype:SoftwareLibrary ;
    sdo:description "FoLiA Library with API for C++" ;
    sdo:name "libfolia" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    stype:executableName "libfolia" .

<https://tools.clariah.nl/stub/H-2051eaa625ec6736> rdf:first <https://tools.clariah.nl/stub/H-3a43714e1ff34916> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-208c9fab62e6c5ba> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H-2096f6fe78f94521> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H-20d6449580751614> rdf:first <https://tools.clariah.nl/person/ko-van-der-sloot> ;
    rdf:rest <https://tools.clariah.nl/stub/H-11089047afaad324> .

<https://tools.clariah.nl/stub/H-20e7b4d95bf9983b> rdf:first <https://tools.clariah.nl/stub/H35bbc1f8f3278adb> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5dce2d313e047c34> .

<https://tools.clariah.nl/stub/H-214d3b52bb868fa4> a sdo:SoftwareApplication ;
    sdo:identifier "html5lib" ;
    sdo:name "html5lib" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "1.0.1" .

<https://tools.clariah.nl/stub/H-217c009faa24625> a sdo:WebSite ;
    sdo:name "PaQu -- Info" ;
    sdo:url "https://www.let.rug.nl/alfa/paqu/info.html" .

<https://tools.clariah.nl/stub/H-21dad8fa3ad94ee3> a sdo:Organization ;
    sdo:name "Netwerk Digitaal Erfgoed" ;
    sdo:url "https://www.netwerkdigitaalerfgoed.nl" .

<https://tools.clariah.nl/stub/H-2244f9e22ade5d1b> a stype:SoftwareLibrary ;
    sdo:name "TICCLTools" .

<https://tools.clariah.nl/stub/H-225ebe5e819bb81f> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from plain text" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H-22628d886f938d34> rdf:first <https://tools.clariah.nl/person/parkervg> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-22ca45a25caed764> rdf:first <https://tools.clariah.nl/person/s-v-m-canisius-uvt-nl> ;
    rdf:rest <https://tools.clariah.nl/stub/H7ba6242a40d32d8f> .

<https://tools.clariah.nl/stub/H-22e84918fdb9b8c1> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML input for conversion to HTML" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H-230525c9f54694ea> rdf:first <https://orcid.org/0009-0007-6621-9696> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-23096d234e895a13> a sdo:Organization ;
    sdo:name "European Research council" ;
    sdo:url "https://erc.europa.eu/" .

<https://tools.clariah.nl/stub/H-233f4eea9f21dda> a sdo:DigitalDocument ;
    sdo:description "Automatic transcription of the input recording" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H-2346f30c8146cc7> rdf:first <https://tools.clariah.nl/stub/H4edd16526cceb78c> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5364a5fedc71a845> .

<https://tools.clariah.nl/stub/H-2353b698d20bebc7> rdf:first "Cale Johnson" ;
    rdf:rest <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> .

<https://tools.clariah.nl/stub/H-236c18b4fd9f76ac> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML document" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.xml" .

<https://tools.clariah.nl/stub/H-23fb5ce1589faa2a> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H5aa36eed6f18c8b1> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-24029981db1d32f4> rdf:first "Martijn Kokken" ;
    rdf:rest <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> .

<https://tools.clariah.nl/stub/H-243a67c5221d67cb> a sdo:DigitalDocument ;
    sdo:description "FAout" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.aliphw2" .

<https://tools.clariah.nl/stub/H-2465bb2f1aad11a4> a stype:CommandLineApplication ;
    sdo:description "Extract n-grams of a particular size by moving a sliding window over the corpus. This is a high-level convenience script over underlying tools." ;
    sdo:name "colibri-ngrams" ;
    stype:executableName "colibri-ngrams" .

<https://tools.clariah.nl/stub/H-248a462474a1faee> a sdo:WebApplication ;
    sdo:name "Corpus Editor for Syntactically Annotated Resources (Cesar)" .

<https://tools.clariah.nl/stub/H-24cc3f6d081410be> rdf:first <https://tools.clariah.nl/person/whelmich> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-25568b5060565908> rdf:first <https://tools.clariah.nl/stub/H39548eee38791908> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-2574d3bed794c3e0> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H-257ad0670b11a858> rdf:first <https://tools.clariah.nl/person/ekoi> ;
    rdf:rest <https://tools.clariah.nl/stub/H7879c660a2548e7d> .

<https://tools.clariah.nl/stub/H-25af5b25d4faaf04> a sdo:SoftwareApplication ;
    sdo:identifier "typing" ;
    sdo:name "typing" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-25d46cd0f88c68f7> rdf:first <https://tools.clariah.nl/stub/H5de6c0094d2cfa99> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-264228fffe5027bc> rdf:first <https://tools.clariah.nl/stub/H1bab00174faf3361> ;
    rdf:rest <https://tools.clariah.nl/stub/H61c2f76dbe8967a5> .

<https://tools.clariah.nl/stub/H-2669dadb54c409c6> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H-266e5829b6f5f9d9> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H4f48a46b45a2536e> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-267cc7afd0c8d9c2> rdf:first <https://tools.clariah.nl/person/arjan-mossel> ;
    rdf:rest <https://tools.clariah.nl/stub/H2ac7d3a28ca8e4e8> .

<https://tools.clariah.nl/stub/H-2690220b6b5f180d> a sdo:Person ;
    sdo:familyName "Fannee" ;
    sdo:givenName "Mathieu" ;
    sdo:url "https://www.ivdnt.org/" .

<https://tools.clariah.nl/stub/H-26fe88b590b7407c> a sdo:SoftwareApplication ;
    sdo:identifier "scikit-learn" ;
    sdo:name "scikit-learn" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-27302e306b8f0b72> rdf:first <https://tools.clariah.nl/person/menzo-windhouwer> ;
    rdf:rest <https://tools.clariah.nl/stub/H-29aeb3edc127ce1> .

<https://tools.clariah.nl/stub/H-277a3fe1a0c79b08> a stype:CommandLineApplication ;
    sdo:description "Correct FoLiA documents using correction candidates generated by TICCL-rank (from ticcltools)" ;
    sdo:name "FoLiA-correct" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    stype:executableName "FoLiA-correct" .

<https://tools.clariah.nl/stub/H-27a37ee8ff83e64b> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H29e0a3f929964f31> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-2835fd73d86a306f> rdf:first <https://tools.clariah.nl/person/miel-peeters> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-284d5808614c7c9f> rdf:first <https://orcid.org/0000-0001-9447-9830> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6fc5fdf5095ff120> .

<https://tools.clariah.nl/stub/H-285ff774277bf4ae> a sdo:SoftwareApplication ;
    sdo:identifier "@types/jest" ;
    sdo:name "@types/jest" ;
    sdo:version "^28.1.6" .

<https://tools.clariah.nl/stub/H-287e6c9f924ed4f6> a sdo:DigitalDocument ;
    sdo:description "Tokenised Text Document" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.tok" .

<https://tools.clariah.nl/stub/H-288c0b406833fec3> rdf:first <https://tools.clariah.nl/person/basl> ;
    rdf:rest <https://tools.clariah.nl/stub/H-0e4071f94292863> .

<https://tools.clariah.nl/stub/H-28ac23dd10ce2473> a stype:CommandLineApplication ;
    sdo:name "GaLAHaD Train Battery - Trainer" ;
    sdo:provider <https://www.ivdnt.org> ;
    stype:executableName "train" .

<https://tools.clariah.nl/stub/H-28ad5777b77eba15> rdf:first <https://tools.clariah.nl/person/bas-doppen> ;
    rdf:rest <https://tools.clariah.nl/stub/H383ce3e1c36007d8> .

<https://tools.clariah.nl/stub/H-28d96c73dcc620e4> a sdo:DigitalDocument ;
    sdo:description "Plaintext tokenised output, one sentence per line" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.tok" .

<https://tools.clariah.nl/stub/H-29e4bca5ab043011> rdf:first <https://tools.clariah.nl/person/wouter-beek> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-2a00b702082f54c9> rdf:first <https://tools.clariah.nl/stub/H-400897b878875413> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-2a47d950ab17516b> rdf:first <https://github.com/mwigham> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-2a49a8ef6c961be4> rdf:first <https://tools.clariah.nl/person/jessededoes> ;
    rdf:rest <https://tools.clariah.nl/stub/H-636072ac14ee0cb> .

<https://tools.clariah.nl/stub/H-2a4ae8cd19d88c6f> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023), WP6" .

<https://tools.clariah.nl/stub/H-2a9154e56ca10c34> a sdo:SoftwareApplication ;
    sdo:identifier "lxml" ;
    sdo:name "lxml" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-2ae9a11167a558a5> rdf:first <https://tools.clariah.nl/person/kerim1> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5ed108a620d552b8> .

<https://tools.clariah.nl/stub/H-2b06c96160c6e9d> rdf:first <https://tools.clariah.nl/stub/H32422ff8971c6eb6> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-2b0a1275efe70da5> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-60353ba7d2623b69> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H3fd75f733be00200> ;
    sdo:name "At Last Parsing Is Now Operational" ;
    sdo:pageEnd "42" ;
    sdo:pageStart "20" ;
    sdo:sameAs <https://research.rug.nl/en/publications/at-last-parsing-is-now-operational> ;
    sdo:url "https://www.let.rug.nl/vannoord/papers/taln.pdf" .

<https://tools.clariah.nl/stub/H-2b1ccdba6da61e71> a sdo:SoftwareApplication ;
    sdo:identifier "simplejson" ;
    sdo:name "simplejson" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "3.16.0" .

<https://tools.clariah.nl/stub/H-2b2a6b4c9890731d> a sdo:DataDownload ;
    sdo:contentUrl "https://kg.odissei.nl/odissei/odissei-kg/download.nt.gz" ;
    sdo:dateModified "2025-10-24"^^sdo:Date ;
    sdo:datePublished "2024-11-05"^^sdo:Date ;
    sdo:description "N-Triples download" ;
    sdo:encodingFormat "application/n-triples" .

<https://tools.clariah.nl/stub/H-2b4e32c5ea3b6be> a sdo:Person ;
    sdo:email "github.com@steltenpower.com" ;
    sdo:familyName "Steltenpool" ;
    sdo:givenName "Ruud" .

<https://tools.clariah.nl/stub/H-2b608f346808b3cf> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-2b6638f18497f568> a sdo:SoftwareApplication ;
    sdo:identifier "axios" ;
    sdo:name "axios" ;
    sdo:version "^1.6.2" .

<https://tools.clariah.nl/stub/H-2b80c7bc1bd4e4ab> a sdo:SoftwareApplication ;
    sdo:identifier "eslint" ;
    sdo:name "eslint" ;
    sdo:version "^8.20.0" .

<https://tools.clariah.nl/stub/H-2b9d2ffcf8b4fb00> rdf:first <https://tools.clariah.nl/person/martin-kroon> ;
    rdf:rest <https://tools.clariah.nl/stub/H-529a046f0f70807a> .

<https://tools.clariah.nl/stub/H-2c28f6307f3e483a> rdf:first <https://tools.clariah.nl/person/bram-vanroy> ;
    rdf:rest <https://tools.clariah.nl/stub/H-7477575f09cda431> .

<https://tools.clariah.nl/stub/H-2c803f525f6d0aab> a sdo:SoftwareApplication ;
    sdo:identifier "sympy" ;
    sdo:name "sympy" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-2c95286e3c5ed2eb> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H3ff3a643b3a68d0c> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-2d528b34f8ab4b1d> rdf:first <https://tools.clariah.nl/person/sophie-arnoult> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-2eccbe800c4110a7> rdf:first <https://tools.clariah.nl/person/sebastiaan-van-daalen> ;
    rdf:rest <https://tools.clariah.nl/stub/H-3d6be737cbe84e71> .

<https://tools.clariah.nl/stub/H-2f043e61178c0ee5> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-23fb5ce1589faa2a> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-2f4778e2d1155033> a sdo:SoftwareApplication ;
    sdo:identifier "pyyaml" ;
    sdo:name "pyyaml" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-2fbfde25d2488fed> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H-2fc84146caad5bd0> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "NWO Pionier Algorithms for Linguistic Processing" .

<https://tools.clariah.nl/stub/H-300fa88112689da0> rdf:first <https://tools.clariah.nl/person/tim-brouwer> ;
    rdf:rest <https://tools.clariah.nl/stub/H-7850878a65d1334c> .

<https://tools.clariah.nl/stub/H-301876579add4b88> a sdo:WebSite ;
    sdo:description "Installation and usage instructions" ;
    sdo:name "README: Installation and usage instructions" ;
    sdo:url "https://github.com/proycon/codemetapy/blob/master/README.md" .

<https://tools.clariah.nl/stub/H-302f1dd7eebb2040> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output from NAF" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H-303995e75c2c0448> a sdo:SoftwareApplication ;
    sdo:identifier "ucto" ;
    sdo:name "ucto" ;
    sdo:version ">= 0.28" .

<https://tools.clariah.nl/stub/H-30ec029c844c81b5> a sdo:SoftwareApplication ;
    sdo:identifier "waitress" ;
    sdo:name "waitress" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 1.4.2" .

<https://tools.clariah.nl/stub/H-30ecabc15734af61> a sdo:Person ;
    sdo:email "albert.meronyo@gmail.com" ;
    sdo:familyName "Meroño-Peñuela" ;
    sdo:givenName "Albert" .

<https://tools.clariah.nl/stub/H-3115e353c3984a95> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H588e7aead85cbf63> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H-31341a9a37c078a4> rdf:first <https://tools.clariah.nl/person/sheean> ;
    rdf:rest <https://tools.clariah.nl/stub/H-71eaf9684a97e295> .

<https://tools.clariah.nl/stub/H-31868ef3393898d> rdf:first <https://tools.clariah.nl/stub/H63a473c08b7878f8> ;
    rdf:rest <https://tools.clariah.nl/stub/H0e2690ae8eb6e4bf> .

<https://tools.clariah.nl/stub/H-31a41b6378f414fd> rdf:first <https://tools.clariah.nl/person/sander-canisius> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-31a8f14393effc5c> rdf:first <https://tools.clariah.nl/person/martijn-maas> ;
    rdf:rest <https://tools.clariah.nl/stub/H-49879b532b90c61> .

<https://tools.clariah.nl/stub/H-3209389c62066200> rdf:first "Maarten van Gompel" ;
    rdf:rest <https://tools.clariah.nl/stub/H1e50eb31c9106e4c> .

<https://tools.clariah.nl/stub/H-3209a5ce768e337f> a sdo:SoftwareApplication ;
    sdo:identifier "wopr" ;
    sdo:name "Wopr" .

<https://tools.clariah.nl/stub/H-322f820a41658e50> rdf:first <https://tools.clariah.nl/person/jana-grimm> ;
    rdf:rest <https://tools.clariah.nl/stub/H1e16bf957090a296> .

<https://tools.clariah.nl/stub/H-32537f4f1f958db> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H-3279e1b6ae25e57a> rdf:first "Willem van Peursen" ;
    rdf:rest <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> .

<https://tools.clariah.nl/stub/H-327f575353762e28> a sdo:WebService ;
    sdo:description "CLARIAH Federated content search backends - instances for several Dutch corpora" ;
    sdo:name "Dutch FCS endpoints hosted at INT" ;
    sdo:runtimePlatform "Linux" ;
    sdo:url "https://portal.clarin.inl.nl/fcscorpora/clariah-fcs-endpoints/sru" .

<https://tools.clariah.nl/stub/H-32ce1605106036a4> a stype:CommandLineApplication ;
    sdo:name "Text-Fabric" ;
    stype:executableName "text-fabric" .

<https://tools.clariah.nl/stub/H-33642ba912a4f0a6> a sdo:PublicationVolume ;
    sdo:datePublished "2018"^^sdo:Date ;
    sdo:issueNumber 1 ;
    sdo:name "Research Data Journal for the Humanities and Social Sciences" ;
    sdo:volumeNumber 3 .

<https://tools.clariah.nl/stub/H-33ab70e90cce52b> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-43a57e58c99bf4af> ;
    sdo:email "mailto:g.bouma@rug.nl" ;
    sdo:familyName "Bouma" ;
    sdo:givenName "Gosse" ;
    sdo:sameAs <https://orcid.org/0000-0003-1106-3181> .

<https://tools.clariah.nl/stub/H-33c222025e00a6f5> rdf:first <https://tools.clariah.nl/stub/H1578ed0b9add0e6e> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-33e36785e025e9a9> rdf:first <https://tools.clariah.nl/person/alexandre-decan> ;
    rdf:rest <https://tools.clariah.nl/stub/H7b0db2ebda5fdc66> .

<https://tools.clariah.nl/stub/H-33e697051dd3605f> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-78618630f30b9c21> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-33edb9ebc3ebf3d9> a sdo:SoftwareApplication ;
    sdo:identifier "ticcutils" ;
    sdo:name "Ticcutils" .

<https://tools.clariah.nl/stub/H-34806f72a3a0e807> rdf:first <https://tools.clariah.nl/person/bloemj> ;
    rdf:rest <https://tools.clariah.nl/stub/H5b5bc023e3fb147a> .

<https://tools.clariah.nl/stub/H-3481575a1b98c10a> a sdo:Organization ;
    sdo:name "SSHOC-NL" .

<https://tools.clariah.nl/stub/H-348bb80937a563ad> rdf:first <https://tools.clariah.nl/stub/H390b7742e1c12576> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-34918b399dddd885> rdf:first <https://tools.clariah.nl/person/kerim1> ;
    rdf:rest <https://tools.clariah.nl/stub/H35e971c859a4ce19> .

<https://tools.clariah.nl/stub/H-34f34a3440d57d3a> a stype:CommandLineApplication ;
    sdo:description "Computes co-occurrence statistics (absolute co-cooccurrence or pointwise mutual information) between patterns in a corpus" ;
    sdo:name "colibri-cooc" ;
    stype:executableName "colibri-cooc" .

<https://tools.clariah.nl/stub/H-350c0596f7c0681d> a stype:CommandLineApplication ;
    sdo:description "Extract, model and compare recurring patterns (n-grams, skipgrams, flexgrams) and their frequencies in text corpus data. This is the main tool of Colibri Core." ;
    sdo:name "colibri-patternmodeller" ;
    stype:executableName "colibri-patternmodeller" .

<https://tools.clariah.nl/stub/H-359c0ff64db06726> rdf:first <https://orcid.org/0000-0002-1046-0006> ;
    rdf:rest <https://tools.clariah.nl/stub/H0f087453b1d9f5a0> .

<https://tools.clariah.nl/stub/H-35bfdd6cf169fe5e> a sdo:Person ;
    sdo:email "w.x.wilcke@vu.nl" ;
    sdo:familyName "Wilcke" ;
    sdo:givenName "Xander" .

<https://tools.clariah.nl/stub/H-35eb19570b98924f> rdf:first <https://tools.clariah.nl/person/roelandordelman> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-35f914c3f63a4375> rdf:first <https://github.com/MartijnBNG> ;
    rdf:rest <https://tools.clariah.nl/stub/H-7a715e00f98d2466> .

<https://tools.clariah.nl/stub/H-367c5b3ffc2442ed> rdf:first "Suzanne Kleijn" ;
    rdf:rest <https://tools.clariah.nl/stub/H-6d1eaca1f8e2bac8> .

<https://tools.clariah.nl/stub/H-368b39fa2f5761e0> rdf:first <https://tools.clariah.nl/person/jaap-blom> ;
    rdf:rest <https://tools.clariah.nl/stub/H0347da754a29db11> .

<https://tools.clariah.nl/stub/H-36aa8b6f4f64b158> rdf:first <https://tools.clariah.nl/stub/H57cf780f3a5f0403> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-36d0d1c8409a396c> rdf:first <https://tools.clariah.nl/person/jesse-de-does> ;
    rdf:rest <https://tools.clariah.nl/stub/H7d7f800254cf23d3> .

<https://tools.clariah.nl/stub/H-37099031977ad355> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H551badf8691b7f8f> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-3736b786e1389719> a sdo:DigitalDocument ;
    sdo:description "Markdown Input for conversion to FoLiA" ;
    sdo:encodingFormat "text/markdown" ;
    sdo:identifier "MarkdownFormat" ;
    sdo:name "*.md" .

<https://tools.clariah.nl/stub/H-373a491c83f80133> rdf:first "Lodewijk Petram" ;
    rdf:rest <https://tools.clariah.nl/stub/H-5ef6fc61d027029d> .

<https://tools.clariah.nl/stub/H-374faea1c4aa3150> rdf:first <https://tools.clariah.nl/stub/H0148c8b6d1b24dd0> ;
    rdf:rest <https://tools.clariah.nl/stub/H20cdfd216627854d> .

<https://tools.clariah.nl/stub/H-37d94979e53cd3f7> rdf:first <https://tools.clariah.nl/person/mustafa-erkan-bas-ar> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-37dff31898116022> a stype:CommandLineApplication ;
    sdo:name "evaluate" ;
    sdo:provider <https://www.ivdnt.org> ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-31826cf2d1bcbb4f> .

<https://tools.clariah.nl/stub/H-3876d01fa69177a4> rdf:first <https://tools.clariah.nl/person/eduarddrenth> ;
    rdf:rest <https://tools.clariah.nl/stub/H56908cb66e3741e9> .

<https://tools.clariah.nl/stub/H-38a49e03d25559fe> a sdo:AudioObject ;
    sdo:description "Ogg file" ;
    sdo:encodingFormat "audio/vorbis" ;
    sdo:identifier "OggAudioFormat" ;
    sdo:name "*.ogg" .

<https://tools.clariah.nl/stub/H-38c6250edbb1b6d0> a stype:CommandLineApplication ;
    sdo:description "Memory-based Morphological Analysis (standalone)" ;
    sdo:name "mbma" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33332f7155eb8d8a> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33332f7155eb8d8a> ;
    stype:executableName "mbma" .

<https://tools.clariah.nl/stub/H-38cfd1388a7fde2c> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-0b21fce60569c42> ;
    sdo:name "Text-fabric: handling Biblical data with IKEA logistics" ;
    sdo:pageEnd 135 ;
    sdo:pageStart 126 ;
    sdo:url "https://hiphil.org/index.php/hiphil/article/view/50" .

<https://tools.clariah.nl/stub/H-38fbe7fab2a98055> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIN-NL (NWO grant 184.021.003)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H-3923e707c9f0fffd> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-55b2046195e3783e> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-4523636af43bda55> ;
    sdo:name "AlpinoGraph: A Graph-based Search Engine for Flexible and Efficient Treebank Search" ;
    sdo:pageEnd "161" ;
    sdo:pageStart "151" ;
    sdo:sameAs <http://dx.doi.org/10.18653/v1/2020.tlt-1.13>,
        <https://research.rug.nl/en/publications/alpinograph-a-graph-based-search-engine-for-flexible-and-efficien> ;
    sdo:url "https://aclanthology.org/2020.tlt-1.13" .

<https://tools.clariah.nl/stub/H-3a3049aa20e42878> a sdo:Person ;
    sdo:email "lamasoftware@science.ru.nl" ;
    sdo:name "Gertjan van Noord (backend), Maarten van Gompel (webservice)" .

<https://tools.clariah.nl/stub/H-3a43714e1ff34916> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-37099031977ad355> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H-3a442154c27004d1> rdf:first <https://tools.clariah.nl/person/jan-niestadt> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2a49a8ef6c961be4> .

<https://tools.clariah.nl/stub/H-3a48956ae025f157> rdf:first <https://tools.clariah.nl/person/jelte-van-boheemen> ;
    rdf:rest <https://tools.clariah.nl/stub/H57c9f96c3e024e63> .

<https://tools.clariah.nl/stub/H-3a7f2608159869af> a sdo:DigitalDocument ;
    sdo:description "Intensifying words" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.data" .

<https://tools.clariah.nl/stub/H-3a8b40bc8d67b107> rdf:first <https://tools.clariah.nl/person/richard-eckart-de-castilho> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-3add60838eb64ac0> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H030b12ebaf2c98d1> ;
    sdo:familyName "Mertens" ;
    sdo:givenName "Koen" .

<https://tools.clariah.nl/stub/H-3aeb48734f27f397> rdf:first <https://tools.clariah.nl/stub/H2d999808e64b0971> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-3afb371272eb60ff> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-5c39b216261b9b56> ;
    sdo:email "g.j.m.van.noord@rug.nl" ;
    sdo:familyName "Van Noord" ;
    sdo:givenName "Gertjan" ;
    sdo:sameAs <https://orcid.org/0000-0001-5564-6341> .

<https://tools.clariah.nl/stub/H-3b2cf85febbd1630> rdf:first <https://tools.clariah.nl/person/baslee> ;
    rdf:rest <https://tools.clariah.nl/stub/H-288c0b406833fec3> .

<https://tools.clariah.nl/stub/H-3b7739add7627978> rdf:first <https://tools.clariah.nl/person/miel-peeters> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-3b90fc6fd94ea763> rdf:first <https://tools.clariah.nl/stub/H6dbea56d38737c01> ;
    rdf:rest <https://tools.clariah.nl/stub/H02cff66c2c924602> .

<https://tools.clariah.nl/stub/H-3b9eafc13cd5924f> rdf:first <https://tools.clariah.nl/stub/H754a1e0c55a83836> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-3baebef5097078ce> rdf:first <https://tools.clariah.nl/stub/H1035bdbf4a021b67> ;
    rdf:rest <https://tools.clariah.nl/stub/H-642c4a1783af05e1> .

<https://tools.clariah.nl/stub/H-3be6336057c02dd> rdf:first <https://tools.clariah.nl/stub/H4edd16526cceb78c> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-3bf0cbb298dbf31a> a stype:SoftwareLibrary ;
    sdo:name "vocabulary-recommender" .

<https://tools.clariah.nl/stub/H-3c648ffc0c63df51> a sdo:Person ;
    sdo:familyName "Ravenek" ;
    sdo:givenName "Walter" .

<https://tools.clariah.nl/stub/H-3d375e2c342a419a> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H18025f4f67582751> ;
    sdo:familyName "Odijk" ;
    sdo:givenName "Jan" .

<https://tools.clariah.nl/stub/H-3d6be737cbe84e71> rdf:first <https://tools.clariah.nl/person/svandaalen> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-3da3773044f16870> rdf:first <https://tools.clariah.nl/person/philippe-renzen> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-3e0c7d963cb85369> a sdo:DigitalDocument ;
    sdo:description "NAF XML for conversion to FoLiA" ;
    sdo:encodingFormat "text/naf+xml" ;
    sdo:identifier "NAFXMLFormat" .

<https://tools.clariah.nl/stub/H-3e1878ae34e6c11a> a sdo:TextDigitalDocument ;
    sdo:description "HTML for conversion to FoLiA" ;
    sdo:encodingFormat "text/html" ;
    sdo:identifier "HTMLFormat" ;
    sdo:name "*.html" .

<https://tools.clariah.nl/stub/H-3e958d8feae1df59> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-7f1353a9a702cf0e> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-7c3e580b9ef0e8b3> ;
    sdo:name "PICCL: Philosophical Integrator of Computational and Corpus Libraries" ;
    sdo:pageEnd 79 ;
    sdo:pageStart "75" ;
    sdo:url "http://www.nederlab.nl/cms/wp-content/uploads/2015/10/Reynaert_PICCL-Philosophical-Integrator-of-Computational-and-Corpus-Libraries.pdf" .

<https://tools.clariah.nl/stub/H-3ef52c9001d224ca> rdf:first "Constantijn Sikkel" ;
    rdf:rest <https://tools.clariah.nl/stub/H1b732b9ba55383ea> .

<https://tools.clariah.nl/stub/H-3efff95278c12345> a sdo:WebAPI ;
    sdo:documentation <https://portal.clarin.ivdnt.org/galahad/api/swagger-ui/index.html> ;
    sdo:endpointDescription <https://tools.clariah.nl/stub/H69d386491198865b> ;
    sdo:endpointUrl <https://tools.clariah.nl/stub/H-4273116b1266c3ca> ;
    sdo:name "GaLAHaD API" ;
    sdo:provider <https://www.ivdnt.org> ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-31826cf2d1bcbb4f>,
        <https://tools.clariah.nl/stub/H-33c304fc18e3679f>,
        <https://tools.clariah.nl/stub/H-59ecb8f01564741e>,
        <https://tools.clariah.nl/stub/H-f158f07f51ea1e0>,
        <https://tools.clariah.nl/stub/H474883d3870a5448>,
        <https://tools.clariah.nl/stub/H74b8290fdb895c36> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-12d45b9c39b4f1fd> .

<https://tools.clariah.nl/stub/H-3f26fb369d1037e3> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:15:40"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for unnamed software (unknown version)" ;
    sdo:reviewBody """Validation of unnamed software (unknown version) failed (score 0/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a name. (This is missing in the metadata)
2. Violation: Software source code *MUST* have one (short) description. (This is missing in the metadata)
3. Violation: The authors of the software source code *MUST* be expressed. (This is missing in the metadata)
4. Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)
5. Violation: Software source code *MUST* have a code repository URL. (This is missing in the metadata)
6. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
7. Violation: Software source code *MUST* state its license (This is missing in the metadata)
8. Violation: Software source code *MUST* state its version (This is missing in the metadata)
9. 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)
10. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
11. Violation: Development status *MUST* be expressed (unambiguously) (This is missing in the metadata)
12. Warning: The producer of the software source code *SHOULD* be expressed (This is missing in the metadata)
13. Warning: All contributors *SHOULD* be expressed (This is missing in the metadata)
14. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
15. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
16. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
17. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
18. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
19. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
20. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 0 .

<https://tools.clariah.nl/stub/H-3f90b62f43f54c82> a sdo:SoftwareApplication ;
    sdo:identifier "torchaudio" ;
    sdo:name "torchaudio" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-3fa33b5a097dc1bd> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-2b88df53b225bf42> ;
    sdo:familyName "Rot" ;
    sdo:givenName "Evert Marcel" .

<https://tools.clariah.nl/stub/H-3fdb2d5b2ccee12c> a sdo:Person ;
    sdo:email "raad.joe@hotmail.com" ;
    sdo:familyName "Raad" ;
    sdo:givenName "Joe" .

<https://tools.clariah.nl/stub/H-3ff1b83e0e00b078> a sdo:TextDigitalDocument ;
    sdo:description "Upgraded FoLiA XML output" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" .

<https://tools.clariah.nl/stub/H-3ff299e13631e761> rdf:first <https://tools.clariah.nl/stub/H5151608e90712012> ;
    rdf:rest <https://tools.clariah.nl/stub/H-7090f5b010a3cf4a> .

<https://tools.clariah.nl/stub/H-403ae84f8fd156a2> a sdo:DigitalDocument ;
    sdo:description "MediaWiki Markup (Wikipedia and others) for conversion to FoLiA" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H-405bb3f15db06e2> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-419f02922ce78fe5> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-58c9703bc1463b1c> ;
    sdo:name "Frog: A Natural Language Processing Suite for Dutch" ;
    sdo:pageEnd 114 ;
    sdo:pageStart "99" ;
    sdo:url "https://github.com/LanguageMachines/frog/raw/master/docs/frogmanual.pdf" .

<https://tools.clariah.nl/stub/H-405c06697a58d4f2> rdf:first <https://tools.clariah.nl/stub/H-11f80210ed3b6405> ;
    rdf:rest <https://tools.clariah.nl/stub/H-46e8316635ddfd10> .

<https://tools.clariah.nl/stub/H-40644f972c53e032> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from HTML" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H-4091376de6256c24> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-6fc9eaf3bbe2d37f> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-40a42e6aa331f410> a sdo:SoftwareApplication ;
    sdo:identifier "@typescript-eslint/parser" ;
    sdo:name "@typescript-eslint/parser" ;
    sdo:version "^5.30.7" .

<https://tools.clariah.nl/stub/H-40cd929f55e1178a> rdf:first <https://tools.clariah.nl/person/camil-staps> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-40d09a4a5981e8b9> rdf:first <https://tools.clariah.nl/stub/H-72a1cbb65e5ebe78> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5eb43b1170a8a867> .

<https://tools.clariah.nl/stub/H-40ee5924c8e7080c> rdf:first <https://tools.clariah.nl/stub/H-3f60372f4af5ead6> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-40f194e4d6a450b> a sdo:WebSite ;
    sdo:name "AlpinoGraph" ;
    sdo:url "https://urd2.let.rug.nl/~kleiweg/alpinograph-docs/" .

<https://tools.clariah.nl/stub/H-40f82b2361d7e4f5> rdf:first <https://tools.clariah.nl/stub/H-7a0a98cb388a100e> ;
    rdf:rest <https://tools.clariah.nl/stub/H-374faea1c4aa3150> .

<https://tools.clariah.nl/stub/H-40fa7a83c908fa8f> a sdo:SoftwareApplication ;
    sdo:identifier "scipy" ;
    sdo:name "scipy" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-412fe22ce3297b28> rdf:first <https://tools.clariah.nl/person/kresbula> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-41435137d0a9401b> rdf:first <https://tools.clariah.nl/person/louis-ten-bosch> ;
    rdf:rest <https://tools.clariah.nl/stub/H-169e3b45feb07110> .

<https://tools.clariah.nl/stub/H-419f02922ce78fe5> rdf:first "Iris Hendrickx" ;
    rdf:rest <https://tools.clariah.nl/stub/H-131cdf260d2d72bb> .

<https://tools.clariah.nl/stub/H-41f5fa1a5fabf120> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H18025f4f67582751> ;
    sdo:familyName "Spoel" ;
    sdo:givenName "Sheean" .

<https://tools.clariah.nl/stub/H-4219abd5f81279f4> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H18025f4f67582751> ;
    sdo:familyName "van Boheemen" ;
    sdo:givenName "Jelte" .

<https://tools.clariah.nl/stub/H-4273116b1266c3ca> a sdo:EntryPoint ;
    sdo:contentType "application/json" ;
    sdo:url "https://portal.clarin.ivdnt.org/galahad/api" .

<https://tools.clariah.nl/stub/H-42b270bc68ce7fb0> rdf:first <https://tools.clariah.nl/person/beritjanssen> ;
    rdf:rest <https://tools.clariah.nl/stub/H6ef9ae824a110503> .

<https://tools.clariah.nl/stub/H-42f5599836879c77> rdf:first <https://tools.clariah.nl/person/boullosa> ;
    rdf:rest <https://tools.clariah.nl/stub/H-56f3c4374a52909c> .

<https://tools.clariah.nl/stub/H-42fe98d498cb4f1c> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-5b94870658368d20> ;
    sdo:datePublished "2017"^^sdo:Date ;
    sdo:name "" ;
    sdo:url "https://tools.clariah.nl/" .

<https://tools.clariah.nl/stub/H-42ff5aebd12030e2> rdf:first <https://tools.clariah.nl/person/maarten-van-gompel> ;
    rdf:rest <https://tools.clariah.nl/stub/H-43cf03a662badbee> .

<https://tools.clariah.nl/stub/H-43609d435ed273cc> rdf:first <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-43a57e58c99bf4af> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-4091376de6256c24> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-43cf03a662badbee> rdf:first <https://tools.clariah.nl/person/tenzin> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-43e4015361f46b2e> a sdo:SoftwareApplication ;
    sdo:identifier "fsspec" ;
    sdo:name "fsspec" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-4401e28ba298af39> rdf:first <https://tools.clariah.nl/stub/H450789ba5877172f> ;
    rdf:rest <https://tools.clariah.nl/stub/H-de90f6e7778a433> .

<https://tools.clariah.nl/stub/H-44499a431baa8ce1> rdf:first <https://tools.clariah.nl/person/arne-neumann> ;
    rdf:rest <https://tools.clariah.nl/stub/H-37d94979e53cd3f7> .

<https://tools.clariah.nl/stub/H-447b770970f9a776> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-5320ca1b7fed206d> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-7c3e580b9ef0e8b3> ;
    sdo:name "PICCL: Philosophical Integrator of Computational and Corpus Libraries" ;
    sdo:pageEnd 79 ;
    sdo:pageStart "75" ;
    sdo:url "http://www.nederlab.nl/cms/wp-content/uploads/2015/10/Reynaert_PICCL-Philosophical-Integrator-of-Computational-and-Corpus-Libraries.pdf" .

<https://tools.clariah.nl/stub/H-44acafcaa3139b99> rdf:first <https://tools.clariah.nl/person/vic-ding> ;
    rdf:rest <https://tools.clariah.nl/stub/H0e48be7c3445b244> .

<https://tools.clariah.nl/stub/H-4511ae773240caba> a sdo:DigitalDocument ;
    sdo:description "Docbook for conversion to FoLiA" ;
    sdo:encodingFormat "application/docbook+xml" ;
    sdo:identifier "DocBookXMLFormat" ;
    sdo:name "*.xml" .

<https://tools.clariah.nl/stub/H-4523636af43bda55> a sdo:PublicationIssue ;
    sdo:datePublished "2020"^^sdo:Date ;
    sdo:location "Düsseldorf, Germany" ;
    sdo:name "Proceedings of the 19th International Workshop on Treebanks and Linguistic Theories" .

<https://tools.clariah.nl/stub/H-4582ced0b3facc56> rdf:first <https://tools.clariah.nl/person/maarten-van-gompel> ;
    rdf:rest <https://tools.clariah.nl/stub/H5f600cea2ed02f78> .

<https://tools.clariah.nl/stub/H-45ab44f78eeb29f5> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H4e7d6a8b9ad266bb> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-45c7dfaec5db881f> rdf:first <https://orcid.org/0000-0002-5145-3603> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6e7966e368e1dfb4> .

<https://tools.clariah.nl/stub/H-46124a1fe13ac94f> a sdo:SoftwareApplication ;
    sdo:identifier "@typescript-eslint/eslint-plugin" ;
    sdo:name "@typescript-eslint/eslint-plugin" ;
    sdo:version "^5.30.7" .

<https://tools.clariah.nl/stub/H-461ae699f657ef2> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H-465b430d4aa7fc5a> rdf:first <https://tools.clariah.nl/stub/H796075908b615c4a> ;
    rdf:rest <https://tools.clariah.nl/stub/H4e3e6f8152889f32> .

<https://tools.clariah.nl/stub/H-46666fac88141932> rdf:first <https://tools.clariah.nl/person/hayco-de-jong> ;
    rdf:rest <https://tools.clariah.nl/stub/H08517dfe27e5c21b> .

<https://tools.clariah.nl/stub/H-46699a02954c82d> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-2b88df53b225bf42> ;
    sdo:familyName "Janulevicius" ;
    sdo:givenName "Albertas" .

<https://tools.clariah.nl/stub/H-466bf4f4a87a8b1b> a sdo:Place ;
    sdo:name "Amsterdam" .

<https://tools.clariah.nl/stub/H-46e8316635ddfd10> rdf:first <https://tools.clariah.nl/stub/H-42fd0ebccffae6b3> ;
    rdf:rest <https://tools.clariah.nl/stub/H4445f32b068213a1> .

<https://tools.clariah.nl/stub/H-46ebd378b534153c> a sdo:Organization ;
    sdo:name "CLARIN-NL" ;
    sdo:url "http://www.clarin.nl/" .

<https://tools.clariah.nl/stub/H-473792d2ff36ed21> rdf:first <https://tools.clariah.nl/person/donatas> ;
    rdf:rest <https://tools.clariah.nl/stub/H-68483494777227c7> .

<https://tools.clariah.nl/stub/H-47381a78dca4150c> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H4736e19c9092cbce> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-474b312540ff084b> rdf:first <https://tools.clariah.nl/stub/H-41f5fa1a5fabf120> ;
    rdf:rest <https://tools.clariah.nl/stub/H568bd6b9782a8309> .

<https://tools.clariah.nl/stub/H-480215a9d9057d13> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H-483e5467eecf6b42> rdf:first <https://tools.clariah.nl/person/fryske-akademy> ;
    rdf:rest <https://tools.clariah.nl/stub/H-4ae86d83dd953aa2> .

<https://tools.clariah.nl/stub/H-4854fb8857943931> rdf:first <https://tools.clariah.nl/person/ernst-wevers> ;
    rdf:rest <https://tools.clariah.nl/stub/H-368b39fa2f5761e0> .

<https://tools.clariah.nl/stub/H-488379c72655286d> rdf:first <https://tools.clariah.nl/person/vincent-vandeghinste> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-48ccfd482f70321e> rdf:first <https://tools.clariah.nl/person/gijsjan-brouwer> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2eccbe800c4110a7> .

<https://tools.clariah.nl/stub/H-48e9e4bdfa148415> rdf:first <https://tools.clariah.nl/person/martijn-maas> ;
    rdf:rest <https://tools.clariah.nl/stub/H0ca4d5415d39a7cb> .

<https://tools.clariah.nl/stub/H-49879b532b90c61> rdf:first <https://tools.clariah.nl/person/martijnm> ;
    rdf:rest <https://tools.clariah.nl/stub/H-13848e0644f4b96b> .

<https://tools.clariah.nl/stub/H-49c4cd89fd7c23e4> a stype:CommandLineApplication ;
    sdo:description "Gather n-gram statistics over a series of FoLiA documents" ;
    sdo:name "FoLiA-stats" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-7855d1b4a2d3d0ff> ;
    stype:executableName "FoLiA-stats" .

<https://tools.clariah.nl/stub/H-4a21755576ca3845> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-2b88df53b225bf42> ;
    sdo:familyName "Roor" ;
    sdo:givenName "Drikus Antonio" .

<https://tools.clariah.nl/stub/H-4a27178512b812a7> rdf:first "Gosse Bouma" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-4ad4b107adc27e57> rdf:first <https://tools.clariah.nl/person/alexhebing> ;
    rdf:rest <https://tools.clariah.nl/stub/H-267cc7afd0c8d9c2> .

<https://tools.clariah.nl/stub/H-4ad999ac12525fe1> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H40f7c53865716a1f> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-4ae86d83dd953aa2> rdf:first <https://tools.clariah.nl/person/eduarddrenth> ;
    rdf:rest <https://tools.clariah.nl/stub/H08bb579326a33d87> .

<https://tools.clariah.nl/stub/H-4af79abedbc41c88> rdf:first <https://tools.clariah.nl/person/thomas-vermaut> ;
    rdf:rest <https://tools.clariah.nl/stub/H6203ce94d1813707> .

<https://tools.clariah.nl/stub/H-4b9736988c2024d8> a sdo:PublicationIssue ;
    sdo:datePublished "2017"^^sdo:Date ;
    sdo:name "Proceedings of the NoDaLiDa 2017 Workshop on Universal Dependencies (UDW 2017)" ;
    sdo:pageEnd "26" ;
    sdo:pageStart "19" .

<https://tools.clariah.nl/stub/H-4b9c28cb14b84a7c> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA Document" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.xml" .

<https://tools.clariah.nl/stub/H-4ba60bf375900b3e> rdf:first <https://tools.clariah.nl/person/duchadian> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-4bb7395c899ba4e4> a sdo:SoftwareApplication ;
    sdo:identifier "js-yaml" ;
    sdo:name "js-yaml" ;
    sdo:version "^4.1.0" .

<https://tools.clariah.nl/stub/H-4cb2352b64cf9ca7> rdf:first "Jan Odijk" ;
    rdf:rest <https://tools.clariah.nl/stub/H3009f1241410e919> .

<https://tools.clariah.nl/stub/H-4cd2a14064b24758> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-4ddfe3f1a250d99d> rdf:first <https://tools.clariah.nl/person/jaap-blom> ;
    rdf:rest <https://tools.clariah.nl/stub/H0347da754a29db11> .

<https://tools.clariah.nl/stub/H-4ece86b91f8c78c9> rdf:first <https://tools.clariah.nl/person/xhuang218> ;
    rdf:rest <https://tools.clariah.nl/stub/H-42b270bc68ce7fb0> .

<https://tools.clariah.nl/stub/H-4f15462aafd3b2d0> rdf:first <https://tools.clariah.nl/stub/H2ce945385621bc87> ;
    rdf:rest <https://tools.clariah.nl/stub/H-cf41115c363e0c3> .

<https://tools.clariah.nl/stub/H-4f5688503ea38317> a stype:SoftwareLibrary ;
    sdo:description "Frog Library with API for C++" ;
    sdo:name "libfrog" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    stype:executableName "libfrog" .

<https://tools.clariah.nl/stub/H-4f71fd10e7b1c5c6> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H-4ff2cd17a5c2a8ef> rdf:first "Jesse de Does" ;
    rdf:rest <https://tools.clariah.nl/stub/H-aa8d2f354a002d9> .

<https://tools.clariah.nl/stub/H-5017de03b610cd32> rdf:first <https://orcid.org/0000-0001-9510-0802> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-50457c59b95bd9f3> rdf:first <https://tools.clariah.nl/person/hdj> ;
    rdf:rest <https://tools.clariah.nl/stub/H163540227e56b003> .

<https://tools.clariah.nl/stub/H-50c7faec37363890> a sdo:SpreadsheetDigitalDocument ;
    sdo:description "Aggregated statistics, per sentence" ;
    sdo:encodingFormat "text/csv" ;
    sdo:identifier "CSVFormat" ;
    sdo:name "total.sen.csv" .

<https://tools.clariah.nl/stub/H-50cb3b90b2ec6fcf> rdf:first <https://tools.clariah.nl/person/louis-ten-bosch> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-50fac8423b22f4d2> rdf:first <https://orcid.org/0000-0002-1046-0006> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2b608f346808b3cf> .

<https://tools.clariah.nl/stub/H-5105b32a35181996> rdf:first <https://tools.clariah.nl/person/bridget-almas> ;
    rdf:rest <https://tools.clariah.nl/stub/H-617748d8b5357f2d> .

<https://tools.clariah.nl/stub/H-515203e1224b5ddb> rdf:first <https://tools.clariah.nl/person/melvin-roest> ;
    rdf:rest <https://tools.clariah.nl/stub/H7f5c0fc40038bc52> .

<https://tools.clariah.nl/stub/H-517fe5e0697d00fc> rdf:first <https://tools.clariah.nl/person/marten-postma> ;
    rdf:rest <https://tools.clariah.nl/stub/H-60efeefe4727949e> .

<https://tools.clariah.nl/stub/H-51868b9a04715d4f> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-7fd37b044ec5ed8f> ;
    sdo:email "mailto:g.bouma@rug.nl" ;
    sdo:familyName "Bouma" ;
    sdo:givenName "Gosse" ;
    sdo:sameAs <https://orcid.org/0000-0003-1106-3181> .

<https://tools.clariah.nl/stub/H-518f6320e11b5531> rdf:first <https://tools.clariah.nl/person/digital-humanities-lab> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6027bdb65b8793fc> .

<https://tools.clariah.nl/stub/H-51ad2ddc7eaa4920> rdf:first <https://tools.clariah.nl/person/baslee> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-51dfb947f93f3ceb> rdf:first <https://tools.clariah.nl/person/jaburgoyne> ;
    rdf:rest <https://tools.clariah.nl/stub/H25159048c1737ec9> .

<https://tools.clariah.nl/stub/H-51e1442a4add0813> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H-51f9bd80dc4bb6b1> rdf:first <https://tools.clariah.nl/person/arne-neumann> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-52a13dfaaebb1786> rdf:first <https://tools.clariah.nl/stub/H2261ba3ec0dadf89> ;
    rdf:rest <https://tools.clariah.nl/stub/H5f8df6d237a6cb17> .

<https://tools.clariah.nl/stub/H-52a49d94c61b46d8> rdf:first <https://tools.clariah.nl/stub/H64c815a61b87e87c> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-52acb4aa279f342d> a sdo:Person ;
    sdo:familyName "van den Berg" ;
    sdo:givenName "Henk" .

<https://tools.clariah.nl/stub/H-52d4f5b695309a18> a sdo:Person ;
    sdo:email "14040777+RoderickvanderWeerdt@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "RoderickvanderWeerdt" .

<https://tools.clariah.nl/stub/H-52e65bf4d5bbffe2> a sdo:Person ;
    sdo:email "jblom@beeldengeluid.nl" ;
    sdo:familyName "Blom" ;
    sdo:givenName "Jaap" .

<https://tools.clariah.nl/stub/H-52e9714cecd8b32f> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest <https://tools.clariah.nl/stub/H64d86e288d6bd309> .

<https://tools.clariah.nl/stub/H-52f6288fc281c3f2> rdf:first <https://tools.clariah.nl/stub/H-5a7f3adb87bdc053> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-530eedc1e5ef3f02> rdf:first <https://tools.clariah.nl/stub/H-35bfdd6cf169fe5e> ;
    rdf:rest <https://tools.clariah.nl/stub/H-73e1b703b50fc37> .

<https://tools.clariah.nl/stub/H-5320ca1b7fed206d> rdf:first "Martin Reynaert" ;
    rdf:rest <https://tools.clariah.nl/stub/H-71145e4608691791> .

<https://tools.clariah.nl/stub/H-533cef7a7178800c> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H-5364a5fedc71a845> rdf:first <https://tools.clariah.nl/stub/H-5c2eb5f1a4cb56b0> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-542c4d88a21ef4b> rdf:first <https://tools.clariah.nl/person/fleurbouwer> ;
    rdf:rest <https://tools.clariah.nl/stub/H-b43107c619f2260> .

<https://tools.clariah.nl/stub/H-544021de19e6e8d0> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-27a37ee8ff83e64b> ;
    sdo:email "g.j.m.van.noord@rug.nl" ;
    sdo:familyName "Van Noord" ;
    sdo:givenName "Gertjan" ;
    sdo:sameAs <https://orcid.org/0000-0001-5564-6341> .

<https://tools.clariah.nl/stub/H-54be80d07d64d940> a stype:SoftwareLibrary ;
    sdo:name "Text-Fabric" ;
    sdo:producer <https://tools.clariah.nl/stub/H691fc8cd01403270> ;
    sdo:version ">= 10.2.7" .

<https://tools.clariah.nl/stub/H-550ca4071c701e55> rdf:first "Henk Pander Maat" ;
    rdf:rest <https://tools.clariah.nl/stub/H490469af2215687d> .

<https://tools.clariah.nl/stub/H-5511b70668fcfd6b> a sdo:WebAPI ;
    sdo:name "Frog-Webservice" .

<https://tools.clariah.nl/stub/H-552e407902c43d9f> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H-556f42a30759fb40> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H3a2d7bc4894a1a69> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H-559a1273aa4b9999> rdf:first <https://tools.clariah.nl/person/martijn> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6cef41e883963ced> .

<https://tools.clariah.nl/stub/H-55b2046195e3783e> rdf:first "Peter Kleiweg" ;
    rdf:rest <https://tools.clariah.nl/stub/H-60353ba7d2623b69> .

<https://tools.clariah.nl/stub/H-55de032e5d1785a2> rdf:first <https://tools.clariah.nl/person/ingeborg-van-vugt> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-55e20a036514eaba> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H666d29dd55c4fa22> .

<https://tools.clariah.nl/stub/H-56690c6017828c33> rdf:first "Maarten van Gompel" ;
    rdf:rest <https://tools.clariah.nl/stub/H5f4706a871c873aa> .

<https://tools.clariah.nl/stub/H-567bf1829062617d> rdf:first <https://tools.clariah.nl/stub/H3ecef13fadeb4d4c> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-56b264bf3aef04cb> rdf:first <https://tools.clariah.nl/stub/H4da29c75e6e8a0ec> ;
    rdf:rest <https://tools.clariah.nl/stub/H6874335a137a469b> .

<https://tools.clariah.nl/stub/H-56ec132db74a8bda> rdf:first "Cornelis van Lit" ;
    rdf:rest <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> .

<https://tools.clariah.nl/stub/H-56f3c4374a52909c> rdf:first <https://tools.clariah.nl/person/hayco-de-jong> ;
    rdf:rest <https://tools.clariah.nl/stub/H-64aa13cc80cc5f87> .

<https://tools.clariah.nl/stub/H-57197560eaa964aa> a sdo:SoftwareApplication ;
    sdo:identifier "terminaltables" ;
    sdo:name "terminaltables" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-574c81c7e6eb76c> a sdo:SpreadsheetDigitalDocument ;
    sdo:description "Document statistics, entire document" ;
    sdo:encodingFormat "text/csv" ;
    sdo:identifier "CSVFormat" ;
    sdo:name "*.document.csv" .

<https://tools.clariah.nl/stub/H-5753f85dc961f6e5> rdf:first <https://orcid.org/0000-0002-1046-0006> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1158fcfa2758dd94> .

<https://tools.clariah.nl/stub/H-5773113e145dc7fe> a stype:WebApplication ;
    sdo:name "Automatic Speech Recognition for Dutch" .

<https://tools.clariah.nl/stub/H-57e8b9cdcf893479> a stype:SoftwareLibrary ;
    sdo:identifier "flask" ;
    sdo:name "flask" .

<https://tools.clariah.nl/stub/H-57f1327b1d532416> a sdo:Person ;
    sdo:familyName "Van Cranenburgh" ;
    sdo:givenName "Andreas" .

<https://tools.clariah.nl/stub/H-57f152953897c4ba> a sdo:SpreadsheetDigitalDocument ;
    sdo:description "Document statistics, per sentence" ;
    sdo:encodingFormat "text/csv" ;
    sdo:identifier "CSVFormat" ;
    sdo:name "*.sentences.csv" .

<https://tools.clariah.nl/stub/H-58005a0de51ebb16> a stype:CommandLineApplication ;
    sdo:description "FoLiA-clean will produce a cleaned up version of a FoLiA file, or a whole directory of FoLiA files, removing specified annotation types and specified text classes" ;
    sdo:name "FoLiA-clean" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    stype:executableName "FoLiA-clean" .

<https://tools.clariah.nl/stub/H-5833e7dbe3af6e28> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H0c5118c3e0df77a0> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H4657989e73f61a7c> ;
    sdo:name "CLAM: Computational Linguistics Application Mediator" ;
    sdo:url "https://github.com/proycon/clam/raw/master/docs/clam_manual.pdf" .

<https://tools.clariah.nl/stub/H-58524ab5ba25ffc3> rdf:first <https://tools.clariah.nl/person/ben> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2c28f6307f3e483a> .

<https://tools.clariah.nl/stub/H-58a3a0a7ab492131> a stype:SoftwareLibrary ;
    sdo:description "Ucto Library with API for C++" ;
    sdo:name "libucto" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    stype:executableName "libucto" .

<https://tools.clariah.nl/stub/H-58b92f6cb99ab8e7> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H4e741917143872d1> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-58c9703bc1463b1c> a sdo:PublicationIssue ;
    sdo:datePublished "2016"^^sdo:Date ;
    sdo:issue "16-02" ;
    sdo:location "Nijmegen, the Netherlands" ;
    sdo:name "CLST Technical Report" .

<https://tools.clariah.nl/stub/H-58d8d7a4e1635536> rdf:first <https://orcid.org/0000-0002-0301-2029> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1902d49426dd2cd6> .

<https://tools.clariah.nl/stub/H-5908e5b8e2e16f47> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-1308d10ce2aa40b3> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-590e2bcd63399898> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-5b94870658368d20> ;
    sdo:datePublished "2019"^^sdo:Date ;
    sdo:name "" ;
    sdo:url "https://tools.clariah.nl/" .

<https://tools.clariah.nl/stub/H-5921473f81e235ed> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H0c5118c3e0df77a0> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-5a7d067f710087d9> ;
    sdo:name "LaMachine: A meta-distribution for NLP software" ;
    sdo:url "https://raw.githubusercontent.com/proycon/LaMachine/master/docs/lamachine_extabstract_clarin2018.pdf" .

<https://tools.clariah.nl/stub/H-5937d02dca38cbea> rdf:first <https://tools.clariah.nl/stub/H-355e00fae8fe4fa4> ;
    rdf:rest <https://tools.clariah.nl/stub/H244ae045bef42b97> .

<https://tools.clariah.nl/stub/H-593eaec475650375> a stype:CommandLineApplication ;
    sdo:description "Command-line interface to GLEM" ;
    sdo:name "glem" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-35f86723195b410a> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-35f86723195b410a> ;
    stype:executableName "glem" .

<https://tools.clariah.nl/stub/H-599bdca960b05015> rdf:first <https://tools.clariah.nl/person/marijn-koolen> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-59e26e8c738bf0ee> a sdo:AudioObject ;
    sdo:description "Wav file" ;
    sdo:encodingFormat "audio/vnd.wave" ;
    sdo:identifier "WaveAudioFormat" ;
    sdo:name "*.wav" .

<https://tools.clariah.nl/stub/H-5a0a252e5b458cc9> rdf:first <https://tools.clariah.nl/stub/H-47a0ac9417d53e13> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-5a0cc58907032195> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from Docbook" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H-5a10ade1f81c183c> rdf:first <https://tools.clariah.nl/person/drikus-roor> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1b2dbc359ad6c3e4> .

<https://tools.clariah.nl/stub/H-5a4addf3db76da00> a stype:WebApplication ;
    sdo:name "asrservice" .

<https://tools.clariah.nl/stub/H-5a7d067f710087d9> a sdo:PublicationIssue ;
    sdo:datePublished "2018"^^sdo:Date ;
    sdo:name "(extended abstracted submitted; still pending review)" .

<https://tools.clariah.nl/stub/H-5a7f3adb87bdc053> rdf:first "Dirk Roorda" ;
    rdf:rest <https://tools.clariah.nl/stub/H5821b474f039a568> .

<https://tools.clariah.nl/stub/H-5aa17a7845189b02> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from Markdown input" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H-5ae4d0a439b21ffe> a stype:SoftwareImage ;
    sdo:name "GaLAHaD client Docker image" .

<https://tools.clariah.nl/stub/H-5b099246efa7bb26> rdf:first "Peter Kleiweg" ;
    rdf:rest <https://tools.clariah.nl/stub/H-6d88e2f3437a83c8> .

<https://tools.clariah.nl/stub/H-5b482879893710d2> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-7c7fc94603bdc263> ;
    sdo:name "Handleiding T-Scan" ;
    sdo:url "https://github.com/CentreForDigitalHumanities/tscan/raw/master/docs/tscanhandleiding.pdf" .

<https://tools.clariah.nl/stub/H-5b776957ad855526> a stype:CommandLineApplication ;
    sdo:name "Script to call all harvest scripts" ;
    stype:executableName "batch_harvest_demo.py" .

<https://tools.clariah.nl/stub/H-5b8e56aab67f5cf5> a sdo:Person ;
    sdo:familyName "Noordzij" ;
    sdo:givenName "Jauco" .

<https://tools.clariah.nl/stub/H-5bf5fd2fe129525d> rdf:first <https://tools.clariah.nl/stub/H-5d6e1deacf76611f> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-5c39b216261b9b56> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-58b92f6cb99ab8e7> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-5c40722fdfa5e529> a sdo:SpreadsheetDigitalDocument ;
    sdo:description "Document statistics, per paragraph" ;
    sdo:encodingFormat "text/csv" ;
    sdo:identifier "CSVFormat" ;
    sdo:name "*.paragraphs.csv" .

<https://tools.clariah.nl/stub/H-5c61a9c6959b3291> rdf:first <https://tools.clariah.nl/person/cornelis-van-lit> ;
    rdf:rest <https://tools.clariah.nl/stub/H13591aff92146493> .

<https://tools.clariah.nl/stub/H-5ca7702867ebfce7> rdf:first <https://tools.clariah.nl/person/hdj> ;
    rdf:rest <https://tools.clariah.nl/stub/H0a52ae87c1d3e7ca> .

<https://tools.clariah.nl/stub/H-5ca91cd0caae4035> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H-416ad0c5c88f78be> .

<https://tools.clariah.nl/stub/H-5cbd5480fe3c6071> a sdo:DigitalDocument ;
    sdo:description "ReStructuredText Input for conversion to FoLiA" ;
    sdo:encodingFormat "text/rst" ;
    sdo:identifier "ReStructuredTextFormat" ;
    sdo:name "*.rst" .

<https://tools.clariah.nl/stub/H-5d1b5a8dd025e55> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5fb1acf9b55da4c6> .

<https://tools.clariah.nl/stub/H-5d3a34848063bf57> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H-5db0d8941482d061> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from ReStructuredText input" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H-5dce2d313e047c34> rdf:first <https://tools.clariah.nl/stub/H76d5fecf1c1cf0ce> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6c96ebcae412a64c> .

<https://tools.clariah.nl/stub/H-5e1516a8bf499e93> rdf:first <https://tools.clariah.nl/person/ko-van-der-sloot> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-5eb08c190dea993d> a sdo:SpreadsheetDigitalDocument ;
    sdo:description "Aggregated statistics, per word" ;
    sdo:encodingFormat "text/csv" ;
    sdo:identifier "CSVFormat" ;
    sdo:name "total.word.csv" .

<https://tools.clariah.nl/stub/H-5eb43b1170a8a867> rdf:first <https://orcid.org/0000-0001-7046-7923> ;
    rdf:rest <https://tools.clariah.nl/stub/H512a2d76f078cdec> .

<https://tools.clariah.nl/stub/H-5ec33c5e11955914> a stype:CommandLineApplication ;
    sdo:description "Computes and prints reverse index of the corpus, for each token position in the corpus, all patterns that start at that position are shown. This is a high-level convenience script over underlying tools." ;
    sdo:name "colibri-reverseindex" ;
    stype:executableName "colibri-reverseindex" .

<https://tools.clariah.nl/stub/H-5ed108a620d552b8> rdf:first <https://tools.clariah.nl/person/leon-van-wissen> ;
    rdf:rest <https://tools.clariah.nl/stub/H-29aeb3edc127ce1> .

<https://tools.clariah.nl/stub/H-5ed8d3a8512091ec> rdf:first <https://tools.clariah.nl/stub/H-38d03835a4f3f0b2> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-5f4e040abf695f76> rdf:first "Gino Kalkman" ;
    rdf:rest <https://tools.clariah.nl/stub/H-1673a3684619b3ca> .

<https://tools.clariah.nl/stub/H-5f51719277c79aa8> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from OpenDocument Text" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H-5f5b90aa6e06de94> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H665ef445250883d0> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-645e443378844b6e> ;
    sdo:name "LAF-Fabric: a data analysis tool for Linguistic Annotation Framework with an application to the Hebrew Bible" ;
    sdo:pageEnd 120 ;
    sdo:pageStart 105 ;
    sdo:url "https://www.clinjournal.org/clinj/article/view/44" .

<https://tools.clariah.nl/stub/H-5f6df8aa7e07b37b> a sdo:SoftwareApplication ;
    sdo:identifier "gensim" ;
    sdo:name "gensim" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-5faf34caa722f9f4> rdf:first <https://tools.clariah.nl/person/baslee> ;
    rdf:rest <https://tools.clariah.nl/stub/H61ea2a78f646499b> .

<https://tools.clariah.nl/stub/H-5fb1acf9b55da4c6> rdf:first <https://tools.clariah.nl/person/carsten-schnober> ;
    rdf:rest <https://tools.clariah.nl/stub/H-0255e8d03b4a504> .

<https://tools.clariah.nl/stub/H-601b4039cca18339> a sdo:Person ;
    sdo:email "rick.mourits@iisg.nl" ;
    sdo:familyName "Mourits" ;
    sdo:givenName "Rick" .

<https://tools.clariah.nl/stub/H-6027bdb65b8793fc> rdf:first <https://tools.clariah.nl/person/utrecht-university> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-602dcd338d3b432a> rdf:first <https://tools.clariah.nl/stub/H741823c30b35ec3d> ;
    rdf:rest <https://tools.clariah.nl/stub/H6815a89728fb925c> .

<https://tools.clariah.nl/stub/H-605961e37b980b60> a stype:SoftwareImage ;
    sdo:name "GaLAHaD proxy Docker image" .

<https://tools.clariah.nl/stub/H-605e882e62a67810> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H1014a19f86061c82> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-60bd0ae60e194598> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H-60d6745c30cd10da> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H52dee912d99290d4> ;
    sdo:name "Projectnummer CP-WP3-19-004, PaQuUd, Parse and Query with Universal Dependencies" ;
    sdo:url "https://www.clariah.nl/wp3-linguistics" .

<https://tools.clariah.nl/stub/H-60fa10409eee33ff> a sdo:WebApplication ;
    sdo:name "Text-Fabric Browser" ;
    sdo:provider <https://tools.clariah.nl/stub/H5b597e38a69db237> .

<https://tools.clariah.nl/stub/H-617748d8b5357f2d> rdf:first <https://tools.clariah.nl/person/dafnevk> ;
    rdf:rest <https://tools.clariah.nl/stub/H-3876d01fa69177a4> .

<https://tools.clariah.nl/stub/H-61aa80d2f524f9a5> rdf:first <https://tools.clariah.nl/person/hayco-de-jong> ;
    rdf:rest <https://tools.clariah.nl/stub/H-752c25ef1398da7e> .

<https://tools.clariah.nl/stub/H-61d8c5baad99bce3> a sdo:PublicationIssue ;
    sdo:datePublished "2017"^^sdo:Date ;
    sdo:location "Göttingen, Germany" ;
    sdo:name "DATeCH 2017, Proceedings of the 2nd International Conference on Digital Access to Textual Cultural Heritage" .

<https://tools.clariah.nl/stub/H-621c63b11e5d3e48> a stype:CommandLineApplication ;
    sdo:name "train" ;
    sdo:provider <https://www.ivdnt.org> ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-31826cf2d1bcbb4f>,
        <https://tools.clariah.nl/stub/H674516ed34117362> .

<https://tools.clariah.nl/stub/H-622f7443f1cda33d> a stype:DesktopApplication ;
    sdo:name "MUSCLE" .

<https://tools.clariah.nl/stub/H-632e24f94aa8a076> rdf:first "Ko van der Sloot" ;
    rdf:rest <https://tools.clariah.nl/stub/H1e50eb31c9106e4c> .

<https://tools.clariah.nl/stub/H-6357e6cf2d22e512> rdf:first "Cody Kingham" ;
    rdf:rest <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> .

<https://tools.clariah.nl/stub/H-636072ac14ee0cb> rdf:first <https://tools.clariah.nl/person/koen-mertens> ;
    rdf:rest <https://tools.clariah.nl/stub/H3feb3106ab894740> .

<https://tools.clariah.nl/stub/H-638eed6994437d22> rdf:first <https://tools.clariah.nl/person/gerson-foks> ;
    rdf:rest <https://tools.clariah.nl/stub/H-3a48956ae025f157> .

<https://tools.clariah.nl/stub/H-63d469402ca16bb0> a sdo:Person ;
    sdo:email "a.kuzniar@esciencecenter.nl" ;
    sdo:familyName "Kuzniar" ;
    sdo:givenName "Arnold" .

<https://tools.clariah.nl/stub/H-6405ea1982f3a83e> rdf:first <https://orcid.org/0000-0003-3331-1182> ;
    rdf:rest <https://tools.clariah.nl/stub/H23f0a24f662abdac> .

<https://tools.clariah.nl/stub/H-641439ab4d543447> rdf:first <https://orcid.org/0000-0002-5450-201X> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6405ea1982f3a83e> .

<https://tools.clariah.nl/stub/H-642c4a1783af05e1> rdf:first <https://tools.clariah.nl/stub/H2261ba3ec0dadf89> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-644371cef317eee0> rdf:first "Dirk Roorda" ;
    rdf:rest <https://tools.clariah.nl/stub/H-5653eff0b73a1ebb> .

<https://tools.clariah.nl/stub/H-6443fa2cdf70f74e> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H7235dddc1a417bf0> ;
    sdo:name "WetSuite: Accelerating research on laws, decisions and judgments" .

<https://tools.clariah.nl/stub/H-644a9865df7e2bdd> a sdo:SoftwareApplication ;
    sdo:identifier "sass" ;
    sdo:name "sass" ;
    sdo:version "^1.53.0" .

<https://tools.clariah.nl/stub/H-64aa13cc80cc5f87> rdf:first <https://tools.clariah.nl/person/matthijs-brouwer> ;
    rdf:rest <https://tools.clariah.nl/stub/H-3a8b40bc8d67b107> .

<https://tools.clariah.nl/stub/H-64ce4b2faf31934d> rdf:first <https://orcid.org/0000-0001-5565-7577> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-64da6f972ad053d4> rdf:first <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-64fcf9c10b9750dd> rdf:first <https://tools.clariah.nl/person/meesch> ;
    rdf:rest <https://tools.clariah.nl/stub/H-529a046f0f70807a> .

<https://tools.clariah.nl/stub/H-656bd96dbd0fbfcb> a sdo:Organization ;
    sdo:name "Faculty of Philosophy, Theology and Religious Studies and Centre for Language and Speech Technology, Radboud University Nijmegen" .

<https://tools.clariah.nl/stub/H-657f8f4d7e42b13b> a sdo:SoftwareApplication ;
    sdo:identifier "json-minify" ;
    sdo:name "json-minify" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-658033b0f76993e9> a sdo:SoftwareApplication ;
    sdo:identifier "filelock" ;
    sdo:name "filelock" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-659e1daf00cef162> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from LaTeX" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H-65bcfa3ccb1ed1f2> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H5fb516b2d83f8d49> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H-66528e81803bb405> rdf:first <https://tools.clariah.nl/stub/H-1be9b4a7fe212b5d> ;
    rdf:rest <https://tools.clariah.nl/stub/H5004fccce433db84> .

<https://tools.clariah.nl/stub/H-6663ab94d0af6da8> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H12f70b931bd1008d> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H-666a2fd27f0b8336> a sdo:SoftwareApplication ;
    sdo:identifier "typing-extensions" ;
    sdo:name "typing-extensions" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-666f6ecca1078297> rdf:first <https://tools.clariah.nl/stub/H73a5c2d6d4146ead> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-66a265f51186b269> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-4cb2352b64cf9ca7> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-1153e7dfa35acdf0> ;
    sdo:name "The Parse and Query (PaQu) Application" ;
    sdo:pageEnd "297" ;
    sdo:pageStart "281" ;
    sdo:sameAs <https://research.rug.nl/en/publications/the-parse-and-query-paqu-application> ;
    sdo:url "https://doi.org/10.5334/bbi.23" .

<https://tools.clariah.nl/stub/H-66e1522f9e5e3fc9> rdf:first <https://tools.clariah.nl/person/cowl> ;
    rdf:rest <https://tools.clariah.nl/stub/H0806771156ceb3aa> .

<https://tools.clariah.nl/stub/H-679137e808a4977a> rdf:first <https://tools.clariah.nl/stub/H2140737479837b4a> ;
    rdf:rest <https://tools.clariah.nl/stub/H48e16b9a22246162> .

<https://tools.clariah.nl/stub/H-67c0be70c5f74a79> rdf:first <https://tools.clariah.nl/person/maarten-van-gompel> ;
    rdf:rest <https://tools.clariah.nl/stub/H-35eb19570b98924f> .

<https://tools.clariah.nl/stub/H-67d31bf89a85101e> rdf:first "Alba de Ridder" ;
    rdf:rest <https://tools.clariah.nl/stub/H-24029981db1d32f4> .

<https://tools.clariah.nl/stub/H-67e0900ed46e56ea> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H6668f4ff91ed0260> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-67e8cb4e81587333> rdf:first "Jesse de Does" ;
    rdf:rest <https://tools.clariah.nl/stub/H72578177d67cfea2> .

<https://tools.clariah.nl/stub/H-67ea9850b65c9384> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H0c5118c3e0df77a0> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H72a023377866a998> ;
    sdo:name "FoLiA: Format for Linguistic Annotation, Documentation" ;
    sdo:url "https://github.com/proycon/folia/raw/master/docs/folia.pdf" .

<https://tools.clariah.nl/stub/H-68483494777227c7> rdf:first <https://tools.clariah.nl/person/bram-vanroy-ugent-be> ;
    rdf:rest <https://tools.clariah.nl/stub/H-c706be37091d986> .

<https://tools.clariah.nl/stub/H-685bbf4d45cd5fa5> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-b81839530b689ad> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-686d5550c4784c42> rdf:first <https://orcid.org/0000-0002-6802-4135> ;
    rdf:rest <https://tools.clariah.nl/stub/H062f174f6a5fd4db> .

<https://tools.clariah.nl/stub/H-6871eb735b181d8e> rdf:first <https://tools.clariah.nl/person/richard-zijdeman> ;
    rdf:rest <https://tools.clariah.nl/stub/H7bd26bd9f2c3f01c> .

<https://tools.clariah.nl/stub/H-698758c3fc12af67> a sdo:SoftwareApplication ;
    sdo:identifier "@types/js-yaml" ;
    sdo:name "@types/js-yaml" ;
    sdo:version "^4.0.5" .

<https://tools.clariah.nl/stub/H-69cbd31ef09f39b7> rdf:first "Constantijn Sikkel" ;
    rdf:rest <https://tools.clariah.nl/stub/H-f5c5fa357133db3> .

<https://tools.clariah.nl/stub/H-6a9da983d290fb75> rdf:first <https://tools.clariah.nl/person/cornelis-van-lit-o-p> ;
    rdf:rest <https://tools.clariah.nl/stub/H13591aff92146493> .

<https://tools.clariah.nl/stub/H-6aeb35a385a166c2> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H-46666fac88141932> .

<https://tools.clariah.nl/stub/H-6b14afa89b06dfc1> rdf:first <https://tools.clariah.nl/stub/H6554c4977df4ac03> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-6b17ee33077950c7> rdf:first <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-6b8911d0b8cc8205> rdf:first <https://tools.clariah.nl/stub/H4da29c75e6e8a0ec> ;
    rdf:rest <https://tools.clariah.nl/stub/H13da929c1a259669> .

<https://tools.clariah.nl/stub/H-6bd4f57aecf72fe7> rdf:first <https://tools.clariah.nl/person/hdj> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-6be0c2ac3ff0e4b2> rdf:first <https://tools.clariah.nl/person/cedricvb> ;
    rdf:rest <https://tools.clariah.nl/stub/H62fda49083a5b9ac> .

<https://tools.clariah.nl/stub/H-6c8b9c82cae21883> a sdo:WebApplication ;
    sdo:name "Ricgraph Explorer" .

<https://tools.clariah.nl/stub/H-6c96ebcae412a64c> rdf:first <https://tools.clariah.nl/stub/H21f7707aced9a8a3> ;
    rdf:rest <https://tools.clariah.nl/stub/H-72d16e26dbfeb8a0> .

<https://tools.clariah.nl/stub/H-6c9e2789a793ea97> rdf:first "Maarten van Gompel" ;
    rdf:rest <https://tools.clariah.nl/stub/H-659660324c1a3c7e> .

<https://tools.clariah.nl/stub/H-6cef41e883963ced> rdf:first <https://tools.clariah.nl/person/antal-van-den-bosch> ;
    rdf:rest <https://tools.clariah.nl/stub/H-44499a431baa8ce1> .

<https://tools.clariah.nl/stub/H-6d1a7743be6aec43> rdf:first <https://tools.clariah.nl/person/hylmar> ;
    rdf:rest <https://tools.clariah.nl/stub/H632ee9e1a639b5d5> .

<https://tools.clariah.nl/stub/H-6d1eaca1f8e2bac8> rdf:first "Ted Sanders" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-6d88e2f3437a83c8> rdf:first "Erik Tjong Kim Sang" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-6e7737f50c33d5e5> rdf:first <https://tools.clariah.nl/stub/H77cfe75ef28d6ab3> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-6e82ec33dd573765> a sdo:SoftwareApplication ;
    sdo:identifier "numpy" ;
    sdo:name "numpy" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-6f294d5d7efe5882> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H4cb4b62b7298812e> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-645e443378844b6e> ;
    sdo:name "LAF-Fabric: a data analysis tool for Linguistic Annotation Framework with an application to the Hebrew Bible" ;
    sdo:pageEnd 120 ;
    sdo:pageStart 105 ;
    sdo:url "https://www.clinjournal.org/clinj/article/view/44" .

<https://tools.clariah.nl/stub/H-6f6ca25afbf17e39> rdf:first <https://tools.clariah.nl/stub/H-5ab9dd3558cf4298> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2a00b702082f54c9> .

<https://tools.clariah.nl/stub/H-6fc9eaf3bbe2d37f> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H-6fe677f9ad076b93> a sdo:SoftwareApplication ;
    sdo:identifier "threadpoolctl" ;
    sdo:name "threadpoolctl" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-700411a81513601e> rdf:first <https://tools.clariah.nl/person/walter> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-700b1a62492fceab> a sdo:SoftwareApplication ;
    sdo:identifier "@rollup/plugin-yaml" ;
    sdo:name "@rollup/plugin-yaml" ;
    sdo:version "^4.0.1" .

<https://tools.clariah.nl/stub/H-7090f5b010a3cf4a> rdf:first <https://orcid.org/0000-0002-2577-4948> ;
    rdf:rest <https://tools.clariah.nl/stub/H-c2298ddb12e152b> .

<https://tools.clariah.nl/stub/H-70946e9925519750> a sdo:SoftwareApplication ;
    sdo:identifier "rdflib-jsonld" ;
    sdo:name "rdflib-jsonld" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.4.0" .

<https://tools.clariah.nl/stub/H-709920ae7cee0e41> rdf:first <https://orcid.org/0000-0002-6978-5278> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-70e2eee22ba5c69c> a sdo:DigitalDocument ;
    sdo:description "CONLL-U format for conversion to FoLiA" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "CONLLuFormat" .

<https://tools.clariah.nl/stub/H-71145e4608691791> rdf:first "Maarten van Gompel" ;
    rdf:rest <https://tools.clariah.nl/stub/H-1b46cae159283112> .

<https://tools.clariah.nl/stub/H-71189b8ed68322ed> rdf:first <https://tools.clariah.nl/stub/H6e6c72645baa95f9> ;
    rdf:rest <https://tools.clariah.nl/stub/H37e436c01a83c676> .

<https://tools.clariah.nl/stub/H-7198ed43eacfca19> a stype:CommandLineApplication ;
    sdo:description "Command-line interface to the tokenizer" ;
    sdo:name "ucto" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-155f4870becb9762>,
        <https://tools.clariah.nl/stub/H-21e15639d97ae80c>,
        <https://tools.clariah.nl/stub/H-33332f7155eb8d8a>,
        <https://tools.clariah.nl/stub/H-4a1646b2b40ced0a>,
        <https://tools.clariah.nl/stub/H-5698547bcebc3db4>,
        <https://tools.clariah.nl/stub/H-5bd2bcbcc89146b9>,
        <https://tools.clariah.nl/stub/H-6319bbc2b0778f8b>,
        <https://tools.clariah.nl/stub/H-6f9bc98bcb26e035>,
        <https://tools.clariah.nl/stub/H-7ae21e93570b49df>,
        <https://tools.clariah.nl/stub/H02cb54e45f32c673>,
        <https://tools.clariah.nl/stub/H064d73ae5b1bd815>,
        <https://tools.clariah.nl/stub/H0d98408093dfc7e7>,
        <https://tools.clariah.nl/stub/H12cf817775cb28bf>,
        <https://tools.clariah.nl/stub/H17da2fc994532044>,
        <https://tools.clariah.nl/stub/H18c35df122374aa8>,
        <https://tools.clariah.nl/stub/H1a1a4e49ae8f1891>,
        <https://tools.clariah.nl/stub/H1b6dc1c3635a8352>,
        <https://tools.clariah.nl/stub/H48fad39066d36584>,
        <https://tools.clariah.nl/stub/H4dd8b41f49717441>,
        <https://tools.clariah.nl/stub/H4ec1e246d7559ea5>,
        <https://tools.clariah.nl/stub/H72a7d8a12b6e5c76>,
        <https://tools.clariah.nl/stub/H76a0317633f5d715> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-155f4870becb9762>,
        <https://tools.clariah.nl/stub/H-21e15639d97ae80c>,
        <https://tools.clariah.nl/stub/H-33332f7155eb8d8a>,
        <https://tools.clariah.nl/stub/H-4a1646b2b40ced0a>,
        <https://tools.clariah.nl/stub/H-5698547bcebc3db4>,
        <https://tools.clariah.nl/stub/H-5bd2bcbcc89146b9>,
        <https://tools.clariah.nl/stub/H-6319bbc2b0778f8b>,
        <https://tools.clariah.nl/stub/H-6f9bc98bcb26e035>,
        <https://tools.clariah.nl/stub/H-7ae21e93570b49df>,
        <https://tools.clariah.nl/stub/H02cb54e45f32c673>,
        <https://tools.clariah.nl/stub/H064d73ae5b1bd815>,
        <https://tools.clariah.nl/stub/H0d98408093dfc7e7>,
        <https://tools.clariah.nl/stub/H12cf817775cb28bf>,
        <https://tools.clariah.nl/stub/H17da2fc994532044>,
        <https://tools.clariah.nl/stub/H18c35df122374aa8>,
        <https://tools.clariah.nl/stub/H1a1a4e49ae8f1891>,
        <https://tools.clariah.nl/stub/H1b6dc1c3635a8352>,
        <https://tools.clariah.nl/stub/H48fad39066d36584>,
        <https://tools.clariah.nl/stub/H4dd8b41f49717441>,
        <https://tools.clariah.nl/stub/H4ec1e246d7559ea5>,
        <https://tools.clariah.nl/stub/H72a7d8a12b6e5c76>,
        <https://tools.clariah.nl/stub/H76a0317633f5d715> ;
    stype:executableName "ucto" .

<https://tools.clariah.nl/stub/H-71d020dc2ac24f53> rdf:first <https://tools.clariah.nl/stub/H55c94fb16c5f944f> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-71eaf9684a97e295> rdf:first <https://tools.clariah.nl/person/eq> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-71ee3a08642d6e6b> rdf:first <https://tools.clariah.nl/stub/H-77d6ce29b5eab29d> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-721cfcd0a81f478f> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H6e3754790d7d2cef> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-4b9736988c2024d8> ;
    sdo:name "Increasing return on annotation investment: the automatic construction of a Universal Dependency treebank for Dutch" ;
    sdo:sameAs <https://research.rug.nl/en/publications/increasing-return-on-annotation-investment-the-automatic-construc> ;
    sdo:url "https://research.rug.nl/files/50364749/Increasing_return_on_annotation_investment.pdf" .

<https://tools.clariah.nl/stub/H-7220ffd21082f83f> a sdo:Person ;
    sdo:familyName "van der Ark" ;
    sdo:givenName "René" .

<https://tools.clariah.nl/stub/H-7240c03ad5d4abd3> a sdo:WebAPI ;
    sdo:name "alpino_clam_webservice" .

<https://tools.clariah.nl/stub/H-727c14f5805504da> rdf:first <https://orcid.org/0009-0002-8007-5119> ;
    rdf:rest <https://tools.clariah.nl/stub/H-230525c9f54694ea> .

<https://tools.clariah.nl/stub/H-72a1cbb65e5ebe78> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-b11f5324836e81c> ;
    sdo:familyName "Helmich" ;
    sdo:givenName "Werner" .

<https://tools.clariah.nl/stub/H-72d16e26dbfeb8a0> rdf:first <https://tools.clariah.nl/stub/H489cb71ac28b730b> ;
    rdf:rest <https://tools.clariah.nl/stub/H-4f15462aafd3b2d0> .

<https://tools.clariah.nl/stub/H-72f4f6c541eae142> a sdo:SoftwareApplication ;
    sdo:identifier "@vitejs/plugin-vue" ;
    sdo:name "@vitejs/plugin-vue" ;
    sdo:version "^5.0.4" .

<https://tools.clariah.nl/stub/H-7387bd4b7a92363d> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-CORE (NWO grant 184.033.101)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H-73e1b703b50fc37> rdf:first <https://tools.clariah.nl/stub/H-601b4039cca18339> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6b14afa89b06dfc1> .

<https://tools.clariah.nl/stub/H-73fc5250d82dedd2> rdf:first <https://tools.clariah.nl/stub/H-3ef52c9001d224ca> ;
    rdf:rest <https://tools.clariah.nl/stub/H0014708cbf3725de> .

<https://tools.clariah.nl/stub/H-740a03bdde264ab4> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H72b8f2ebea78f41b> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-61d8c5baad99bce3> ;
    sdo:name "A Memory-Based Lemmatizer for Ancient Greek" ;
    sdo:pageEnd "95" ;
    sdo:pageStart "91" ;
    sdo:url "https://dl.acm.org/citation.cfm?id=3078100" .

<https://tools.clariah.nl/stub/H-7449a0b7c341cddc> a sdo:Book ;
    sdo:author <https://tools.clariah.nl/stub/H3c15733f7d85d9a0> ;
    sdo:name "Memory-Based Language Processing" ;
    sdo:publisher "Cambridge University Press" ;
    sdo:url "http://ilk.uvt.nl/mblp" .

<https://tools.clariah.nl/stub/H-7477575f09cda431> rdf:first <https://tools.clariah.nl/person/donatas-rasiukevicius> ;
    rdf:rest <https://tools.clariah.nl/stub/H-638eed6994437d22> .

<https://tools.clariah.nl/stub/H-74ce5dd34599c5a0> a stype:CommandLineApplication ;
    sdo:description "FoLiA validation tool" ;
    sdo:name "folialint" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    stype:executableName "folialint" .

<https://tools.clariah.nl/stub/H-752c25ef1398da7e> rdf:first <https://tools.clariah.nl/person/hdj> ;
    rdf:rest <https://tools.clariah.nl/stub/H64804012aab730b4> .

<https://tools.clariah.nl/stub/H-754953ea298226c9> rdf:first <https://tools.clariah.nl/person/research-software-lab-centre-for-digital-humanities-utrecht-university> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-75a0ec0d318de256> a stype:SoftwareLibrary ;
    sdo:name "Emdros" ;
    sdo:version ">= 3.7.3" .

<https://tools.clariah.nl/stub/H-75e70360455e5e81> rdf:first <https://tools.clariah.nl/stub/H-7220ffd21082f83f> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-76163e1256344ff4> a sdo:TextDigitalDocument ;
    sdo:description "Tokenised Text Document (FoLiA XML)" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.xml" .

<https://tools.clariah.nl/stub/H-764d1b108e03cf58> a sdo:DigitalDocument ;
    sdo:description "Stoplist" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.data" .

<https://tools.clariah.nl/stub/H-769d9d7282b9648d> rdf:first <https://tools.clariah.nl/person/gijsjan> ;
    rdf:rest <https://tools.clariah.nl/stub/H-28ad5777b77eba15> .

<https://tools.clariah.nl/stub/H-76ece3ab4863ed26> a sdo:Person ;
    sdo:email "abel.s.siqueira@gmail.com" ;
    sdo:familyName "Siqueira" ;
    sdo:givenName "Abel" .

<https://tools.clariah.nl/stub/H-777045ee8e5a7b63> rdf:first <https://tools.clariah.nl/person/hdj> ;
    rdf:rest <https://tools.clariah.nl/stub/H5432e505f0c44863> .

<https://tools.clariah.nl/stub/H-77a12c425249f669> a sdo:SoftwareApplication ;
    sdo:identifier "networkx" ;
    sdo:name "networkx" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-77aec2197e54572e> rdf:first "Antal van den Bosch" ;
    rdf:rest <https://tools.clariah.nl/stub/H174fe41c0e1be77c> .

<https://tools.clariah.nl/stub/H-77e114ed64796cda> a sdo:Organization ;
    sdo:name "Leiden University" ;
    sdo:url "https://www.universiteitleiden.nl/" .

<https://tools.clariah.nl/stub/H-77e710adf194c4ee> a sdo:SoftwareApplication ;
    sdo:identifier "eslint-plugin-vue" ;
    sdo:name "eslint-plugin-vue" ;
    sdo:version "^9.2.0" .

<https://tools.clariah.nl/stub/H-77f930e29a214adb> rdf:first "Maarten van Gompel" ;
    rdf:rest <https://tools.clariah.nl/stub/H-659660324c1a3c7e> .

<https://tools.clariah.nl/stub/H-781a52bfe122a5bd> a stype:WebApplication ;
    sdo:name "piereling" .

<https://tools.clariah.nl/stub/H-7832b2e1b7f8789b> rdf:first <https://tools.clariah.nl/stub/H5e8d2d68f3e32c90> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-7850878a65d1334c> rdf:first <https://tools.clariah.nl/person/vincent-van-t-zand> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5105b32a35181996> .

<https://tools.clariah.nl/stub/H-785394518cc0c447> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H108fa15ac6a6beb8> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-78618630f30b9c21> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H-79384bae9ac94b6f> a sdo:DigitalDocument ;
    sdo:description "Automatic transcription of the input recording with timestamps (CTM) and speaker diarisation" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "CTMFormat" ;
    sdo:name "*.ctm.spk" .

<https://tools.clariah.nl/stub/H-7960e884d55d7b55> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-4a27178512b812a7> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H3ccfaa18f9d21f5f> ;
    sdo:name "Comparing two methods for adding Enhanced Dependencies to UD treebanks" ;
    sdo:sameAs <https://research.rug.nl/en/publications/comparing-two-methods-for-adding-enhanced-dependencies-to-ud-tree> .

<https://tools.clariah.nl/stub/H-7974e57ac7a749d4> a sdo:DataDownload ;
    sdo:contentUrl "https://kg.odissei.nl/odissei/odissei-kg/download.jsonld.gz" ;
    sdo:dateModified "2025-10-24"^^sdo:Date ;
    sdo:datePublished "2024-11-05"^^sdo:Date ;
    sdo:description "JSON-LD download" ;
    sdo:encodingFormat "application/ld+json" .

<https://tools.clariah.nl/stub/H-798d58e9f924e0a3> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H-79afe25049684d5> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-2fbfde25d2488fed> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-79bfb5d649fd1708> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H7cead5caf5ed7e5b> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H-79ce1c49df07b273> rdf:first <https://tools.clariah.nl/person/ko-van-der-sloot> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H-79f1ecbeaf42dc1f> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H0c5118c3e0df77a0> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H72a023377866a998> ;
    sdo:name "FoLiA: Format for Linguistic Annotation, Documentation" ;
    sdo:url "https://github.com/proycon/folia/raw/master/docs/folia.pdf" .

<https://tools.clariah.nl/stub/H-7a0a98cb388a100e> a sdo:Person ;
    sdo:email "j.spaaks@esciencecenter.nl" ;
    sdo:familyName "H. Spaaks" ;
    sdo:givenName "Jurriaan" .

<https://tools.clariah.nl/stub/H-7a34a007a6b6b2ce> a sdo:DigitalDocument ;
    sdo:description "EPUB for conversion to FoLiA" ;
    sdo:encodingFormat "application/epub+zip" ;
    sdo:identifier "EPUBFormat" ;
    sdo:name "*.epub" .

<https://tools.clariah.nl/stub/H-7a3e5a35d784eac7> rdf:first <https://tools.clariah.nl/person/berit> ;
    rdf:rest <https://tools.clariah.nl/stub/H34be43ce8bf151c1> .

<https://tools.clariah.nl/stub/H-7a9600b1b42d0ded> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H1536fa26b1efc0c0> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-b7a4f88d037faf6> ;
    sdo:name "Ricgraph: A flexible and extensible graph to explore research in context from various systems" ;
    sdo:sameAs <https://doi.org/10.1016/j.softx.2024.101736> ;
    sdo:url "https://doi.org/10.1016/j.softx.2024.101736" .

<https://tools.clariah.nl/stub/H-7ab298b68804c60b> a sdo:WebAPI ;
    sdo:name "lenticular-lens" .

<https://tools.clariah.nl/stub/H-7af2d63c8d451386> a sdo:SoftwareApplication ;
    sdo:identifier "antilope" ;
    sdo:name "aNtiLoPe" .

<https://tools.clariah.nl/stub/H-7b3d5163066aeb67> rdf:first <https://tools.clariah.nl/person/alef> ;
    rdf:rest <https://tools.clariah.nl/stub/H-40cd929f55e1178a> .

<https://tools.clariah.nl/stub/H-7c1dbf34ffbb2415> a sdo:SoftwareApplication ;
    sdo:identifier "PyGithub" ;
    sdo:name "PyGithub" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "1.43.5" .

<https://tools.clariah.nl/stub/H-7c1e192dd0e0a33c> rdf:first <https://tools.clariah.nl/stub/H77cfe75ef28d6ab3> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-7c5b23af3f73a35> a sdo:SoftwareApplication ;
    sdo:identifier "joblib" ;
    sdo:name "joblib" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H-7c7077863c78a9d> rdf:first <https://tools.clariah.nl/person/jan-niestadt> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1c1476cf328426f6> .

<https://tools.clariah.nl/stub/H-7c7fc94603bdc263> rdf:first "Henk Pander Maat" ;
    rdf:rest <https://tools.clariah.nl/stub/H-1869e4db4b9391c3> .

<https://tools.clariah.nl/stub/H-7d0240d652c967de> rdf:first <https://tools.clariah.nl/stub/H46fbb1a55b124bc1> ;
    rdf:rest <https://tools.clariah.nl/stub/H-474b312540ff084b> .

<https://tools.clariah.nl/stub/H-7d0e8e7627fe55f8> rdf:first <https://tools.clariah.nl/stub/H-cfbf43fe0720976> ;
    rdf:rest <https://tools.clariah.nl/stub/H-666f6ecca1078297> .

<https://tools.clariah.nl/stub/H-7d652ef46dde40b7> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-46ebd378b534153c> ;
    sdo:name "PaQu - Parse and Query" ;
    sdo:url "https://portal.clarin.nl/node/4182" .

<https://tools.clariah.nl/stub/H-7dbfaaab06ced138> a sdo:SoftwareApplication ;
    sdo:identifier "@types/uuid" ;
    sdo:name "@types/uuid" ;
    sdo:version "^8.3.4" .

<https://tools.clariah.nl/stub/H-7dd0ba7c5e83f4b7> rdf:first <https://tools.clariah.nl/person/maartenschermer> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-7e061d042e44855d> rdf:first <https://github.com/MartijnBNG> ;
    rdf:rest <https://tools.clariah.nl/stub/H-7a715e00f98d2466> .

<https://tools.clariah.nl/stub/H-7ea59f048f5c07e5> rdf:first "Peter Berck" ;
    rdf:rest <https://tools.clariah.nl/stub/H41293ebd7ccdc9af> .

<https://tools.clariah.nl/stub/H-7ed38f27fa9626ef> a sdo:SoftwareApplication ;
    sdo:identifier "org.springframework.boot.spring-boot-devtools" ;
    sdo:name "spring-boot-devtools" ;
    sdo:version "3.2.3" .

<https://tools.clariah.nl/stub/H-7ee41239ba256b9a> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-77f930e29a214adb> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-10760f6a763e038d> ;
    sdo:name "FoLiA: A practical XML format for linguistic annotation - a descriptive and comparative study" ;
    sdo:pageEnd 81 ;
    sdo:pageStart 63 ;
    sdo:url "http://www.clinjournal.org/sites/clinjournal.org/files/05-vanGompel-Reynaert-CLIN2013.pdf" .

<https://tools.clariah.nl/stub/H-7f1353a9a702cf0e> rdf:first "Martin Reynaert" ;
    rdf:rest <https://tools.clariah.nl/stub/H-8bb3ab4e663e634> .

<https://tools.clariah.nl/stub/H-7f43171e18c12b54> rdf:first <https://tools.clariah.nl/person/marten-postma> ;
    rdf:rest <https://tools.clariah.nl/stub/H-412fe22ce3297b28> .

<https://tools.clariah.nl/stub/H-7f4466f5df963300> rdf:first "Dirk Roorda" ;
    rdf:rest <https://tools.clariah.nl/stub/H3d4ec203e816993c> .

<https://tools.clariah.nl/stub/H-7f98674c99a07419> rdf:first <https://tools.clariah.nl/stub/H-3c648ffc0c63df51> ;
    rdf:rest <https://tools.clariah.nl/stub/H1c8bbe0496c6491b> .

<https://tools.clariah.nl/stub/H-7fd37b044ec5ed8f> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-79afe25049684d5> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-7fdb841994372f68> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H-843a48ab843746e> rdf:first <https://github.com/jblom> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2a47d950ab17516b> .

<https://tools.clariah.nl/stub/H-87eb7efebb1b696> a sdo:Person ;
    sdo:familyName "De Kok" ;
    sdo:givenName "Daniël" .

<https://tools.clariah.nl/stub/H-8ac3ad3b2ffd590> rdf:first <https://tools.clariah.nl/person/rinke-hoekstra> ;
    rdf:rest <https://tools.clariah.nl/stub/H68bc357e5479920c> .

<https://tools.clariah.nl/stub/H-8b0acce19de4671> a sdo:DigitalDocument ;
    sdo:description "Optional user dictionary .dict (will overrule bg lexicon)" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.dict" .

<https://tools.clariah.nl/stub/H-8b2c6d670e212b8> a sdo:DigitalDocument ;
    sdo:description "Word List" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H-8bb3ab4e663e634> rdf:first "Maarten van Gompel" ;
    rdf:rest <https://tools.clariah.nl/stub/H24fd5d3f960b64a9> .

<https://tools.clariah.nl/stub/H-8cf0eb23e5414e7> a sdo:TextDigitalDocument ;
    sdo:description "HTML output from FoLiA input" ;
    sdo:encodingFormat "text/html" ;
    sdo:identifier "HTMLFormat" ;
    sdo:name "*.html" .

<https://tools.clariah.nl/stub/H-9f2798ab9df8380> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-5b94870658368d20> ;
    sdo:datePublished "2018"^^sdo:Date ;
    sdo:name "" ;
    sdo:url "https://tools.clariah.nl/" .

<https://tools.clariah.nl/stub/H-a0d6427d7912464> a sdo:DigitalDocument ;
    sdo:description "Validation report from FoLiA input" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.log" .

<https://tools.clariah.nl/stub/H-a2a4c60a1a4dcb6> a sdo:DigitalDocument ;
    sdo:description "Transcription .txt (utf8)" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H-a61269b651e25f9> a stype:SoftwareLibrary ;
    sdo:name "folia" .

<https://tools.clariah.nl/stub/H-aa8d2f354a002d9> rdf:first "Lodewijk Petram" ;
    rdf:rest <https://tools.clariah.nl/stub/H-5ef6fc61d027029d> .

<https://tools.clariah.nl/stub/H-ae2b87f58d304f0> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H-b0622820dd87ce3> a sdo:SoftwareApplication ;
    sdo:identifier "frog" ;
    sdo:name "Frog" .

<https://tools.clariah.nl/stub/H-b11f5324836e81c> a sdo:Organization ;
    sdo:legalName "SUDOX" .

<https://tools.clariah.nl/stub/H-b172b41c884d3f6> rdf:first <https://tools.clariah.nl/person/sophie-arnoult> ;
    rdf:rest <https://tools.clariah.nl/stub/H4b134ce8e1742bbc> .

<https://tools.clariah.nl/stub/H-b372ebfd27b5b9e> a sdo:SoftwareApplication ;
    sdo:identifier "MarkupSafe" ;
    sdo:name "MarkupSafe" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.23" .

<https://tools.clariah.nl/stub/H-b43107c619f2260> rdf:first <https://tools.clariah.nl/person/atserdamsma> ;
    rdf:rest <https://tools.clariah.nl/stub/H-4ece86b91f8c78c9> .

<https://tools.clariah.nl/stub/H-b7a4f88d037faf6> a sdo:PublicationVolume ;
    sdo:datePublished "2024"^^sdo:Date ;
    sdo:issueNumber 101736 ;
    sdo:name "SoftwareX" ;
    sdo:volumeNumber 26 .

<https://tools.clariah.nl/stub/H-b7fc7dfc90d0d57> rdf:first <https://tools.clariah.nl/stub/H-1494d7234b10efa9> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-b81839530b689ad> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H-bd4d0d76a1f6b4a> a stype:CommandLineApplication ;
    sdo:name "Script to harvest the Utrecht University staff pages for Ricgraph" ;
    stype:executableName "harvest_uustaffpages_to_ricgraph.py" .

<https://tools.clariah.nl/stub/H-bdff354668ca386> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest <https://tools.clariah.nl/stub/H-359c0ff64db06726> .

<https://tools.clariah.nl/stub/H-c2298ddb12e152b> rdf:first <https://tools.clariah.nl/stub/H4477438516d5f7a5> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-c706be37091d986> rdf:first <https://tools.clariah.nl/person/liesbetha> ;
    rdf:rest <https://tools.clariah.nl/stub/H6f2085fe774c7b27> .

<https://tools.clariah.nl/stub/H-c8e65bc7330b3fb> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-33e697051dd3605f> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H-ce29190b1c36701> a sdo:DigitalDocument ;
    sdo:description "TEI P5 XML input for conversion to FoLiA" ;
    sdo:encodingFormat "application/tei+xml" ;
    sdo:identifier "TEIXMLFormat" ;
    sdo:name "*.xml" .

<https://tools.clariah.nl/stub/H-cf41115c363e0c3> rdf:first <https://tools.clariah.nl/stub/H-5b8e56aab67f5cf5> ;
    rdf:rest <https://tools.clariah.nl/stub/H-7f98674c99a07419> .

<https://tools.clariah.nl/stub/H-cfbf43fe0720976> rdf:first "Constantijn Sikkel" ;
    rdf:rest <https://tools.clariah.nl/stub/H4e4b0fa61564b8c5> .

<https://tools.clariah.nl/stub/H-d6390007a8f9336> a sdo:Organization ;
    sdo:legalName "Institute for Language Sciences, Utrecht University" .

<https://tools.clariah.nl/stub/H-d8757f8cad55389> rdf:first <https://tools.clariah.nl/stub/H-127f9c7f21880c8> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-d8beaa765243455> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H2cd384ae5306fe70> ;
    sdo:name "TiMBL: Tilburg Memory Based Learner, Reference Guide" ;
    sdo:url "https://github.com/LanguageMachines/timbl/raw/master/docs/Timbl_6.4_Manual.pdf" .

<https://tools.clariah.nl/stub/H-de90f6e7778a433> rdf:first <https://tools.clariah.nl/stub/H-66af1be5894a3b8b> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-f158f07f51ea1e0> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/tei+xml" .

<https://tools.clariah.nl/stub/H-f5c5fa357133db3> rdf:first "Dirk Roorda" ;
    rdf:rest <https://tools.clariah.nl/stub/H-5653eff0b73a1ebb> .

<https://tools.clariah.nl/stub/H-f78bb5d03c78cf6> a sdo:DigitalDocument ;
    sdo:description "Adjective Classification" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.data" .

<https://tools.clariah.nl/stub/H-f81d0902dc676be> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest <https://tools.clariah.nl/stub/H0b56bdd13edec5d9> .

<https://tools.clariah.nl/stub/H-fa5f676c35fd9aa> rdf:first <https://tools.clariah.nl/stub/H-52e65bf4d5bbffe2> ;
    rdf:rest <https://tools.clariah.nl/stub/H711d78569037f9d8> .

<https://tools.clariah.nl/stub/H0014708cbf3725de> rdf:first <https://tools.clariah.nl/stub/H-69cbd31ef09f39b7> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H004ca01afe4df373> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H0063fba4aeb50190> a sdo:SoftwareApplication ;
    sdo:identifier "buffer" ;
    sdo:name "buffer" ;
    sdo:version "^6.0.3" .

<https://tools.clariah.nl/stub/H0090a7fcf6c64a90> rdf:first <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H00cab955c8a33369> rdf:first <https://tools.clariah.nl/stub/H6ce3f6379c8cbfdd> ;
    rdf:rest <https://tools.clariah.nl/stub/H7042e5eccb8c6f0c> .

<https://tools.clariah.nl/stub/H00ec83fcb7c05d0c> a stype:CommandLineApplication ;
    sdo:description "Simple word-by-word translator on the basis of a dictonary and/or rewrite rules" ;
    sdo:name "FoLiA-wordtranslate" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    stype:executableName "FoLiA-wordtranslate" .

<https://tools.clariah.nl/stub/H0135aaa71dfd34c0> rdf:first "Nick Dekker" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H013bde5f0e8385f9> a sdo:Dataset ;
    sdo:encodingFormat "text/xml" .

<https://tools.clariah.nl/stub/H0148c8b6d1b24dd0> a sdo:Person ;
    sdo:email "jetschni@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "Jonas" .

<https://tools.clariah.nl/stub/H01fe69d1a8075808> rdf:first "Ko van der Sloot" ;
    rdf:rest <https://tools.clariah.nl/stub/H5efa14c3e8d0a839> .

<https://tools.clariah.nl/stub/H02179b28b8b8625f> rdf:first <https://orcid.org/0000-0002-7748-4715> ;
    rdf:rest <https://tools.clariah.nl/stub/H1d70b02d1159c380> .

<https://tools.clariah.nl/stub/H0245e2c19956bce5> a stype:CommandLineApplication ;
    sdo:description "Encodes a plain text corpus to a binary encoded corpus and a class file" ;
    sdo:name "colibri-classencode" ;
    stype:executableName "colibri-classencode" .

<https://tools.clariah.nl/stub/H02cff66c2c924602> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest <https://tools.clariah.nl/stub/H64d86e288d6bd309> .

<https://tools.clariah.nl/stub/H02fd0b5ff4a83b67> rdf:first <https://tools.clariah.nl/person/pratham-joshi> ;
    rdf:rest <https://tools.clariah.nl/stub/H2cd866785e4953e5> .

<https://tools.clariah.nl/stub/H030b12ebaf2c98d1> a sdo:Organization ;
    sdo:legalName "Instituut voor de Nederlandse Taal" .

<https://tools.clariah.nl/stub/H030b5ce2f32cf72e> rdf:first <https://tools.clariah.nl/person/ljo> ;
    rdf:rest <https://tools.clariah.nl/stub/H1986f7be19893307> .

<https://tools.clariah.nl/stub/H031f30587a11a4b4> a stype:CommandLineApplication ;
    sdo:description "Computes the coverage of training/background corpus on a particular test/foreground corpus, i.e how many of the patterns in the test corpus were found during training, how many tokens are covered, and how is this all distributed?. This is a high-level convenience script over underlying tools." ;
    sdo:name "colibri-coverage" ;
    stype:executableName "colibri-coverage" .

<https://tools.clariah.nl/stub/H035fee3adf9e722f> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H-416ad0c5c88f78be> .

<https://tools.clariah.nl/stub/H037103606a756623> rdf:first <https://tools.clariah.nl/person/peterwithers> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H0393a4b566d5a432> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIN-NL (NWO grant 184.021.003)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H0489a32287dea949> rdf:first <https://tools.clariah.nl/person/martijn-van-de-donk> ;
    rdf:rest <https://tools.clariah.nl/stub/H380c8834bccef95b> .

<https://tools.clariah.nl/stub/H04ba4c26236a29c9> rdf:first <https://tools.clariah.nl/stub/H-6b4bd395cc8e8ceb> ;
    rdf:rest <https://tools.clariah.nl/stub/H5155a224611c7926> .

<https://tools.clariah.nl/stub/H04f6f5eec19deb6a> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/page+xml" .

<https://tools.clariah.nl/stub/H04ffdb341f560ac0> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-266e5829b6f5f9d9> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H0504f2a00a8af478> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-79bfb5d649fd1708> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H05724bc3e2b66e71> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H17a822e73c42bf8f> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H057df6506ff28c67> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from MS Word input" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H05a289120e41fe1c> a sdo:SoftwareApplication ;
    sdo:identifier "@vue/eslint-config-typescript" ;
    sdo:name "@vue/eslint-config-typescript" ;
    sdo:version "^11.0.0" .

<https://tools.clariah.nl/stub/H05a5db507bcc9086> a sdo:AudioObject ;
    sdo:description "MP3 file" ;
    sdo:encodingFormat "audio/mpeg" ;
    sdo:identifier "MP3AudioFormat" ;
    sdo:name "*.mp3" .

<https://tools.clariah.nl/stub/H05c2019b80c86bdb> rdf:first <https://tools.clariah.nl/person/mvgompel> ;
    rdf:rest <https://tools.clariah.nl/stub/H-4582ced0b3facc56> .

<https://tools.clariah.nl/stub/H05e7d29c3ec5a775> a sdo:SpreadsheetDigitalDocument ;
    sdo:description "Aggregated statistics, per document" ;
    sdo:encodingFormat "text/csv" ;
    sdo:identifier "CSVFormat" ;
    sdo:name "total.doc.csv" .

<https://tools.clariah.nl/stub/H0616347f90b891b6> a stype:SoftwareLibrary ;
    sdo:description "CLAM Data & Client API - programming library for Python" ;
    sdo:name "clam" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "Windows",
        "macOS" ;
    stype:executableName "clam" .

<https://tools.clariah.nl/stub/H062f174f6a5fd4db> rdf:first <https://tools.clariah.nl/stub/H-1f0179a7cfd495c3> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1bcde279c939bde1> .

<https://tools.clariah.nl/stub/H0642c203232a214c> rdf:first <https://tools.clariah.nl/stub/H-6b4bd395cc8e8ceb> ;
    rdf:rest <https://tools.clariah.nl/stub/H-fa5f676c35fd9aa> .

<https://tools.clariah.nl/stub/H0644dbe63c684671> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H317fe4f83faf0ffe> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H51fd75c129ce7822> ;
    sdo:name "An efficient memory-based morphosyntactic tagger and parser for Dutch" ;
    sdo:pageEnd 114 ;
    sdo:pageStart "99" ;
    sdo:url "https://www.clinjournal.org/CLIN_proceedings/XVII/vandenbosch.pdf" .

<https://tools.clariah.nl/stub/H0684476042dcca2b> a sdo:SoftwareApplication ;
    sdo:identifier "markupsafe" ;
    sdo:name "markupsafe" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H06df7bf1275894cb> a sdo:AudioObject ;
    sdo:description "Ogg audio file" ;
    sdo:encodingFormat "audio/vorbis" ;
    sdo:identifier "OggAudioFormat" ;
    sdo:name "*.ogg" .

<https://tools.clariah.nl/stub/H0703d8d3f2718e46> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-23096d234e895a13> ;
    sdo:name "Unraveling the Language of Perspective (FP7, ERC Starting Grant 338421-Perspective)" ;
    sdo:url "https://cordis.europa.eu/project/id/338421/reporting" .

<https://tools.clariah.nl/stub/H075c2b3f345bee08> a sdo:SoftwareApplication ;
    sdo:identifier "org.springframework.boot.spring-boot-starter-web" ;
    sdo:name "spring-boot-starter-web" ;
    sdo:version "3.2.4" .

<https://tools.clariah.nl/stub/H0806771156ceb3aa> rdf:first <https://tools.clariah.nl/person/donatas-rasiukevicius> ;
    rdf:rest <https://tools.clariah.nl/stub/H1c933db12712e0f1> .

<https://tools.clariah.nl/stub/H0809c57b096575e0> rdf:first <https://tools.clariah.nl/person/menzo-windhouwer> ;
    rdf:rest <https://tools.clariah.nl/stub/H30536087c4d518fc> .

<https://tools.clariah.nl/stub/H080f9aecd25f72f6> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output from CONLL-U" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H0814f136af514792> rdf:first <https://tools.clariah.nl/person/sarnoult> ;
    rdf:rest <https://tools.clariah.nl/stub/H-b172b41c884d3f6> .

<https://tools.clariah.nl/stub/H08443511d997438a> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-CORE (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H08517dfe27e5c21b> rdf:first <https://tools.clariah.nl/person/hdj> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H08bb579326a33d87> rdf:first <https://tools.clariah.nl/person/wilbert-heeringa> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H08cb38b7d3c4b229> a sdo:Organization ;
    sdo:name "VU Amsterdam" .

<https://tools.clariah.nl/stub/H0903874059eb029d> a sdo:SoftwareApplication ;
    sdo:identifier "termcolor" ;
    sdo:name "termcolor" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H09085a5305306660> a stype:CommandLineApplication ;
    sdo:description "Count words in a series of FoLiA documents and compute IDF statistics, which are outputted to a tsv file" ;
    sdo:name "FoLiA-idf" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-7855d1b4a2d3d0ff> ;
    stype:executableName "FoLiA-idf" .

<https://tools.clariah.nl/stub/H09240c329b03d2cd> a sdo:SoftwareApplication ;
    sdo:identifier "gevent" ;
    sdo:name "gevent" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "1.4.0" .

<https://tools.clariah.nl/stub/H09589037d862ff53> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-45791f0afe8c399b> ;
    sdo:familyName "Augustinus" ;
    sdo:givenName "Liesbeth" .

<https://tools.clariah.nl/stub/H09b0df17538e8a41> a sdo:SoftwareApplication ;
    sdo:identifier "safe-buffer" ;
    sdo:name "safe-buffer" ;
    sdo:version "^5.2.1" .

<https://tools.clariah.nl/stub/H09e81aa2c2cfbc9d> rdf:first <https://tools.clariah.nl/person/louis-ten-bosch> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H0a194908a830e457> a sdo:SoftwareApplication ;
    sdo:identifier "org.jetbrains.kotlin.kotlin-stdlib" ;
    sdo:name "kotlin-stdlib" ;
    sdo:version "1.9.22" .

<https://tools.clariah.nl/stub/H0a52ae87c1d3e7ca> rdf:first <https://tools.clariah.nl/person/maarten-van-gompel> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2ac99d1abacdc2a0> .

<https://tools.clariah.nl/stub/H0b1a7d208c40fb4e> rdf:first <https://tools.clariah.nl/person/sheean-spoel> ;
    rdf:rest <https://tools.clariah.nl/stub/H1a5ca8e9cc7e2e3e> .

<https://tools.clariah.nl/stub/H0b56bdd13edec5d9> rdf:first <https://orcid.org/0000-0003-2493-656X> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H0bdbda6d2e8f5251> a sdo:SoftwareApplication ;
    sdo:identifier "ticcltools" ;
    sdo:name "TICCLtools" .

<https://tools.clariah.nl/stub/H0c08ac8253fa4d9d> a stype:SoftwareLibrary ;
    sdo:name "OpenDutchWordnet" .

<https://tools.clariah.nl/stub/H0c09e466883a1c7f> rdf:first <https://tools.clariah.nl/stub/H6ce3f6379c8cbfdd> ;
    rdf:rest <https://tools.clariah.nl/stub/H-3b90fc6fd94ea763> .

<https://tools.clariah.nl/stub/H0c09e73af915f22c> rdf:first <https://tools.clariah.nl/person/ko-van-der-sloot> ;
    rdf:rest <https://tools.clariah.nl/stub/H-34806f72a3a0e807> .

<https://tools.clariah.nl/stub/H0c48afea5a164d86> rdf:first <https://tools.clariah.nl/stub/H625e662ca66d48f9> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5753f85dc961f6e5> .

<https://tools.clariah.nl/stub/H0ca4d5415d39a7cb> rdf:first <https://tools.clariah.nl/person/menzo> ;
    rdf:rest <https://tools.clariah.nl/stub/H037103606a756623> .

<https://tools.clariah.nl/stub/H0d2322a0d668bf96> a sdo:SoftwareApplication ;
    sdo:identifier "ucto" ;
    sdo:name "Ucto" .

<https://tools.clariah.nl/stub/H0d71943c04218745> a sdo:WebService ;
    sdo:name "BlackLab Server" .

<https://tools.clariah.nl/stub/H0d8c13458efb1965> a sdo:Book ;
    sdo:datePublished "2015"^^sdo:Date ;
    sdo:editor "Arjan van Hessen",
        "Jan Odijk" ;
    sdo:location "London, United Kingdom" ;
    sdo:name "CLARIN in the Low Countries" .

<https://tools.clariah.nl/stub/H0de4a388438c9287> a sdo:WebAPI ;
    sdo:name "textsurf" .

<https://tools.clariah.nl/stub/H0dea7c92f857d075> a stype:CommandLineApplication ;
    sdo:description "Language Identification using textcat." ;
    sdo:name "FoLiA-langcat" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    stype:executableName "FoLiA-langcat" .

<https://tools.clariah.nl/stub/H0e2690ae8eb6e4bf> rdf:first <https://tools.clariah.nl/stub/H-2b4e32c5ea3b6be> ;
    rdf:rest <https://tools.clariah.nl/stub/H-40f82b2361d7e4f5> .

<https://tools.clariah.nl/stub/H0e3ec1801dfbce53> a sdo:SoftwareApplication ;
    sdo:identifier "vue-slider-component" ;
    sdo:name "vue-slider-component" ;
    sdo:version "^4.1.0-beta.1" .

<https://tools.clariah.nl/stub/H0e3f353e4fe64790> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML input for conversion to text" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H0ea48a2eae48e086> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H52dee912d99290d4> ;
    sdo:name "Projectnummer CC-WP3-15-005" ;
    sdo:url "https://www.clariah.nl/wp3-linguistics" .

<https://tools.clariah.nl/stub/H0ead742502285be2> a sdo:SoftwareApplication ;
    sdo:identifier "SPARQLTransformer" ;
    sdo:name "SPARQLTransformer" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "2.1.1" .

<https://tools.clariah.nl/stub/H0eb32cedf9e3bb8f> rdf:first <https://tools.clariah.nl/stub/H-ad73aa0d5daeb54> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H0f087453b1d9f5a0> rdf:first <https://tools.clariah.nl/stub/H6dbea56d38737c01> ;
    rdf:rest <https://tools.clariah.nl/stub/H00cab955c8a33369> .

<https://tools.clariah.nl/stub/H0f34e923172e38b4> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H0f981748d6ee7816> a stype:WebApplication ;
    sdo:name "hypodisc" .

<https://tools.clariah.nl/stub/H0fcdc555591fa797> a sdo:SoftwareApplication ;
    sdo:identifier "PyYAML" ;
    sdo:name "PyYAML" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "5.4" .

<https://tools.clariah.nl/stub/H1014a19f86061c82> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H78ec163526f50542> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H10791c04084be0f6> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-128aa7a7c9061b31> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-10760f6a763e038d> ;
    sdo:name "FoLiA: A practical XML format for linguistic annotation - a descriptive and comparative study" ;
    sdo:pageEnd 81 ;
    sdo:pageStart 63 ;
    sdo:url "http://www.clinjournal.org/sites/clinjournal.org/files/05-vanGompel-Reynaert-CLIN2013.pdf" .

<https://tools.clariah.nl/stub/H108fa15ac6a6beb8> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H10dadc157383b9bc> rdf:first <https://tools.clariah.nl/stub/H-47a0ac9417d53e13> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H114dda3ce3c5005e> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H11670e8f39ed1909> rdf:first <https://tools.clariah.nl/stub/H6e6c72645baa95f9> ;
    rdf:rest <https://tools.clariah.nl/stub/H34f3f521ec159758> .

<https://tools.clariah.nl/stub/H117e6efd071627b4> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H11ffc60ba4fadd48> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest <https://tools.clariah.nl/stub/H7fd2ccbc244013cc> .

<https://tools.clariah.nl/stub/H120d1f1a68e59546> a sdo:Organization ;
    sdo:name "Leesbaarheids-Index Nederlands (LIN) (NWO grant)" .

<https://tools.clariah.nl/stub/H124355237af13feb> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIN-NL (NWO grant 184.021.003)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H126e98c598deead6> a stype:SoftwareLibrary ;
    sdo:name "MTAS" .

<https://tools.clariah.nl/stub/H12733a7da46803af> a sdo:SoftwareApplication ;
    sdo:identifier "org.jetbrains.kotlin.kotlin-reflect" ;
    sdo:name "kotlin-reflect" ;
    sdo:version "1.9.22" .

<https://tools.clariah.nl/stub/H128683c8bfcd87a1> rdf:first <https://tools.clariah.nl/person/meindert-kroese> ;
    rdf:rest <https://tools.clariah.nl/stub/H6daac1dba888c4c0> .

<https://tools.clariah.nl/stub/H12b97e7e2f68ebf0> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-CORE (NWO grant 184.033.101)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H12f70b931bd1008d> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H22b5eef41dbf8d41> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H12fe308aacd7410c> a sdo:SoftwareApplication ;
    sdo:identifier "vite" ;
    sdo:name "vite" ;
    sdo:version "^5.1.7" .

<https://tools.clariah.nl/stub/H131cf3fc79f28547> a sdo:SoftwareApplication ;
    sdo:identifier "Flask-Cors" ;
    sdo:name "Flask-Cors" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "3.0.6" .

<https://tools.clariah.nl/stub/H1360c335fefe5096> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H7cf16d2122346b43> ;
    sdo:name "Development carried out as part of various projects at DANS 2014-2022" .

<https://tools.clariah.nl/stub/H13aec3826dcf77d1> a sdo:SpreadsheetDigitalDocument ;
    sdo:description "Document statistics, per word" ;
    sdo:encodingFormat "text/csv" ;
    sdo:identifier "CSVFormat" ;
    sdo:name "*.words.csv" .

<https://tools.clariah.nl/stub/H13da929c1a259669> rdf:first <https://tools.clariah.nl/stub/H74e0b1091903bd05> ;
    rdf:rest <https://tools.clariah.nl/stub/H-465b430d4aa7fc5a> .

<https://tools.clariah.nl/stub/H140c75d11ac1fe25> a sdo:AudioObject ;
    sdo:description "MP4 audio file" ;
    sdo:encodingFormat "audio/mpeg" ;
    sdo:identifier "MP4AudioFormat" ;
    sdo:name "*.mp4" .

<https://tools.clariah.nl/stub/H1486b54e1cdc218a> a sdo:DigitalDocument ;
    sdo:description "Plaintext tokenised input, one sentence per line" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.tok" .

<https://tools.clariah.nl/stub/H14c9c2c387224a0e> rdf:first <https://orcid.org/0000-0003-2493-656X> ;
    rdf:rest <https://tools.clariah.nl/stub/H761f682d332a3c6a> .

<https://tools.clariah.nl/stub/H14fe0d4c68e84891> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H1536fa26b1efc0c0> rdf:first "Rik D.T. Janssen" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H1572c9830e2d8196> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-5b94870658368d20> ;
    sdo:datePublished "2019"^^sdo:Date ;
    sdo:name "" ;
    sdo:url "https://tools.clariah.nl/" .

<https://tools.clariah.nl/stub/H1578ed0b9add0e6e> a sdo:Person ;
    sdo:email "lamasoftware@science.ru.nl" ;
    sdo:name "Maarten van Gompel, Ko van der Sloot" .

<https://tools.clariah.nl/stub/H15a3c415397a43b6> a stype:CommandLineApplication ;
    sdo:description "Memory-based tagger, command-line tool" ;
    sdo:name "mbt" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    stype:executableName "mbt" .

<https://tools.clariah.nl/stub/H15b97771134a0ea8> a sdo:SoftwareApplication ;
    sdo:identifier "com.beust.klaxon" ;
    sdo:name "klaxon" ;
    sdo:version "5.6" .

<https://tools.clariah.nl/stub/H15c478e2c59d4ffe> rdf:first <https://tools.clariah.nl/person/rik-d-t-janssen> ;
    rdf:rest <https://tools.clariah.nl/stub/H-7dd0ba7c5e83f4b7> .

<https://tools.clariah.nl/stub/H163540227e56b003> rdf:first <https://tools.clariah.nl/person/joren-six> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2835fd73d86a306f> .

<https://tools.clariah.nl/stub/H16b6372f259dd32c> a sdo:DigitalDocument ;
    sdo:description "Transcription with full word segmentation/alignment and speaker attribution" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "CTMFormat" ;
    sdo:name "*.ctm" .

<https://tools.clariah.nl/stub/H16c7712632876e34> a sdo:TextDigitalDocument ;
    sdo:description "Timed transcriptions with speaker attribution (srt)" ;
    sdo:encodingFormat "application/x-subrip" ;
    sdo:identifier "SubRipTextFormat" ;
    sdo:name "*.srt" .

<https://tools.clariah.nl/stub/H16e0332b2cc563be> rdf:first <https://tools.clariah.nl/person/ernst-wevers> ;
    rdf:rest <https://tools.clariah.nl/stub/H-48ccfd482f70321e> .

<https://tools.clariah.nl/stub/H16fd3740f94bb852> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest <https://tools.clariah.nl/stub/H3616e6b2e977e85f> .

<https://tools.clariah.nl/stub/H173e0945097f588e> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-CORE (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H174fe41c0e1be77c> rdf:first "Maarten van Gompel" ;
    rdf:rest <https://tools.clariah.nl/stub/H01fe69d1a8075808> .

<https://tools.clariah.nl/stub/H179fae6ee0f7af53> a stype:CommandLineApplication ;
    sdo:description "Interactive command line  tool to  n-grams with their counts from one or more plain-text corpus files. This is a high-level convenience script over underlying tools." ;
    sdo:name "colibri-queryngrams" ;
    stype:executableName "colibri-queryngrams" .

<https://tools.clariah.nl/stub/H17a822e73c42bf8f> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-533cef7a7178800c> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H17f565634bcb7215> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-45ab44f78eeb29f5> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H18054d3f0dea7a57> rdf:first <https://tools.clariah.nl/stub/H-57f1327b1d532416> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H1847fff0e8a83abb> rdf:first <https://tools.clariah.nl/person/kathrin-dentler> ;
    rdf:rest <https://tools.clariah.nl/stub/H-29e4bca5ab043011> .

<https://tools.clariah.nl/stub/H189cb74b7bdd9d55> a stype:SoftwareLibrary ;
    sdo:name "Odissei Code Library" .

<https://tools.clariah.nl/stub/H189d446bdf9d5237> rdf:first <https://tools.clariah.nl/stub/H-5d6e1deacf76611f> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H1907fc3eab2ab1c2> a sdo:Book ;
    sdo:author <https://tools.clariah.nl/stub/H-14a474da4e0c9834> ;
    sdo:name "Memory-Based Language Processing" ;
    sdo:publisher "Cambridge University Press" ;
    sdo:url "http://ilk.uvt.nl/mblp" .

<https://tools.clariah.nl/stub/H194e1bd327e8601a> a stype:CommandLineApplication ;
    sdo:name "converter and tutorial notebooks" ;
    stype:executableName "various scripts in programs subdirectory" .

<https://tools.clariah.nl/stub/H195949115ab49e97> rdf:first <https://tools.clariah.nl/person/mvgompel> ;
    rdf:rest <https://tools.clariah.nl/stub/H-22628d886f938d34> .

<https://tools.clariah.nl/stub/H1963a37214f48f26> a stype:CommandLineApplication ;
    sdo:name "ChoiceLLM Aggregate" ;
    stype:executableName "choicellm-aggregate" .

<https://tools.clariah.nl/stub/H1986f7be19893307> rdf:first <https://tools.clariah.nl/person/mathieu-fannee> ;
    rdf:rest <https://tools.clariah.nl/stub/H360c217b086c0e45> .

<https://tools.clariah.nl/stub/H19f4ef58c0cc6c56> rdf:first <https://tools.clariah.nl/stub/H6cfbc7e4410f11b9> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H19fa5458cfa302d7> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-CORE (NWO grant 184.033.101)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H19fe71e274ea83c5> rdf:first <https://tools.clariah.nl/person/iryna-shcherbina> ;
    rdf:rest <https://tools.clariah.nl/stub/H05c2019b80c86bdb> .

<https://tools.clariah.nl/stub/H1a52fdba65f114e4> rdf:first <https://tools.clariah.nl/person/walter-ravenek> ;
    rdf:rest <https://tools.clariah.nl/stub/H-700411a81513601e> .

<https://tools.clariah.nl/stub/H1a5ca8e9cc7e2e3e> rdf:first <https://tools.clariah.nl/person/sheean> ;
    rdf:rest <https://tools.clariah.nl/stub/H5a422fe80bd4c73a> .

<https://tools.clariah.nl/stub/H1a5d68086ed465a1> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H1b1b8d12a113dcfa> a sdo:ScholarlyArticle ;
    sdo:url "https://ceur-ws.org/Vol-2695/paper6.pdf" .

<https://tools.clariah.nl/stub/H1b438287e03a8e3e> a stype:SoftwareLibrary ;
    sdo:name "Blacklab Core" .

<https://tools.clariah.nl/stub/H1b71000deeff4f0d> rdf:first "Martijn Kokken" ;
    rdf:rest <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> .

<https://tools.clariah.nl/stub/H1b732b9ba55383ea> rdf:first "Dirk Roorda" ;
    rdf:rest <https://tools.clariah.nl/stub/H-5653eff0b73a1ebb> .

<https://tools.clariah.nl/stub/H1c10e18f6626e114> a stype:CommandLineApplication ;
    sdo:name "tag" ;
    sdo:provider <https://www.ivdnt.org> ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-59ecb8f01564741e> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-31826cf2d1bcbb4f> .

<https://tools.clariah.nl/stub/H1c4ed4d7cde352f0> a sdo:Organization ;
    sdo:legalName "King's College London" .

<https://tools.clariah.nl/stub/H1c5cf2ce9347d500> rdf:first <https://tools.clariah.nl/person/vic-ding> ;
    rdf:rest <https://tools.clariah.nl/stub/H43e6ced5a7ee1fb0> .

<https://tools.clariah.nl/stub/H1c8bbe0496c6491b> rdf:first <https://tools.clariah.nl/stub/H-52acb4aa279f342d> ;
    rdf:rest <https://tools.clariah.nl/stub/H-75e70360455e5e81> .

<https://tools.clariah.nl/stub/H1c933db12712e0f1> rdf:first <https://tools.clariah.nl/person/jaapjorisjaap> ;
    rdf:rest <https://tools.clariah.nl/stub/H21e25471139e8e3b> .

<https://tools.clariah.nl/stub/H1d59c54bd12f5fca> a sdo:WebSite ;
    sdo:description "Describes the underlying software metadata model (not specific to codemetapy)" ;
    sdo:name "The CodeMeta Project" ;
    sdo:url "https://codemeta.github.io/" .

<https://tools.clariah.nl/stub/H1d70b02d1159c380> rdf:first <https://tools.clariah.nl/stub/H37e86785934b6a98> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6fc5fdf5095ff120> .

<https://tools.clariah.nl/stub/H1d8265ed52deb6df> a sdo:DigitalDocument ;
    sdo:description "Plain text output from FoLiA input" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H1e092c7fc9c10d41> rdf:first <https://tools.clariah.nl/stub/H3f6cd6740ab82e16> ;
    rdf:rest <https://tools.clariah.nl/stub/H19f4ef58c0cc6c56> .

<https://tools.clariah.nl/stub/H1e16bf957090a296> rdf:first <https://tools.clariah.nl/person/philippe-renzen> ;
    rdf:rest <https://tools.clariah.nl/stub/H1847fff0e8a83abb> .

<https://tools.clariah.nl/stub/H1e57f26cbf4ac06a> a sdo:Organization ;
    sdo:name "Rijksuniversiteit Groningen (backend), Radboud Universiteit Nijmegen (webservice)" .

<https://tools.clariah.nl/stub/H1e7a1cbc63276ad8> rdf:first <https://tools.clariah.nl/stub/H625e662ca66d48f9> ;
    rdf:rest <https://tools.clariah.nl/stub/H44b8bd15be7d6fc3> .

<https://tools.clariah.nl/stub/H1e908a4355eed35f> rdf:first <https://tools.clariah.nl/person/ekoi> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H1ee3500fa009fecd> a stype:SoftwareLibrary ;
    sdo:name "Text-Fabric" ;
    stype:executableName "tf" .

<https://tools.clariah.nl/stub/H1f65080ece8b1ebb> a stype:SoftwareLibrary ;
    sdo:name "Ricgraph" ;
    stype:executableName "ricgraph.py" .

<https://tools.clariah.nl/stub/H1ff081db7d225dc4> rdf:first <https://tools.clariah.nl/stub/H-7d3be977eb9d2368> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5ed8d3a8512091ec> .

<https://tools.clariah.nl/stub/H20cdfd216627854d> rdf:first <https://tools.clariah.nl/stub/H-76ece3ab4863ed26> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H210774f7eff76581> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H1a5d68086ed465a1> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H21310ed0cd529ff4> a sdo:AudioObject ;
    sdo:description "Wav audio file" ;
    sdo:encodingFormat "audio/vnd.wave" ;
    sdo:identifier "WaveAudioFormat" ;
    sdo:name "*.wav" .

<https://tools.clariah.nl/stub/H215cc45fd664f7a7> rdf:first <https://tools.clariah.nl/person/marten-postma> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H218dbe325485c239> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-5908e5b8e2e16f47> ;
    sdo:email "g.j.m.van.noord@rug.nl" ;
    sdo:familyName "Van Noord" ;
    sdo:givenName "Gertjan" ;
    sdo:sameAs <https://orcid.org/0000-0001-5564-6341> .

<https://tools.clariah.nl/stub/H21e25471139e8e3b> rdf:first <https://tools.clariah.nl/person/julian-gonggrijp> ;
    rdf:rest <https://tools.clariah.nl/stub/H53730d339a385a2d> .

<https://tools.clariah.nl/stub/H21eed26faaa9a04d> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H21f5f26d763bb83c> a stype:CommandLineApplication ;
    sdo:name "GaLAHaD Train Battery - Dockerizer" ;
    sdo:provider <https://www.ivdnt.org> ;
    stype:executableName "docker-build" .

<https://tools.clariah.nl/stub/H21f7707aced9a8a3> a sdo:Person ;
    sdo:familyName "Kroese" ;
    sdo:givenName "Meindert" .

<https://tools.clariah.nl/stub/H2201333ecbe4aba5> rdf:first <https://tools.clariah.nl/person/evert-rot> ;
    rdf:rest <https://tools.clariah.nl/stub/H-542c4d88a21ef4b> .

<https://tools.clariah.nl/stub/H22b5eef41dbf8d41> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-2096f6fe78f94521> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H22d0570ace5ad5bd> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H23a0d24a32f38711> a sdo:SoftwareApplication ;
    sdo:identifier "setuptools" ;
    sdo:name "setuptools" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 38.6.0" .

<https://tools.clariah.nl/stub/H23f0a24f662abdac> rdf:first <https://orcid.org/0000-0003-0008-9028> ;
    rdf:rest <https://tools.clariah.nl/stub/H-686d5550c4784c42> .

<https://tools.clariah.nl/stub/H2423d29ce761bb9f> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1d2fc4d067882273> .

<https://tools.clariah.nl/stub/H244ae045bef42b97> rdf:first <https://tools.clariah.nl/stub/H75827987c4834960> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H246ce334de86ef74> a sdo:SoftwareApplication ;
    sdo:identifier "tesseract" ;
    sdo:name "Tesseract OCR" .

<https://tools.clariah.nl/stub/H24fd5d3f960b64a9> rdf:first "Ko van der Sloot" ;
    rdf:rest <https://tools.clariah.nl/stub/H1e50eb31c9106e4c> .

<https://tools.clariah.nl/stub/H25159048c1737ec9> rdf:first <https://tools.clariah.nl/person/werner> ;
    rdf:rest <https://tools.clariah.nl/stub/H-24cc3f6d081410be> .

<https://tools.clariah.nl/stub/H25aaa996100218fb> a sdo:AudioObject ;
    sdo:description "MP3 audio file" ;
    sdo:encodingFormat "audio/mpeg" ;
    sdo:identifier "MP3AudioFormat" ;
    sdo:name "*.mp3" .

<https://tools.clariah.nl/stub/H26058476574f1036> a sdo:Dataset ;
    sdo:description "Timed transcriptions with speaker attribution (TSV)" ;
    sdo:encodingFormat "text/tab-separated-values" ;
    sdo:identifier "TSVFormat" ;
    sdo:name "*.tsv" .

<https://tools.clariah.nl/stub/H26074adf79c02a12> rdf:first "Alba de Ridder" ;
    rdf:rest <https://tools.clariah.nl/stub/H1b71000deeff4f0d> .

<https://tools.clariah.nl/stub/H2615bd5c1aeb2add> a sdo:SoftwareApplication ;
    sdo:identifier "docopt" ;
    sdo:name "docopt" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.6.2" .

<https://tools.clariah.nl/stub/H26241c7807560f86> a sdo:DigitalDocument ;
    sdo:description "Automatic transcription of the input recording (full data) (AudioDoc XML)" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "XMLFormat" ;
    sdo:name "*.xml" .

<https://tools.clariah.nl/stub/H2683fe754c93e343> rdf:first <https://tools.clariah.nl/person/jessededoes> ;
    rdf:rest <https://tools.clariah.nl/stub/H544886025ecbe2ee> .

<https://tools.clariah.nl/stub/H27742f4316fd152d> a stype:CommandLineApplication ;
    sdo:description "Command-line interface to the full NLP suite" ;
    sdo:name "frog" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33332f7155eb8d8a>,
        <https://tools.clariah.nl/stub/H02cb54e45f32c673> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33332f7155eb8d8a>,
        <https://tools.clariah.nl/stub/H02cb54e45f32c673> ;
    stype:executableName "frog" .

<https://tools.clariah.nl/stub/H277572f14d6077d5> a stype:CommandLineApplication ;
    sdo:description "Convert ALTO DIDL files into a series of FoLiA documents" ;
    sdo:name "FoLiA-alto" ;
    stype:executableName "FoLiA-alto" .

<https://tools.clariah.nl/stub/H27b757f420b97f7a> rdf:first <https://tools.clariah.nl/person/laurensw75> ;
    rdf:rest <https://tools.clariah.nl/stub/H-67c0be70c5f74a79> .

<https://tools.clariah.nl/stub/H27f5a8c5dc93c985> a sdo:DigitalDocument ;
    sdo:description "Plaintext document (untokenised)" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H284f2600b29b8845> a stype:CommandLineApplication ;
    sdo:description "Memory-based Lemmatiser (standalone)" ;
    sdo:name "mblem" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33332f7155eb8d8a> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33332f7155eb8d8a> ;
    stype:executableName "mblem" .

<https://tools.clariah.nl/stub/H28c28d0847451436> rdf:first "Dirk Roorda" ;
    rdf:rest <https://tools.clariah.nl/stub/H-4ff2cd17a5c2a8ef> .

<https://tools.clariah.nl/stub/H28c977edad00ea4f> a sdo:Place ;
    sdo:name "Tilburg" .

<https://tools.clariah.nl/stub/H29e0a3f929964f31> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H5ba30c4ed752ce3a> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H2a55d4ab7d388261> a sdo:ComputerLanguage ;
    sdo:identifier "python" ;
    sdo:name "Python" .

<https://tools.clariah.nl/stub/H2ac7d3a28ca8e4e8> rdf:first <https://tools.clariah.nl/person/beritjanssen> ;
    rdf:rest <https://tools.clariah.nl/stub/H-66e1522f9e5e3fc9> .

<https://tools.clariah.nl/stub/H2ad50814413bdc4b> rdf:first <https://tools.clariah.nl/stub/H-3fa33b5a097dc1bd> ;
    rdf:rest <https://tools.clariah.nl/stub/H56ae0f5522d79806> .

<https://tools.clariah.nl/stub/H2b2b01a249745c38> a sdo:SoftwareApplication ;
    sdo:identifier "keepalive" ;
    sdo:name "keepalive" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.5" .

<https://tools.clariah.nl/stub/H2b32251ee3e4572b> a sdo:ComputerLanguage ;
    sdo:identifier "bash" ;
    sdo:name "bash" .

<https://tools.clariah.nl/stub/H2ba9e5594972d7ba> a sdo:WebApplication ;
    sdo:name "GaLAHaD" ;
    sdo:provider <https://www.ivdnt.org> ;
    sdo:url "https://portal.clarin.ivdnt.org/galahad" .

<https://tools.clariah.nl/stub/H2c460df333ec1959> a sdo:Place ;
    sdo:name "Nijmegen" .

<https://tools.clariah.nl/stub/H2c5fa72959ffb23d> rdf:first <https://tools.clariah.nl/stub/H-3615957e9d1d0c3f> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H2c6a6571b3089f42> a sdo:DigitalDocument ;
    sdo:description "Verbosely Tokenised Text Document" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.vtok" .

<https://tools.clariah.nl/stub/H2cae9cc4c3142379> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H7b1b599b61c265ad> ;
    sdo:name "Building a FAIR Expertise Hub for the social sciences" .

<https://tools.clariah.nl/stub/H2cb45413989cdd93> rdf:first <https://tools.clariah.nl/person/svn> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1442d46b5e0d457d> .

<https://tools.clariah.nl/stub/H2cd384ae5306fe70> rdf:first "Walter Daelemans" ;
    rdf:rest <https://tools.clariah.nl/stub/H5fcbfcb621345293> .

<https://tools.clariah.nl/stub/H2cd866785e4953e5> rdf:first <https://tools.clariah.nl/person/renevanderark> ;
    rdf:rest <https://tools.clariah.nl/stub/H39ba3afb68232f1c> .

<https://tools.clariah.nl/stub/H2ce945385621bc87> a sdo:Person ;
    sdo:familyName "Meijer" ;
    sdo:givenName "Kerim" .

<https://tools.clariah.nl/stub/H2d0f48b69319a805> a sdo:WebApplication ;
    sdo:name "AlpinoGraph" ;
    sdo:provider <https://tools.clariah.nl/stub/H57a1f692fc9909f0> ;
    sdo:url "https://urd2.let.rug.nl/~kleiweg/alpinograph/" .

<https://tools.clariah.nl/stub/H2d4c8b58bc6b5384> a sdo:DigitalDocument ;
    sdo:description "Alpino XML output (XML files per sentence)" ;
    sdo:encodingFormat "application/zip" ;
    sdo:identifier "AlpinoXMLCollection" ;
    sdo:name "*.alpinoxml.zip" .

<https://tools.clariah.nl/stub/H2d94858d24500763> a sdo:Grant ;
    sdo:funder <https://identifier.overheid.nl/tooi/id/ministerie/mnre1109> .

<https://tools.clariah.nl/stub/H2d999808e64b0971> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H17f565634bcb7215> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H2eaec42d956457b0> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H2f542d747bf1ae42> rdf:first <https://tools.clariah.nl/person/luka-van-der-plas> ;
    rdf:rest <https://tools.clariah.nl/stub/H440e798362e7928b> .

<https://tools.clariah.nl/stub/H2f6144a80105bb32> a sdo:WebApplication ;
    sdo:name "PaQu" ;
    sdo:provider <https://tools.clariah.nl/stub/H-c8e65bc7330b3fb> ;
    sdo:url "https://www.let.rug.nl/alfa/paqu/" .

<https://tools.clariah.nl/stub/H2f727e6719e0c6ba> a sdo:DigitalDocument ;
    sdo:description "Own Classification" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.data" .

<https://tools.clariah.nl/stub/H2fd80a28f517792d> a sdo:Organization ;
    sdo:name "Netherlands Institute for Sound and Vision" ;
    sdo:url "https://beeldengeluid.nl" .

<https://tools.clariah.nl/stub/H3009f1241410e919> rdf:first "Gertjan van Noord" ;
    rdf:rest <https://tools.clariah.nl/stub/H-5b099246efa7bb26> .

<https://tools.clariah.nl/stub/H30536087c4d518fc> rdf:first <https://tools.clariah.nl/person/daan-broeder> ;
    rdf:rest <https://tools.clariah.nl/stub/H-257ad0670b11a858> .

<https://tools.clariah.nl/stub/H30603c5f62b2099f> rdf:first <https://tools.clariah.nl/person/alex-hebing> ;
    rdf:rest <https://tools.clariah.nl/stub/H-4ad4b107adc27e57> .

<https://tools.clariah.nl/stub/H30d503d23fcc48e2> a sdo:DigitalDocument ;
    sdo:description "Dictionary" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.dict" .

<https://tools.clariah.nl/stub/H30e0fb5146c46270> rdf:first <https://tools.clariah.nl/stub/H1bab00174faf3361> ;
    rdf:rest <https://tools.clariah.nl/stub/H-4401e28ba298af39> .

<https://tools.clariah.nl/stub/H311c79489646365f> rdf:first <https://tools.clariah.nl/stub/H-355e00fae8fe4fa4> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H312bcc94c9da4ecf> a sdo:SoftwareApplication ;
    sdo:identifier "org.springdoc.springdoc-openapi-starter-webmvc-ui" ;
    sdo:name "springdoc-openapi-starter-webmvc-ui" ;
    sdo:version "2.5.0" .

<https://tools.clariah.nl/stub/H314ebfc3490aeb0d> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from EPUB" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H317fe4f83faf0ffe> rdf:first "Antal van den Bosch" ;
    rdf:rest <https://tools.clariah.nl/stub/H741de3da76da13ba> .

<https://tools.clariah.nl/stub/H318603d9e8ea4162> rdf:first <https://tools.clariah.nl/stub/H-30ecabc15734af61> ;
    rdf:rest <https://tools.clariah.nl/stub/H-66528e81803bb405> .

<https://tools.clariah.nl/stub/H31a662ed8bd5d1d4> a stype:WebApplication ;
    sdo:name "DANE-server" .

<https://tools.clariah.nl/stub/H31b915aa65c4cf33> a sdo:SoftwareApplication ;
    sdo:identifier "vue-router" ;
    sdo:name "vue-router" ;
    sdo:version "^4.1.2" .

<https://tools.clariah.nl/stub/H31fd181f7972f87a> rdf:first "Martijn Naaijer" ;
    rdf:rest <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> .

<https://tools.clariah.nl/stub/H32e2ef36d5f734b8> a sdo:DigitalDocument ;
    sdo:description "Noun Classification" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.data" .

<https://tools.clariah.nl/stub/H32fd5d0f353f9863> a sdo:WebApplication ;
    sdo:description "The Aggregator application is a part of the CLARIN-FCS common federated content search infrastructure. It serves as a user interface to perform queries to CLARIN-resources and display search results. The Aggregator communicates with components called endpoints, which are provided as a service by all centres who participate in the federated content search. Each endpoint provides access to one or more searchable resources. The user can select a specific resource or resources, based on the resource name or on the language, or search through all of them. The content of these resources is searched with the query supplied to the endpoint. The endpoint returns results to this query and the aggregator collects the responses from all the endpoints and displays them to the user." ;
    sdo:name "FCS Aggregator" ;
    sdo:url "https://spraakbanken.gu.se/ws/fcs/2.0/aggregator/" .

<https://tools.clariah.nl/stub/H330997ec6f662246> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H46074ebaa6695fda> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H3374164f1a70c944> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H337ce29a194a7d0c> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIN-NL (NWO grant 184.021.003), Call IV: SHEBANQ" .

<https://tools.clariah.nl/stub/H345482cea9350dff> rdf:first <https://orcid.org/0000-0002-5145-3603> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6e7966e368e1dfb4> .

<https://tools.clariah.nl/stub/H34be43ce8bf151c1> rdf:first <https://tools.clariah.nl/person/r-loeber> ;
    rdf:rest <https://tools.clariah.nl/stub/H4abb9e357388e55f> .

<https://tools.clariah.nl/stub/H34f3f521ec159758> rdf:first <https://orcid.org/0000-0003-2493-656X> ;
    rdf:rest <https://tools.clariah.nl/stub/H1e7a1cbc63276ad8> .

<https://tools.clariah.nl/stub/H3520786936d90ec6> a sdo:SoftwareApplication ;
    sdo:identifier "content-disposition" ;
    sdo:name "content-disposition" ;
    sdo:version "^0.5.4" .

<https://tools.clariah.nl/stub/H356e33eb77657021> rdf:first "Sander Canisius" ;
    rdf:rest <https://tools.clariah.nl/stub/H-350b7fe7c98204c6> .

<https://tools.clariah.nl/stub/H35730c622e19bc8e> a sdo:AudioObject ;
    sdo:description "Flac file" ;
    sdo:encodingFormat "audio/flac" ;
    sdo:identifier "FlacAudioFormat" ;
    sdo:name "*.flac" .

<https://tools.clariah.nl/stub/H35e971c859a4ce19> rdf:first <https://tools.clariah.nl/person/lb> ;
    rdf:rest <https://tools.clariah.nl/stub/H-31a8f14393effc5c> .

<https://tools.clariah.nl/stub/H360c217b086c0e45> rdf:first <https://tools.clariah.nl/person/peter-dekker> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H3616e6b2e977e85f> rdf:first <https://orcid.org/0000-0003-2493-656X> ;
    rdf:rest <https://tools.clariah.nl/stub/H64d86e288d6bd309> .

<https://tools.clariah.nl/stub/H365b70c20007dc07> rdf:first "Cale Johnson" ;
    rdf:rest <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> .

<https://tools.clariah.nl/stub/H36f8cc452d89a5d7> rdf:first <https://tools.clariah.nl/stub/H-2690220b6b5f180d> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1b89f223cc2209a2> .

<https://tools.clariah.nl/stub/H36f922004128b087> rdf:first "Yvonne Mataar" ;
    rdf:rest <https://tools.clariah.nl/stub/H-3279e1b6ae25e57a> .

<https://tools.clariah.nl/stub/H370d0b04e6bc0ddf> rdf:first <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H376fafb59cf7083d> rdf:first <https://tools.clariah.nl/person/jan-odijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H74d2db813f468d9c> .

<https://tools.clariah.nl/stub/H37835fc5f036c5a7> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from MediaWiki" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H37e436c01a83c676> rdf:first <https://orcid.org/0000-0003-2493-656X> ;
    rdf:rest <https://tools.clariah.nl/stub/H0c48afea5a164d86> .

<https://tools.clariah.nl/stub/H37e86785934b6a98> a sdo:Person ;
    sdo:familyName "Udurawana" ;
    sdo:givenName "Sajith" .

<https://tools.clariah.nl/stub/H380c8834bccef95b> rdf:first <https://tools.clariah.nl/person/mvguizza> ;
    rdf:rest <https://tools.clariah.nl/stub/H-4854fb8857943931> .

<https://tools.clariah.nl/stub/H383ce3e1c36007d8> rdf:first <https://tools.clariah.nl/person/baslee> ;
    rdf:rest <https://tools.clariah.nl/stub/H-14ab1db8ef5a2782> .

<https://tools.clariah.nl/stub/H3890e71c32a957ed> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H4db15a3810ba3abc> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H38c8bb5dac267db0> rdf:first <http://orcid.org/0009-0006-9941-9582> ;
    rdf:rest <https://tools.clariah.nl/stub/H10dadc157383b9bc> .

<https://tools.clariah.nl/stub/H38d6b2f9d7898204> a sdo:SoftwareApplication ;
    sdo:identifier "json-loader" ;
    sdo:name "json-loader" ;
    sdo:version "^0.5.7" .

<https://tools.clariah.nl/stub/H390b7742e1c12576> a sdo:Person ;
    sdo:familyName "de Does" ;
    sdo:givenName "Jesse" ;
    sdo:url "https://www.ivdnt.org/" .

<https://tools.clariah.nl/stub/H3919df5a7718a313> rdf:first <https://tools.clariah.nl/person/jessededoes> ;
    rdf:rest <https://tools.clariah.nl/stub/H0a203074437e9cf7> .

<https://tools.clariah.nl/stub/H3939c6fb9e4f544a> a sdo:TechArticle ;
    sdo:description "This document specifies the technical and organisational requirements for your software metadata, including the precise form in which it can be supplied." ;
    sdo:name "Software Metadata Requirements" ;
    sdo:url "https://github.com/CLARIAH/clariah-plus/blob/main/requirements/software-metadata-requirements.md" .

<https://tools.clariah.nl/stub/H39548eee38791908> a sdo:Person ;
    sdo:email "henk.vandenheuvel@ru.nl" ;
    sdo:name "Emre Yilmaz, Maarten van Gompel" .

<https://tools.clariah.nl/stub/H39ba3afb68232f1c> rdf:first <https://tools.clariah.nl/person/rob-zeeman> ;
    rdf:rest <https://tools.clariah.nl/stub/H6ac188d2caf493e4> .

<https://tools.clariah.nl/stub/H39df54881dfd70e3> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-CORE (NWO grant 184.033.101)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H3a133c2e1ff4e97c> a sdo:TextDigitalDocument ;
    sdo:description "Timed transcriptions with speaker attribution (WebVTT)" ;
    sdo:encodingFormat "text/vtt" ;
    sdo:identifier "WebVTTFormat" ;
    sdo:name "*.vtt" .

<https://tools.clariah.nl/stub/H3a2d7bc4894a1a69> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H3890e71c32a957ed> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H3a402be9925ed67b> rdf:first <https://tools.clariah.nl/person/dirk-roorda> ;
    rdf:rest <https://tools.clariah.nl/stub/H-7b3d5163066aeb67> .

<https://tools.clariah.nl/stub/H3ac5f8113d075af5> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H3b402396b5fa3eed> a sdo:WebApplication ;
    sdo:name "Ricgraph REST API" .

<https://tools.clariah.nl/stub/H3b5f1ed4660e4863> a stype:CommandLineApplication ;
    sdo:description "Collect n-gram statistics from tsv files produced by FoLiA-stats, aggregating results." ;
    sdo:name "FoLiA-collect" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H4864f590f5827b61> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-7855d1b4a2d3d0ff> ;
    stype:executableName "FoLiA-collect" .

<https://tools.clariah.nl/stub/H3bbdb950634fa7ea> a stype:SoftwareLibrary ;
    sdo:name "Web2Py" ;
    sdo:version ">= 2.21.1" .

<https://tools.clariah.nl/stub/H3bc110cbc03db0fc> a sdo:HowTo ;
    sdo:description "This explains how to add your own software to be harvested by us and answers various Frequently Asked Questions." ;
    sdo:name "Contributor Guidelines" ;
    sdo:url "https://github.com/CLARIAH/tool-discovery/blob/master/CONTRIBUTING.md" .

<https://tools.clariah.nl/stub/H3bd0414a8a4d74b6> rdf:first <https://tools.clariah.nl/person/dirk-roorda> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5ca7702867ebfce7> .

<https://tools.clariah.nl/stub/H3be1854036d01cc8> a sdo:TextDigitalDocument ;
    sdo:description "Frog Columned Output (legacy)" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "FrogTSVFormat" ;
    sdo:name "*.frog.out" .

<https://tools.clariah.nl/stub/H3c15733f7d85d9a0> rdf:first "Walter Daelemans" ;
    rdf:rest <https://tools.clariah.nl/stub/H1e50eb31c9106e4c> .

<https://tools.clariah.nl/stub/H3c1c1f75c61419dc> rdf:first "Lodewijk Petram" ;
    rdf:rest <https://tools.clariah.nl/stub/H-5ef6fc61d027029d> .

<https://tools.clariah.nl/stub/H3c6e906bf373437f> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML input for conversion to ReStructuredText" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H3ca82da5a8ab3595> rdf:first <https://tools.clariah.nl/stub/H218dbe325485c239> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H3ccfaa18f9d21f5f> a sdo:PublicationIssue ;
    sdo:datePublished "2018"^^sdo:Date ;
    sdo:location "Linköping, Sweden" ;
    sdo:name "Proceedings of the 17th International Workshop on Treebanks and Linguistic Theories (TLT 2018), December 13–14, 2018, Oslo University, Norway" ;
    sdo:pageEnd "30" ;
    sdo:pageStart "17" .

<https://tools.clariah.nl/stub/H3cd7c04368142f39> a stype:WebApplication ;
    sdo:name "grlc: the git repository linked data API constructor" .

<https://tools.clariah.nl/stub/H3ce0fc898e8ffab3> a sdo:SoftwareApplication ;
    sdo:identifier "pinia" ;
    sdo:name "pinia" ;
    sdo:version "^2.0.16" .

<https://tools.clariah.nl/stub/H3d4ec203e816993c> rdf:first "Jesse de Does" ;
    rdf:rest <https://tools.clariah.nl/stub/H3c1c1f75c61419dc> .

<https://tools.clariah.nl/stub/H3dbc8046fad9e7f3> a sdo:WebAPI ;
    sdo:name "Ucto-Webservice" .

<https://tools.clariah.nl/stub/H3ecef13fadeb4d4c> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H05724bc3e2b66e71> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H3ee403149c56e98f> a sdo:SoftwareApplication ;
    sdo:identifier "Flask" ;
    sdo:name "Flask" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "1.0.2" .

<https://tools.clariah.nl/stub/H3f43fa2f9dcea855> rdf:first <https://tools.clariah.nl/stub/H5912ac1f72a36dea> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H3f6cd6740ab82e16> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-2f043e61178c0ee5> ;
    sdo:email "mailto:g.bouma@rug.nl" ;
    sdo:familyName "Bouma" ;
    sdo:givenName "Gosse" ;
    sdo:sameAs <https://orcid.org/0000-0003-1106-3181> .

<https://tools.clariah.nl/stub/H3f796af634e773e2> rdf:first <https://tools.clariah.nl/person/cody-kingham> ;
    rdf:rest <https://tools.clariah.nl/stub/H3a402be9925ed67b> .

<https://tools.clariah.nl/stub/H3fd75f733be00200> a sdo:PublicationIssue ;
    sdo:datePublished "2006"^^sdo:Date ;
    sdo:location "Leuven, Belgium" ;
    sdo:name "TALN06. Verbum Ex Machina. Actes de la 13e conference sur le traitement automatique des langues naturelles." .

<https://tools.clariah.nl/stub/H3fe8ea4e3b0e74c5> a sdo:SpreadsheetDigitalDocument ;
    sdo:description "Aggregated statistics, per paragraph" ;
    sdo:encodingFormat "text/csv" ;
    sdo:identifier "CSVFormat" ;
    sdo:name "total.par.csv" .

<https://tools.clariah.nl/stub/H3feb3106ab894740> rdf:first <https://tools.clariah.nl/person/kcmertens> ;
    rdf:rest <https://tools.clariah.nl/stub/H6513b6c162fb6fbf> .

<https://tools.clariah.nl/stub/H3ff3a643b3a68d0c> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H004ca01afe4df373> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H4000847d0edc1537> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-2574d3bed794c3e0> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H40f7c53865716a1f> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-2669dadb54c409c6> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H410c31fce54c7aed> rdf:first <https://orcid.org/0000-0002-1046-0006> ;
    rdf:rest <https://tools.clariah.nl/stub/H22d0570ace5ad5bd> .

<https://tools.clariah.nl/stub/H411c2c1fa85225b0> a sdo:SoftwareApplication ;
    sdo:identifier "torchvision" ;
    sdo:name "torchvision" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H41293ebd7ccdc9af> rdf:first "Iris Hendrickx" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H41c097db83c20b84> a sdo:TextDigitalDocument ;
    sdo:description "Alpino XML" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "AlpinoXMLFormat" ;
    sdo:name "*.xml" .

<https://tools.clariah.nl/stub/H41fca2a72a532274> rdf:first <https://tools.clariah.nl/person/m-erkan-bas-ar> ;
    rdf:rest <https://tools.clariah.nl/stub/H19fe71e274ea83c5> .

<https://tools.clariah.nl/stub/H42ce89c5d079aa12> rdf:first <https://tools.clariah.nl/person/xander-vertegaal> ;
    rdf:rest <https://tools.clariah.nl/stub/H4b58ff8c1021b250> .

<https://tools.clariah.nl/stub/H42f74bda16794dd6> a sdo:SoftwareApplication ;
    sdo:identifier "org.jetbrains.kotlinx.kotlinx-coroutines-core-jvm" ;
    sdo:name "kotlinx-coroutines-core-jvm" ;
    sdo:version "1.7.3" .

<https://tools.clariah.nl/stub/H433b59a3bd3784c0> a sdo:TechArticle ;
    sdo:description "This document is intended for other developers and explains that want to make use of the information that has been harvested and aggregated in the tool discovery pipeline. It explains the API available in our backend." ;
    sdo:name "Querying the CLARIAH Tool Store for integration in other software" ;
    sdo:url "https://github.com/CLARIAH/tool-discovery/blob/master/API_USAGE.md" .

<https://tools.clariah.nl/stub/H433b634da233e492> a stype:CommandLineApplication ;
    sdo:name "burgerLinker" .

<https://tools.clariah.nl/stub/H439c0713ea5d9fbe> rdf:first <https://tools.clariah.nl/stub/H4b9c9c27679947c8> ;
    rdf:rest <https://tools.clariah.nl/stub/H-641439ab4d543447> .

<https://tools.clariah.nl/stub/H43cd5582e2e0ce0d> a sdo:WebApplication ;
    sdo:name "Electronisch woordenboek van de Achterhoekse en Liemerse dialecten" .

<https://tools.clariah.nl/stub/H43daa31f7ab4fcc3> rdf:first <https://tools.clariah.nl/person/hdj> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2ac99d1abacdc2a0> .

<https://tools.clariah.nl/stub/H43e6ced5a7ee1fb0> rdf:first <https://tools.clariah.nl/person/sohinimallick16> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H440e798362e7928b> rdf:first <https://tools.clariah.nl/person/donatas> ;
    rdf:rest <https://tools.clariah.nl/stub/H30603c5f62b2099f> .

<https://tools.clariah.nl/stub/H4445f32b068213a1> rdf:first <https://tools.clariah.nl/stub/H-6cc416242d74038d> ;
    rdf:rest <https://tools.clariah.nl/stub/H2c5fa72959ffb23d> .

<https://tools.clariah.nl/stub/H445c45484c703ca5> a sdo:Organization ;
    sdo:name "KNAW/Humanities Cluster" ;
    sdo:url "https://huc.knaw.nl" .

<https://tools.clariah.nl/stub/H4474b715d1d6344e> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/html" .

<https://tools.clariah.nl/stub/H4477438516d5f7a5> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H386c8fe72a498397> ;
    sdo:familyName "Bonfil" ;
    sdo:givenName "Ben" .

<https://tools.clariah.nl/stub/H44b762d716c4ffd2> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H44b8bd15be7d6fc3> rdf:first <https://orcid.org/0000-0002-1046-0006> ;
    rdf:rest <https://tools.clariah.nl/stub/H-679137e808a4977a> .

<https://tools.clariah.nl/stub/H4525fcfbe3705e8b> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H454782827bbf7ecf> a stype:CommandLineApplication ;
    sdo:description "Convert hOCR (as outputted by Tesseract) to FoLiA" ;
    sdo:name "FoLiA-hocr" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H4474b715d1d6344e> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    stype:executableName "FoLiA-hocr" .

<https://tools.clariah.nl/stub/H45678f01bad1d95a> a stype:CommandLineApplication ;
    sdo:description "Convert PAGE XML to FoLiA" ;
    sdo:name "FoLiA-page" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H04f6f5eec19deb6a> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    stype:executableName "FoLiA-page" .

<https://tools.clariah.nl/stub/H457ef3a1dc41cd1e> a stype:CommandLineApplication ;
    sdo:description "Convert Political Maskup XML to FoLiA" ;
    sdo:name "FoLiA-pm" ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    stype:executableName "/FoLiA-pm" .

<https://tools.clariah.nl/stub/H45b82eae2ab53561> a sdo:SoftwareApplication ;
    sdo:identifier "SPARQLWrapper" ;
    sdo:name "SPARQLWrapper" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "1.8.2" .

<https://tools.clariah.nl/stub/H45cdd8f4e9d65fab> a sdo:TextDigitalDocument ;
    sdo:description "Output analysis" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.xml" .

<https://tools.clariah.nl/stub/H46074ebaa6695fda> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H462cbccf8d36e78e> rdf:first <https://tools.clariah.nl/stub/H796075908b615c4a> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H46514e4f9b4b3709> rdf:first <https://tools.clariah.nl/stub/H28c28d0847451436> ;
    rdf:rest <https://tools.clariah.nl/stub/H3f43fa2f9dcea855> .

<https://tools.clariah.nl/stub/H4657989e73f61a7c> a sdo:PublicationIssue ;
    sdo:datePublished "2014"^^sdo:Date ;
    sdo:issue "14-02" ;
    sdo:location "Nijmegen, the Netherlands" ;
    sdo:name "CLST Technical Report" .

<https://tools.clariah.nl/stub/H46d9d38fc78350e1> rdf:first <https://tools.clariah.nl/person/jelte-van-boheemen> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2b9d2ffcf8b4fb00> .

<https://tools.clariah.nl/stub/H46fbb1a55b124bc1> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H18025f4f67582751> ;
    sdo:familyName "Odijk" ;
    sdo:givenName "Jan" .

<https://tools.clariah.nl/stub/H4724a291d4d444a5> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIN-NL (NWO grant 184.021.003)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H4736e19c9092cbce> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H3ac5f8113d075af5> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H474883d3870a5448> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "https://universaldependencies.org/format.html" .

<https://tools.clariah.nl/stub/H4761dbb29b20f0ba> a sdo:SoftwareApplication ;
    sdo:identifier "uuid" ;
    sdo:name "uuid" ;
    sdo:version "^8.3.2" .

<https://tools.clariah.nl/stub/H477a7353b4430979> a sdo:AudioObject ;
    sdo:description "Speech file in .wav format" ;
    sdo:encodingFormat "audio/vnd.wave" ;
    sdo:identifier "WaveAudioFormat" ;
    sdo:name "*.wav" .

<https://tools.clariah.nl/stub/H4864f590f5827b61> a sdo:Dataset ;
    sdo:encodingFormat "text/tab-seperated-values" .

<https://tools.clariah.nl/stub/H487af98b4d169e1e> a sdo:SoftwareApplication ;
    sdo:identifier "werkzeug" ;
    sdo:name "werkzeug" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 0.16.0" .

<https://tools.clariah.nl/stub/H488f0c2ebc3c65f3> a sdo:Organization ;
    sdo:legalName "Netherlands eScience Center" .

<https://tools.clariah.nl/stub/H489cb71ac28b730b> a sdo:Person ;
    sdo:familyName "Maas" ;
    sdo:givenName "Martijn" .

<https://tools.clariah.nl/stub/H48b27148aa3a01cc> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output (untokenised) from PDF" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H48e16b9a22246162> rdf:first <https://tools.clariah.nl/stub/H43ac0907955c80e0> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H490469af2215687d> rdf:first "Rogier Kraf" ;
    rdf:rest <https://tools.clariah.nl/stub/H-77aec2197e54572e> .

<https://tools.clariah.nl/stub/H4964859badfcc8b1> rdf:first <https://orcid.org/0000-0003-4646-5842> ;
    rdf:rest <https://tools.clariah.nl/stub/H-64ce4b2faf31934d> .

<https://tools.clariah.nl/stub/H498f0dd8e229984a> rdf:first <https://tools.clariah.nl/stub/H-400897b878875413> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H49a0aecd7958fc9e> a sdo:SoftwareApplication ;
    sdo:identifier "tqdm" ;
    sdo:name "tqdm" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H49a7fae3a251487e> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.logging.log4j.log4j-api-kotlin" ;
    sdo:name "log4j-api-kotlin" ;
    sdo:version "1.2.0" .

<https://tools.clariah.nl/stub/H49ab3ab30393fda8> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest <https://tools.clariah.nl/stub/H64d86e288d6bd309> .

<https://tools.clariah.nl/stub/H49bc63a4a640f2dc> rdf:first <https://tools.clariah.nl/person/cygnuhss> ;
    rdf:rest <https://tools.clariah.nl/stub/H67e6fa226f2a4fb8> .

<https://tools.clariah.nl/stub/H49e22842bdeb87ed> a sdo:WebAPI .

<https://tools.clariah.nl/stub/H4a7645aa949b4be3> a sdo:DigitalDocument ;
    sdo:description "Stylesheet for Visualisation" ;
    sdo:encodingFormat "application/xslt+xml" ;
    sdo:identifier "XMLStyleSheet" ;
    sdo:name "tscanview.xsl" .

<https://tools.clariah.nl/stub/H4a962506e5a79614> a sdo:DigitalDocument ;
    sdo:description "Lemmatized text" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.out.txt" .

<https://tools.clariah.nl/stub/H4a96e6f5b5362ac9> a sdo:WebApplication ;
    sdo:name "INT Corpus Frontend" .

<https://tools.clariah.nl/stub/H4abb9e357388e55f> rdf:first <https://tools.clariah.nl/person/sheean-spoel> ;
    rdf:rest <https://tools.clariah.nl/stub/H-31341a9a37c078a4> .

<https://tools.clariah.nl/stub/H4acbba4d554faf97> a sdo:WebSite ;
    sdo:name "alud package - github.com/rug-compling/alud/v2 - Go Packages" ;
    sdo:url "https://pkg.go.dev/github.com/rug-compling/alud/v2" .

<https://tools.clariah.nl/stub/H4ad4b7a7ef6f19d7> rdf:first <https://tools.clariah.nl/stub/H450789ba5877172f> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H4b134ce8e1742bbc> rdf:first <https://tools.clariah.nl/person/ubuntu-user> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H4b58ff8c1021b250> rdf:first <https://tools.clariah.nl/person/jan-odijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H46d9d38fc78350e1> .

<https://tools.clariah.nl/stub/H4b99e6e718fb765e> rdf:first <https://tools.clariah.nl/person/pieterjan-de-potter> ;
    rdf:rest <https://tools.clariah.nl/stub/H02fd0b5ff4a83b67> .

<https://tools.clariah.nl/stub/H4b9c9c27679947c8> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H4cc85b016c98d0c4> ;
    sdo:familyName "Vandeghinste" ;
    sdo:givenName "Vincent" .

<https://tools.clariah.nl/stub/H4bb34f7435d4164d> a sdo:SoftwareApplication ;
    sdo:identifier "gunicorn" ;
    sdo:name "gunicorn" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "19.6.0" .

<https://tools.clariah.nl/stub/H4bf7c73d64f242cc> a sdo:Grant ;
    sdo:funder <https://huc.knaw.nl> ;
    sdo:name "Development carried out as part of various projects at KNAW/Humanities Cluster 2022" .

<https://tools.clariah.nl/stub/H4c9856bb565d867b> a sdo:DigitalDocument ;
    sdo:description "Plain text transcriptions without time stamps and speaker attribution" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H4caa3ee1817f8a14> a sdo:Place ;
    sdo:name "Hilversum" .

<https://tools.clariah.nl/stub/H4cb4b62b7298812e> rdf:first "Dirk Roorda" ;
    rdf:rest <https://tools.clariah.nl/stub/H-5f4e040abf695f76> .

<https://tools.clariah.nl/stub/H4cc85b016c98d0c4> a sdo:Organization ;
    sdo:legalName "INL; Centre for Computational Linguistics, KU Leuven" .

<https://tools.clariah.nl/stub/H4cddf2c7991d4c5a> rdf:first <https://tools.clariah.nl/stub/H-6cc416242d74038d> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H4ce2c4c3bf4222bc> a stype:CommandLineApplication ;
    sdo:name "Script to harvest OpenAlex for Ricgraph" ;
    stype:executableName "harvest_openalex_to_ricgraph.py" .

<https://tools.clariah.nl/stub/H4d377b1fe68a5a3e> rdf:first <https://tools.clariah.nl/stub/H09589037d862ff53> ;
    rdf:rest <https://tools.clariah.nl/stub/H439c0713ea5d9fbe> .

<https://tools.clariah.nl/stub/H4d7a230786f805ef> a sdo:Person ;
    sdo:email "s.j.j.spoel@uu.nl" ;
    sdo:name "Ko van der Sloot, Martijn van der Klis, Luka van der Plas, Sheean Spoel, Maarten van Gompel" .

<https://tools.clariah.nl/stub/H4d7d147933ca29cd> a sdo:SoftwareApplication ;
    sdo:identifier "jinja2" ;
    sdo:name "jinja2" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H4d9bb20422d69916> a stype:SoftwareLibrary ;
    sdo:name "github.com/rug-compling/alud" .

<https://tools.clariah.nl/stub/H4db15a3810ba3abc> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H4dc91df3610f9dd5> a sdo:PublicationIssue ;
    sdo:datePublished "2014"^^sdo:Date ;
    sdo:location "Dublin, Ireland" ;
    sdo:name "Proceedings of COLING 2014, the 25th International Conference on Computational Linguistics" .

<https://tools.clariah.nl/stub/H4e4b0fa61564b8c5> rdf:first "Dirk Roorda" ;
    rdf:rest <https://tools.clariah.nl/stub/H-5653eff0b73a1ebb> .

<https://tools.clariah.nl/stub/H4e5c4908fd2d1d8f> a stype:SoftwareLibrary ;
    sdo:name "dane-workflows" .

<https://tools.clariah.nl/stub/H4e741917143872d1> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H4e7d6a8b9ad266bb> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H4ea43893620c6f6a> rdf:first <https://tools.clariah.nl/person/kcmertens> ;
    rdf:rest <https://tools.clariah.nl/stub/H5af1a3664edd56b6> .

<https://tools.clariah.nl/stub/H4ec925ea11614caa> rdf:first <https://tools.clariah.nl/person/axel> ;
    rdf:rest <https://tools.clariah.nl/stub/H27b757f420b97f7a> .

<https://tools.clariah.nl/stub/H4f2c0a41935daafc> a stype:CommandLineApplication ;
    sdo:description "Extract n-grams (and optionally skipgrams) with their counts from one or more plain-text corpus files. This is a high-level convenience script over underlying tools." ;
    sdo:name "colibri-freqlist" ;
    stype:executableName "colibri-freqlist" .

<https://tools.clariah.nl/stub/H4f3977054d8f7c88> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H4f43944159fc7606> a stype:CommandLineApplication ;
    sdo:description "Convert FoLiA documents into plain text" ;
    sdo:name "FoLiA-2text" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33c304fc18e3679f> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-59ecb8f01564741e> ;
    stype:executableName "FoLiA-2text" .

<https://tools.clariah.nl/stub/H4f48a46b45a2536e> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H4f69ae2134d80301> a sdo:SoftwareApplication ;
    sdo:identifier "isodate" ;
    sdo:name "isodate" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.5.4" .

<https://tools.clariah.nl/stub/H4f8708329aedd83f> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest <https://tools.clariah.nl/stub/H14c9c2c387224a0e> .

<https://tools.clariah.nl/stub/H4fc4f4952c061858> a sdo:SpeakableSpecification ;
    sdo:xpath "/html/head/meta[@name='description']/@content",
        "/html/head/title" .

<https://tools.clariah.nl/stub/H4ff36b505602716d> a sdo:TextDigitalDocument ;
    sdo:description "PDF with embedded text (pdf) for conversion to FoLiA" ;
    sdo:encodingFormat "application/pdf" ;
    sdo:identifier "PDFFormat" ;
    sdo:name "*.pdf" .

<https://tools.clariah.nl/stub/H5004fccce433db84> rdf:first <https://tools.clariah.nl/stub/H755255bcd4a165f4> ;
    rdf:rest <https://tools.clariah.nl/stub/H-602dcd338d3b432a> .

<https://tools.clariah.nl/stub/H50536b2b7baf21d7> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H7b1b599b61c265ad> ;
    sdo:name "Building a FAIR Expertise Hub for the social sciences" .

<https://tools.clariah.nl/stub/H507aef345adb4b28> a stype:CommandLineApplication ;
    sdo:description "Computes a histogram for ngram occurrences (and optionally skipgrams) in the corpus. This is a high-level convenience script over underlying tools." ;
    sdo:name "colibri-histogram" ;
    stype:executableName "colibri-histogram" .

<https://tools.clariah.nl/stub/H50b233368b67aee2> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML Output" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H510a80267cbd66c0> a sdo:AudioObject ;
    sdo:description "MP4 file" ;
    sdo:encodingFormat "audio/mpeg" ;
    sdo:identifier "MP4AudioFormat" ;
    sdo:name "*.mp4" .

<https://tools.clariah.nl/stub/H512a2d76f078cdec> rdf:first <https://orcid.org/0000-0001-6854-5646> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H5151608e90712012> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H386c8fe72a498397> ;
    sdo:familyName "van Boheemen" ;
    sdo:givenName "Jelte" .

<https://tools.clariah.nl/stub/H5155a224611c7926> rdf:first <https://tools.clariah.nl/stub/H-3fdb2d5b2ccee12c> ;
    rdf:rest <https://tools.clariah.nl/stub/H-530eedc1e5ef3f02> .

<https://tools.clariah.nl/stub/H51ccb192dfe7eb30> a sdo:Person ;
    sdo:familyName "Olsson" ;
    sdo:givenName "Leif-Jöran" ;
    sdo:url "https://spraakbanken.gu.se/" .

<https://tools.clariah.nl/stub/H51fd75c129ce7822> a sdo:PublicationIssue ;
    sdo:datePublished "2007"^^sdo:Date ;
    sdo:location "Leuven, Belgium" ;
    sdo:name "Selected Papers of the 17th Computational Linguistics in the Netherlands Meeting" .

<https://tools.clariah.nl/stub/H5232c1300991491a> a sdo:SoftwareApplication ;
    sdo:identifier "pyparsing" ;
    sdo:name "pyparsing" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "2.0.7" .

<https://tools.clariah.nl/stub/H53730d339a385a2d> rdf:first <https://tools.clariah.nl/person/jelte-van-boheemen> ;
    rdf:rest <https://tools.clariah.nl/stub/H49bc63a4a640f2dc> .

<https://tools.clariah.nl/stub/H537540b0081a47a0> a sdo:SoftwareApplication ;
    sdo:identifier "typescript" ;
    sdo:name "typescript" ;
    sdo:version "^4.7.4" .

<https://tools.clariah.nl/stub/H538360cc04479d11> rdf:first <https://tools.clariah.nl/person/hayco-de-jong> ;
    rdf:rest <https://tools.clariah.nl/stub/H1c5cf2ce9347d500> .

<https://tools.clariah.nl/stub/H5432e505f0c44863> rdf:first <https://tools.clariah.nl/person/henk-van-den-berg> ;
    rdf:rest <https://tools.clariah.nl/stub/H-34918b399dddd885> .

<https://tools.clariah.nl/stub/H544886025ecbe2ee> rdf:first <https://tools.clariah.nl/person/jan-niestadt> ;
    rdf:rest <https://tools.clariah.nl/stub/H-36d0d1c8409a396c> .

<https://tools.clariah.nl/stub/H551badf8691b7f8f> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H-5d3a34848063bf57> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H55847b6fffd964a6> a stype:WebApplication ;
    sdo:name "Forced Alignment 2" .

<https://tools.clariah.nl/stub/H55c94fb16c5f944f> a sdo:Person ;
    sdo:email "c.bary@ftr.ru.nl" ;
    sdo:name "Corien Bary, Peter Berck, Iris Hendrickx, Wessel Stoop" .

<https://tools.clariah.nl/stub/H55f465eb7bd93c5f> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIN-NL (NWO grant 184.021.003)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H568bd6b9782a8309> rdf:first <https://tools.clariah.nl/stub/H-4219abd5f81279f4> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H56908cb66e3741e9> rdf:first <https://tools.clariah.nl/person/ole> ;
    rdf:rest <https://tools.clariah.nl/stub/H-3a442154c27004d1> .

<https://tools.clariah.nl/stub/H5691a197f3e868af> a sdo:SoftwareApplication ;
    sdo:identifier "org.jetbrains.kotlinx.kotlinx-serialization-json-jvm" ;
    sdo:name "kotlinx-serialization-json-jvm" ;
    sdo:version "1.6.3" .

<https://tools.clariah.nl/stub/H56ae0f5522d79806> rdf:first <https://tools.clariah.nl/stub/H-46699a02954c82d> ;
    rdf:rest <https://tools.clariah.nl/stub/H77c5efb108ebac9e> .

<https://tools.clariah.nl/stub/H56fca435d80dc756> a sdo:SoftwareApplication ;
    sdo:identifier "pyaml" ;
    sdo:name "pyaml" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "18.11.0" .

<https://tools.clariah.nl/stub/H5707be68443f70c3> a sdo:WebAPI ;
    sdo:name "stamd" .

<https://tools.clariah.nl/stub/H573a4b1150ab9acc> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H57a1f692fc9909f0> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H330997ec6f662246> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H57c9f96c3e024e63> rdf:first <https://tools.clariah.nl/person/koen-mertens> ;
    rdf:rest <https://tools.clariah.nl/stub/H4ea43893620c6f6a> .

<https://tools.clariah.nl/stub/H5821b474f039a568> rdf:first "Jesse de Does" ;
    rdf:rest <https://tools.clariah.nl/stub/H-373a491c83f80133> .

<https://tools.clariah.nl/stub/H588e7aead85cbf63> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-685bbf4d45cd5fa5> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H58ba43aeb24c4a42> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H0504f2a00a8af478> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H5912ac1f72a36dea> rdf:first "Dirk Roorda" ;
    rdf:rest <https://tools.clariah.nl/stub/H-67e8cb4e81587333> .

<https://tools.clariah.nl/stub/H5961ddfcc1155dba> rdf:first <https://tools.clariah.nl/person/vincent-prins> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H5989068c47747ee1> a sdo:SoftwareApplication ;
    sdo:identifier "rdflib" ;
    sdo:name "rdflib" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "5.0.0" .

<https://tools.clariah.nl/stub/H59f48bbb94f20595> a stype:CommandLineApplication ;
    sdo:name "stam-tools" .

<https://tools.clariah.nl/stub/H5a422fe80bd4c73a> rdf:first <https://tools.clariah.nl/person/tijmen-baarda> ;
    rdf:rest <https://tools.clariah.nl/stub/H-488379c72655286d> .

<https://tools.clariah.nl/stub/H5aa36eed6f18c8b1> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H5aea103be18732af> a sdo:DataDownload ;
    sdo:contentUrl "https://kg.odissei.nl/odissei/odissei-kg/download.trig.gz" ;
    sdo:dateModified "2025-10-24"^^sdo:Date ;
    sdo:datePublished "2024-11-05"^^sdo:Date ;
    sdo:description "TriG download" ;
    sdo:encodingFormat "application/trig" .

<https://tools.clariah.nl/stub/H5af1a3664edd56b6> rdf:first <https://tools.clariah.nl/person/root> ;
    rdf:rest <https://tools.clariah.nl/stub/H0b1a7d208c40fb4e> .

<https://tools.clariah.nl/stub/H5b443fe182e16b7d> a sdo:SoftwareApplication ;
    sdo:identifier "greenlet" ;
    sdo:name "greenlet" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.4.15" .

<https://tools.clariah.nl/stub/H5b597e38a69db237> a sdo:Organization ;
    sdo:name "annotation" ;
    sdo:url "https://github.com/annotation" .

<https://tools.clariah.nl/stub/H5b5bc023e3fb147a> rdf:first <https://tools.clariah.nl/person/lars-buitinck> ;
    rdf:rest <https://tools.clariah.nl/stub/H195949115ab49e97> .

<https://tools.clariah.nl/stub/H5b68fbdb09ccd3e8> rdf:first <https://tools.clariah.nl/stub/H-42fd0ebccffae6b3> ;
    rdf:rest <https://tools.clariah.nl/stub/H4cddf2c7991d4c5a> .

<https://tools.clariah.nl/stub/H5b76b67b0034ccdb> a sdo:DigitalDocument ;
    sdo:description "Text to lemmatize" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H5b963d88925ae185> a sdo:DigitalDocument ;
    sdo:description "Transcription with full word segmentation/alignment" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "CTMFormat" ;
    sdo:name "*.ctm" .

<https://tools.clariah.nl/stub/H5ba30c4ed752ce3a> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H5ba61b238fa9078c> a sdo:ComputerLanguage ;
    sdo:identifier "cython" ;
    sdo:name "Cython" .

<https://tools.clariah.nl/stub/H5c36484965840cb9> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-CORE (NWO grant 184.033.101)" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H5c63571da7df2771> a stype:CommandLineApplication ;
    sdo:name "ChoiceLLM" ;
    stype:executableName "choicellm" .

<https://tools.clariah.nl/stub/H5d04d3ab051d1924> a stype:CommandLineApplication ;
    sdo:description "Memory-based learner, command-line tool" ;
    sdo:name "timbl" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    stype:executableName "timbl" .

<https://tools.clariah.nl/stub/H5db639fe6691addc> rdf:first <https://tools.clariah.nl/person/kathrin-dentler> ;
    rdf:rest <https://tools.clariah.nl/stub/H-8ac3ad3b2ffd590> .

<https://tools.clariah.nl/stub/H5ddbde223b920812> rdf:first <https://tools.clariah.nl/stub/H-38d03835a4f3f0b2> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H5de6c0094d2cfa99> a sdo:Person ;
    sdo:email "bram.buitendijk@di.huc.knaw.nl" ;
    sdo:familyName "Buitendijk" ;
    sdo:givenName "Bram" .

<https://tools.clariah.nl/stub/H5e328082feb33b7b> a sdo:SoftwareApplication ;
    sdo:identifier "vue" ;
    sdo:name "vue" ;
    sdo:version "^3.2.37" .

<https://tools.clariah.nl/stub/H5e84f41dc9227d51> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H5e8d2d68f3e32c90> a sdo:Person ;
    sdo:email "lamasoftware@science.ru.nl" ;
    sdo:name "Ko van der Sloot, Antal van den Bosch, Maarten van Gompel, Bertjan Busser" .

<https://tools.clariah.nl/stub/H5ef024dae822263d> rdf:first <https://tools.clariah.nl/stub/H-3615957e9d1d0c3f> ;
    rdf:rest <https://tools.clariah.nl/stub/H7ebe8143d0be8ad9> .

<https://tools.clariah.nl/stub/H5efa14c3e8d0a839> rdf:first "Nick Dekker" ;
    rdf:rest <https://tools.clariah.nl/stub/H-367c5b3ffc2442ed> .

<https://tools.clariah.nl/stub/H5f0b6a0353a52ca7> a sdo:DigitalDocument ;
    sdo:description "LaTeX source for conversion to FoLiA" ;
    sdo:encodingFormat "application/x-latex" ;
    sdo:identifier "LaTeXFormat" ;
    sdo:name "*.tex" .

<https://tools.clariah.nl/stub/H5f128cad16d577d6> a stype:ServerApplication ;
    sdo:description "Webservice daemon, the core component of CLAM. May be invoked directly in development, often invoken indirectly via WSGI in production environments." ;
    sdo:name "clamservice" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    stype:executableName "clamservice" .

<https://tools.clariah.nl/stub/H5f1c284f84783b30> a stype:CommandLineApplication ;
    sdo:description "Developer tool to create a new CLAM project" ;
    sdo:name "clamnewproject" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    stype:executableName "clamnewproject" .

<https://tools.clariah.nl/stub/H5f4706a871c873aa> rdf:first "Ko van der Sloot" ;
    rdf:rest <https://tools.clariah.nl/stub/H-350b7fe7c98204c6> .

<https://tools.clariah.nl/stub/H5f4a62966d5b0239> a stype:CommandLineApplication ;
    sdo:name "Script to harvest the data repository Yoda for Ricgraph" ;
    stype:executableName "harvest_yoda_to_ricgraph.py" .

<https://tools.clariah.nl/stub/H5f600cea2ed02f78> rdf:first <https://tools.clariah.nl/person/sheean-spoel> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1884dc6af9b738d5> .

<https://tools.clariah.nl/stub/H5f798b5a6958d5b5> rdf:first <https://tools.clariah.nl/person/mdavarci> ;
    rdf:rest <https://tools.clariah.nl/stub/H639b7d7acf805a35> .

<https://tools.clariah.nl/stub/H5f8df6d237a6cb17> rdf:first <https://tools.clariah.nl/stub/H1035bdbf4a021b67> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H5fb516b2d83f8d49> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H-785394518cc0c447> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H5fc06f9e403a6f0c> rdf:first <https://tools.clariah.nl/stub/H614348acb1fda8b0> ;
    rdf:rest <https://tools.clariah.nl/stub/H4d377b1fe68a5a3e> .

<https://tools.clariah.nl/stub/H5fc7a497341d29f9> rdf:first <https://orcid.org/0000-0002-1046-0006> ;
    rdf:rest <https://tools.clariah.nl/stub/H-f81d0902dc676be> .

<https://tools.clariah.nl/stub/H5fcbfcb621345293> rdf:first "Jakub Zavrel" ;
    rdf:rest <https://tools.clariah.nl/stub/H-632e24f94aa8a076> .

<https://tools.clariah.nl/stub/H5fd1009d2d380056> a sdo:AudioObject ;
    sdo:description "M4A file" ;
    sdo:encodingFormat "audio/mpeg" ;
    sdo:identifier "MP4AudioFormat" ;
    sdo:name "*.m4a" .

<https://tools.clariah.nl/stub/H602e01cdefeca53b> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIAH-PLUS (NWO grant 184.034.023)" .

<https://tools.clariah.nl/stub/H6052e3f367f07ebd> a stype:CommandLineApplication ;
    sdo:name "Alpino" ;
    iodata:producesData <https://tools.clariah.nl/stub/H013bde5f0e8385f9> ;
    stype:executableName "Alpino" .

<https://tools.clariah.nl/stub/H60fd06913f5c0206> a sdo:TechArticle ;
    sdo:author <https://tools.clariah.nl/stub/H-5b94870658368d20> ;
    sdo:datePublished "2016"^^sdo:Date ;
    sdo:name "" ;
    sdo:url "https://tools.clariah.nl/" .

<https://tools.clariah.nl/stub/H6109928c46a25385> rdf:first <https://orcid.org/0000-0002-7748-4715> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H6127b2a244fb2a63> rdf:first <https://tools.clariah.nl/stub/H7276c6c2f75fff5d> ;
    rdf:rest <https://tools.clariah.nl/stub/H5fc06f9e403a6f0c> .

<https://tools.clariah.nl/stub/H614348acb1fda8b0> a sdo:Person ;
    sdo:name "INT" .

<https://tools.clariah.nl/stub/H61c2f76dbe8967a5> rdf:first <https://tools.clariah.nl/stub/H-66af1be5894a3b8b> ;
    rdf:rest <https://tools.clariah.nl/stub/H4ad4b7a7ef6f19d7> .

<https://tools.clariah.nl/stub/H61ea2a78f646499b> rdf:first <https://tools.clariah.nl/person/hayco-de-jong> ;
    rdf:rest <https://tools.clariah.nl/stub/H43daa31f7ab4fcc3> .

<https://tools.clariah.nl/stub/H61fc817070688e17> a sdo:SoftwareApplication ;
    sdo:identifier "mpmath" ;
    sdo:name "mpmath" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H6203ce94d1813707> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H-42ff5aebd12030e2> .

<https://tools.clariah.nl/stub/H621dd8c4e9ea958a> a sdo:SoftwareApplication ;
    sdo:identifier "docutils" ;
    sdo:name "docutils" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "0.17.1" .

<https://tools.clariah.nl/stub/H623b3c25472adec3> a sdo:SoftwareApplication ;
    sdo:identifier "smart-open" ;
    sdo:name "smart-open" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H629745daa74d48d3> a stype:CommandLineApplication ;
    sdo:name "Script to harvest the Research Information System Pure for Ricgraph" ;
    stype:executableName "harvest_pure_to_ricgraph.py" .

<https://tools.clariah.nl/stub/H62ca878bc7de8312> sdo:funder <https://tools.clariah.nl/stub/H7cf16d2122346b43> ;
    sdo:name "Development carried out as part of various projects at DANS" .

<https://tools.clariah.nl/stub/H62ecacebe446357a> a stype:CommandLineApplication ;
    sdo:name "codemeta-harvester" ;
    stype:executableName "codemeta-harvester" .

<https://tools.clariah.nl/stub/H62fda49083a5b9ac> rdf:first <https://tools.clariah.nl/person/jauco-noordzij> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2ae9a11167a558a5> .

<https://tools.clariah.nl/stub/H632ee9e1a639b5d5> rdf:first <https://tools.clariah.nl/person/ingeborg-van-vugt> ;
    rdf:rest <https://tools.clariah.nl/stub/H-27302e306b8f0b72> .

<https://tools.clariah.nl/stub/H636abd8b93cdfe4e> a stype:SoftwareLibrary ;
    sdo:description "Memory-based Tagging Library with API for C++" ;
    sdo:name "libmbt" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    stype:executableName "libmbt" .

<https://tools.clariah.nl/stub/H639b7d7acf805a35> rdf:first <https://tools.clariah.nl/person/meesch> ;
    rdf:rest <https://tools.clariah.nl/stub/H-7a3e5a35d784eac7> .

<https://tools.clariah.nl/stub/H63a473c08b7878f8> a sdo:Person ;
    sdo:email "38520885+mwigham@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "mwigham" .

<https://tools.clariah.nl/stub/H6428fee10b0ebdb2> rdf:first <https://tools.clariah.nl/stub/H43ac0907955c80e0> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H6441388421fe4f48> a sdo:DigitalDocument ;
    sdo:description "Text Input" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H64804012aab730b4> rdf:first <https://tools.clariah.nl/person/lb> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H64d57b451f8bbb76> rdf:first <https://orcid.org/0000-0002-1046-0006> ;
    rdf:rest <https://tools.clariah.nl/stub/H-36aa8b6f4f64b158> .

<https://tools.clariah.nl/stub/H650aa599f41d7aa4> rdf:first <https://tools.clariah.nl/stub/H-77d6ce29b5eab29d> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H6513b6c162fb6fbf> rdf:first <https://tools.clariah.nl/person/ruud-de-jong> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H6554c4977df4ac03> a sdo:Person ;
    sdo:email "rubenschalk1@gmail.com" ;
    sdo:familyName "Schalk" ;
    sdo:givenName "Ruben" .

<https://tools.clariah.nl/stub/H665ef445250883d0> rdf:first "Dirk Roorda" ;
    rdf:rest <https://tools.clariah.nl/stub/H742e624bdd1130a6> .

<https://tools.clariah.nl/stub/H6668f4ff91ed0260> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H73ab6a2c29d4f9e9> ;
    sdo:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    sdo:sameAs <http://www.wikidata.org/entity/Q850730> ;
    sdo:url "https://www.rug.nl/" .

<https://tools.clariah.nl/stub/H666d29dd55c4fa22> rdf:first <https://tools.clariah.nl/person/nicoo> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H674516ed34117362> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/json" .

<https://tools.clariah.nl/stub/H67a4a1a0d0c4b270> a sdo:DigitalDocument ;
    sdo:description "Plain text output from FoLiA input" ;
    sdo:encodingFormat "text/rst" ;
    sdo:identifier "ReStructuredTextFormat" ;
    sdo:name "*.rst" .

<https://tools.clariah.nl/stub/H67aed8c84e3ee9cc> a sdo:SoftwareApplication ;
    sdo:identifier "mutationobserver-shim" ;
    sdo:name "mutationobserver-shim" ;
    sdo:version "^0.3.7" .

<https://tools.clariah.nl/stub/H67e6fa226f2a4fb8> rdf:first <https://tools.clariah.nl/person/lukavdplas> ;
    rdf:rest <https://tools.clariah.nl/stub/H5f798b5a6958d5b5> .

<https://tools.clariah.nl/stub/H6815a89728fb925c> rdf:first <https://tools.clariah.nl/stub/H-52d4f5b695309a18> ;
    rdf:rest <https://tools.clariah.nl/stub/H0642c203232a214c> .

<https://tools.clariah.nl/stub/H6856dd1dd689760b> rdf:first <http://orcid.org/0009-0006-9941-9582> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5a0a252e5b458cc9> .

<https://tools.clariah.nl/stub/H686ef0c79106d02c> rdf:first <https://tools.clariah.nl/stub/H-7f4466f5df963300> ;
    rdf:rest <https://tools.clariah.nl/stub/H-52f6288fc281c3f2> .

<https://tools.clariah.nl/stub/H6874335a137a469b> rdf:first <https://tools.clariah.nl/stub/H74e0b1091903bd05> ;
    rdf:rest <https://tools.clariah.nl/stub/H462cbccf8d36e78e> .

<https://tools.clariah.nl/stub/H68b36af9d3e59eb9> a sdo:DigitalDocument ;
    sdo:description "Plain text input for conversion to FoLiA" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H68bc357e5479920c> rdf:first <https://tools.clariah.nl/person/auke-rijpma> ;
    rdf:rest <https://tools.clariah.nl/stub/H-515203e1224b5ddb> .

<https://tools.clariah.nl/stub/H691fc8cd01403270> a sdo:Organization ;
    sdo:name "KNAW/Humanities Cluster" .

<https://tools.clariah.nl/stub/H693426f115b1cce2> a stype:SoftwareLibrary ;
    sdo:name "lingua-cli" .

<https://tools.clariah.nl/stub/H6934fb0a4452e2cc> a sdo:SoftwareApplication ;
    sdo:identifier "kaldi_nl" ;
    sdo:name "Kaldi_NL" .

<https://tools.clariah.nl/stub/H69d386491198865b> a sdo:CreativeWork ;
    sdo:encodingFormat "application/json" ;
    sdo:url "https://portal.clarin.ivdnt.org/galahad/api/v3/api-docs" .

<https://tools.clariah.nl/stub/H69dd831c9779c317> a stype:CommandLineApplication ;
    sdo:description "Compares the frequency of patterns between two or more corpus files (plain text) by computing log likelihood, following the methodology of Rayson and Garside (2000), Comparing corpora using frequency profiling. In proceedings of the workshop on Comparing Corpora, held in conjunction with the 38th annual meeting of the Association for Computational Linguistics (ACL 2000). 1-8 October 2000, Hong Kong, pp. 1 - 6: http://www.comp.lancs.ac.uk/~paul/publications/rg_acl2000.pdf. This is a high-level convenience script over underlying tools." ;
    sdo:name "colibri-loglikelihood" ;
    stype:executableName "colibri-loglikelihood" .

<https://tools.clariah.nl/stub/H6a7d2afae5a55798> a sdo:PublicationIssue ;
    sdo:datePublished "2014"^^sdo:Date ;
    sdo:issue "4" ;
    sdo:location "Nijmegen, the Netherlands" ;
    sdo:name "Computational Linguistics in the Netherlands Journal" .

<https://tools.clariah.nl/stub/H6aa80c3e570736bd> a sdo:DigitalDocument ;
    sdo:description "Alpino XML for conversion to FoLiA" ;
    sdo:encodingFormat "text/alpino+xml" ;
    sdo:identifier "AlpinoXMLFormat" ;
    sdo:name "*.xml" .

<https://tools.clariah.nl/stub/H6ac188d2caf493e4> rdf:first <https://tools.clariah.nl/person/ronald> ;
    rdf:rest <https://tools.clariah.nl/stub/H2cb45413989cdd93> .

<https://tools.clariah.nl/stub/H6ac8ad26b3402b9d> a stype:CommandLineApplication ;
    sdo:description "Computes a summary report on the count of ngrams (and optionally skipgrams) in the corpus. This is a high-level convenience script over underlying tools." ;
    sdo:name "colibri-ngramstats" ;
    stype:executableName "colibri-ngramstats" .

<https://tools.clariah.nl/stub/H6bfae9fa6f018e8e> a stype:WebApplication ;
    sdo:name "g2pservice" .

<https://tools.clariah.nl/stub/H6c029e38302d4c95> rdf:first <https://tools.clariah.nl/person/balazs-scheidler> ;
    rdf:rest <https://tools.clariah.nl/stub/H41fca2a72a532274> .

<https://tools.clariah.nl/stub/H6c298a0127ee9dc1> a stype:SoftwareLibrary ;
    sdo:description "Memory-based Learning Library with API for C++" ;
    sdo:name "libtimbl" ;
    sdo:runtimePlatform "BSD",
        "Linux",
        "macOS" ;
    stype:executableName "libtimbl" .

<https://tools.clariah.nl/stub/H6c2ad2014ee4300d> rdf:first <https://tools.clariah.nl/person/laszlo-csontos> ;
    rdf:rest <https://tools.clariah.nl/stub/H39dd387a8ede86bf> .

<https://tools.clariah.nl/stub/H6cea5bc6b9144e8b> rdf:first <https://tools.clariah.nl/person/jauco-noordzij> ;
    rdf:rest <https://tools.clariah.nl/stub/H7a0e9a05e0cf8641> .

<https://tools.clariah.nl/stub/H6cfbc7e4410f11b9> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-4ad999ac12525fe1> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H6d4bb3115be286d5> rdf:first <https://tools.clariah.nl/stub/H-5c2eb5f1a4cb56b0> ;
    rdf:rest <https://tools.clariah.nl/stub/H-3be6336057c02dd> .

<https://tools.clariah.nl/stub/H6d6cd79178df129f> rdf:first <https://tools.clariah.nl/stub/H57cf780f3a5f0403> ;
    rdf:rest <https://tools.clariah.nl/stub/H64d86e288d6bd309> .

<https://tools.clariah.nl/stub/H6d8d9aabb8cac6a6> rdf:first <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H6d9ffb2f620cf018> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML input for validation" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H6daac1dba888c4c0> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest <https://tools.clariah.nl/stub/H6cea5bc6b9144e8b> .

<https://tools.clariah.nl/stub/H6db321d72b4040f7> a stype:SoftwareLibrary ;
    sdo:name "Jupyter" ;
    sdo:version ">= 3.0" .

<https://tools.clariah.nl/stub/H6de6078a73800d3c> rdf:first <https://tools.clariah.nl/person/hayco-de-jong> ;
    rdf:rest <https://tools.clariah.nl/stub/H-777045ee8e5a7b63> .

<https://tools.clariah.nl/stub/H6e3754790d7d2cef> rdf:first "Gosse Bouma" ;
    rdf:rest <https://tools.clariah.nl/stub/H-60353ba7d2623b69> .

<https://tools.clariah.nl/stub/H6ecbb37edc3a560a> a stype:CommandLineApplication ;
    sdo:description "Named Entity Recogniser (standalone)" ;
    sdo:name "ner" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-33332f7155eb8d8a> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-33332f7155eb8d8a> ;
    stype:executableName "ner" .

<https://tools.clariah.nl/stub/H6ef9ae824a110503> rdf:first <https://tools.clariah.nl/person/berit> ;
    rdf:rest <https://tools.clariah.nl/stub/H-5a10ade1f81c183c> .

<https://tools.clariah.nl/stub/H6f2085fe774c7b27> rdf:first <https://tools.clariah.nl/person/martijn-van-der-klis> ;
    rdf:rest <https://tools.clariah.nl/stub/H-58524ab5ba25ffc3> .

<https://tools.clariah.nl/stub/H6fee5fd1b9543602> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:10:57"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for unnamed software (unknown version)" ;
    sdo:reviewBody """Validation of unnamed software (unknown version) failed (score 0/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a name. (This is missing in the metadata)
2. Violation: Software source code *MUST* have one (short) description. (This is missing in the metadata)
3. Violation: The authors of the software source code *MUST* be expressed. (This is missing in the metadata)
4. Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)
5. Violation: Software source code *MUST* have a code repository URL. (This is missing in the metadata)
6. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
7. Violation: Software source code *MUST* state its license (This is missing in the metadata)
8. Violation: Software source code *MUST* state its version (This is missing in the metadata)
9. 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)
10. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
11. Violation: Development status *MUST* be expressed (unambiguously) (This is missing in the metadata)
12. Warning: The producer of the software source code *SHOULD* be expressed (This is missing in the metadata)
13. Warning: All contributors *SHOULD* be expressed (This is missing in the metadata)
14. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
15. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
16. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
17. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
18. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
19. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
20. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 0 .

<https://tools.clariah.nl/stub/H7042e5eccb8c6f0c> rdf:first <https://tools.clariah.nl/stub/H-f3433bc357dd5d8> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H7099d88669ebbee3> a sdo:Grant ;
    sdo:funder <https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> ;
    sdo:name "CLARIN-NL (NWO grant 184.021.003), Call IV: SHEBANQ" .

<https://tools.clariah.nl/stub/H710aca4f632a6d64> a sdo:SoftwareApplication ;
    sdo:identifier "org.yaml.snakeyaml" ;
    sdo:name "snakeyaml" ;
    sdo:version "2.2" .

<https://tools.clariah.nl/stub/H711d78569037f9d8> rdf:first <https://tools.clariah.nl/stub/H-63d469402ca16bb0> ;
    rdf:rest <https://tools.clariah.nl/stub/H-31868ef3393898d> .

<https://tools.clariah.nl/stub/H71bd9acaf87e1c89> rdf:first <https://tools.clariah.nl/person/shebanq> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H72051dae5c01dbf5> a sdo:ComputerLanguage ;
    sdo:identifier "ansible" ;
    sdo:name "ansible" .

<https://tools.clariah.nl/stub/H720bab2c0930bc5c> a sdo:SoftwareApplication ;
    sdo:identifier "requests" ;
    sdo:name "requests" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "2.20.0" .

<https://tools.clariah.nl/stub/H7235dddc1a417bf0> a sdo:Organization ;
    sdo:name "PDI-SSH" ;
    sdo:url "https://pdi-ssh.nl/" .

<https://tools.clariah.nl/stub/H72578177d67cfea2> rdf:first "Lodewijk Petram" ;
    rdf:rest <https://tools.clariah.nl/stub/H-5ef6fc61d027029d> .

<https://tools.clariah.nl/stub/H7276c6c2f75fff5d> a sdo:Person ;
    sdo:name "Centre for Computational Linguistics, KU Leuven" .

<https://tools.clariah.nl/stub/H728a8740c1061507> rdf:first <https://tools.clariah.nl/stub/H-33ab70e90cce52b> ;
    rdf:rest <https://tools.clariah.nl/stub/H-2051eaa625ec6736> .

<https://tools.clariah.nl/stub/H728d3d462def90f5> rdf:first <https://tools.clariah.nl/person/martenpostma> ;
    rdf:rest <https://tools.clariah.nl/stub/H-7f43171e18c12b54> .

<https://tools.clariah.nl/stub/H729acadfc397455e> a sdo:SoftwareApplication ;
    sdo:identifier "torch" ;
    sdo:name "torch" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/stub/H72b8f2ebea78f41b> rdf:first "Corien Bary" ;
    rdf:rest <https://tools.clariah.nl/stub/H-7ea59f048f5c07e5> .

<https://tools.clariah.nl/stub/H7364a83e6bcbf7a8> a sdo:SoftwareApplication ;
    sdo:identifier "six" ;
    sdo:name "six" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "1.12.0" .

<https://tools.clariah.nl/stub/H73a5c2d6d4146ead> rdf:first "Constantijn Sikkel" ;
    rdf:rest <https://tools.clariah.nl/stub/H-644371cef317eee0> .

<https://tools.clariah.nl/stub/H73ab6a2c29d4f9e9> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H741823c30b35ec3d> a sdo:Person ;
    sdo:email "pasquale.lisena@eurecom.fr" ;
    sdo:familyName "Lisena" ;
    sdo:givenName "Pasquale" .

<https://tools.clariah.nl/stub/H741de3da76da13ba> rdf:first "Bertjan Busser" ;
    rdf:rest <https://tools.clariah.nl/stub/H356e33eb77657021> .

<https://tools.clariah.nl/stub/H742e624bdd1130a6> rdf:first "Gino Kalkman" ;
    rdf:rest <https://tools.clariah.nl/stub/H7a81220fbd4ef532> .

<https://tools.clariah.nl/stub/H745a80070b4dbe4a> rdf:first <https://tools.clariah.nl/stub/H4d7a230786f805ef> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H74b8290fdb895c36> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "https://github.com/newsreader/NAF" .

<https://tools.clariah.nl/stub/H74c3f5f185e86c8f> rdf:first <https://tools.clariah.nl/stub/H23eb7912e1813953> ;
    rdf:rest <https://tools.clariah.nl/stub/H64d86e288d6bd309> .

<https://tools.clariah.nl/stub/H74d2db813f468d9c> rdf:first <https://tools.clariah.nl/person/jelte-van-boheemen> ;
    rdf:rest <https://tools.clariah.nl/stub/H-529a046f0f70807a> .

<https://tools.clariah.nl/stub/H754a1e0c55a83836> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-47381a78dca4150c> ;
    sdo:email "mailto:p.c.j.kleiweg@rug.nl" ;
    sdo:familyName "Kleiweg" ;
    sdo:givenName "Peter" ;
    sdo:sameAs <https://orcid.org/0000-0001-8364-3201> .

<https://tools.clariah.nl/stub/H755255bcd4a165f4> a sdo:Person ;
    sdo:email "rinke.hoekstra@vu.nl" ;
    sdo:familyName "Hoekstra" ;
    sdo:givenName "Rinke" .

<https://tools.clariah.nl/stub/H75827987c4834960> a sdo:Person ;
    sdo:email "jesse.dedoes@ivdnt.org" ;
    sdo:familyName "de Does" ;
    sdo:givenName "Jesse" .

<https://tools.clariah.nl/stub/H76009b4d8cafbd03> a sdo:Organization ;
    sdo:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    sdo:parentOrganization <https://tools.clariah.nl/stub/H210774f7eff76581> ;
    sdo:url "https://www.rug.nl/research/clcg/research/cl/" .

<https://tools.clariah.nl/stub/H761f682d332a3c6a> rdf:first <https://tools.clariah.nl/stub/H-7d3be977eb9d2368> ;
    rdf:rest <https://tools.clariah.nl/stub/H5ddbde223b920812> .

<https://tools.clariah.nl/stub/H761fdeb9be592c2f> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML output from TEI input" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H76b176684d220729> a sdo:TextDigitalDocument ;
    sdo:description "FoLiA XML input for upgrade to a newer FoLiA" ;
    sdo:encodingFormat "text/xml" ;
    sdo:identifier "FoLiAXMLFormat" ;
    sdo:name "*.folia.xml" .

<https://tools.clariah.nl/stub/H76c7daab90c798ea> rdf:first <https://tools.clariah.nl/person/baslee> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6aeb35a385a166c2> .

<https://tools.clariah.nl/stub/H76d5fecf1c1cf0ce> a sdo:Person ;
    sdo:familyName "Joshi" ;
    sdo:givenName "Pratham" .

<https://tools.clariah.nl/stub/H76f24ccc91080e6e> a sdo:SoftwareApplication ;
    sdo:identifier "mbt" ;
    sdo:name "mbt" .

<https://tools.clariah.nl/stub/H7707f0ce39da5a53> a sdo:WebAPI ;
    sdo:name "udpipe-service" .

<https://tools.clariah.nl/stub/H777bdea429c3335c> a stype:ServerApplication ;
    sdo:name "GaLAHaD proxy" .

<https://tools.clariah.nl/stub/H779abd218c3f8975> rdf:first "Cale Johnson" ;
    rdf:rest <https://tools.clariah.nl/stub/H-67d31bf89a85101e> .

<https://tools.clariah.nl/stub/H77c596bfba45ac23> a sdo:DataDownload ;
    sdo:contentUrl "https://kg.odissei.nl/odissei/odissei-kg/download.ttl.gz" ;
    sdo:dateModified "2025-10-24"^^sdo:Date ;
    sdo:datePublished "2024-11-05"^^sdo:Date ;
    sdo:description "Turtle download" ;
    sdo:encodingFormat "text/turtle" .

<https://tools.clariah.nl/stub/H77c5efb108ebac9e> rdf:first <https://tools.clariah.nl/stub/H-4a21755576ca3845> ;
    rdf:rest <https://tools.clariah.nl/stub/H-40d09a4a5981e8b9> .

<https://tools.clariah.nl/stub/H77f0848029ac2229> a stype:CommandLineApplication ;
    sdo:description "Decodes a binary encoded corpus and a class file to a plain text corpus" ;
    sdo:name "colibri-classdecode" ;
    stype:executableName "colibri-classdecode" .

<https://tools.clariah.nl/stub/H7879c660a2548e7d> rdf:first <https://tools.clariah.nl/person/eko-indarto> ;
    rdf:rest <https://tools.clariah.nl/stub/H-1a8149bc16c43f46> .

<https://tools.clariah.nl/stub/H78828344f1a98305> a sdo:SoftwareApplication ;
    sdo:identifier "frog" ;
    sdo:name "frog" ;
    sdo:version ">= 0.31" .

<https://tools.clariah.nl/stub/H78ec163526f50542> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H79295b834eca551f> rdf:first <https://orcid.org/0009-0002-8007-5119> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H79caa5d1caf2bc35> a sdo:SoftwareApplication ;
    sdo:identifier "node-sass" ;
    sdo:name "node-sass" ;
    sdo:version "^9.0.0" .

<https://tools.clariah.nl/stub/H7a0d979237575783> a stype:CommandLineApplication ;
    sdo:name "Script to harvest the Research Software Directory for Ricgraph" ;
    stype:executableName "harvest_rsd_to_ricgraph.py" .

<https://tools.clariah.nl/stub/H7a0e9a05e0cf8641> rdf:first <https://tools.clariah.nl/person/gijs> ;
    rdf:rest <https://tools.clariah.nl/stub/H6de6078a73800d3c> .

<https://tools.clariah.nl/stub/H7a81220fbd4ef532> rdf:first "Martijn Naaijer" ;
    rdf:rest <https://tools.clariah.nl/stub/H0097b5a40bb45015> .

<https://tools.clariah.nl/stub/H7a89a4cdc425c0d8> a stype:CommandLineApplication ;
    sdo:name "ChoiceLLM Template" ;
    stype:executableName "choicellm-template" .

<https://tools.clariah.nl/stub/H7a8a585b11a61983> rdf:first <https://tools.clariah.nl/stub/H-3a3049aa20e42878> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H7aaea7059aaa5cfd> a sdo:WebApplication ;
    sdo:name "Electronisch woordenboek van de Limburgse dialecten" .

<https://tools.clariah.nl/stub/H7b0db2ebda5fdc66> rdf:first <https://tools.clariah.nl/person/cedric-van-bommel> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6be0c2ac3ff0e4b2> .

<https://tools.clariah.nl/stub/H7ba6242a40d32d8f> rdf:first <https://tools.clariah.nl/person/proycon-anaproy-nl> ;
    rdf:rest <https://tools.clariah.nl/stub/H-31a41b6378f414fd> .

<https://tools.clariah.nl/stub/H7bd26bd9f2c3f01c> rdf:first <https://tools.clariah.nl/person/roderick-van-der-weerdt> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H7c10380e189fff05> a stype:SoftwareImage ;
    sdo:name "GaLAHaD server Docker image" .

<https://tools.clariah.nl/stub/H7cead5caf5ed7e5b> a sdo:Place ;
    sdo:address <https://tools.clariah.nl/stub/H30c2b5843dd4675b> ;
    sdo:name "Groningen" ;
    sdo:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

<https://tools.clariah.nl/stub/H7d7f800254cf23d3> rdf:first <https://tools.clariah.nl/person/leif-jo-ran-olsson> ;
    rdf:rest <https://tools.clariah.nl/stub/H030b5ce2f32cf72e> .

<https://tools.clariah.nl/stub/H7e01fa86879a88ab> rdf:first <https://tools.clariah.nl/person/harshpundhir> ;
    rdf:rest <https://tools.clariah.nl/stub/H-3cc2a02d53014a4d> .

<https://tools.clariah.nl/stub/H7ebe8143d0be8ad9> rdf:first <https://tools.clariah.nl/stub/H-11f80210ed3b6405> ;
    rdf:rest <https://tools.clariah.nl/stub/H5b68fbdb09ccd3e8> .

<https://tools.clariah.nl/stub/H7ed928598eb753d3> a sdo:Organization ;
    sdo:name "Nederlab" ;
    sdo:url "http://www.nederlab.nl" .

<https://tools.clariah.nl/stub/H7ef5a57fd5239f6a> rdf:first <https://tools.clariah.nl/person/albertas-jn> ;
    rdf:rest <https://tools.clariah.nl/stub/H2201333ecbe4aba5> .

<https://tools.clariah.nl/stub/H7f5c0fc40038bc52> rdf:first <https://tools.clariah.nl/person/xander-wilcke> ;
    rdf:rest <https://tools.clariah.nl/stub/H-6871eb735b181d8e> .

<https://tools.clariah.nl/stub/H7fc84d5c4012f5c6> rdf:first <https://tools.clariah.nl/stub/H49aa8c554816d59a> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H7fd2ccbc244013cc> rdf:first <https://orcid.org/0000-0003-2493-656X> ;
    rdf:rest <https://tools.clariah.nl/stub/H1ff081db7d225dc4> .

<https://tools.clariah.nl/textannoviz/0.17.6> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-2ac99d1abacdc2a0> ;
    sdo:codeRepository "https://github.com/knaw-huc/textannoviz" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-769d9d7282b9648d> ;
    sdo:dateCreated "2022-03-08T14:16:35Z+0100"^^sdo:Date ;
    sdo:dateModified "2025-11-19T11:24:12Z+0100"^^sdo:Date ;
    sdo:description "" ;
    sdo:downloadUrl "https://github.com/knaw-huc/textannoviz/archive/refs/tags/0.17.6.zip" ;
    sdo:identifier "textannoviz" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-or-later> ;
    sdo:maintainer <https://tools.clariah.nl/person/sebastiaan-van-daalen> ;
    sdo:name "textannoviz" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:programmingLanguage "Typescript" ;
    sdo:releaseNotes "https://github.com/knaw-huc/textannoviz/releases/tag/0.17.6" ;
    sdo:review <https://tools.clariah.nl/validation/N0393210fc33d493514a5e65515ac6212> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/autoprefixer-ge-10-4-17>,
        <https://tools.clariah.nl/dependency/blueprintjs-core-ge-3-53-0>,
        <https://tools.clariah.nl/dependency/blueprintjs-icons-ge-3-32-0>,
        <https://tools.clariah.nl/dependency/esbuild-ge-0-26-0>,
        <https://tools.clariah.nl/dependency/eslint-config-prettier-ge-9-1-0>,
        <https://tools.clariah.nl/dependency/eslint-ge-8-57-0>,
        <https://tools.clariah.nl/dependency/eslint-plugin-jsx-a11y-ge-6-10-2>,
        <https://tools.clariah.nl/dependency/eslint-plugin-react-ge-7-33-2>,
        <https://tools.clariah.nl/dependency/eslint-plugin-react-hooks-ge-4-6-0>,
        <https://tools.clariah.nl/dependency/framer-motion-ge-11-0-8>,
        <https://tools.clariah.nl/dependency/heroicons-react-ge-2-1-1>,
        <https://tools.clariah.nl/dependency/husky-ge-8-0-3>,
        <https://tools.clariah.nl/dependency/immer-ge-9-0-21>,
        <https://tools.clariah.nl/dependency/js-base64-ge-3-7-7>,
        <https://tools.clariah.nl/dependency/lint-staged-ge-15-2-2>,
        <https://tools.clariah.nl/dependency/lodash-ge-4-17-21>,
        <https://tools.clariah.nl/dependency/mirador-knaw-huc-mui5-ge-3-3-1>,
        <https://tools.clariah.nl/dependency/postcss-ge-8-4-35>,
        <https://tools.clariah.nl/dependency/prettier-ge-3-0-0>,
        <https://tools.clariah.nl/dependency/prettier-plugin-tailwindcss-ge-0-5-11>,
        <https://tools.clariah.nl/dependency/primereact-ge-10-5-1>,
        <https://tools.clariah.nl/dependency/qs-ge-6-14-0>,
        <https://tools.clariah.nl/dependency/react-aria-components-ge-1-2-1>,
        <https://tools.clariah.nl/dependency/react-dom-ge-18-2-0>,
        <https://tools.clariah.nl/dependency/react-ge-18-2-0>,
        <https://tools.clariah.nl/dependency/react-router-dom-ge-6-11-1>,
        <https://tools.clariah.nl/dependency/react-toastify-ge-10-0-4>,
        <https://tools.clariah.nl/dependency/reactions-knaw-huc-ge-0-1-6>,
        <https://tools.clariah.nl/dependency/recharts-ge-2-12-1>,
        <https://tools.clariah.nl/dependency/spectrum-icons-workflow-ge-4-2-11>,
        <https://tools.clariah.nl/dependency/tailwindcss-ge-3-4-17>,
        <https://tools.clariah.nl/dependency/tailwindcss-react-aria-components-ge-1-1-3>,
        <https://tools.clariah.nl/dependency/tailwindcss-typography-ge-0-5-10>,
        <https://tools.clariah.nl/dependency/types-lodash-ge-4-14-202>,
        <https://tools.clariah.nl/dependency/types-node-ge-20-11-23>,
        <https://tools.clariah.nl/dependency/types-qs-ge-6-9-18>,
        <https://tools.clariah.nl/dependency/types-react-dom-ge-18-2-19>,
        <https://tools.clariah.nl/dependency/typescript-eslint-eslint-plugin-ge-7-8-0>,
        <https://tools.clariah.nl/dependency/typescript-eslint-parser-ge-7-8-0>,
        <https://tools.clariah.nl/dependency/typescript-ge-5-3-3>,
        <https://tools.clariah.nl/dependency/vite-ge-4-5-2>,
        <https://tools.clariah.nl/dependency/vite-plugin-checker-ge-0-6-4>,
        <https://tools.clariah.nl/dependency/vite-plugin-html-ge-3-2-2>,
        <https://tools.clariah.nl/dependency/vite-plugin-html-injection-ge-1-4-2>,
        <https://tools.clariah.nl/dependency/vitejs-plugin-react-ge-4-2-1>,
        <https://tools.clariah.nl/dependency/vitest-ge-3-0-6>,
        <https://tools.clariah.nl/dependency/zustand-ge-4-5-1> ;
    sdo:version "0.17.6" ;
    owl:sameAs <https://tools.clariah.nl/textannoviz.contributors/snapshot>,
        <https://tools.clariah.nl/textannoviz.topcontributor/snapshot>,
        <https://tools.clariah.nl/textannoviz/0.17.6>,
        <https://tools.clariah.nl/textannoviz/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/webapplication/textannoviz> ;
    codemeta:issueTracker <https://github.com/knaw-huc/textannoviz/issues> ;
    codemeta:readme <https://github.com/knaw-huc/textannoviz/blob/0.17.6//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:20:00 UTC 2026)

[harvester info] --> Processing textannoviz (https://github.com/knaw-huc/textannoviz) [Sun Apr  5 03:20:00 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/textannoviz...

[harvester info] Found release 0.17.6

[harvester info] Using '0.17.6'

[harvester info] Git reference: 0.17.6

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/textannoviz for harvestable resources...

[harvester info] found package.json (NodeJS) for textannoviz, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Sebastiaan van Daalen <sebastiaan.van.daalen@di.huc.knaw.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: 2022-03-08T14:16:35Z+0100, date modified: 2025-11-19T11:24:12Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/textannoviz)

[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] Mapping repostatus https://www.repostatus.org/#wip to trl:Stage3Experimental

[harvester info] Looking for repostatus information in README.md...

[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 (0.17.6) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "textannoviz" --codeRepository "https://github.com/knaw-huc/textannoviz" --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/textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/22-npm.textannoviz.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-trl.textannoviz.codemeta.json 

-- begin log --

Passed 11 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.textannoviz.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.textannoviz.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.textannoviz.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.textannoviz.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.textannoviz.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.textannoviz.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.textannoviz.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.textannoviz.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.textannoviz.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/22-npm.textannoviz.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-trl.textannoviz.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/textannoviz

Processing source #1 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.textannoviz.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 1 new triples, total is now 2

Processing source #2 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.textannoviz.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 1 new triples, total is now 3

Processing source #3 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.textannoviz.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textannoviz.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 8 new triples, total is now 10

Processing source #4 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.textannoviz.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 2 new triples, total is now 12

Processing source #5 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.textannoviz.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 1 new triples, total is now 13

Processing source #6 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.textannoviz.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textannoviz/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 12 new triples, total is now 24

Processing source #7 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.textannoviz.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] overriding old http://schema.org/dateCreated (2022-03-08T13:16:34Z -> 2022-03-08T14:16:35Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] overriding old http://schema.org/dateModified (2026-04-03T09:09:08Z -> 2025-11-19T11:24:12Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 2 new triples, total is now 24

Processing source #8 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.textannoviz.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textannoviz.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 50 new triples, total is now 69

Processing source #9 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.textannoviz.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/textannoviz)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 1 new triples, total is now 69

Processing source #10 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/22-npm.textannoviz.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textannoviz/0.17.6

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H1f965770bd8f5360 -> https://tools.clariah.nl/stub/H-56768ed62f0d71e0)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> http://spdx.org/licenses/GPL-3.0-or-later)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 252 new triples, total is now 313

Processing source #11 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-trl.textannoviz.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textannoviz

[CODEMETA COMPOSITION (https://tools.clariah.nl/textannoviz)] processed 1 new triples, total is now 314

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/textannoviz -> https://tools.clariah.nl/textannoviz/0.17.6

[CODEMETA VALIDATION (textannoviz)] done

[CODEMETA ENRICHMENT (textannoviz)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/textannoviz/0.17.6 #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)

VALIDATION https://tools.clariah.nl/textannoviz/0.17.6 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textannoviz/0.17.6 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textannoviz/0.17.6 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textannoviz/0.17.6 #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)

VALIDATION https://tools.clariah.nl/textannoviz/0.17.6 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/textannoviz.codemeta.json

[harvester info] <-- Finished processing textannoviz (https://github.com/knaw-huc/textannoviz) [Sun Apr  5 03:20:14 UTC 2026]
""" .

<https://tools.clariah.nl/textrepo-client/0.6.0> a sdo:SoftwareSourceCode ;
    sdo:applicationSuite "TextRepo" ;
    sdo:audience <https://tools.clariah.nl/audience/developers> ;
    sdo:author <https://tools.clariah.nl/stub/H035fee3adf9e722f> ;
    sdo:codeRepository "https://github.com/knaw-huc/textrepo-client-python" ;
    sdo:contributor <https://tools.clariah.nl/stub/H2423d29ce761bb9f> ;
    sdo:dateCreated "2021-03-08T14:57:58Z+0100"^^sdo:Date ;
    sdo:dateModified "2025-03-05T11:56:18Z+0100"^^sdo:Date ;
    sdo:description "A Python client to access a textrepo server" ;
    sdo:downloadUrl "https://github.com/knaw-huc/textrepo-client-python/archive/refs/tags/v0.6.0.zip" ;
    sdo:identifier "textrepo-client" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/bram-buitendijk> ;
    sdo:name "textrepo-client" ;
    sdo:operatingSystem "OS Independent" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/knaw-huc/textrepo-client-python/releases/tag/v0.6.0" ;
    sdo:review <https://tools.clariah.nl/validation/N10634de147da700dff381b49ba806b9a> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareHelp <https://textrepo-client-python.readthedocs.io/en/latest/>,
        <https://textrepo-client-python.readthedocs.io/en/latest/?badge=latest> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/dataclasses-json-ge-0-6-7>,
        <https://tools.clariah.nl/dependency/marshmallow-ge-3-15-0>,
        <https://tools.clariah.nl/dependency/python-dateutil-ge-2-8-1>,
        <https://tools.clariah.nl/dependency/python-ge-3-7>,
        <https://tools.clariah.nl/dependency/requests-ge-2-27-1> ;
    sdo:version "0.6.0" ;
    owl:sameAs <https://tools.clariah.nl/textrepo-client-python/snapshot>,
        <https://tools.clariah.nl/textrepo-client.contributors/snapshot>,
        <https://tools.clariah.nl/textrepo-client.topcontributor/snapshot>,
        <https://tools.clariah.nl/textrepo-client/0.6.0> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/version/0.6.0> ;
    codemeta:issueTracker <https://github.com/knaw-huc/textrepo-client-python/issues> ;
    codemeta:readme <https://github.com/knaw-huc/textrepo-client-python/blob/v0.6.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:20:29 UTC 2026)

[harvester info] --> Processing textrepo-client (https://github.com/knaw-huc/textrepo-client-python) [Sun Apr  5 03:20:29 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/textrepo-client-python...

[harvester info] Found release v0.6.0

[harvester info] Using 'v0.6.0'

[harvester info] Git reference: v0.6.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/textrepo-client for harvestable resources...

[harvester info] found python setup for textrepo-client, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license MIT

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Bram Buitendijk <bram.buitendijk@di.huc.knaw.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: 2021-03-08T14:57:58Z+0100, date modified: 2025-03-05T11:56:18Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/textrepo-client-python)

[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] Scraping title from https://textrepo-client-python.readthedocs.io/en/latest/

[harvester info] Found documentation at https://textrepo-client-python.readthedocs.io/en/latest/ : "name": "textrepo-client — textrepo-client-python latest documentation",

[harvester info] Scraping title from https://textrepo-client-python.readthedocs.io/en/latest/?badge=latest

[harvester info] Found documentation at https://textrepo-client-python.readthedocs.io/en/latest/?badge=latest : "name": "textrepo-client — textrepo-client-python latest documentation",

[harvester info] Falling back to git tag (v0.6.0) 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 TextRepo

[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 "textrepo-client" --codeRepository "https://github.com/knaw-huc/textrepo-client-python" --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/textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/50-documentation.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.textrepo-client.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.textrepo-client.codemeta.json 

-- begin log --

Passed 14 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/50-documentation.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.textrepo-client.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.textrepo-client.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/textrepo-client

Processing source #1 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.textrepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] processed 1 new triples, total is now 2

Processing source #2 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.textrepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] processed 1 new triples, total is now 3

Processing source #3 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.textrepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textrepo-client.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] processed 8 new triples, total is now 10

Processing source #4 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/50-documentation.textrepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] processed 8 new triples, total is now 18

Processing source #5 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.textrepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] processed 2 new triples, total is now 20

Processing source #6 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.textrepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] processed 1 new triples, total is now 21

Processing source #7 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.textrepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textrepo-client-python/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] processed 13 new triples, total is now 33

Processing source #8 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.textrepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] overriding old http://schema.org/dateCreated (2021-03-08T14:22:17Z -> 2021-03-08T14:57:58Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] overriding old http://schema.org/dateModified (2025-03-05T10:56:51Z -> 2025-03-05T11:56:18Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] processed 2 new triples, total is now 33

Processing source #9 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.textrepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textrepo-client.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] processed 14 new triples, total is now 42

Processing source #10 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.textrepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] overriding old http://schema.org/license (http://spdx.org/licenses/MIT -> MIT)

[CODEMETA CORRECTION (https://tools.clariah.nl/textrepo-client)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/textrepo-client)] processed 1 new triples, total is now 42

Processing source #11 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.textrepo-client.codemeta.json

    Found main resource with URI https://tools.clariah.nl/textrepo-client/0.6.0

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (textrepo-client)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H66c9e30ce4c8a742 -> https://tools.clariah.nl/stub/H-ebd86e7533369a6)

[CODEMETA COMPOSITION (textrepo-client)] overriding old http://schema.org/description (Python client for TextRepo -> A Python client to access a textrepo server)

[CODEMETA COMPOSITION (textrepo-client)] overriding old http://schema.org/name (textrepo-client-python -> textrepo-client)

[CODEMETA COMPOSITION (textrepo-client)] overriding old http://schema.org/version (v0.6.0 -> 0.6.0)

[CODEMETA COMPOSITION (textrepo-client)] processed 62 new triples, total is now 91

Processing source #12 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.textrepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (textrepo-client)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (textrepo-client)] processed 1 new triples, total is now 91

Processing source #13 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.textrepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (textrepo-client)] processed 1 new triples, total is now 91

Processing source #14 of 14

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.textrepo-client.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/textrepo-client

[CODEMETA COMPOSITION (textrepo-client)] processed 1 new triples, total is now 92

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/textrepo-client -> https://tools.clariah.nl/textrepo-client/0.6.0

[CODEMETA VALIDATION (textrepo-client)] done

[CODEMETA ENRICHMENT (textrepo-client)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (textrepo-client)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/textrepo-client/0.6.0 #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)

VALIDATION https://tools.clariah.nl/textrepo-client/0.6.0 #2: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textrepo-client/0.6.0 #3: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textrepo-client/0.6.0 #4: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/textrepo-client/0.6.0 #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)

VALIDATION https://tools.clariah.nl/textrepo-client/0.6.0 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/textrepo-client.codemeta.json

[harvester info] <-- Finished processing textrepo-client (https://github.com/knaw-huc/textrepo-client-python) [Sun Apr  5 03:20:43 UTC 2026]
""" .

<https://tools.clariah.nl/tool-discovery/1.6.4> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/browsing>,
        <https://vocabs.dariah.eu/tadirah/discovering>,
        <https://vocabs.dariah.eu/tadirah/exploration>,
        <https://vocabs.dariah.eu/tadirah/gathering>,
        <https://w3id.org/nwo-research-fields#DatabasesForHumanities>,
        <https://w3id.org/nwo-research-fields#SoftwareForHumanities> ;
    sdo:applicationSuite "CLARIAH Tool Discovery" ;
    sdo:author <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:codeRepository "https://github.com/CLARIAH/tool-discovery" ;
    sdo:contributor <https://tools.clariah.nl/stub/H64d86e288d6bd309> ;
    sdo:dateCreated "2022-01-05T16:21:48Z"^^sdo:Date ;
    sdo:dateModified "2024-06-04T13:07:44Z"^^sdo:Date ;
    sdo:description "This is the over-arching project for CLARIAH Tool Discovery, its components harvest and aggregate codemeta from source repositories and service endpoints, automatically converting known metadata schemes in the process. This project holds the Tool Source Registry, pointing to all the tools that are to be harvested. It also holds the validation schema." ;
    sdo:funding <https://tools.clariah.nl/stub/H602e01cdefeca53b> ;
    sdo:identifier "tool-discovery" ;
    sdo:keywords "codemeta",
        "harvester",
        "linked data",
        "metadata",
        "rdf",
        "schema.org",
        "software metadata" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://orcid.org/0000-0002-1046-0006> ;
    sdo:name "CLARIAH Tool Discovery" ;
    sdo:producer <https://huc.knaw.nl> ;
    sdo:programmingLanguage "shell" ;
    sdo:review <https://tools.clariah.nl/validation/N57653c82909552aa970916f42ec466d4> ;
    sdo:screenshot <https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_index_cards.jpg>,
        <https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_index_table.jpg>,
        <https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_page.jpg>,
        <https://raw.githubusercontent.com/proycon/codemeta-server/master/screenshot_sparql.jpg> ;
    sdo:softwareHelp <https://tools.clariah.nl/stub/H3939c6fb9e4f544a>,
        <https://tools.clariah.nl/stub/H3bc110cbc03db0fc>,
        <https://tools.clariah.nl/stub/H433b59a3bd3784c0> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/codemeta-harvester>,
        <https://tools.clariah.nl/dependency/codemeta-server>,
        <https://tools.clariah.nl/dependency/codemetapy> ;
    sdo:version "1.6.4" ;
    owl:sameAs <https://github.com/CLARIAH/tool-discovery.git>,
        <https://tools.clariah.nl/tool-discovery/1.6.4> ;
    codemeta:continuousIntegration <https://github.com/CLARIAH/tool-discovery/actions/> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-189d98ef49719644> ;
    codemeta:issueTracker <https://github.com/CLARIAH/tool-discovery/issues> ;
    codemeta:readme <https://github.com/proycon/CLARIAH/tool-discovery/blob/master/README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:21:43 UTC 2026)

[harvester info] --> Processing tool-discovery (https://github.com/CLARIAH/tool-discovery) [Sun Apr  5 03:21:43 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/tool-discovery...

[harvester info] Found release v1.6.4

[harvester info] Using 'v1.6.4'

[harvester info] Git reference: v1.6.4

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/tool-discovery for harvestable resources...

[harvester info] found codemeta.json for tool-discovery (md5sum 0be02e21d345b9926f5249d67fd0c0e5); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[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/#active

[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 CLARIAH Tool Discovery

[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 "tool-discovery" --codeRepository "https://github.com/CLARIAH/tool-discovery" --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/tool-discovery.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.tool-discovery.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.tool-discovery.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.tool-discovery.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.tool-discovery.codemeta.json 

-- begin log --

Passed 4 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.tool-discovery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.tool-discovery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.tool-discovery.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.tool-discovery.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/tool-discovery

Processing source #1 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.tool-discovery.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/tool-discovery

[CODEMETA COMPOSITION (https://tools.clariah.nl/tool-discovery)] processed 1 new triples, total is now 2

Processing source #2 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.tool-discovery.codemeta.json

    Found main resource with URI https://github.com/CLARIAH/tool-discovery.git

    Injected (possibly temporary) URI https://tools.clariah.nl/tool-discovery

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA 2 TO 3] Updating targetProduct -> isSourceCodeOf

[CODEMETA CORRECTION (tool-discovery)] automatically converting spdx license URI from https:// to http:///

[CODEMETA COMPOSITION (tool-discovery)] processed 93 new triples, total is now 93

Processing source #3 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.tool-discovery.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/tool-discovery

[CODEMETA COMPOSITION (tool-discovery)] processed 1 new triples, total is now 93

Processing source #4 of 4

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.tool-discovery.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/tool-discovery

[CODEMETA COMPOSITION (tool-discovery)] processed 1 new triples, total is now 94

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/tool-discovery -> https://tools.clariah.nl/tool-discovery/1.6.4

[CODEMETA VALIDATION (tool-discovery)] done

[CODEMETA ENRICHMENT (tool-discovery)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

VALIDATION https://tools.clariah.nl/tool-discovery/1.6.4 #1: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/tool-discovery.codemeta.json

[harvester info] Harvesting remote service URL https://tools.clariah.nl for tool-discovery: 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/tool-discovery.codemeta.json" "/tmp/out/tool-discovery.codemeta.json" "https://tools.clariah.nl"

[harvester info] <-- Finished processing tool-discovery (https://github.com/CLARIAH/tool-discovery) [Sun Apr  5 03:21:49 UTC 2026]
""" .

<https://tools.clariah.nl/tscan/0.10.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-196febbb65dd890b> ;
    sdo:codeRepository "https://github.com/UUDigitalHumanitieslab/tscan" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-bdff354668ca386> ;
    sdo:dateCreated "2012-09-12"^^sdo:Date ;
    sdo:description "T-Scan is an analysis tool for Dutch texts to assess the complexity of the text, and is based on original work by Rogier Kraf" ;
    sdo:funder <https://tools.clariah.nl/stub/H120d1f1a68e59546> ;
    sdo:identifier "tscan" ;
    sdo:keywords "dutch",
        "feature extraction",
        "natural language processing",
        "nlp",
        "readability" ;
    sdo:license <https://opensource.org/licenses/AGPL-3.0> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-f3433bc357dd5d8> ;
    sdo:name "T-Scan" ;
    sdo:operatingSystem "POSIX" ;
    sdo:producer <https://dig.hum.uu.nl>,
        <https://www.ru.nl/clst>,
        <https://www.uu.nl/en/research/utrecht-institute-of-linguistics-ots> ;
    sdo:programmingLanguage <https://tools.clariah.nl/stub/H-62b7f60656163cb5> ;
    sdo:releaseNotes "https://github.com/CentreForDigitalHumanities/tscan/releases" ;
    sdo:review <https://tools.clariah.nl/validation/Nef2dc9fabbbd4b04d7eacb6ca6e01af6> ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-2f3645119c75631c>,
        <https://tools.clariah.nl/stub/H-3209a5ce768e337f>,
        <https://tools.clariah.nl/stub/H-34fcc8434e5eade7>,
        <https://tools.clariah.nl/stub/H116ea82749026d94>,
        <https://tools.clariah.nl/stub/H4af4e023059a939d> ;
    sdo:sourceOrganization <https://dig.hum.uu.nl> ;
    sdo:url "https://github.com/CentreForDigitalHumanities/tscan" ;
    sdo:version "0.10.0" ;
    owl:sameAs <https://tools.clariah.nl/tscan/0.10.0> ;
    codemeta:continuousIntegration <https://github.com/CentreForDigitalHumanities/tscan/actions> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/webapplication/Nda1ea825a1844f587c0cf169c5675667> ;
    codemeta:issueTracker <https://github.com/CentreForDigitalHumanities/tscan/issues> ;
    codemeta:readme <https://github.com/CentreForDigitalHumanities/tscan/blob/master/README.md> ;
    codemeta:referencePublication <http://hdl.handle.net/2066/134833>,
        <https://tools.clariah.nl/stub/H-5b482879893710d2> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:21:49 UTC 2026)

[harvester info] --> Processing tscan (https://github.com/UUDigitalHumanitieslab/tscan) [Sun Apr  5 03:21:49 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/UUDigitalHumanitieslab/tscan...

[harvester info] Found release v0.10.0

[harvester info] Using 'v0.10.0'

[harvester info] Git reference: v0.10.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/tscan for harvestable resources...

[harvester info] found codemeta.json for tscan (md5sum 37c890d19da7cf758fe923c505df4e69); **NOTE: this is considered authoritative and most other detection methods will be skipped now!**

[harvester info] Your CITATION.cff is ignored because you already have a codemeta.json!

[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] Looking for repostatus information in README in master branch...

[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 "tscan" --codeRepository "https://github.com/UUDigitalHumanitieslab/tscan" --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/tscan.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.tscan.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-jsonld.tscan.codemeta.json 

-- begin log --

Passed 2 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.tscan.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-jsonld.tscan.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/tscan

Processing source #1 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.tscan.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/tscan

[CODEMETA COMPOSITION (https://tools.clariah.nl/tscan)] processed 1 new triples, total is now 2

Processing source #2 of 2

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-jsonld.tscan.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/tscan

[CODEMETA 2 TO 3] Updating contIntegration -> continuousIntegration

[CODEMETA COMPOSITION (tscan)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> active)

[CODEMETA CORRECTION (tscan)] automatically converting status active to repostatus URI

[CODEMETA COMPOSITION (tscan)] processed 158 new triples, total is now 158

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/tscan -> https://tools.clariah.nl/tscan/0.10.0

[CODEMETA VALIDATION (tscan)] done

[CODEMETA ENRICHMENT (tscan)] adding author https://tools.clariah.nl/stub/H7f939a562822e1bf as contributor

[CODEMETA ENRICHMENT (tscan)] adding author https://tools.clariah.nl/stub/H-1af20d689833427f as contributor

[CODEMETA ENRICHMENT (tscan)] adding author https://tools.clariah.nl/stub/H-70de5eae3b15b753 as contributor

[CODEMETA ENRICHMENT (tscan)] adding author https://tools.clariah.nl/stub/H-7d13d48417ecb3c2 as contributor

[CODEMETA ENRICHMENT (tscan)] adding author https://orcid.org/0000-0002-1046-0006 as contributor

[CODEMETA ENRICHMENT (tscan)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/tscan/0.10.0 #1: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/tscan/0.10.0 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/tscan/0.10.0 #3: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/tscan/0.10.0 #4: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/tscan/0.10.0 #5: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/tscan.codemeta.json

[harvester info] Harvesting remote service URL https://tscan.hum.uu.nl/tscan/ for tscan: 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/tscan.codemeta.json" "/tmp/out/tscan.codemeta.json" "https://tscan.hum.uu.nl/tscan/"

[harvester info] <-- Finished processing tscan (https://github.com/UUDigitalHumanitieslab/tscan) [Sun Apr  5 03:22:01 UTC 2026]
""" .

<https://tools.clariah.nl/ucto-service/2.5.2> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://vocabs.dariah.eu/tadirah/tagging>,
        <https://w3id.org/nwo-research-fields#Linguistics>,
        <https://w3id.org/nwo-research-fields#TextualAndContentAnalysis> ;
    sdo:applicationSuite "Ucto" ;
    sdo:audience <https://tools.clariah.nl/audience/developers>,
        <https://tools.clariah.nl/audience/science-research> ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:codeRepository "https://github.com/proycon/ucto_webservice" ;
    sdo:contributor <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:dateCreated "2022-04-08T14:07:37Z+0200"^^sdo:Date ;
    sdo:dateModified "2024-03-14T21:54:52Z+0100"^^sdo:Date ;
    sdo:description "Ucto is a rule-based tokeniser for multiple languages. This is the webservice for it, for both humans and machines." ;
    sdo:downloadUrl "https://github.com/proycon/ucto_webservice/archive/refs/tags/v2.5.2.zip" ;
    sdo:funding <https://tools.clariah.nl/stub/H-208c9fab62e6c5ba>,
        <https://tools.clariah.nl/stub/H0393a4b566d5a432>,
        <https://tools.clariah.nl/stub/H39df54881dfd70e3> ;
    sdo:identifier "ucto-service" ;
    sdo:keywords "clam webservice rest nlp computational_linguistics rest" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/maarten-van-gompel> ;
    sdo:name "Ucto-Webservice" ;
    sdo:operatingSystem "BSD",
        "Linux",
        "macOS" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/proycon/ucto_webservice/releases/tag/v2.5.2" ;
    sdo:review <https://tools.clariah.nl/validation/N672069dcb5acd04122e80c8e9de80adb> ;
    sdo:runtimePlatform "Python 3",
        "Python 3.10",
        "Python 3.6",
        "Python 3.7",
        "Python 3.8",
        "Python 3.9" ;
    sdo:softwareRequirements <https://tools.clariah.nl/stub/H-303995e75c2c0448> ;
    sdo:url "https://languagemachines.github.io/ucto" ;
    sdo:version "2.5.2" ;
    owl:sameAs <https://tools.clariah.nl/ucto-service.contributors/snapshot>,
        <https://tools.clariah.nl/ucto-service.topcontributor/snapshot>,
        <https://tools.clariah.nl/ucto-service/2.5.2>,
        <https://tools.clariah.nl/ucto-webservice/2.5.2>,
        <https://tools.clariah.nl/ucto_webservice/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Level8Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H3dbc8046fad9e7f3>,
        <https://tools.clariah.nl/webapplication/N9dd59d99fffb7e259528b837d9e64897> ;
    codemeta:issueTracker <https://github.com/proycon/ucto_webservice/issues> ;
    codemeta:readme <https://github.com/proycon/ucto_webservice/blob/v2.5.2//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:22:01 UTC 2026)

[harvester info] --> Processing ucto-service (https://github.com/proycon/ucto_webservice) [Sun Apr  5 03:22:01 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/ucto_webservice...

[harvester info] Found release v2.5.2

[harvester info] Using 'v2.5.2'

[harvester info] Git reference: v2.5.2

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/ucto-service for harvestable resources...

[harvester info] found codemeta-harvest.json for ucto-service (md5sum 79f6bad556b55a273416daeae473f350); values in here take precendence over (override) those in later detection stages

[harvester info] found python setup for ucto-service, converting to codemeta

[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: 2022-04-08T14:07:37Z+0200, date modified: 2024-03-14T21:54:52Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/proycon/ucto_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.5.2) 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 Ucto

[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 "ucto-service" --codeRepository "https://github.com/proycon/ucto_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/ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/10-harvest.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/05-repostatus.ucto-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.ucto-service.codemeta.json 

-- begin log --

Passed 13 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/10-harvest.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/05-repostatus.ucto-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.ucto-service.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/ucto-service

Processing source #1 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.ucto-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] processed 1 new triples, total is now 2

Processing source #2 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.ucto-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] processed 1 new triples, total is now 3

Processing source #3 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.ucto-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ucto-service.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] processed 8 new triples, total is now 10

Processing source #4 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.ucto-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] processed 2 new triples, total is now 12

Processing source #5 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.ucto-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] processed 1 new triples, total is now 13

Processing source #6 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.ucto-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ucto_webservice/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H24a6664777972402 -> https://tools.clariah.nl/stub/H46a183eaadc7439d)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] processed 19 new triples, total is now 26

Processing source #7 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.ucto-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] overriding old http://schema.org/dateCreated (2022-04-08T11:59:05Z -> 2022-04-08T14:07:37Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] overriding old http://schema.org/dateModified (2024-03-14T20:59:44Z -> 2024-03-14T21:54:52Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] processed 2 new triples, total is now 26

Processing source #8 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.ucto-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ucto-service.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/ucto-service)] processed 8 new triples, total is now 27

Processing source #9 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.ucto-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/ucto-webservice/2.5.2

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (ucto-webservice)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H46a183eaadc7439d -> https://tools.clariah.nl/stub/H-3c096a44c2b1ad1f)

[CODEMETA COMPOSITION (ucto-webservice)] overriding old http://schema.org/description (Webservice for the ucto, a rule-based tokeniser for multiple languages -> Ucto is a rule-based tokeniser for multiple languages. This is the webservice for it, for both humans and machines.)

[CODEMETA COMPOSITION (ucto-webservice)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#inactive -> https://www.repostatus.org/#active)

[CODEMETA COMPOSITION (ucto-webservice)] overriding old http://schema.org/name (ucto_webservice -> Ucto-Webservice)

[CODEMETA COMPOSITION (ucto-webservice)] overriding old http://schema.org/version (v2.5.2 -> 2.5.2)

[CODEMETA COMPOSITION (ucto-webservice)] processed 58 new triples, total is now 76

Processing source #10 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.ucto-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (ucto-webservice)] processed 1 new triples, total is now 76

Processing source #11 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/10-harvest.ucto-service.codemeta.json

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (ucto-webservice)] overriding old http://schema.org/softwareRequirements (https://tools.clariah.nl/dependency/clam-ge-3-2-10 -> https://tools.clariah.nl/stub/H2697781cd4f79786)

[CODEMETA COMPOSITION (ucto-webservice)] overriding old http://schema.org/softwareRequirements (https://tools.clariah.nl/dependency/folia-tools -> https://tools.clariah.nl/stub/H2697781cd4f79786)

[CODEMETA COMPOSITION (ucto-webservice)] overriding old http://schema.org/applicationCategory (Text Processing > Linguistic -> https://w3id.org/nwo-research-fields#TextualAndContentAnalysis)

[CODEMETA COMPOSITION (ucto-webservice)] overriding old http://schema.org/applicationCategory (Internet > WWW/HTTP > WSGI > Application -> https://w3id.org/nwo-research-fields#TextualAndContentAnalysis)

[CODEMETA COMPOSITION (ucto-webservice)] processed 28 new triples, total is now 98

Processing source #12 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/05-repostatus.ucto-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (ucto-webservice)] processed 1 new triples, total is now 98

Processing source #13 of 13

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.ucto-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/ucto-service

[CODEMETA COMPOSITION (ucto-webservice)] processed 1 new triples, total is now 99

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/ucto-service -> https://tools.clariah.nl/ucto-service/2.5.2

[CODEMETA VALIDATION (ucto-service)] done

[CODEMETA ENRICHMENT (ucto-service)] Guessing interface type http://schema.org/WebAPI based on clues

[CODEMETA ENRICHMENT (ucto-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (ucto-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (ucto-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (ucto-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (ucto-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (ucto-service)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (ucto-service)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/ucto-service/2.5.2 #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)

VALIDATION https://tools.clariah.nl/ucto-service/2.5.2 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/ucto-service/2.5.2 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/ucto-service.codemeta.json

[harvester info] Harvesting remote service URL https://webservices.cls.ru.nl/ucto/ for ucto-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/ucto-service.codemeta.json" "/tmp/out/ucto-service.codemeta.json" "https://webservices.cls.ru.nl/ucto/"

[harvester info] <-- Finished processing ucto-service (https://github.com/proycon/ucto_webservice) [Sun Apr  5 03:22:18 UTC 2026]
""" .

<https://tools.clariah.nl/udpipe-frysk-service/4.10> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H311c79489646365f> ;
    sdo:codeRepository "https://bitbucket.org/fryske-akademy/udpipe.git" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-483e5467eecf6b42> ;
    sdo:dateCreated "2020-11-18T09:54:59Z+0000"^^sdo:Date ;
    sdo:dateModified "2023-11-26T09:23:18Z+0100"^^sdo:Date ;
    sdo:description """
        A rest service for an R / udpipe based tokenizer, lemmatizer, pos-tagger and dependency parser.
        See https://bitbucket.org/fryske-akademy/udpipe for (docker) setup.
    """ ;
    sdo:downloadUrl "https://bitbucket.org/fryske-akademy/udpipe/archive/refs/tags/udpipe-service-4.10.zip" ;
    sdo:identifier "udpipe-frysk-service" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/stub/H-355e00fae8fe4fa4> ;
    sdo:name "udpipe-service" ;
    sdo:producer <https://tools.clariah.nl/org/fryske-akademy> ;
    sdo:programmingLanguage "Java" ;
    sdo:releaseNotes "https://bitbucket.org/fryske-akademy/udpipe/releases/tag/udpipe-service-4.10" ;
    sdo:review <https://tools.clariah.nl/validation/Nc2748bdcf23e8a82d0c8d31cf2e8874c> ;
    sdo:runtimePlatform "Java" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/com-vectorprint-config-11-2>,
        <https://tools.clariah.nl/dependency/jakarta-platform-jakarta-jakartaee-api-10-0-0>,
        <https://tools.clariah.nl/dependency/org-apache-commons-commons-pool2-2-11-1>,
        <https://tools.clariah.nl/dependency/org-junit-jupiter-junit-jupiter-api-5-9-3>,
        <https://tools.clariah.nl/dependency/org-junit-jupiter-junit-jupiter-engine-5-9-3>,
        <https://tools.clariah.nl/dependency/org-rosuda-rengine-rserve-1-8-1>,
        <https://tools.clariah.nl/dependency/org-slf4j-slf4j-jdk14-2-0-7> ;
    sdo:version "4.10" ;
    owl:sameAs <https://tools.clariah.nl/org.fryske-akademy.udpipe-service/4.10>,
        <https://tools.clariah.nl/udpipe-frysk-service.contributors/snapshot>,
        <https://tools.clariah.nl/udpipe-frysk-service.topcontributor/snapshot>,
        <https://tools.clariah.nl/udpipe-frysk-service/4.10> ;
    codemeta:developmentStatus <https://www.repostatus.org/#active> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H7707f0ce39da5a53>,
        <https://tools.clariah.nl/webapplication/service-to-tokenize-lemmatize-pos-tag-and-dependency-parse-using-udpipe> ;
    codemeta:issueTracker <https://fryske-akademy@bitbucket.org/fryske-akademy/udpipe/issues> ;
    codemeta:readme <https://bitbucket.org/fryske-akademy/udpipe/src/udpipe-service-4.10//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:22:23 UTC 2026)

[harvester info] --> Processing udpipe-frysk-service (https://bitbucket.org/fryske-akademy/udpipe.git) [Sun Apr  5 03:22:23 UTC 2026]

[harvester info] Git updating cached clone of https://bitbucket.org/fryske-akademy/udpipe.git...

[harvester info] Found release udpipe-service-4.10

[harvester info] Using 'udpipe-service-4.10'

[harvester info] Git reference: udpipe-service-4.10

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/udpipe-frysk-service/udpipeService for harvestable resources...

[harvester info] found pom.xml (Java/Maven) for udpipe-frysk-service, converting to codemeta

[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 eduarddrenth <eduarddrenth@gmail.com> 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: 2020-11-18T09:54:59Z+0000, date modified: 2023-11-26T09:23:18Z+0100

[harvester info] Not querying API for https://bitbucket.org/fryske-akademy/udpipe (no implementation)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (udpipe-service-4.10) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[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 "udpipe-frysk-service" --codeRepository "https://bitbucket.org/fryske-akademy/udpipe.git" --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/udpipe-frysk-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.udpipe-frysk-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.udpipe-frysk-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.udpipe-frysk-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.udpipe-frysk-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.udpipe-frysk-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.udpipe-frysk-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.udpipe-frysk-service.codemeta.json /tmp/codemeta-harvester.cache//tmp/21-java.udpipe-frysk-service.codemeta.json 

-- begin log --

Passed 8 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.udpipe-frysk-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.udpipe-frysk-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.udpipe-frysk-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.udpipe-frysk-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.udpipe-frysk-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.udpipe-frysk-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.udpipe-frysk-service.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/21-java.udpipe-frysk-service.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/udpipe-frysk-service

Processing source #1 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.udpipe-frysk-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/udpipe-frysk-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/udpipe-frysk-service)] processed 1 new triples, total is now 2

Processing source #2 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.udpipe-frysk-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/udpipe-frysk-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/udpipe-frysk-service)] processed 1 new triples, total is now 3

Processing source #3 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.udpipe-frysk-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/udpipe-frysk-service.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/udpipe-frysk-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/udpipe-frysk-service)] processed 8 new triples, total is now 10

Processing source #4 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.udpipe-frysk-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/udpipe-frysk-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/udpipe-frysk-service)] processed 2 new triples, total is now 12

Processing source #5 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.udpipe-frysk-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/udpipe-frysk-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/udpipe-frysk-service)] processed 1 new triples, total is now 13

Processing source #6 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.udpipe-frysk-service.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/udpipe-frysk-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/udpipe-frysk-service)] processed 2 new triples, total is now 15

Processing source #7 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.udpipe-frysk-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/udpipe-frysk-service.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/udpipe-frysk-service

[CODEMETA COMPOSITION (https://tools.clariah.nl/udpipe-frysk-service)] processed 20 new triples, total is now 30

Processing source #8 of 8

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/21-java.udpipe-frysk-service.codemeta.json

    Found main resource with URI https://tools.clariah.nl/org.fryske-akademy.udpipe-service/4.10

    Injected (possibly temporary) URI https://tools.clariah.nl/udpipe-frysk-service

[CODEMETA COMPOSITION (org.fryske-akademy.udpipe-service)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-57a258739d1a0ff7 -> https://tools.clariah.nl/stub/H4a867f10bf8733f1)

[CODEMETA COMPOSITION (org.fryske-akademy.udpipe-service)] overriding old http://schema.org/version (udpipe-service-4.10 -> 4.10)

[CODEMETA COMPOSITION (org.fryske-akademy.udpipe-service)] processed 57 new triples, total is now 84

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/udpipe-frysk-service -> https://tools.clariah.nl/udpipe-frysk-service/4.10

[CODEMETA VALIDATION (udpipe-frysk-service)] done

[CODEMETA ENRICHMENT (udpipe-frysk-service)] Guessing interface type http://schema.org/WebAPI based on clues

[CODEMETA ENRICHMENT (udpipe-frysk-service)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/udpipe-frysk-service/4.10 #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)

VALIDATION https://tools.clariah.nl/udpipe-frysk-service/4.10 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/udpipe-frysk-service/4.10 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/udpipe-frysk-service/4.10 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/udpipe-frysk-service/4.10 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/udpipe-frysk-service/4.10 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/udpipe-frysk-service/4.10 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/udpipe-frysk-service.codemeta.json

[harvester info] Harvesting remote service URL https://frisian.eu/udpipeservice/ for udpipe-frysk-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/udpipe-frysk-service.codemeta.json" "/tmp/out/udpipe-frysk-service.codemeta.json" "https://frisian.eu/udpipeservice/"

[harvester info] <-- Finished processing udpipe-frysk-service (https://bitbucket.org/fryske-akademy/udpipe.git) [Sun Apr  5 03:22:37 UTC 2026]
""" .

<https://tools.clariah.nl/validation/N027c3d56a6cdd945012b64937915dced> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:14:25"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for lenticular-lens 1.27" ;
    sdo: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

Validation of lenticular-lens 1.27 failed (score 1/5) due to one or more requirement violations:

1. Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/N0393210fc33d493514a5e65515ac6212> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:20:13"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for textannoviz 0.17.6" ;
    sdo: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

Validation of textannoviz 0.17.6 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N03fb225e3d1e823f3a3af5d687f845d2> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:08:05"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for FoLiA tools 2.5.9" ;
    sdo: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

Validation of FoLiA tools 2.5.9 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
2. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N04eaa92a38fa5bf75eee3e6f367442a7> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:13:46"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for CLARIAH LD Proxy 1.0-SNAPSHOT" ;
    sdo: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

Validation of CLARIAH LD Proxy 1.0-SNAPSHOT was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Software source code *MUST* state its version: the -SNAPSHOT version suffix does not correspond to a proper release. (Tip: In Java/Maven projects, ensure it is removed from pom.xml on release) 
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: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N058189216c98de8cf9aafd57c96bf25e> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:10:29"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for hypodisc 0.1.0" ;
    sdo: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

Validation of hypodisc 0.1.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
4. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
5. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
6. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
7. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
8. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N0af77157397f506860862dd7fbf2d1e5> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:03:56"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for COBALT (unknown version)" ;
    sdo: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

Validation of COBALT (unknown version) failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* state its license (This is missing in the metadata)
2. Violation: Software source code *MUST* state its version (This is missing in the metadata)
3. 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)
4. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
5. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
6. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
7. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
8. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
9. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
10. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
11. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/N0b0da378009a459239629248f249936c> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:17:34"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for python3-timbl 2025.5.2" ;
    sdo: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

Validation of python3-timbl 2025.5.2 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: The producer of the software source code *SHOULD* be expressed (This is missing in the metadata)
3. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
8. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N0bc7150a3634d8e76399ed8569c2ab13> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:02:06"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for asrservice 0.3" ;
    sdo: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

Validation of asrservice 0.3 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
4. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
5. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N0f721b93fcde9d7fbd6dd4d05fc26dd1> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:14:55"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for CLARIAH Media Suite 6.10" ;
    sdo: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

Validation of CLARIAH Media Suite 6.10 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
2. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
3. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N0f890f8fb89f9297de64845376f6c566> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:09:52"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Glem 1.3.1" ;
    sdo: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

Validation of Glem 1.3.1 was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
2. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N10634de147da700dff381b49ba806b9a> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:20:42"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for textrepo-client 0.6.0" ;
    sdo: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

Validation of textrepo-client 0.6.0 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
3. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
4. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N11c13f157bfae1e8a4e558f61c470a9b> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:03:11"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for CHAMD 0.5.12" ;
    sdo: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

Validation of CHAMD 0.5.12 was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
3. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
4. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N17c33e7b31b22a8cf1d81a1cf25fab77> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:18:03"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Ricgraph - Research in context graph 3.2" ;
    sdo: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

Validation of Ricgraph - Research in context graph 3.2 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N18171ebd822560fcc9e7e50e5494e569> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:18:16"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for sastadev 0.4.3" ;
    sdo: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

Validation of sastadev 0.4.3 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N18b4a65d535b44e820e1a536e6a40a77> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:08:29"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Frog-Webservice 2.7" ;
    sdo: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

Validation of Frog-Webservice 2.7 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N1948ff1d44ac84aac5b4dadf1ef1e396> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:15:57"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Odissei Code Library 1.0.1" ;
    sdo: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

Validation of Odissei Code Library 1.0.1 was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
2. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N19bde0f22b2557c13b2e45a93a74d125> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:05:28"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for dane-workflows 0.9.0" ;
    sdo: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

Validation of dane-workflows 0.9.0 failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
4. Warning: All contributors *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
5. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
6. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
7. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/N1e067401a7287ee735d040fe7ff8b47a> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:20:54"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for textrepo v1.19.0" ;
    sdo: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

Validation of textrepo v1.19.0 failed (score 2/5) due to one or more requirement violations:

1. Violation: The maintainer of the software source code *MUST* be expressed. (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. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/N1e8e1b1761bdecaba1e32d5cee019e80> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:10:10"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for GrETEL 5.1.0" ;
    sdo: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

Validation of GrETEL 5.1.0 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N1f421ef44c58db0d9ee0cb25623dcc00> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:20:29"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for text-fabric 13.1.0" ;
    sdo: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

Validation of text-fabric 13.1.0 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N1f434ee4802bff2435c3ef08a5600d12> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:07:51"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for FoLiApy 2.5.12" ;
    sdo: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

Validation of FoLiApy 2.5.12 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
2. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N211bd78a1fec0f295bedb6afd2934c61> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:00:32"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for alud 2.17.3" ;
    sdo: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

Validation of alud 2.17.3 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N2380b654b5e187e846748db19ffb8065> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:15:35"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for MUSCLE 5.2.0" ;
    sdo: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

Validation of MUSCLE 5.2.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N271b64f4df667df957adbae72d0d700b> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:18:44"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for SPAQ (unknown version)" ;
    sdo: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

Validation of SPAQ (unknown version) failed (score 2/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* state its version (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. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
5. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
6. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
7. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
8. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
9. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
10. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/N2823095861b1c3b637ba73e21f21e10a> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:04:45"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for INT Corpus Frontend 3.1.1" ;
    sdo: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

Validation of INT Corpus Frontend 3.1.1 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N2a576bf9109ea09d66647231adb61ce2> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:01:47"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for AnnoRepo 0.8.0" ;
    sdo: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

Validation of AnnoRepo 0.8.0 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
2. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
3. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N2a9915532ccd9c2dc3b06b48ab1adaa4> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:23:31"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for wandexer 1.1.3" ;
    sdo: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

Validation of wandexer 1.1.3 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N2b0fe410fd78fd54fea834beb9a06b87> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:17:05"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for pure3d (unknown version)" ;
    sdo: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

Validation of pure3d (unknown version) failed (score 2/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* state its version (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. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
5. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
6. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
7. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
8. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
9. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
10. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/N2b5e101fda424f8b6d9b150ffe6f574b> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:14:49"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for lingua-cli 0.4.1" ;
    sdo: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

Validation of lingua-cli 0.4.1 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N2b911a30204743597e3f59aac6e8f068> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:16:51"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for piereling 0.4" ;
    sdo: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

Validation of piereling 0.4 was successful (score=3/5), but there are some warnings which should be addressed:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N2bece204619f8040194c76d9c670fd20> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:07:34"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for foliadocserve 0.7.8" ;
    sdo: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

Validation of foliadocserve 0.7.8 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
3. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N2d12153103fe132424b85b2e2a86fa5c> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:15:51"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for ODISSEI portal back-end 1.0.1" ;
    sdo: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

Validation of ODISSEI portal back-end 1.0.1 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N2def995074cabb0e6a87196c350afe0a> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:16:18"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for OpenDutchWordnet (unknown version)" ;
    sdo: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

Validation of OpenDutchWordnet (unknown version) failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* state its license (This is missing in the metadata)
2. Violation: Software source code *MUST* state its version (This is missing in the metadata)
3. 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)
4. Info: Software source code *MAY* express the programming language(s) used (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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/N307dd43169bfebca98a5caab150005f1> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:01:14"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for annorepo-client 0.3.2" ;
    sdo: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

Validation of annorepo-client 0.3.2 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
3. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N3177d7a106e065d2c6da6b98b6583cbc> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:08:51"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for fusus 0.0.2" ;
    sdo: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

Validation of fusus 0.0.2 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
3. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
4. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
5. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N35818ff6362f6d0f34111de95fcd8366> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:01:48"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Automatic Speech Recognition for Dutch 0.6.2" ;
    sdo: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

Validation of Automatic Speech Recognition for Dutch 0.6.2 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
3. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
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)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N3b32fccefc64bbd7dde765656dcce5d6> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:07:01"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for FoLiA-Linguistic-Annotation-Tool 0.11.5" ;
    sdo: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

Validation of FoLiA-Linguistic-Annotation-Tool 0.11.5 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N3e50030d5cb84e58a9c5bab62ffbf487> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:14:12"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for lenticular-lens-postgresql 1.6" ;
    sdo: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

Validation of lenticular-lens-postgresql 1.6 failed (score 1/5) due to one or more requirement violations:

1. Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
4. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
5. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
6. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
7. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
8. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
9. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
10. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
11. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/N42c5065b2d9b63eea0497145f41aa9a0> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:00:28"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Alpino 0.0.0" ;
    sdo: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

Validation of Alpino 0.0.0 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N4532e94280dfb60649c4e4bc228b7731> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:02:51"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Broccoli 1.0.3" ;
    sdo: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

Validation of Broccoli 1.0.3 failed (score 2/5) due to one or more requirement violations:

1. Violation: The maintainer of the software source code *MUST* be expressed. (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: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/N45856304bef603fb1d948844534cc24b> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:15:39"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Nederlab Pipeline 0.8.0" ;
    sdo: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

Validation of Nederlab Pipeline 0.8.0 was successful (score=3/5), but there are some warnings which should be addressed:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N4bd3c2e4a16952704d4357ecd1116bad> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:13:20"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for int-pie 1.1.0" ;
    sdo: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

Validation of int-pie 1.1.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N4ffbd779648a41cf4c93e434e8a1a9fa> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:17:20"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for python-frog 0.6.12" ;
    sdo: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

Validation of python-frog 0.6.12 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N50240811c1d25ec450e898a70bc7cac7> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:10:15"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for grlc: the git repository linked data API constructor 1.3.7" ;
    sdo: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

Validation of grlc: the git repository linked data API constructor 1.3.7 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
3. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N504d16c4f208e7f460cc85eba0f1e599> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:13:33"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for LaMachine 2.28" ;
    sdo: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

Validation of LaMachine 2.28 was successful (score=3/5), but there are some warnings which should be addressed:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N50e21b34864d1d47f7fda301ea0d5c54> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:14:54"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for mbt 3.11" ;
    sdo: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

Validation of mbt 3.11 was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
2. Info: Reference publications *SHOULD* be expressed, if any (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
4. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N5585efc80272965361154274f62a97e2> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:10:43"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for I-Analyzer 5.3.0" ;
    sdo: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

Validation of I-Analyzer 5.3.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
3. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
4. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
5. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
6. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
7. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
8. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N560f009d595ec94cb8f0376b1cf5dd23> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:16:33"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for pagexml-tools 0.7.1" ;
    sdo: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

Validation of pagexml-tools 0.7.1 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
3. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N57653c82909552aa970916f42ec466d4> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:21:45"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for CLARIAH Tool Discovery 1.6.4" ;
    sdo: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

Validation of CLARIAH Tool Discovery 1.6.4 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N57e1d09472b1511ed5254ee5e321fedb> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:05:11"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for dane-asr-worker 0.1.0" ;
    sdo: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

Validation of dane-asr-worker 0.1.0 failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
4. Warning: The producer of the software source code *SHOULD* be expressed (This is missing in the metadata)
5. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
6. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
7. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
8. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
9. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
10. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/N6356cee724ee926c133ee4260a6d4ed2> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:15:20"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for MTAS 8.11.1.0" ;
    sdo: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

Validation of MTAS 8.11.1.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N6428b72cbb4a2a70523fe0ee3f8fcf17> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:19:46"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for stam v1.3.0" ;
    sdo: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

Validation of stam v1.3.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
3. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N643b46a7ce2b1b5537f471218728e976> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:03:16"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for CLAM 3.2.14" ;
    sdo: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

Validation of CLAM 3.2.14 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
2. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N672069dcb5acd04122e80c8e9de80adb> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:22:14"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Ucto-Webservice 2.5.2" ;
    sdo: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

Validation of Ucto-Webservice 2.5.2 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N679216d31f667d946b5f78556aa7fac1> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:06:18"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for did-summarizer (unknown version)" ;
    sdo: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

Validation of did-summarizer (unknown version) failed (score 2/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* state its version (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. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
5. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
6. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
7. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
8. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
9. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
10. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/N68739be8e3f02b12ec902e9dfb4076f2> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:22:23"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for ucto 0.36" ;
    sdo: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

Validation of ucto 0.36 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N6a5fb65bcdfe7c37e412e2e22d5a2a68> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:21:42"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for toad v0.9" ;
    sdo: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

Validation of toad v0.9 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
3. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N6cb7d6cfe6169ddda0238fce05a424de> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:02:53"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for burgerLinker 0.8.0" ;
    sdo: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

Validation of burgerLinker 0.8.0 failed (score 1/5) due to one or more requirement violations:

1. Violation: The authors of the software source code *MUST* be expressed. (This is missing in the metadata)
2. Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)
3. 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)
4. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/N70d1fced609190392570419185a213cb> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:15:07"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Generale Missieven in Text-Fabric v1.1e" ;
    sdo: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

Validation of Generale Missieven in Text-Fabric v1.1e was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
3. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
4. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N71cd366f4f70f0993704927384aa0186> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:10:57"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for ineo-collaboration (unknown version)" ;
    sdo: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

Validation of ineo-collaboration (unknown version) failed (score 2/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* state its version (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. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
5. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
6. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
7. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
8. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
9. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
10. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/N734bd4160aaebe3c00c5238c30411704> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:14:35"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for libfolia 2.22" ;
    sdo: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

Validation of libfolia 2.22 was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
2. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
3. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N735a802517b7d3a5d4162208ec1cb278> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:18:31"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for shebanq v4.2z" ;
    sdo: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

Validation of shebanq v4.2z was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: The producer of the software source code *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: The funder *SHOULD* be acknowledged (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
4. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N74a5b351a44be043ad22a9783d11fec9> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:16:37"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for PICCL 0.9.5" ;
    sdo: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

Validation of PICCL 0.9.5 was successful (score=3/5), but there are some warnings which should be addressed:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N74ae7ac89755eba74501bf8e375b007e> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:05:44"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Dataset Register (unknown version)" ;
    sdo: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

Validation of Dataset Register (unknown version) failed (score 2/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* state its version (This is missing in the metadata)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
3. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/N7abd18d572848ce1689356b73233fe3e> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:08:37"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Frog 0.34" ;
    sdo:reviewBody "Validates perfectly, no further remarks!" ;
    sdo:reviewRating 5 .

<https://tools.clariah.nl/validation/N7cd8b464e480909ba3df9277093a165f> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:05:41"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for DANE 0.4.3" ;
    sdo: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

Validation of DANE 0.4.3 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N7d9732c86f4a2582b5506c1c3a8886cb> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:04:27"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for codemeta2mp v0.3" ;
    sdo: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

Validation of codemeta2mp v0.3 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
3. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N7f91b960c93c0f429259726b5ed00977> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:09:31"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for GaLAHaD 1.2.8" ;
    sdo: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

Validation of GaLAHaD 1.2.8 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N83ace408d3e551e5ab4b7ff54ed344de> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:21:13"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for TiMBL 6.11" ;
    sdo: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

Validation of TiMBL 6.11 was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
2. Info: Reference publications *SHOULD* be expressed, if any (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
4. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N85c1c92c4e8f36bf61ea3fb9339e2bbf> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:17:49"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for python-ucto 0.6.10" ;
    sdo: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

Validation of python-ucto 0.6.10 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N868f7096a96c6a8090d8feda0881f693> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:06:43"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Electronisch woordenboek van de Limburgse dialecten unknown" ;
    sdo: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

Validation of Electronisch woordenboek van de Limburgse dialecten unknown failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
4. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/N8901354eaf1088751e229dc308e93520> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:16:03"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for ODISSEI portal 1.0.0" ;
    sdo: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

Validation of ODISSEI portal 1.0.0 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N91395a3868019d24be8a0dbe96368486> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:09:47"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Gecco 0.3.0" ;
    sdo: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

Validation of Gecco 0.3.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N91516dc45aca9c709e49d068a8cef5a1> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:16:35"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for PaQu 1.0.9" ;
    sdo: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

Validation of PaQu 1.0.9 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N9430bc34e6d69b9a8bd678e6226a98cf> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:03:29"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for A Blacklab Server CLARIN FCS 2.0 endpoint 0.1" ;
    sdo: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

Validation of A Blacklab Server CLARIN FCS 2.0 endpoint 0.1 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
3. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/N95abf1858e36479d34a2099a3480e009> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:08:11"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Forced Alignment 2 0.3.1" ;
    sdo: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

Validation of Forced Alignment 2 0.3.1 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
3. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N97a27c000119bdde17dce938db347ebe> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:00:51"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for analiticcl 0.4.9" ;
    sdo: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

Validation of analiticcl 0.4.9 was successful (score=3/5), but there are some warnings which should be addressed:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
2. Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/N9a0a35c7de1eb0bddd9361f27b4eea9a> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:06:29"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Dutch_FrameNet_Lexicon (unknown version)" ;
    sdo: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

Validation of Dutch_FrameNet_Lexicon (unknown version) failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have one (short) description. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its version (This is missing in the metadata)
3. 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)
4. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
5. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
6. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
7. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
8. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
9. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
10. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
11. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/N9f157ec2ae9fc1d549514942a5a13941> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:04:29"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for CodeMetaPy 3.0.3" ;
    sdo: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

Validation of CodeMetaPy 3.0.3 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/Na117ba58741f6a254c97cfc61c57f6ba> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:01:25"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for annorepo-tools (unknown version)" ;
    sdo: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

Validation of annorepo-tools (unknown version) failed (score 2/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* state its version (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. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
5. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
6. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
7. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
8. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
9. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
10. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/Na63b721d0ba2baccc30eecf1daa784ff> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:21:07"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for textsurf 0.7.0" ;
    sdo: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

Validation of textsurf 0.7.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Na776df9eb84540d166516fd553babbbc> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:04:11"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for codemeta-lod-to-cmdi 1.0-SNAPSHOT" ;
    sdo: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

Validation of codemeta-lod-to-cmdi 1.0-SNAPSHOT was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Software source code *MUST* state its version: the -SNAPSHOT version suffix does not correspond to a proper release. (Tip: In Java/Maven projects, ensure it is removed from pom.xml on release) 
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: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nae84ea99bce16e963b12ee748a598c02> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:15:45"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for ODISSEI Knowledge Graph 1.0.1" ;
    sdo: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

Validation of ODISSEI Knowledge Graph 1.0.1 was successful (score=4/5), but there are some remarks which you may or may not want to address:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/Naeda13413d3c5cf4185333fdbc5dd4de> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:09:05"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for g2pservice 0.3.4" ;
    sdo: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

Validation of g2pservice 0.3.4 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
4. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
5. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nb44331e7127a6673716f033933fbad4e> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:03:14"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for ChoiceLLM (unknown version)" ;
    sdo: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

Validation of ChoiceLLM (unknown version) failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its version (This is missing in the metadata)
3. 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)
4. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
5. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
6. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
7. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
8. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/Nb64924b2e0bc6ecf4281cd1d9307ce41> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:05:26"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for DANE-server 0.3.1" ;
    sdo: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

Validation of DANE-server 0.3.1 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/Nb7033eb100d4fda53fed6e6bc360b23e> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:00:30"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for AlpinoGraph 1.0.7" ;
    sdo: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

Validation of AlpinoGraph 1.0.7 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/Nbb6fb54feb805174863310314cc52362> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:14:00"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for lenticular-lens 1.0.0" ;
    sdo: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

Validation of lenticular-lens 1.0.0 failed (score 1/5) due to one or more requirement violations:

1. Violation: The maintainer of the software source code *MUST* be expressed. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/Nbb7c9f3901078572c6970a556d8e5954> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:00:22"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for alpino_clam_webservice v2.4.1" ;
    sdo: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

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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/Nbc7be371d72632a35e7d66c2bfbc3be5> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:04:16"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for codemeta2html 0.2.1" ;
    sdo: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

Validation of codemeta2html 0.2.1 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nbd8ec60fd0ff279522bdd9205e6303c8> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:05:10"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for cow_csvw 1.21" ;
    sdo: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

Validation of cow_csvw 1.21 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
3. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
4. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/Nbe61b6b13005fdf1207af9fccb3ce7d8> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:09:20"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for GaLAHaD Train Battery 1.1.0" ;
    sdo: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

Validation of GaLAHaD Train Battery 1.1.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nc2748bdcf23e8a82d0c8d31cf2e8874c> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:22:33"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for udpipe-service 4.10" ;
    sdo: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

Validation of udpipe-service 4.10 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nc4a5b3400a7fe68cb779e7fd2e8b297a> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:04:13"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for codemeta-server 0.5.1" ;
    sdo: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

Validation of codemeta-server 0.5.1 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nc68b491b1edbec408652e52d43708c5b> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:13:31"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Kaldi_NL v0.4.3" ;
    sdo: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

Validation of Kaldi_NL v0.4.3 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
3. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nc6c54a83b03f901a04e7267074ed5358> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:06:08"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Dexter v0.15.0" ;
    sdo: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

Validation of Dexter v0.15.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
3. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nca1cf7bd0b6acb4b1bef0b26411563b2> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:21:09"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for TICCLTools 0.11" ;
    sdo: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

Validation of TICCLTools 0.11 was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
2. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
3. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
4. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Ncb27ce70fddae980aedfe1ffba64b38b> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:19:02"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for stam 0.12.1" ;
    sdo: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

Validation of stam 0.12.1 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Ncbfb41729304c407e07495facb2fb3d2> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:19:35"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for stam-tools 0.15.4" ;
    sdo: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

Validation of stam-tools 0.15.4 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nccee75a98df111522c4082973361bf95> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:04:31"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Colibri Core 2.5.10" ;
    sdo: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

Validation of Colibri Core 2.5.10 was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
2. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
3. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nd12c833cc61b43a0755af3cb6d5f9e33> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:07:18"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for folia 0.0.6" ;
    sdo: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

Validation of folia 0.0.6 was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
2. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
3. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
4. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
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)
6. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nd9596ef4c2542dc81b4d3c561da92731> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:02:37"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for BlackLab Corpus Search 4.1.1" ;
    sdo: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

Validation of BlackLab Corpus Search 4.1.1 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
4. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nda288de28a50249a5a6330c3a28c60ec> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:06:30"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Electronisch woordenboek van de Achterhoekse en Liemerse dialecten unknown" ;
    sdo: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

Validation of Electronisch woordenboek van de Achterhoekse en Liemerse dialecten unknown failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
4. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/Ndc4e2ce5ac9b26a13e84b1d827ff313d> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:05:57"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for deepfrog 0.2.1" ;
    sdo: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

Validation of deepfrog 0.2.1 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
3. Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
4. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
5. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nddafef33e44c8e120c87c8c9e5210ca9> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:02:55"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Corpus Editor for Syntactically Annotated Resources (Cesar) unknown" ;
    sdo: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

Validation of Corpus Editor for Syntactically Annotated Resources (Cesar) unknown failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
4. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/Ndea3964a2eb4fb277ae61a4c3c8a8974> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:19:18"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for stam 0.18.7" ;
    sdo: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

Validation of stam 0.18.7 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Ndf38b1b9380aeb40baa51300fa9c18bc> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:22:49"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for search-ui 1.0.0" ;
    sdo: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

Validation of search-ui 1.0.0 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. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
4. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
5. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
6. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
7. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
8. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/Ne2c9aeeeb396ce37e49e4eacf1cc1351> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:03:58"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for codemeta-harvester 0.5.1" ;
    sdo: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

Validation of codemeta-harvester 0.5.1 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Ne5fd48de20a428ca459232b0b5187c45> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:20:00"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for stamd 0.2.0" ;
    sdo: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

Validation of stamd 0.2.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (The metadata does express this currently, but something is wrong in the way it is expressed. Is the type/class valid?)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Ne853a57f825746095348e566f9355f64> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:08:10"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for foliautils 0.23" ;
    sdo: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

Validation of foliautils 0.23 was successful (score=3/5), but there are some warnings which should be addressed:

1. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
2. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
3. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nea4aa359be532d5c8e746761ae7c2c22> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:03:45"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for CMD2RDF 1.0.1" ;
    sdo: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

Validation of CMD2RDF 1.0.1 failed (score 2/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have one (short) description. (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: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (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)
8. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
9. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 2 .

<https://tools.clariah.nl/validation/Nea7fee6519b12b92e466b4dbfb75706b> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:21:28"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Timbuctoo 7.15" ;
    sdo: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

Validation of Timbuctoo 7.15 was successful (score=4/5), but there are some remarks which you may or may not want to address:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 4 .

<https://tools.clariah.nl/validation/Nef2dc9fabbbd4b04d7eacb6ca6e01af6> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:21:50"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for T-Scan 0.10.0" ;
    sdo: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

Validation of T-Scan 0.10.0 was successful (score=3/5), but there are some warnings which should be addressed:

1. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
4. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
5. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nef7d5cde2e752a69784c9d710d14cd50> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:23:16"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for vurmpipe 3.0" ;
    sdo: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

Validation of vurmpipe 3.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
3. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
4. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
5. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
6. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
7. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
8. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nf1f9f4f7ec19baa09bd224aa6853333c> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:06:35"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Electronisch woordenboek van de Gelderse dialecten unknown" ;
    sdo: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

Validation of Electronisch woordenboek van de Gelderse dialecten unknown failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
4. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/Nf4a915cac50df2db764f5177a85a2ca5> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:05:13"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for dane-download-worker 0.9.0" ;
    sdo: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

Validation of dane-download-worker 0.9.0 failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
4. Warning: The producer of the software source code *SHOULD* be expressed (This is missing in the metadata)
5. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
6. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
7. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
8. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
9. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
10. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/Nf675eb50763ffcb01ea15b91399f2739> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:23:02"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for vocabulary-recommender 2.0.0" ;
    sdo: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

Validation of vocabulary-recommender 2.0.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/validation/Nf9138737028a4fee0e5f9a1f497a426d> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:06:39"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for Electronisch woordenboek van de Gelderse dialecten unknown" ;
    sdo: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

Validation of Electronisch woordenboek van de Gelderse dialecten unknown failed (score 1/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* have a proper README. (This is missing in the metadata)
2. Violation: Software source code *MUST* state its license (This is missing in the metadata)
3. 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)
4. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 1 .

<https://tools.clariah.nl/validation/Nfaf9dd8d5798a32376ecd0e765d4ca45> a sdo:Review ;
    sdo:author <https://tools.clariah.nl/stub/H6a356cba771bd238> ;
    sdo:datePublished "2026-04-05 03:02:24"^^sdo:Date ;
    sdo:name "Automatic software metadata validation report for auchann 0.2.0" ;
    sdo: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

Validation of auchann 0.2.0 was successful (score=3/5), but there are some warnings which should be addressed:

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)
2. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
3. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
4. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
5. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
6. Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)
7. Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)""" ;
    sdo:reviewRating 3 .

<https://tools.clariah.nl/vocabulary-recommender/2.0.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-5d9c2d3401f249de> ;
    sdo:codeRepository "https://github.com/CLARIAH/vocabulary-recommender" ;
    sdo:contributor <https://tools.clariah.nl/stub/H-322f820a41658e50> ;
    sdo:dateCreated "2022-09-05T09:38:34Z+0200"^^sdo:Date ;
    sdo:dateModified "2022-12-23T13:24:13Z+0100"^^sdo:Date ;
    sdo:description "A generic linked data vocabulary recommender library that provides recommendation functions for various backends." ;
    sdo:identifier "vocabulary-recommender" ;
    sdo:keywords "lod",
        "namespace",
        "recommender",
        "vocabulary" ;
    sdo:license <http://spdx.org/licenses/MIT> ;
    sdo:maintainer <https://tools.clariah.nl/person/triply> ;
    sdo:name "vocabulary-recommender" ;
    sdo:producer <https://tools.clariah.nl/org/clariah> ;
    sdo:programmingLanguage "Typescript" ;
    sdo:review <https://tools.clariah.nl/validation/Nf675eb50763ffcb01ea15b91399f2739> ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/cross-fetch-ge-3-1-5>,
        <https://tools.clariah.nl/dependency/execall-ge-3-0-0>,
        <https://tools.clariah.nl/dependency/lodash-ge-4-17-21>,
        <https://tools.clariah.nl/dependency/node-fetch2>,
        <https://tools.clariah.nl/dependency/types-lodash-ge-4-14-186>,
        <https://tools.clariah.nl/dependency/types-node-fetch-ge-2-6-2>,
        <https://tools.clariah.nl/dependency/types-node-ge-14-18-27>,
        <https://tools.clariah.nl/dependency/types-yargs-ge-17-0-12>,
        <https://tools.clariah.nl/dependency/typescript>,
        <https://tools.clariah.nl/dependency/vocabulary-recommender-ge-1-0-7>,
        <https://tools.clariah.nl/dependency/yargs-ge-17-5-1> ;
    sdo:url "https://github.com/CLARIAH/vocabulary-recommender#readme" ;
    sdo:version "2.0.0" ;
    owl:sameAs <https://tools.clariah.nl/vocabulary-recommender.contributors/snapshot>,
        <https://tools.clariah.nl/vocabulary-recommender.topcontributor/snapshot>,
        <https://tools.clariah.nl/vocabulary-recommender/2.0.0>,
        <https://tools.clariah.nl/vocabulary-recommender/snapshot> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/stub/H-3bf0cbb298dbf31a> ;
    codemeta:issueTracker <https://github.com/CLARIAH/vocabulary-recommender/issues> ;
    codemeta:readme <https://github.com/CLARIAH/vocabulary-recommender/blob/main//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:22:50 UTC 2026)

[harvester info] --> Processing vocabulary-recommender (https://github.com/CLARIAH/vocabulary-recommender) [Sun Apr  5 03:22:50 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/CLARIAH/vocabulary-recommender...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'main'

[harvester info] Git reference: main

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/vocabulary-recommender for harvestable resources...

[harvester info] found package.json (NodeJS) for vocabulary-recommender, converting to codemeta

[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 Jana Grimm <jana.grimm@triply.cc> 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: 2022-09-05T09:38:34Z+0200, date modified: 2022-12-23T13:24:13Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/CLARIAH/vocabulary-recommender)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[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] 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 "vocabulary-recommender" --codeRepository "https://github.com/CLARIAH/vocabulary-recommender" --validate /etc/software.ttl --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/vocabulary-recommender.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.vocabulary-recommender.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.vocabulary-recommender.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.vocabulary-recommender.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.vocabulary-recommender.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.vocabulary-recommender.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.vocabulary-recommender.codemeta.json /tmp/codemeta-harvester.cache//tmp/22-npm.vocabulary-recommender.codemeta.json 

-- begin log --

Passed 7 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.vocabulary-recommender.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.vocabulary-recommender.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.vocabulary-recommender.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.vocabulary-recommender.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.vocabulary-recommender.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.vocabulary-recommender.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/22-npm.vocabulary-recommender.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/vocabulary-recommender

Processing source #1 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.vocabulary-recommender.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] processed 1 new triples, total is now 2

Processing source #2 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.vocabulary-recommender.codemeta.json

    Found main resource with URI https://tools.clariah.nl/vocabulary-recommender.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] processed 8 new triples, total is now 9

Processing source #3 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.vocabulary-recommender.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] processed 1 new triples, total is now 10

Processing source #4 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.vocabulary-recommender.codemeta.json

    Found main resource with URI https://tools.clariah.nl/vocabulary-recommender/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] processed 10 new triples, total is now 19

Processing source #5 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.vocabulary-recommender.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] overriding old http://schema.org/dateCreated (2022-09-09T15:12:06Z -> 2022-09-05T09:38:34Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] overriding old http://schema.org/dateModified (2022-12-23T12:24:18Z -> 2022-12-23T13:24:13Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] processed 2 new triples, total is now 19

Processing source #6 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.vocabulary-recommender.codemeta.json

    Found main resource with URI https://tools.clariah.nl/vocabulary-recommender.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] processed 32 new triples, total is now 46

Processing source #7 of 7

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/22-npm.vocabulary-recommender.codemeta.json

    Found main resource with URI https://tools.clariah.nl/vocabulary-recommender/2.0.0

    Injected (possibly temporary) URI https://tools.clariah.nl/vocabulary-recommender

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H341c764f1fb4fa09 -> https://tools.clariah.nl/stub/H217775dc2d0e7ece)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] overriding old http://schema.org/codeRepository (https://github.com/CLARIAH/vocabulary-recommender -> git+https://github.com/CLARIAH/vocabulary-recommender.git)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] overriding old http://schema.org/contributor (https://tools.clariah.nl/stub/H67baba042dae814e -> https://tools.clariah.nl/stub/H22215ac494400c36)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vocabulary-recommender)] processed 102 new triples, total is now 127

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/vocabulary-recommender -> https://tools.clariah.nl/vocabulary-recommender/2.0.0

[CODEMETA VALIDATION (vocabulary-recommender)] done

[CODEMETA ENRICHMENT (vocabulary-recommender)] Guessing interface type https://w3id.org/software-types#SoftwareLibrary based on clues

[CODEMETA ENRICHMENT (vocabulary-recommender)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/vocabulary-recommender/2.0.0 #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)

VALIDATION https://tools.clariah.nl/vocabulary-recommender/2.0.0 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender/2.0.0 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender/2.0.0 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender/2.0.0 #5: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender/2.0.0 #6: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vocabulary-recommender/2.0.0 #7: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/vocabulary-recommender.codemeta.json

[harvester info] <-- Finished processing vocabulary-recommender (https://github.com/CLARIAH/vocabulary-recommender) [Sun Apr  5 03:23:02 UTC 2026]
""" .

<https://tools.clariah.nl/vurmpipe/3.0> a sdo:SoftwareSourceCode ;
    sdo:author <https://tools.clariah.nl/stub/H-2d528b34f8ab4b1d> ;
    sdo:codeRepository "https://github.com/cltl/vu-rm-pip3" ;
    sdo:contributor <https://tools.clariah.nl/stub/H0814f136af514792> ;
    sdo:dateCreated "2018-07-25T11:44:47Z+0200"^^sdo:Date ;
    sdo:dateModified "2019-03-24T22:55:06Z+0100"^^sdo:Date ;
    sdo:description "VU Reading Machine Pipeline" ;
    sdo:downloadUrl "https://github.com/cltl/vu-rm-pip3/archive/refs/tags/v3.0.zip" ;
    sdo:identifier "vurmpipe" ;
    sdo:license <http://spdx.org/licenses/Apache-2.0> ;
    sdo:maintainer <https://tools.clariah.nl/person/sophie-arnoult> ;
    sdo:name "vurmpipe" ;
    sdo:producer <https://tools.clariah.nl/org/computational-linguistics-and-text-mining-lab> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/cltl/vu-rm-pip3/releases/tag/v3.0" ;
    sdo:review <https://tools.clariah.nl/validation/Nef7d5cde2e752a69784c9d710d14cd50> ;
    sdo:runtimePlatform "Python 3" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/kafnafparserpy>,
        <https://tools.clariah.nl/dependency/lxml>,
        <https://tools.clariah.nl/dependency/pyyaml>,
        <https://tools.clariah.nl/dependency/requests>,
        <https://tools.clariah.nl/dependency/six> ;
    sdo:url "https://github.com/cltl/vu-rm-pip3" ;
    sdo:version "3.0" ;
    owl:sameAs <https://tools.clariah.nl/vu-rm-pip3/snapshot>,
        <https://tools.clariah.nl/vurmpipe.contributors/snapshot>,
        <https://tools.clariah.nl/vurmpipe.topcontributor/snapshot>,
        <https://tools.clariah.nl/vurmpipe/3.0> ;
    codemeta:developmentStatus <https://www.repostatus.org/#inactive> ;
    codemeta:issueTracker <https://github.com/cltl/vu-rm-pip3/issues> ;
    codemeta:readme <https://github.com/cltl/vu-rm-pip3/blob/v3.0//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:23:03 UTC 2026)

[harvester info] --> Processing vurmpipe (https://github.com/cltl/vu-rm-pip3) [Sun Apr  5 03:23:03 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/cltl/vu-rm-pip3...

[harvester info] Found release v3.0

[harvester info] Using 'v3.0'

[harvester info] Git reference: v3.0

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/vurmpipe for harvestable resources...

[harvester info] found python setup for vurmpipe, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license Apache-2.0

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Sophie Arnoult <sophie.arnoult@posteo.net> 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: 2018-07-25T11:44:47Z+0200, date modified: 2019-03-24T22:55:06Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/cltl/vu-rm-pip3)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v3.0) 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] 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 "vurmpipe" --codeRepository "https://github.com/cltl/vu-rm-pip3" --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/vurmpipe.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.vurmpipe.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.vurmpipe.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.vurmpipe.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.vurmpipe.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.vurmpipe.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.vurmpipe.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.vurmpipe.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.vurmpipe.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.vurmpipe.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.vurmpipe.codemeta.json 

-- begin log --

Passed 10 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.vurmpipe.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.vurmpipe.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.vurmpipe.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.vurmpipe.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.vurmpipe.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.vurmpipe.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.vurmpipe.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.vurmpipe.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.vurmpipe.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.vurmpipe.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/vurmpipe

Processing source #1 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.vurmpipe.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vurmpipe

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] processed 1 new triples, total is now 2

Processing source #2 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.vurmpipe.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vurmpipe

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] processed 1 new triples, total is now 3

Processing source #3 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.vurmpipe.codemeta.json

    Found main resource with URI https://tools.clariah.nl/vurmpipe.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/vurmpipe

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] processed 8 new triples, total is now 10

Processing source #4 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.vurmpipe.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vurmpipe

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] processed 2 new triples, total is now 12

Processing source #5 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.vurmpipe.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vurmpipe

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] processed 1 new triples, total is now 13

Processing source #6 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.vurmpipe.codemeta.json

    Found main resource with URI https://tools.clariah.nl/vu-rm-pip3/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/vurmpipe

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] processed 14 new triples, total is now 26

Processing source #7 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.vurmpipe.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vurmpipe

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] overriding old http://schema.org/dateCreated (2018-07-25T09:45:07Z -> 2018-07-25T11:44:47Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] overriding old http://schema.org/dateModified (2023-05-22T21:55:12Z -> 2019-03-24T22:55:06Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] processed 2 new triples, total is now 26

Processing source #8 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.vurmpipe.codemeta.json

    Found main resource with URI https://tools.clariah.nl/vurmpipe.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/vurmpipe

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] processed 20 new triples, total is now 41

Processing source #9 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.vurmpipe.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/vurmpipe

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] overriding old http://schema.org/license (http://spdx.org/licenses/Apache-2.0 -> Apache-2.0)

[CODEMETA CORRECTION (https://tools.clariah.nl/vurmpipe)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/vurmpipe)] processed 1 new triples, total is now 41

Processing source #10 of 10

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.vurmpipe.codemeta.json

    Found main resource with URI https://tools.clariah.nl/vurmpipe/3.0

    Injected (possibly temporary) URI https://tools.clariah.nl/vurmpipe

[CODEMETA COMPOSITION (vurmpipe)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-4395b37ec215644a -> https://tools.clariah.nl/stub/H-48db347e2d3ad202)

[CODEMETA COMPOSITION (vurmpipe)] overriding old http://schema.org/description (Dutch NewsReader pipeline  -> VU Reading Machine Pipeline)

[CODEMETA COMPOSITION (vurmpipe)] overriding old http://schema.org/name (vu-rm-pip3 -> vurmpipe)

[CODEMETA COMPOSITION (vurmpipe)] overriding old http://schema.org/version (v3.0 -> 3.0)

[CODEMETA COMPOSITION (vurmpipe)] processed 40 new triples, total is now 72

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/vurmpipe -> https://tools.clariah.nl/vurmpipe/3.0

[CODEMETA VALIDATION (vurmpipe)] done

[CODEMETA ENRICHMENT (vurmpipe)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (vurmpipe)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/vurmpipe/3.0 #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)

VALIDATION https://tools.clariah.nl/vurmpipe/3.0 #2: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vurmpipe/3.0 #3: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vurmpipe/3.0 #4: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vurmpipe/3.0 #5: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vurmpipe/3.0 #6: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vurmpipe/3.0 #7: Info: A research domain *SHOULD* be expressed as a category using the NWO Research Fields vocabulary, if applicable (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/vurmpipe/3.0 #8: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/vurmpipe.codemeta.json

[harvester info] <-- Finished processing vurmpipe (https://github.com/cltl/vu-rm-pip3) [Sun Apr  5 03:23:16 UTC 2026]
""" .

<https://tools.clariah.nl/wandexer/1.1.3> a sdo:SoftwareSourceCode ;
    sdo:applicationCategory "Scientific/Engineering > Information Analysis" ;
    sdo:applicationSuite "AnnoRepo" ;
    sdo:audience <https://tools.clariah.nl/audience/developers> ;
    sdo:author <https://tools.clariah.nl/stub/H-416ad0c5c88f78be> ;
    sdo:codeRepository "https://github.com/knaw-huc/wandexer" ;
    sdo:contributor <https://tools.clariah.nl/stub/H3bd0414a8a4d74b6> ;
    sdo:dateCreated "2025-01-22T15:00:10Z+0100"^^sdo:Date ;
    sdo:dateModified "2026-03-09T15:18:02Z+0100"^^sdo:Date ;
    sdo:description "\"index annorepo container to elastic index\"" ;
    sdo:downloadUrl "https://github.com/knaw-huc/wandexer/archive/refs/tags/v1.1.3.zip" ;
    sdo:identifier "wandexer" ;
    sdo:keywords "text" ;
    sdo:license <http://spdx.org/licenses/GPL-3.0-only> ;
    sdo:maintainer <https://tools.clariah.nl/person/hayco-de-jong> ;
    sdo:name "wandexer" ;
    sdo:operatingSystem "POSIX > Linux" ;
    sdo:producer <https://tools.clariah.nl/org/knaw-humanities-cluster> ;
    sdo:programmingLanguage "Python" ;
    sdo:releaseNotes "https://github.com/knaw-huc/wandexer/releases/tag/v1.1.3" ;
    sdo:review <https://tools.clariah.nl/validation/N2a9915532ccd9c2dc3b06b48ab1adaa4> ;
    sdo:runtimePlatform "Python 3",
        "Python 3 Only",
        "Python Implementation CPython" ;
    sdo:softwareRequirements <https://tools.clariah.nl/dependency/annorepo-client>,
        <https://tools.clariah.nl/dependency/elasticsearch>,
        <https://tools.clariah.nl/dependency/loguru>,
        <https://tools.clariah.nl/dependency/pyyaml>,
        <https://tools.clariah.nl/dependency/requests>,
        <https://tools.clariah.nl/dependency/wheel> ;
    sdo:url "https://github.com/knaw-huc/peen-indexer" ;
    sdo:version "1.1.3" ;
    owl:sameAs <https://tools.clariah.nl/wandexer.contributors/snapshot>,
        <https://tools.clariah.nl/wandexer.topcontributor/snapshot>,
        <https://tools.clariah.nl/wandexer/1.1.3>,
        <https://tools.clariah.nl/wandexer/snapshot> ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage3Experimental>,
        <https://www.repostatus.org/#wip> ;
    codemeta:isSourceCodeOf <https://tools.clariah.nl/commandlineapplication/wandexer/1.1.3> ;
    codemeta:issueTracker <https://github.com/knaw-huc/wandexer/issues> ;
    codemeta:readme <https://github.com/knaw-huc/wandexer/blob/v1.1.3//README.md> ;
    ns1:errors 0 ;
    ns1:log """(log file starts at Sun Apr  5 03:23:16 UTC 2026)

[harvester info] --> Processing wandexer (https://github.com/knaw-huc/wandexer) [Sun Apr  5 03:23:16 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/knaw-huc/wandexer...

[harvester info] Found release v1.1.3

[harvester info] Using 'v1.1.3'

[harvester info] Git reference: v1.1.3

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/wandexer for harvestable resources...

[harvester info] found python setup for wandexer, converting to codemeta

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor HDJ <hayco.de.jong@di.huc.knaw.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: 2025-01-22T15:00:10Z+0100, date modified: 2026-03-09T15:18:02Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/knaw-huc/wandexer)

[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] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Falling back to git tag (v1.1.3) 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/#active

[harvester info] Looking for repostatus information in README.md in master branch...

[harvester info] Setting group AnnoRepo

[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 "wandexer" --codeRepository "https://github.com/knaw-huc/wandexer" --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/wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-version.wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/43-releasenotes.wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/20-python.wandexer.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.wandexer.codemeta.json 

-- begin log --

Passed 11 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-version.wandexer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/99-repostatus.wandexer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.wandexer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/43-releasenotes.wandexer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.wandexer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.wandexer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.wandexer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.wandexer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.wandexer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/20-python.wandexer.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.wandexer.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/wandexer

Processing source #1 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-version.wandexer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] processed 1 new triples, total is now 2

Processing source #2 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.wandexer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] processed 1 new triples, total is now 3

Processing source #3 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.wandexer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/wandexer.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] processed 8 new triples, total is now 10

Processing source #4 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/43-releasenotes.wandexer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] processed 2 new triples, total is now 12

Processing source #5 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.wandexer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] processed 1 new triples, total is now 13

Processing source #6 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.wandexer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/wandexer/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] processed 13 new triples, total is now 25

Processing source #7 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.wandexer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] overriding old http://schema.org/dateCreated (2025-04-15T11:05:55Z -> 2025-01-22T15:00:10Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] overriding old http://schema.org/dateModified (2026-03-09T16:31:15Z -> 2026-03-09T15:18:02Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] processed 2 new triples, total is now 25

Processing source #8 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.wandexer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/wandexer.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] processed 26 new triples, total is now 46

Processing source #9 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.wandexer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/wandexer)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/wandexer)] processed 1 new triples, total is now 46

Processing source #10 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/20-python.wandexer.codemeta.json

    Found main resource with URI https://tools.clariah.nl/wandexer/1.1.3

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (wandexer)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-3a3a79cb08d96397 -> https://tools.clariah.nl/stub/H-6aa62c9ef9a5169f)

[CODEMETA COMPOSITION (wandexer)] overriding old http://schema.org/codeRepository (https://github.com/knaw-huc/wandexer -> https://github.com/knaw-huc/peen-indexer)

[CODEMETA COMPOSITION (wandexer)] overriding old http://schema.org/description (Indexer for W3C Web Annotations as produced by AnnoRepo -> "index annorepo container to elastic index")

[CODEMETA COMPOSITION (wandexer)] overriding old https://codemeta.github.io/terms/developmentStatus (https://www.repostatus.org/#active -> https://www.repostatus.org/#wip)

[CODEMETA COMPOSITION (wandexer)] overriding old http://schema.org/version (v1.1.3 -> 1.1.3)

[CODEMETA COMPOSITION (wandexer)] processed 76 new triples, total is now 113

Processing source #11 of 11

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.wandexer.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/wandexer

[CODEMETA COMPOSITION (wandexer)] processed 1 new triples, total is now 114

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/wandexer -> https://tools.clariah.nl/wandexer/1.1.3

[CODEMETA VALIDATION (wandexer)] done

[CODEMETA ENRICHMENT (wandexer)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (wandexer)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (wandexer)] automatically adding programmingLanguage Python derived from runtimePlatform Python

[CODEMETA ENRICHMENT (wandexer)] considering first author as maintainer

VALIDATION https://tools.clariah.nl/wandexer/1.1.3 #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)

VALIDATION https://tools.clariah.nl/wandexer/1.1.3 #2: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/wandexer/1.1.3 #3: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/wandexer/1.1.3 #4: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/wandexer/1.1.3 #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)

VALIDATION https://tools.clariah.nl/wandexer/1.1.3 #6: Info: A research activity *SHOULD* be expressed as a category using the TaDiRaH vocabulary (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/wandexer.codemeta.json

[harvester info] <-- Finished processing wandexer (https://github.com/knaw-huc/wandexer) [Sun Apr  5 03:23:31 UTC 2026]
""" .

<https://tools.clariah.nl/webapplication/N19c359d8950bf7d6dd2cf4a59cdce576> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H-25568b5060565908> ;
    sdo:description "This webservice uses automatic speech recognition to provide the transcriptions of recordings spoken in Dutch. You can upload and process only one file per project. For bulk processing and other questions, please contact Henk van den Heuvel at h.vandenheuvel@let.ru.nl." ;
    sdo:name "Automatic Transcription of Dutch Speech Recordings" ;
    sdo:provider <https://tools.clariah.nl/stub/H3d4bf64be63a2ebd> ;
    sdo:url "https://webservices.cls.ru.nl/asr_nl" ;
    sdo:version "0.6.1" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-38a49e03d25559fe>,
        <https://tools.clariah.nl/stub/H-59e26e8c738bf0ee>,
        <https://tools.clariah.nl/stub/H05a5db507bcc9086>,
        <https://tools.clariah.nl/stub/H35730c622e19bc8e>,
        <https://tools.clariah.nl/stub/H510a80267cbd66c0>,
        <https://tools.clariah.nl/stub/H5fd1009d2d380056> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-171394f1da0650db>,
        <https://tools.clariah.nl/stub/H-233f4eea9f21dda>,
        <https://tools.clariah.nl/stub/H-79384bae9ac94b6f>,
        <https://tools.clariah.nl/stub/H26241c7807560f86>,
        <https://tools.clariah.nl/stub/H4a88440d3a2f1fd2> .

<https://tools.clariah.nl/webapplication/N233298a0fac88cd1026ecd57e952d1df> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H-71d020dc2ac24f53> ;
    sdo:description "GLEM is a lemmatizer for Ancient Greek." ;
    sdo:name "Glem" ;
    sdo:provider <https://tools.clariah.nl/stub/H-656bd96dbd0fbfcb> ;
    sdo:url "https://webservices.cls.ru.nl/glem" ;
    sdo:version "1.3.1" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H5b76b67b0034ccdb> ;
    iodata:producesData <https://tools.clariah.nl/stub/H4a88440d3a2f1fd2>,
        <https://tools.clariah.nl/stub/H4a962506e5a79614> .

<https://tools.clariah.nl/webapplication/N3005da89a4af7defc8a0fb8f81a6f6e1> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H-14596af9a6679e75> ;
    sdo:description "Forced Alignment of text and audio files" ;
    sdo:name "ForcedAlignment2" ;
    sdo:url "https://webservices.cls.ru.nl/forcedalignment2" ;
    sdo:version "0.3.1" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-8b0acce19de4671>,
        <https://tools.clariah.nl/stub/H-a2a4c60a1a4dcb6>,
        <https://tools.clariah.nl/stub/H477a7353b4430979> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-243a67c5221d67cb>,
        <https://tools.clariah.nl/stub/H4a88440d3a2f1fd2> .

<https://tools.clariah.nl/webapplication/N51d3d408d39be33995afc644b15f1320> a sdo:WebSite ;
    sdo:description "The ODISSEI code library contains a collection of scripts detailing data processing and analysis steps of projects using LISS panel data, CBS (Statistics Netherlands) microdata and Port software. Some of the projects receive funding via ODISSEI." ;
    sdo:headline "Home" ;
    sdo:name "The ODISSEI Code Library" ;
    sdo:url "https://odissei-data.github.io/ODISSEI-code-library/" .

<https://tools.clariah.nl/webapplication/N8dacd94533806edb53c157a42130e59d> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H7a8a585b11a61983> ;
    sdo: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." ;
    sdo:license "" ;
    sdo:name "Alpino Webservice" ;
    sdo:provider <https://tools.clariah.nl/stub/H1e57f26cbf4ac06a> ;
    sdo:url "https://webservices.cls.ru.nl/alpino" ;
    sdo:version "2.4.1" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H1486b54e1cdc218a>,
        <https://tools.clariah.nl/stub/H27f5a8c5dc93c985> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-28d96c73dcc620e4>,
        <https://tools.clariah.nl/stub/H2d4c8b58bc6b5384>,
        <https://tools.clariah.nl/stub/H4a88440d3a2f1fd2>,
        <https://tools.clariah.nl/stub/H50b233368b67aee2> .

<https://tools.clariah.nl/webapplication/N9dd59d99fffb7e259528b837d9e64897> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H-33c222025e00a6f5> ;
    sdo:description "Ucto is a unicode-compliant tokeniser. It takes input in the form of one or more untokenised texts, and subsequently tokenises them. Several languages are supported, but the software is extensible to other languages." ;
    sdo:license "" ;
    sdo:name "Ucto Webservice" ;
    sdo:provider <https://tools.clariah.nl/stub/H3c14a78532affed2> ;
    sdo:url "https://webservices.cls.ru.nl/ucto" ;
    sdo:version "2.5.2" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H41eb9abc1245af87> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-287e6c9f924ed4f6>,
        <https://tools.clariah.nl/stub/H-76163e1256344ff4>,
        <https://tools.clariah.nl/stub/H2c6a6571b3089f42>,
        <https://tools.clariah.nl/stub/H4a88440d3a2f1fd2> .

<https://tools.clariah.nl/webapplication/Na072312f2bbc20ee6a19504abae8f3a9> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H189d446bdf9d5237> ;
    sdo:description "An Automatic Speech Recognition Service for a variety of languages, powered by WhisperX" ;
    sdo:name "Automatic Speech Recognition Service" ;
    sdo:url "https://webservices2.cls.ru.nl/asrservice" ;
    sdo:version "0.3.1" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H06df7bf1275894cb>,
        <https://tools.clariah.nl/stub/H140c75d11ac1fe25>,
        <https://tools.clariah.nl/stub/H21310ed0cd529ff4>,
        <https://tools.clariah.nl/stub/H25aaa996100218fb> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-1c7a41b4ce1d0907>,
        <https://tools.clariah.nl/stub/H16b6372f259dd32c>,
        <https://tools.clariah.nl/stub/H16c7712632876e34>,
        <https://tools.clariah.nl/stub/H26058476574f1036>,
        <https://tools.clariah.nl/stub/H3a133c2e1ff4e97c>,
        <https://tools.clariah.nl/stub/H4a88440d3a2f1fd2>,
        <https://tools.clariah.nl/stub/H4c9856bb565d867b>,
        <https://tools.clariah.nl/stub/H5b963d88925ae185> .

<https://tools.clariah.nl/webapplication/Na522d1144cc79c0bb97b4ebee894f3ca> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H-5bf5fd2fe129525d> ;
    sdo:description "Piereling can convert a wide variety of document formats to FoLiA XML, and from FoLiA XML to various formats. Data conversions such as these provide the groundwork for Natural Language Processing pipelines. It relies on numerous specialised conversion tools in combination with notable third-party tools such as pandoc." ;
    sdo:license "" ;
    sdo:name "Piereling" ;
    sdo:provider <https://tools.clariah.nl/stub/H3d4bf64be63a2ebd> ;
    sdo:url "https://webservices.cls.ru.nl/piereling" ;
    sdo:version "0.4" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-13e72ed5f40de5a6>,
        <https://tools.clariah.nl/stub/H-19e50e985cafc03>,
        <https://tools.clariah.nl/stub/H-22e84918fdb9b8c1>,
        <https://tools.clariah.nl/stub/H-3736b786e1389719>,
        <https://tools.clariah.nl/stub/H-3e0c7d963cb85369>,
        <https://tools.clariah.nl/stub/H-3e1878ae34e6c11a>,
        <https://tools.clariah.nl/stub/H-403ae84f8fd156a2>,
        <https://tools.clariah.nl/stub/H-4511ae773240caba>,
        <https://tools.clariah.nl/stub/H-5cbd5480fe3c6071>,
        <https://tools.clariah.nl/stub/H-70e2eee22ba5c69c>,
        <https://tools.clariah.nl/stub/H-7a34a007a6b6b2ce>,
        <https://tools.clariah.nl/stub/H-ce29190b1c36701>,
        <https://tools.clariah.nl/stub/H0e3f353e4fe64790>,
        <https://tools.clariah.nl/stub/H3c6e906bf373437f>,
        <https://tools.clariah.nl/stub/H4ff36b505602716d>,
        <https://tools.clariah.nl/stub/H5f0b6a0353a52ca7>,
        <https://tools.clariah.nl/stub/H68b36af9d3e59eb9>,
        <https://tools.clariah.nl/stub/H6aa80c3e570736bd>,
        <https://tools.clariah.nl/stub/H6d9ffb2f620cf018>,
        <https://tools.clariah.nl/stub/H76b176684d220729> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-225ebe5e819bb81f>,
        <https://tools.clariah.nl/stub/H-302f1dd7eebb2040>,
        <https://tools.clariah.nl/stub/H-3ff1b83e0e00b078>,
        <https://tools.clariah.nl/stub/H-40644f972c53e032>,
        <https://tools.clariah.nl/stub/H-5a0cc58907032195>,
        <https://tools.clariah.nl/stub/H-5aa17a7845189b02>,
        <https://tools.clariah.nl/stub/H-5db0d8941482d061>,
        <https://tools.clariah.nl/stub/H-5f51719277c79aa8>,
        <https://tools.clariah.nl/stub/H-659e1daf00cef162>,
        <https://tools.clariah.nl/stub/H-8cf0eb23e5414e7>,
        <https://tools.clariah.nl/stub/H-a0d6427d7912464>,
        <https://tools.clariah.nl/stub/H057df6506ff28c67>,
        <https://tools.clariah.nl/stub/H080f9aecd25f72f6>,
        <https://tools.clariah.nl/stub/H1d8265ed52deb6df>,
        <https://tools.clariah.nl/stub/H314ebfc3490aeb0d>,
        <https://tools.clariah.nl/stub/H37835fc5f036c5a7>,
        <https://tools.clariah.nl/stub/H48b27148aa3a01cc>,
        <https://tools.clariah.nl/stub/H4a88440d3a2f1fd2>,
        <https://tools.clariah.nl/stub/H67a4a1a0d0c4b270>,
        <https://tools.clariah.nl/stub/H761fdeb9be592c2f> .

<https://tools.clariah.nl/webapplication/Nac6362610b9e767c44b0cbb59b2fa2b6> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H-40ee5924c8e7080c> ;
    sdo:description "Grapheme to Phoneme (G2P) conversion. Input is a list of words (utf-8, one word per line). The G2P will output the best guess for the phonetic transcription per word. The system is trained on existing dictionaries. Please choose a language option. The system is a demo-version --- please refer to CLST for using G2P for long word lists." ;
    sdo:name "Grapheme to Phoneme converter" ;
    sdo:url "https://webservices.cls.ru.nl/g2pservice" ;
    sdo:version "0.3.4" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-8b2c6d670e212b8> ;
    iodata:producesData <https://tools.clariah.nl/stub/H30d503d23fcc48e2>,
        <https://tools.clariah.nl/stub/H4a88440d3a2f1fd2> .

<https://tools.clariah.nl/webapplication/Nc0e2e56564b4d05e2db7697500996573> a sdo:WebPage ;
    sdo:mainEntity <https://kg.odissei.nl/odissei/odissei-kg> ;
    sdo:speakable <https://tools.clariah.nl/stub/H4fc4f4952c061858> ;
    sdo:url "https://kg.odissei.nl/odissei/odissei-kg" .

<https://tools.clariah.nl/webapplication/Nc8390e7fdd3742a4082ba28d2a857ca6> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H-7832b2e1b7f8789b> ;
    sdo:description "Frog is a suite containing a tokeniser, Part-of-Speech tagger, lemmatiser, morphological analyser, shallow parser, and dependency parser for Dutch." ;
    sdo:license "" ;
    sdo:name "Frog Webservice" ;
    sdo:provider <https://tools.clariah.nl/stub/H3c14a78532affed2> ;
    sdo:url "https://webservices.cls.ru.nl/frog" ;
    sdo:version "2.7" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-236c18b4fd9f76ac>,
        <https://tools.clariah.nl/stub/H41eb9abc1245af87> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-4b9c28cb14b84a7c>,
        <https://tools.clariah.nl/stub/H3be1854036d01cc8>,
        <https://tools.clariah.nl/stub/H4a88440d3a2f1fd2> .

<https://tools.clariah.nl/webapplication/Nda1ea825a1844f587c0cf169c5675667> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H745a80070b4dbe4a> ;
    sdo:description "T-Scan is an analysis tool for Dutch text, mainly focusing on text complexity. It has been initially conceptualized by Rogier Kraf and Henk Pander Maat. Rogier Kraf also programmed the first versions. From 2012 on, Henk Pander Maat supervised the development of the extended versions of the tool. These versions were programmed by Maarten van Gompel, Ko van der Sloot, Martijn van der Klis, Sheean Spoel and Luka van der Plas." ;
    sdo:license "" ;
    sdo:name "T-scan" ;
    sdo:provider <https://tools.clariah.nl/stub/H4e207f8b99b139c7> ;
    sdo:url "https://tscan.hum.uu.nl/tscan" ;
    iodata:consumesData <https://tools.clariah.nl/stub/H-3a7f2608159869af>,
        <https://tools.clariah.nl/stub/H-764d1b108e03cf58>,
        <https://tools.clariah.nl/stub/H-f78bb5d03c78cf6>,
        <https://tools.clariah.nl/stub/H2f727e6719e0c6ba>,
        <https://tools.clariah.nl/stub/H32e2ef36d5f734b8>,
        <https://tools.clariah.nl/stub/H41c097db83c20b84>,
        <https://tools.clariah.nl/stub/H6441388421fe4f48> ;
    iodata:producesData <https://tools.clariah.nl/stub/H-50c7faec37363890>,
        <https://tools.clariah.nl/stub/H-574c81c7e6eb76c>,
        <https://tools.clariah.nl/stub/H-57f152953897c4ba>,
        <https://tools.clariah.nl/stub/H-5c40722fdfa5e529>,
        <https://tools.clariah.nl/stub/H-5eb08c190dea993d>,
        <https://tools.clariah.nl/stub/H05e7d29c3ec5a775>,
        <https://tools.clariah.nl/stub/H13aec3826dcf77d1>,
        <https://tools.clariah.nl/stub/H3fe8ea4e3b0e74c5>,
        <https://tools.clariah.nl/stub/H45cdd8f4e9d65fab>,
        <https://tools.clariah.nl/stub/H4a7645aa949b4be3>,
        <https://tools.clariah.nl/stub/H4a88440d3a2f1fd2> .

<https://tools.clariah.nl/webapplication/amsterdam-music-lab-experiment> a sdo:WebApplication ;
    sdo:name "Amsterdam Music Lab Experiment" ;
    sdo:url "https://app.amsterdammusiclab.nl/" .

<https://tools.clariah.nl/webapplication/brieven-als-buit-search> a sdo:WebApplication ;
    sdo:description "Brieven als Buit provided by the Dutch Language Institute in Leiden." ;
    sdo:name "Brieven als Buit search" ;
    sdo:url "https://brievenalsbuit.ivdnt.org" .

<https://tools.clariah.nl/webapplication/corpus-hedendaags-nederlands> a sdo:WebApplication ;
    sdo:description "CHN, Corpus Hedendaags Nederlands, provided by the Dutch Language Institute in Leiden." ;
    sdo:name "Corpus Hedendaags Nederlands" ;
    sdo:url "https://chn.ivdnt.org/" .

<https://tools.clariah.nl/webapplication/e-wald> a sdo:WebApplication ;
    sdo:name "e-WALD" ;
    sdo:url "https://e-wald.nl/" .

<https://tools.clariah.nl/webapplication/e-wbd> a sdo:WebApplication ;
    sdo:name "e-WBD" ;
    sdo:url "https://e-wbd.nl/" .

<https://tools.clariah.nl/webapplication/e-wgd> a sdo:WebApplication ;
    sdo:name "e-WGD" ;
    sdo:url "https://e-wgd.nl/" .

<https://tools.clariah.nl/webapplication/e-wld> a sdo:WebApplication ;
    sdo:name "e-WLD" ;
    sdo:url "https://e-wld.nl/" .

<https://tools.clariah.nl/webapplication/flat-the-folia-linguistic-annotation-tool> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H39dd387a8ede86bf> ;
    sdo:name "FLAT: the FoLiA Linguistic Annotation Tool" ;
    sdo:url "https://webservices.cls.ru.nl/flat/" .

<https://tools.clariah.nl/webapplication/golden-agents-lenticularlens-org> a sdo:WebApplication ;
    sdo:name "Golden Agents | lenticularlens.org" ;
    sdo:url "https://lenticularlens.org" .

<https://tools.clariah.nl/webapplication/gretel-5> a sdo:WebApplication ;
    sdo:name "GrETEL 5" ;
    sdo:url "https://gretel.hum.uu.nl/ng/home" .

<https://tools.clariah.nl/webapplication/nederlab-onderzoeksportaal> a sdo:WebApplication ;
    sdo:name "nederlab onderzoeksportaal" ;
    sdo:url "https://www.nederlab.nl" .

<https://tools.clariah.nl/webapplication/opensonar> a sdo:WebApplication ;
    sdo:description "OpenSoNaR, provided by the Dutch Language Institute in Leiden." ;
    sdo:name "OpenSoNaR" ;
    sdo:url "https://opensonar.ivdnt.org/" .

<https://tools.clariah.nl/webapplication/ru-cesar> a sdo:WebApplication ;
    sdo:name "RU-Cesar" ;
    sdo:url "https://cesar.science.ru.nl" .

<https://tools.clariah.nl/webapplication/sasta> a sdo:WebApplication ;
    sdo:name "SASTA" ;
    sdo:url "https://sasta.hum.uu.nl" .

<https://tools.clariah.nl/webapplication/service-to-tokenize-lemmatize-pos-tag-and-dependency-parse-using-udpipe> a sdo:WebApplication ;
    sdo:name "Service to tokenize, lemmatize, pos-tag and dependency parse using udpipe" ;
    sdo:url "https://frisian.eu/udpipeservice/" .

<https://tools.clariah.nl/webapplication/shebanq> a sdo:WebApplication ;
    sdo:author <https://tools.clariah.nl/stub/H71bd9acaf87e1c89> ;
    sdo:description """Search engine for biblical Hebrew based on the Biblia Hebraica Stuttgartensia (Amstelodamensis) database (formerly known as ETCBC, historically known as WIVU). 
Do not reply to this email address, it will not be read. 
A contact address can be found on https://github.com/ETCBC/shebanq/wiki""" ;
    sdo:keywords "Annotation",
        "BHS",
        "BHSA",
        "Bible",
        "Biblia Hebraica",
        "Biblia Hebraica Stuttgartensia",
        "Biblia Hebraica Stuttgartensia Amstelodamensis",
        "Data Science",
        "ETCBC",
        "Hebrew",
        "Hebrew Bible Reader",
        "Hebrew Bible Research",
        "Hebrew Bible Search",
        "Hebrew Online Bible",
        "Linguistic Queries",
        "Online Bible Hebrew",
        "Online Hebrew Bible",
        "Query",
        "Text Database",
        "WIVU" ;
    sdo:name "SHEBANQ" ;
    sdo:url "https://shebanq.ancient-data.org" .

<https://tools.clariah.nl/webapplication/textannoviz> a sdo:WebApplication ;
    sdo:name "textannoviz" ;
    sdo:version "0.17.6" .

<https://tools.clariah.nl/webapplication/textcavator> a sdo:WebApplication ;
    sdo:name "Textcavator" ;
    sdo:url "https://ianalyzer.hum.uu.nl/" .

<https://tools.clariah.nl/webapplication/triply-search-ui> a sdo:WebApplication ;
    sdo:name "@triply/search-ui" ;
    sdo:version "1.0.0" .

<https://ucto.readthedocs.io> a sdo:WebSite ;
    sdo:name "Ucto documentation" ;
    sdo:url "https://ucto.readthedocs.io" .

<https://vocabs.dariah.eu/tadirah/abstractThinking> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:43.064062+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.030548+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/theorizing> ;
    skos:definition "Wikidata contributors, \"Q25501084,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q25501084&oldid=1231655399 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Abstract Thinking"@en .

<https://vocabs.dariah.eu/tadirah/academicPublishing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:43.514865+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.017000+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/publishing> ;
    skos:definition "subfield of publishing which distributes academic research and scholarship (Wikidata contributors, \"Q5246046,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q5246046&oldid=1266348457 (accessed September 4, 2020)."@en,
        "学術的調査や研究を流通させる、出版の下位領域。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Academic Publishing"@en,
        "学術出版"@ja .

<https://vocabs.dariah.eu/tadirah/adding> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:43.601564+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.065126+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/editing> ;
    skos:definition "arithmetic operation (Wikidata contributors, \"Q32043,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q32043&oldid=1268649023 (accessed September 4, 2020)."@en,
        "数学的演算。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Adding"@en,
        "加法"@ja .

<https://vocabs.dariah.eu/tadirah/aggregating> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:43.696213+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:22.659011+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/gathering> ;
    skos:definition "act of collecting together physical or conceptual objects (Wikidata contributors, \"Q23007394,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q23007394&oldid=1210318642 (accessed September 4, 2020)."@en,
        "物理的あるいは概念的対象を共に収集する行為。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Aggregating"@en,
        "集積"@ja .

<https://vocabs.dariah.eu/tadirah/associate> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.059325+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.604370+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/contextualizing> ;
    skos:definition "Wikidata contributors, \"Q2868277,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q2868277&oldid=1256900973 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Associate"@en .

<https://vocabs.dariah.eu/tadirah/associating> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.140744+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.488136+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/annotating> ;
    skos:definition "Wikidata contributors, \"Q98847960,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847960&oldid=1270669574 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Associating"@en .

<https://vocabs.dariah.eu/tadirah/audioAnnotation> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.224294+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.548721+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/annotating> ;
    skos:definition "Wikidata contributors, \"Q98847703,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847703&oldid=1270667708 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Audio Annotation"@en .

<https://vocabs.dariah.eu/tadirah/audioConferencing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.315501+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:26.062618+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/communicating> ;
    skos:definition "Wikidata contributors, \"Q58199,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q58199&oldid=1228360894 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Audio Conferencing"@en .

<https://vocabs.dariah.eu/tadirah/audioRecording> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.408287+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:23.627613+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/recording> ;
    skos:definition "mechanical or digital record of a series of audio events (Wikidata contributors, \"Q3302947,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q3302947&oldid=1254901544 (accessed September 4, 2020)."@en,
        "一連の音声イベントについての機械的、またはデジタル的なレコーディング。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Audio Recording"@en,
        "録音"@ja .

<https://vocabs.dariah.eu/tadirah/authorshipAttribution> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.498348+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.293438+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "authorship attribution means the theory and method of determining the author of a given piece of work, e.g. a text by appropriate characterization of stylistic and thematic features."@en,
        "著者資格とは、文体や主題の特徴を適切に説明することによって、例えばテキストなどの作品の著者を決定する、理論と手法を意味する。"@ja ;
    skos:prefLabel "Authorship Attribution"@en,
        "著者資格（の確定法）"@ja .

<https://vocabs.dariah.eu/tadirah/bitStreamPreservation> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.588811+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:30.223702+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/preserving> ;
    skos:definition "Wikidata contributors, \"Q98847577,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847577&oldid=1270666738 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Bit Stream Preservation"@en .

<https://vocabs.dariah.eu/tadirah/blogging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.671236+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.076032+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/publishing> ;
    skos:definition "action of writing articles or maintaining a weblog (Wikidata contributors, \"Q21124681,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q21124681&oldid=1262333720 (accessed September 4, 2020)."@en,
        "記事を書く、あるいはweb上の記録を整備する行為。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Blogging"@en,
        "ブログ"@ja .

<https://vocabs.dariah.eu/tadirah/cataloging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.925556+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:22.771179+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/gathering> ;
    skos:definition "process of listing information resources for inclusion in a database (Wikidata contributors, \"Q3535655,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q3535655&oldid=1256785269 (accessed September 4, 2020)."@en,
        "データベースに情報資源を入力するためにリストする作業手順。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Cataloging"@en,
        "カタロギング（目録作成）"@ja .

<https://vocabs.dariah.eu/tadirah/clusterAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.008563+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.382441+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> ;
    skos:definition "task of grouping a set of objects in such a way that objects in the same group (called a cluster) are more similar (in some sense or another) to each other than to those in other groups (clusters) (Wikidata contributors, \"Q622825,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q622825&oldid=1212288392 (accessed July 30, 2020)."@en,
        "一連の対象をグループ化するタスク。その方法は、同じグループにある対象群（クラスタ）が、別のあるグループ（クラスタ）よりも（ある意味で、あるいはもう一つの）に相互により類似している、というものである。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Cluster Analysis"@en,
        "クラスタ分析"@ja .

<https://vocabs.dariah.eu/tadirah/coOccurrence> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.094758+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.647118+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/contextualizing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "co-occurrence indicates the semantic proximity or an idiomatic expression of text corpora, based on the statistical-linguistic frequency of occurrence of at least two terms in a certain order."@en,
        "共起とは、ある順序で二語以上が出現するという統計言語学的頻度に基づく、テキストコーパスにおける意味的な近接性や慣用表現のことを示す。"@ja ;
    skos:prefLabel "Co-Occurrence"@en,
        "共起"@ja .

<https://vocabs.dariah.eu/tadirah/collating> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.277270+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.230406+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/relationalAnalysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "collating describes the activity of comparing two or more versions of written or spoken natural language data by aligning them into alphabetical or numerical order to identify similarities and differences."@en,
        "照合とは、二つ以上の自然言語で書かれたり話されたりしたバージョンを、類似や相違を識別するためにアルファベット順か番号順で並べることによって比較する活動を意味する。"@ja ;
    skos:prefLabel "Collating"@en,
        "照合"@ja .

<https://vocabs.dariah.eu/tadirah/collecting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.373182+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:22.876438+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/gathering> ;
    skos:definition "purposefully gathering items (Wikidata contributors, \"Q208165,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q208165&oldid=1249560517 (accessed September 4, 2020)."@en,
        "アイテムをなんらの目的に沿って集約すること。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Collecting"@en,
        "収集"@ja .

<https://vocabs.dariah.eu/tadirah/collocationAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.464068+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.883293+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/structuralAnalysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "analysis of recurrent co-occurrences of two or more words in language."@en,
        "言語における二つ以上の単語の再帰する共起の分析。"@ja ;
    skos:prefLabel "Collocation Analysis"@en,
        "共起分析"@ja .

<https://vocabs.dariah.eu/tadirah/compiling> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.850278+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.585786+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/converting> ;
    skos:definition "translation of code written in a higher-level programming language to a lower-level form (Wikidata contributors, \"Q56248166,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q56248166&oldid=1230644647 (accessed September 4, 2020)."@en,
        "高水準なプログラミング言語で書かれたコードを低い水準の形式に変換すること。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Compiling"@en,
        "コンパイル"@ja .

<https://vocabs.dariah.eu/tadirah/conceptualizing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.935213+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.087570+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/theorizing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "conceptualizing means the simplification, specification and formalization of an abstract idea, principle or part of the world in mind, speech, text or even in images. This design activity initially focuses on developing a common understanding of projects, topics, objects and elements and their relationship to one another."@en,
        "概念化とは、思考や言葉、テキスト、画像に含まれる抽象的な概念、原則や部分の単純化、明示化、形式化を意味する。この設計的な活動はプロジェクトやトピック、対象や要素、ならびにそれらの関係性に関する共通理解を構築することを主目的とする。"@ja ;
    skos:prefLabel "Conceptualizing"@en,
        "概念化"@ja .

<https://vocabs.dariah.eu/tadirah/concordance> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:46.017802+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.977525+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/structuralAnalysis> ;
    skos:definition "list of words or terms in a published book (Wikidata contributors, \"Q839018,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q839018&oldid=1228232199 (accessed July 30, 2020)."@en,
        "出版された本における単語や術語のリスト。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Concordance"@en,
        "コンコーダンス"@ja .

<https://vocabs.dariah.eu/tadirah/contrastiveAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:46.524933+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.455203+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> ;
    skos:definition "Wikidata contributors, \"Q614959,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q614959&oldid=1118155497 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Contrastive Analysis"@en .

<https://vocabs.dariah.eu/tadirah/correcting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:46.704784+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.123491+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/editing> ;
    skos:definition "Wikidata contributors, \"Q98848041,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98848041&oldid=1270670016 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Correcting"@en .

<https://vocabs.dariah.eu/tadirah/cropping> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:46.890592+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.176430+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/editing> ;
    skos:definition "to remove unwanted outer parts of an image (Wikidata contributors, \"Q785116,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q785116&oldid=1110149634 (accessed September 4, 2020)."@en,
        "画像の不要な外側部分を取り除く。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Cropping"@en,
        "切り抜き"@ja .

<https://vocabs.dariah.eu/tadirah/dataIngestion> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:47.166227+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.428526+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/archiving> ;
    skos:definition "Wikidata contributors, \"Q98847455,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847455&oldid=1270665713 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Data Ingestion"@en .

<https://vocabs.dariah.eu/tadirah/dataMapping> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:47.258408+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.848315+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/modeling> ;
    skos:definition "process of linking data objects in distinct models (Wikidata contributors, \"Q2330408,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q2330408&oldid=1185372641 (accessed September 4, 2020)."@en,
        "異なるモデル間のデータオブジェクト同士をリンクする作業手順。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Data Mapping"@en,
        "データマッピング"@ja .

<https://vocabs.dariah.eu/tadirah/dataMining> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:47.348596+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:22.063511+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/extracting> ;
    skos:definition "process of discovering patterns in large data sets using computational methods at the intersection of statistics, database systems, or machine learning (Wikidata contributors, \"Q172491,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q172491&oldid=1268899513 (accessed September 4, 2020)."@en,
        "大規模なデータセットの中から統計やデータベース、機械学習を組み合わせた計算的手法を用いてパターンを発見する作業手順。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Data Mining"@en,
        "データマイニング"@ja .

<https://vocabs.dariah.eu/tadirah/dataVisualization> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:47.531749+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.153559+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/visualAnalysis> ;
    skos:definition "creation and study of the visual representation of data (Wikidata contributors, \"Q6504956,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q6504956&oldid=1258700005 (accessed September 4, 2020)."@en,
        "データの視覚的な表現の作成と研究。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Data Visualization"@en,
        "\"\"データの視覚化 （データビジュアライゼーション）\"\""@ja .

<https://vocabs.dariah.eu/tadirah/debugging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:47.622335+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.825971+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/dataCleansing> ;
    skos:definition "the process of finding and resolving defects or problems within a computer program that prevent correct operation of computer software or a system (Wikidata contributors, \"Q845566,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q845566&oldid=1240856516 (accessed July 30, 2020)."@en,
        "コンピュータソフトウェアやシステムの正常な動作を阻む、コンピュータプログラム内部の欠陥や問題を、発見して解決する作業手順。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Debugging"@en,
        "デバッグ"@ja .

<https://vocabs.dariah.eu/tadirah/defining> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:47.715752+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.141691+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/theorizing> ;
    skos:definition "statement that attaches a meaning to a term (Wikidata contributors, \"Q101072,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q101072&oldid=1267587775 (accessed September 4, 2020)."@en,
        "ある用語に意味を付ける文。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Defining"@en,
        "定義"@ja .

<https://vocabs.dariah.eu/tadirah/description> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:48.229059+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:30.274169+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/preserving> ;
    skos:definition "text for clarification; one of four rhetorical modes (Wikidata contributors, \"Q1200750,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1200750&oldid=1266102146 (accessed September 5, 2020)."@en,
        "説明のためのテキスト。四つの修辞法のひとつ。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Description"@en,
        "記述"@ja .

<https://vocabs.dariah.eu/tadirah/diagramming> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:48.654805+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.370555+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/designing> ;
    skos:definition "Wikidata contributors, \"Q98845265,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98845265&oldid=1270638355 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Diagramming"@en .

<https://vocabs.dariah.eu/tadirah/digitalObjectIdentifier> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:48.960410+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.533289+00:00"^^xsd:dateTime ;
    skos:altLabel "DOI"@en ;
    skos:broader <https://vocabs.dariah.eu/tadirah/identifying> ;
    skos:definition "character string used as a permanent identifier for a digital object, in a format controlled by the International DOI Foundation (Wikidata contributors, \"Q25670,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q25670&oldid=1280060100 (accessed September 24, 2020)."@en,
        "DOI(Digital Object Identifer, デジタルオブジェクト識別子)財団によって管理されている、デジタルオブジェクトに恒久的な識別子として用いられる文字列。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Digital Object Identifier"@en,
        "DOI (デジタルオブジェクト識別子)"@ja .

<https://vocabs.dariah.eu/tadirah/digitalPublishing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:49.058813+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.131298+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/publishing> ;
    skos:definition "Wikidata contributors, \"Q1224844,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1224844&oldid=573797951 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Digital Publishing"@en .

<https://vocabs.dariah.eu/tadirah/discourseAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:49.143463+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:17.744979+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/contentAnalysis> ;
    skos:definition "generic term for the analysis of social, language policy or historiographical discourse phenomena (Wikidata contributors, \"Q1129466,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1129466&oldid=1269534863 (accessed September 4, 2020)."@en,
        "社会、言語政策や歴史学上の言説現象に関わる分析の総称。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Discourse Analysis"@en,
        "言説分析"@ja .

<https://vocabs.dariah.eu/tadirah/discussing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:49.327903+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.636248+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/collaborating> ;
    skos:definition "Wikidata contributors, \"Q98847226,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847226&oldid=1270663604 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Discussing"@en .

<https://vocabs.dariah.eu/tadirah/distanceMeasures> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:49.921120+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.532425+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> ;
    skos:definition "definitions for distance between two objects or events in the universe (Wikidata contributors, \"Q1344778,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1344778&oldid=1172224550 (accessed July 30, 2020)."@en,
        "世界における二つの物体あるいはイベントの間の距離を示す定義。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Distance Measures"@en,
        "距離尺度"@ja .

<https://vocabs.dariah.eu/tadirah/drawing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:50.010213+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.462822+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/designing> ;
    skos:definition "visual artwork in two-dimensional medium (Wikidata contributors, \"Q93184,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q93184&oldid=1269736568 (accessed September 4, 2020)."@en,
        "二次元メディアの視覚芸術作品。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Drawing"@en,
        "図画"@ja .

<https://vocabs.dariah.eu/tadirah/eMailing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:50.093248+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:26.128638+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/communicating> ;
    skos:definition "Wikidata contributors, \"Q386274,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q386274&oldid=855343099 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "E-mailing"@en .

<https://vocabs.dariah.eu/tadirah/emulation> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:50.473263+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:30.330444+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/preserving> ;
    skos:definition "system that emulates a real system such that the behavior closely resembles the behavior of the real system (Wikidata contributors, \"Q202871,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q202871&oldid=1159572399 (accessed July 30, 2020)."@en,
        "ある現実のシステムを模倣するシステム。それによりそのシステムの動作は模倣されたシステムの動作に極めて類似したものとなる。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Emulation"@en,
        "エミュレーション"@ja .

<https://vocabs.dariah.eu/tadirah/encoding> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:50.784832+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.785764+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/programming> ;
    skos:definition "process of creating a message for transmission (Wikidata contributors, \"Q5375490,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q5375490&oldid=1224419731 (accessed July 30, 2020)."@en,
        "伝達のためにあるメッセージを作り出す作業手順。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Encoding"@en,
        "エンコーディング"@ja .

<https://vocabs.dariah.eu/tadirah/explanation> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:50.973631+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.198533+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/theorizing> ;
    skos:definition "set of statements constructed to describe a set of facts (Wikidata contributors, \"Q7958,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q7958&oldid=1255429522 (accessed September 4, 2020)."@en,
        "一連の事実を記述するために組み立てられた一連の表現。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "説明",
        "Explanation"@en .

<https://vocabs.dariah.eu/tadirah/expressingOpinion> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:51.154047+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.892262+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/commenting> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "expressing opinion refers to the activity of conveying one's feelings and/or thoughts about something to someone in writing or orally. Hereby existing opinions can be agreed or disagreed with, thus stimulating a discourse."@en,
        "意見表明とは、誰かに対して何かについて、感情や考えを文書や口頭で伝える行為を指す。それに伴い、既存の意見は賛同されるか反対されるかすることになり、議論が喚起される。"@ja ;
    skos:prefLabel "Expressing Opinion"@en,
        "意見表明"@ja .

<https://vocabs.dariah.eu/tadirah/finding> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:51.326214+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.885143+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/organizing> ;
    skos:definition "Wikidata contributors, \"Q28195064,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q28195064&oldid=559043572 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Finding"@en .

<https://vocabs.dariah.eu/tadirah/formatting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:51.407475+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.227501+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/editing> ;
    skos:definition "Wikidata contributors, \"Q98848248,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98848248&oldid=1270671201 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Formatting"@en .

<https://vocabs.dariah.eu/tadirah/gamification> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:51.496114+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:26.644029+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/crowdsourcing> ;
    skos:definition "the use of game thinking and game mechanics in non-game contexts to engage users in solving problems (Wikidata contributors, \"Q1067402,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1067402&oldid=1233709490 (accessed July 30, 2020)."@en,
        "ユーザを問題の解決に導くために非ゲーム的な文脈においてゲーム思考やゲーム手順を用いること。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Gamification"@en,
        "ゲーム化"@ja .

<https://vocabs.dariah.eu/tadirah/genreRecognition> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:51.690618+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.599725+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "genre recognition refers to methods and technologies for analyzing pieces of art (e.g. literature, music, film), extracting and classifying features to associate them with different genres automatically or semi-automatically."@en,
        "ジャンル認識は、芸術作品（例：文学、音楽、映画）を、種々のジャンルに自動的、半自動的に関連付けるために分析し、その特徴を抽出、分類するための手法と技術のことを指す。"@ja ;
    skos:prefLabel "Genre Recognition"@en,
        "ジャンル認識"@ja .

<https://vocabs.dariah.eu/tadirah/georeferencing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:51.779377+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.644107+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/spatialAnalysis> ;
    skos:definition "identification of something to locations in physical space (Wikidata contributors, \"Q772007,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q772007&oldid=1240907550 (accessed September 4, 2020)."@en,
        "何かを物理的な空間の位置に合わせて識別すること。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Georeferencing"@en,
        "ジオリファレンス"@ja .

<https://vocabs.dariah.eu/tadirah/graphicsProgramming> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.069511+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.884372+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/programming> ;
    skos:definition "Wikidata contributors, \"Q98845304,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98845304&oldid=1270638847 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Graphics Programming"@en .

<https://vocabs.dariah.eu/tadirah/identifier> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.238342+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.587120+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/identifying> ;
    skos:definition "name that identifies either a unique object or a unique class of objects (Wikidata contributors, \"Q853614,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q853614&oldid=1265951822 (accessed September 4, 2020)."@en,
        "特定のオブジェクトもしくはクラスを識別する名前。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Identifier"@en,
        "識別子"@ja .

<https://vocabs.dariah.eu/tadirah/improving> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.495424+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.886300+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/dataCleansing> ;
    skos:definition "process of a thing moving from one state to another that is considered to be better, usually through some action intended to bring about that better state (Wikidata contributors, \"Q21255975,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q21255975&oldid=1264546813 (accessed September 4, 2020)."@en,
        "ある状態から、より良いと考えられる他の状態へと移行する作業手順。一般的には、その移行はより良い状態にしようという意図を持った行為によってなされる。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Improving"@en,
        "改善"@ja .

<https://vocabs.dariah.eu/tadirah/informationMining> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.656216+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:22.167363+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/extracting> ;
    skos:definition "Wikidata contributors, \"Q98847165,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847165&oldid=1270662707 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Information Mining"@en .

<https://vocabs.dariah.eu/tadirah/instantMessaging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.808163+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:26.190394+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/communicating> ;
    skos:definition "form of communication over the Internet (Wikidata contributors, \"Q58199,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q58199&oldid=1228360894 (accessed September 4, 2020)."@en,
        "インターネット上でのコミュニケーションの一形態。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Instant Messaging"@en,
        "インスタントメッセージによるコミュニケーション"@ja .

<https://vocabs.dariah.eu/tadirah/integrating> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.885181+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.692491+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/contextualizing> ;
    skos:definition "Wikidata contributors, \"Q98847635,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847635&oldid=1270667187 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Integrating"@en .

<https://vocabs.dariah.eu/tadirah/knowledgeDiscovery> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.037768+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:22.268016+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/extracting> ;
    skos:definition "Wikidata contributors, \"Q98847144,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847144&oldid=1270662396 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Knowledge Discovery"@en .

<https://vocabs.dariah.eu/tadirah/knowledgeExtraction> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.130719+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:22.406276+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/extracting> ;
    skos:definition "creation of knowledge from structured and unstructured sources (Wikidata contributors, \"Q1582085,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1582085&oldid=1235011290 (accessed September 4, 2020)."@en,
        "構造化及び非構造化情報源に基づく知識構築。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Knowledge Extraction"@en,
        "知識抽出"@ja .

<https://vocabs.dariah.eu/tadirah/lettering> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.292488+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.404348+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/writing> ;
    skos:definition "creation of hand-drawn letters in graphic design and typography (Wikidata contributors, \"Q5538738,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q5538738&oldid=1222349737 (accessed September 4, 2020)."@en,
        "グラフィックデザインやタイポグラフィにおいて、手書き文字フォントを作成すること。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Lettering"@en,
        "レタリング"@ja .

<https://vocabs.dariah.eu/tadirah/linkedOpenData> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.362993+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.179418+00:00"^^xsd:dateTime ;
    skos:altLabel "LOD"@en ;
    skos:broader <https://vocabs.dariah.eu/tadirah/publishing> ;
    skos:definition "linked data available under an open license (Wikidata contributors, \"Q18692990,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q18692990&oldid=1229182996 (accessed July 30, 2020)."@en,
        "オープンライセンスで入手可能なリンクドデータ。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Linked Open Data"@en,
        "LOD (Linked Open Data, リンクドオープンデータ)"@ja .

<https://vocabs.dariah.eu/tadirah/managing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.507169+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.936295+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/organizing> ;
    skos:definition "influence or authority over something; process of directing the operation of a device, system, or process (Wikidata contributors, \"Q29017603,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q29017603&oldid=1238420285 (accessed September 4, 2020)."@en,
        "何らかの事物に対する影響力あるいは権限。デバイスやシステム、情報処理の動作を管理する作業手順。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Managing"@en,
        "レギュレーション"@ja .

<https://vocabs.dariah.eu/tadirah/mapping> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.580947+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.234135+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/visualAnalysis> ;
    skos:definition "binary relation which is left-total (defined on all its input set) (Wikidata contributors, \"Q370502,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q370502&oldid=1183603611 (accessed September 4, 2020)."@en,
        "左全域的（入力の集合によって定義される）な二項関係。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Mapping"@en,
        "マッピング（写像）"@ja .

<https://vocabs.dariah.eu/tadirah/microblogging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.725231+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:26.295289+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/communicating> ;
    skos:definition "broadcast medium (Wikidata contributors, \"Q92438,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q92438&oldid=1237465325 (accessed September 4, 2020)."@en,
        "情報拡散媒体。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Microblogging"@en,
        "ミニブログ"@ja .

<https://vocabs.dariah.eu/tadirah/migration> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.793440+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:30.396135+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/preserving> ;
    skos:definition "データを選択、使える状態にして、抽出、変形し、一つのストレージから別のストレージに恒久的に移す作業手順。",
        "process of selecting, preparing, extracting, and transforming data and permanently transferring it from one computer storage system to another (Wikidata contributors, \"Q1932543,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1932543&oldid=1212596075 (accessed July 30, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Migration"@en,
        "（データ）移行"@ja .

<https://vocabs.dariah.eu/tadirah/mindMapping> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.872283+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.313396+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/visualAnalysis> ;
    skos:definition "Wikidata contributors, \"Q98846887,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98846887&oldid=1270658470 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Mind Mapping"@en .

<https://vocabs.dariah.eu/tadirah/modifying> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.016227+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.328734+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/editing> ;
    skos:definition "Wikidata contributors, \"Q98848358,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98848358&oldid=1270671956 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Modifying"@en .

<https://vocabs.dariah.eu/tadirah/namingConvention> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.156023+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.654070+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/identifying> ;
    skos:definition "set of rules for naming variables, types, functions, etc. in programming (Wikidata contributors, \"Q461984,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q461984&oldid=1221175218 (accessed September 4, 2020)."@en,
        "プログラミングにおける変数、型、関数などの一連の命名規則。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Naming Convention"@en,
        "命名規則"@ja .

<https://vocabs.dariah.eu/tadirah/naturalLanguageProcessing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.224729+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.726671+00:00"^^xsd:dateTime ;
    skos:altLabel "NLP"@en ;
    skos:broader <https://vocabs.dariah.eu/tadirah/converting> ;
    skos:definition "field of computer science and linguistics (Wikidata contributors, \"Q30642,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q30642&oldid=1257963465 (accessed September 4, 2020)."@en,
        "コンピュータサイエンスと言語学の領域。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Natural Language Processing"@en,
        "自然言語処理"@ja .

<https://vocabs.dariah.eu/tadirah/opticalCharacterRecognition> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.387694+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:21.012327+00:00"^^xsd:dateTime ;
    skos:altLabel "OCR"@en ;
    skos:broader <https://vocabs.dariah.eu/tadirah/dataRecognition> ;
    skos:definition "Wikidata contributors, \"Q167555,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q167555&oldid=1257963956 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Optical Character Recognition"@en .

<https://vocabs.dariah.eu/tadirah/opticalMusicRecognition> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.482049+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:21.088734+00:00"^^xsd:dateTime ;
    skos:altLabel "OMR"@en ;
    skos:broader <https://vocabs.dariah.eu/tadirah/dataRecognition> ;
    skos:definition "Wikidata contributors, \"Q1243229,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1243229&oldid=1126910841 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Optical Music Recognition"@en .

<https://vocabs.dariah.eu/tadirah/parsing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.643667+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.797360+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/converting> ;
    skos:definition "process of analyzing a string of symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal grammar (Wikidata contributors, \"Q194152,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q194152&oldid=1264510115 (accessed September 4, 2020)."@en,
        "自然言語、コンピュータ言語、データ構造のいずれかの記号の文字列を、形式文法規則に準拠して解析する作業手順。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Parsing"@en,
        "構文解析"@ja .

<https://vocabs.dariah.eu/tadirah/patternRecognition> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.715388+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.394578+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/relationalAnalysis> ;
    skos:definition "branch of machine learning (Wikidata contributors, \"Q378859,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q378859&oldid=1234461159 (accessed July 30, 2020)."@en,
        "機械学習分野。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Pattern Recognition"@en,
        "パターン認識"@ja .

<https://vocabs.dariah.eu/tadirah/persistentIdentifier> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.797922+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.708171+00:00"^^xsd:dateTime ;
    skos:altLabel "PID"@en ;
    skos:broader <https://vocabs.dariah.eu/tadirah/identifying> ;
    skos:definition "long-lasting digital name (Wikidata contributors, \"Q420330,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q420330&oldid=1268700365 (accessed September 4, 2020)."@en,
        "長期的に維持されるデジタルな名称。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Persistent Identifier"@en,
        "永続的識別子"@ja .

<https://vocabs.dariah.eu/tadirah/photographing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.871310+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:23.328874+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/imaging> ;
    skos:definition "art, science, and practice of creating durable images by recording light or other electromagnetic radiation (Wikidata contributors, \"Q11633,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q11633&oldid=1237597469 (accessed July 30, 2020)."@en,
        "光その他の電磁気をレコーディングすることによって、耐久性のある画像を作成するための技術、科学、及び実践。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Photographing"@en,
        "撮影"@ja .

<https://vocabs.dariah.eu/tadirah/plotting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.944041+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.388114+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/visualAnalysis> ;
    skos:definition "Wikidata contributors, \"Q98846923,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98846923&oldid=1270658999 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Plotting"@en .

<https://vocabs.dariah.eu/tadirah/posting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.098834+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:30.057117+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/sharing> ;
    skos:definition "content on a social media platform, a forum or a blog (Wikidata contributors, \"Q1453674,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1453674&oldid=1178826153 (accessed September 4, 2020)."@en,
        "ソーシャルメディアプラットフォーム、フォーラム、ブログ上のコンテンツ。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Posting"@en,
        "投稿"@ja .

<https://vocabs.dariah.eu/tadirah/preprocessing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.164346+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:21.163320+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/dataRecognition> ;
    skos:definition "Wikidata contributors, \"Q28838080,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q28838080&oldid=941780726 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Preprocessing"@en .

<https://vocabs.dariah.eu/tadirah/preservationMetadata> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.453046+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:30.475419+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/preserving> ;
    skos:definition "information that supports and documents acts of preservation on digital materials (Wikidata contributors, \"Q7241044,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q7241044&oldid=1202709309 (accessed July 30, 2020)."@en,
        "電子資料を保存する行為を支援し、記録する情報。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Preservation Metadata"@en,
        "保存用メタデータ"@ja .

<https://vocabs.dariah.eu/tadirah/principalComponentAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.595429+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.740582+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> ;
    skos:definition "conversion of a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components (Wikidata contributors, \"Q2873,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q2873&oldid=1237203694 (accessed July 30, 2020)."@en,
        "相関する可能性のある変数を観測した集合を、主成分と呼ばれる線形には相関しない変数の値の集合に変換すること。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Principal Component Analysis"@en,
        "主成分分析"@ja .

<https://vocabs.dariah.eu/tadirah/pseudoCoding> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.739154+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.970900+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/programming> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "pseudo coding refers to the basic process of breaking complex problems into modular algorithms and logical procedures described in plain text. It primarily aims at human readability."@en,
        "擬似コードとは、複雑な問題をプレーンテキストに記述される、部品的アルゴリズムと論理上の手続きに分割する基本的な作業手順のことを指す。それは第一義的には人間にとっての可読性を目的とする。"@ja ;
    skos:prefLabel "Pseudo Coding"@en,
        "擬似コード"@ja .

<https://vocabs.dariah.eu/tadirah/querying> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.881658+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:21.759740+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/discovering> ;
    skos:definition "Wikidata contributors, \"Q98847088,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847088&oldid=1270661541 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Querying"@en .

<https://vocabs.dariah.eu/tadirah/reasoning> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.954574+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.254796+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/theorizing> ;
    skos:definition "type of thought (Wikidata contributors, \"Q1156402,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1156402&oldid=1265618386 (accessed September 4, 2020)."@en,
        "思考の一種。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Reasoning"@en,
        "論理的思考"@ja .

<https://vocabs.dariah.eu/tadirah/removing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.187060+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.938873+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/dataCleansing> ;
    skos:definition "dissociation of the original object with its old part; moving an object on distance of disconnect; process of moving, or the fact of being removed (Wikidata contributors, \"Q23009442,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q23009442&oldid=1268618349 (accessed September 4, 2020)."@en,
        "オリジナルの対象物とその古い部分を分離すること。対象物を切断という距離に移すこと。移動という作業手順、もしくは除去されているという事実。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Removing"@en,
        "除去"@ja .

<https://vocabs.dariah.eu/tadirah/replication> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.250236+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:30.532357+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/preserving> ;
    skos:definition "sharing information to ensure consistency in computing (Wikidata contributors, \"Q1332873,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1332873&oldid=1221552165 (accessed July 30, 2020)."@en,
        "コンピュータ処理内で同質性を保証するために情報を共有しておくこと。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Replication"@en,
        "レプリケーション"@ja .

<https://vocabs.dariah.eu/tadirah/scanning> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.380366+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:23.431467+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/imaging> ;
    skos:definition "process of creating digital images with a scanner (Wikidata contributors, \"Q59155052,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q59155052&oldid=1184040702 (accessed July 30, 2020)."@en,
        "スキャナを用いてデジタル画像を生成する作業手順。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Scanning"@en,
        "スキャニング"@ja .

<https://vocabs.dariah.eu/tadirah/screencast> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.442633+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:23.762690+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/recording> ;
    skos:definition "digital recording of computer screen output (Wikidata contributors, \"Q1365447,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1365447&oldid=1234996090 (accessed September 4, 2020)."@en,
        "コンピュータのスクリーン出力を電子的にレコーディングすること。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Screencast"@en,
        "スクリーンキャスト"@ja .

<https://vocabs.dariah.eu/tadirah/searching> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.505117+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:21.829998+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/discovering> ;
    skos:definition "search for target data from a set of data (Wikidata contributors, \"Q11540953,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q11540953&oldid=1207018344 (accessed July 30, 2020)."@en,
        "データセットから目的のデータを探すこと。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Searching"@en,
        "検索"@ja .

<https://vocabs.dariah.eu/tadirah/semantification> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.639630+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.739601+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/contextualizing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "semantification refers to the process of identifying and associating explicit information with each other by facing challenges such as ambiguity and formalization of implicit knowledge to improve access, automatically data analysis and reuse."@en,
        "意味づけとは、アクセスの向上、データの自動分析や再利用などを目的として、暗黙知の曖昧性や形式化のような課題に対して、明示的な情報を互いに識別し、関連付ける作業手順を指す。"@ja ;
    skos:prefLabel "Semantification"@en,
        "意味づけ"@ja .

<https://vocabs.dariah.eu/tadirah/sentimentAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.716406+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:17.804485+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/contentAnalysis> ;
    skos:definition "use of natural language processing, text analysis and computational linguistics to identify and extract subjective information in source materials (Wikidata contributors, \"Q2271421,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q2271421&oldid=1170108641 (accessed July 30, 2020)."@en,
        "自然言語処理、テキスト解析、計算言語学を用いて、情報源の主観的な情報を識別、抽出すること。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Sentiment Analysis"@en,
        "感情分析"@ja .

<https://vocabs.dariah.eu/tadirah/sequenceAlignment> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.784254+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.475354+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/relationalAnalysis> ;
    skos:definition "process in bioinformatics that aligns (identifies equivalent sites within) molecular sequences (Wikidata contributors, \"Q827246,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q827246&oldid=1228152501 (accessed July 30, 2020)."@en,
        "分子配列中の等価部位を同定するバイオインフォマティクスにおけるプロセス 。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Sequence Alignment"@en,
        "配列アラインメント"@ja .

<https://vocabs.dariah.eu/tadirah/socialNetworking> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.925553+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.713840+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/collaborating> ;
    skos:definition "The process of building one's group of personal or business contacts (Wikidata contributors, \"Q19368491,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q19368491&oldid=1132647061 (accessed September 4, 2020)."@en,
        "個人的またはビジネス上の連絡先のグループを構築する作業手順。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Social Networking"@en,
        "ソーシャルネットワーキング"@ja .

<https://vocabs.dariah.eu/tadirah/stylometry> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.599753+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.904658+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "stylometry refers to research methods and techniques for analyzing, characterizing and comparing writing styles to determine authorship via statistical probability. A typical stylometric approach is based on the observation the frequency of occurrence of individual words, length of sentences, complexity of sentences, frequent words, spelling errors, etc."@en,
        "計量文献学とは、主として統計量を通して著者を特定することを目的として、文体を分析、描写、対照する研究手法及び技術を指す。典型的な計量文献学的手法として、特定の単語の出現頻度、文の長さや複雑さ、頻出語、綴りの誤りなどの観察に基づくものが挙げられる。"@ja ;
    skos:prefLabel "Stylometry"@en,
        "文体統計学"@ja .

<https://vocabs.dariah.eu/tadirah/subtracting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.669106+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.371325+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/editing> ;
    skos:definition "Wikidata contributors, \"Q98848418,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98848418&oldid=1270672456 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Subtracting"@en .

<https://vocabs.dariah.eu/tadirah/supplementing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.733192+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.415856+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/editing> ;
    skos:definition "Wikidata contributors, \"Q98848097,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98848097&oldid=1270670374 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Supplementing"@en .

<https://vocabs.dariah.eu/tadirah/teaching> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.864285+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.288099+00:00"^^xsd:dateTime ;
    skos:altLabel "指導"@ja ;
    skos:broader <https://vocabs.dariah.eu/tadirah/disseminating> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "teaching refers to the activity of actively imparting knowledge, competences or skills."@en,
        "指導とは、知識、能力、技術を能動的に伝える活動を指す。"@ja ;
    skos:prefLabel "Teaching"@en .

<https://vocabs.dariah.eu/tadirah/textCategorization> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.924323+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.989701+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> ;
    skos:definition "Wikidata contributors, \"Q57771142,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q57771142&oldid=1072020823 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Text Categorization"@en .

<https://vocabs.dariah.eu/tadirah/textMessaging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.985329+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:26.384530+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/communicating> ;
    skos:definition "act of typing and sending a brief, digital message (Wikidata contributors, \"Q17166101,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q17166101&oldid=1266645836 (accessed September 4, 2020)."@en,
        "短いデジタルメッセージを打ち込み送る行為。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Text Messaging"@en,
        "テキストメッセージ"@ja .

<https://vocabs.dariah.eu/tadirah/topicModeling> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.115564+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:17.980613+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/contentAnalysis> ;
    skos:definition "set of techniques in computational linguistics and related fields (Wikidata contributors, \"Q96468792,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q96468792&oldid=1211601100 (accessed July 30, 2020)."@en,
        "コンピュータ言語やそれに関する領域における一連の技術。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Topic Modeling"@en,
        "トピックモデリング"@ja .

<https://vocabs.dariah.eu/tadirah/transcoding> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.173073+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.869192+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/converting> ;
    skos:definition "direct digital-to-digital conversion of one encoding to another (Wikidata contributors, \"Q1888734,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1888734&oldid=1225865439 (accessed September 4, 2020)."@en,
        "一つのエンコーディングから他のエンコーディングへの直接的なデジタル－デジタル変換。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Transcoding"@en,
        "トランスコーディング"@ja .

<https://vocabs.dariah.eu/tadirah/transformation> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.302266+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.901060+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/modeling> ;
    skos:definition "process involving change into a qualitatively different form (Wikidata contributors, \"Q65757353,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q65757353&oldid=1268189392 (accessed September 4, 2020)."@en,
        "性質上異なる形式への変更を含む過程。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Transformation"@en,
        "トランスフォーメーション"@ja .

<https://vocabs.dariah.eu/tadirah/tweet> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.496803+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.235270+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/publishing> ;
    skos:definition "individual post on the Twitter microblogging service (Wikidata contributors, \"Q56119332,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q56119332&oldid=1249804975 (accessed September 4, 2020)."@en,
        "マイクロサービスTwitter上の個々の投稿。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Tweet"@en,
        "ツイート"@ja .

<https://vocabs.dariah.eu/tadirah/uniformResourceIdentifier> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.558338+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.768171+00:00"^^xsd:dateTime ;
    skos:altLabel "URI"@en ;
    skos:broader <https://vocabs.dariah.eu/tadirah/identifying> ;
    skos:definition "string of characters used to identify a name of a resource on a network such as the internet (Wikidata contributors, \"Q61694,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q61694&oldid=1253478595 (accessed September 4, 2020)."@en,
        "インターネットのようなネットワーク上で情報源の名前を識別するために使われる文字列。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Uniform Resource Identifier"@en,
        "統一資源識別子"@ja .

<https://vocabs.dariah.eu/tadirah/upload> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.622296+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:30.106305+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/sharing> ;
    skos:definition "sending of data from a local system to a remote system (Wikidata contributors, \"Q7126699,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q7126699&oldid=1267188395 (accessed September 4, 2020)."@en,
        "ローカル環境からリモート環境にデータを送信すること。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Upload"@en,
        "アップロード"@ja .

<https://vocabs.dariah.eu/tadirah/userGeneratedContent> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.683018+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:26.711408+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/crowdsourcing> ;
    skos:definition "online content created by users (Wikidata contributors, \"Q579716,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q579716&oldid=1244820573 (accessed September 4, 2020)."@en,
        "ユーザによって作成されたオンラインのコンテンツ。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "User Generated Content"@en,
        "ユーザ生成コンテンツ"@ja .

<https://vocabs.dariah.eu/tadirah/versioning> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.744675+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:30.587496+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/preserving> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "versioning comprises the management of different but improved and optimized models, releases or parts of a product or work (e.g. document, websites or software) by archiving, referencing and documenting of the changes in these different versions."@en,
        "バージョン管理は、異なるが、改善され、最適化されたモデル、リリース、または製品や作品の一部（例：ドキュメント、ウェブサイト、ソフトウェア）を、異なるバージョンの変更点をアーカイブ、参照、文書化することで管理することから成り立っている。"@ja ;
    skos:prefLabel "Versioning"@en,
        "バージョン管理"@ja .

<https://vocabs.dariah.eu/tadirah/videoCapture> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.804354+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:23.897191+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/recording> ;
    skos:definition "Wikidata contributors, \"Q2778015,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q2778015&oldid=1112440881 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Video Capture"@en .

<https://vocabs.dariah.eu/tadirah/videoConference> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.862382+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:26.504464+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/communicating> ;
    skos:definition "type of conference (Wikidata contributors, \"Q238354,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q238354&oldid=1262194128 (accessed September 4, 2020)."@en,
        "会議のタイプ。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Video Conference"@en,
        "ビデオ会議"@ja .

<https://vocabs.dariah.eu/tadirah/videoEditing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.917869+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.467201+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/editing> ;
    skos:definition "editing live television and video production (Wikidata contributors, \"Q1154312,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1154312&oldid=1149134104 (accessed September 4, 2020)."@en,
        "生中継のテレビと動画製作の編集。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Video Editing"@en,
        "ビデオ編集"@ja .

<https://vocabs.dariah.eu/tadirah/visualAnnotation> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:59.054551+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.718343+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/annotating> ;
    skos:definition "Wikidata contributors, \"Q98847784,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847784&oldid=1270668347 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Visual Annotation"@en .

<https://vocabs.dariah.eu/tadirah/webCrawling> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:59.111551+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:22.951107+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/gathering> ;
    skos:definition "systematic access of resources across the web (Wikidata contributors, \"Q61466324,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q61466324&oldid=1232626072 (accessed July 30, 2020)."@en,
        "インターネット上でのリソースへの体系的なアクセス。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Web Crawling"@en,
        "ウェブクローリング"@ja .

<https://vocabs.dariah.eu/tadirah/webScraping> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:59.455793+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:23.125846+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/gathering> ;
    skos:definition "data scraping used for extracting data from websites (Wikidata contributors, \"Q665452,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q665452&oldid=1203621822 (accessed September 4, 2020)."@en,
        "ウェブサイトからデータを抽出するために使われるデータスクレーピング。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Web Scraping"@en,
        "ウェブスクレーピング"@ja .

<https://vocabs.dariah.eu/tadirah/wireframing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:59.516050+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.566496+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/designing> ;
    skos:definition "Wikidata contributors, \"Q98845203,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98845203&oldid=1270637566 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Wireframing"@en .

<https://w3id.org/nwo-research-fields#BibleStudies> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ReligiousStudiesAndTheology" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "35.40.00" ;
    skos:prefLabel "Bible studies" .

<https://w3id.org/nwo-research-fields#ComputerScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "49.90.00" ;
    skos:prefLabel "Computer science" .

<https://w3id.org/nwo-research-fields#ComputersAndTheHumanities> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Computers and the humanities" .

<https://w3id.org/nwo-research-fields#DatabasesForHumanities> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputersAndTheHumanities" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "37.40.00" ;
    skos:prefLabel "Databases for humanities" .

<https://w3id.org/nwo-research-fields#GreekAndLatinPhilologyAndLiterature> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#LanguageAndLiterature" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "31.15.00" ;
    skos:prefLabel "Greek and Latin philology and literature" .

<https://w3id.org/nwo-research-fields#ReligiousStudiesAndTheology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Religious studies and theology" .

<https://w3id.org/research-technology-readiness-levels#Stage2ProofOfConcept> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:altLabel "alpha" ;
    skos:definition "An initial proof-of-concept implementation of the technology is available (alpha). It is not mature enough for end-users yet." ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "3-4" ;
    skos:prefLabel "Proof of Concept" .

<https://www.clarin.eu/blog/clarin-federated-content-search-version-2> a sdo:WebSite ;
    sdo:name "FCS 2.0 documentation" ;
    sdo:url "https://www.clarin.eu/blog/clarin-federated-content-search-version-2" .

<https://www.let.rug.nl/~vannoord/alp/Alpino/> a sdo:WebSite ;
    sdo:name "Alpino" ;
    sdo:url "https://www.let.rug.nl/~vannoord/alp/Alpino/" .

<https://www.repostatus.org/#moved> a skos:Concept ;
    og:image "https://www.repostatus.org/badges/latest/moved.svg" ;
    skos:definition "The project has been moved to a new location, and the version at that location should be considered authoritative." ;
    skos:inScheme "https://www.repostatus.org" ;
    skos:prefLabel "Moved" .

<https://www.ru.nl/ftr> a sdo:Organization ;
    sdo:name "Faculty of Philosophy" ;
    sdo:parentOrganization <https://www.ru.nl> ;
    sdo:url "https://www.ru.nl/ftr" .

<https://www.ru.nl/humanitieslab/> a sdo:Organization ;
    sdo:name "Humanities Lab" ;
    sdo:parentOrganization <https://www.ru.nl/facultyofarts/> ;
    sdo:url "https://www.ru.nl/humanitieslab/" .

<https://www.selenium.dev/documentation/webdriver/> a sdo:WebSite ;
    sdo:name "WebDriver | Selenium" ;
    sdo:url "https://www.selenium.dev/documentation/webdriver/" .

<https://www.tilburguniversity.edu/> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H28c977edad00ea4f> ;
    sdo:name "Tilburg University" ;
    sdo:url "https://www.tilburguniversity.edu/" .

<https://www.tilburguniversity.edu/about/schools/humanities/> a sdo:Organization ;
    sdo:name "Tilburg School of Humanities and Digital Sciences" ;
    sdo:parentOrganization <https://www.tilburguniversity.edu/> ;
    sdo:url "https://www.tilburguniversity.edu/about/schools/humanities/" .

<https://www.tilburguniversity.edu/about/schools/humanities/departments/dca/> a sdo:Organization ;
    sdo:name "Department of Cognitive Science and Artificial Intelligence" ;
    sdo:parentOrganization <https://www.tilburguniversity.edu/about/schools/humanities/> ;
    sdo:url "https://www.tilburguniversity.edu/about/schools/humanities/departments/dca/" .

<http://dx.doi.org/10.5334/bbi.18> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H0d8c13458efb1965> ;
    sdo:name " The Hebrew Bible as Data: Laboratory – Sharing – Experiences" ;
    sdo:pageEnd 224 ;
    sdo:pageStart 211 ;
    sdo:url "https://arxiv.org/abs/1501.01866" .

<http://spdx.org/licenses/BSD-3-Clause> sdo:name "BSD-3-Clause" .

<http://spdx.org/licenses/EUPL-1.2> sdo:name "European Union Public License" .

<https://dane.readthedocs.io/en/latest/intro.html#configuration> a sdo:WebSite ;
    sdo:name "Introduction — DANE  documentation" ;
    sdo:url "https://dane.readthedocs.io/en/latest/intro.html#configuration" .

<https://dig.hum.uu.nl> a sdo:Organization ;
    sdo:name "Digital Humanities Lab" ;
    sdo:parentOrganization <https://www.uu.nl> ;
    sdo:url "https://dig.hum.uu.nl" .

<https://doi.org/10.1163/24523666-01000011> a sdo:ScholarlyArticle ;
    sdo:author <https://tools.clariah.nl/stub/H779fc9a605a7cbcd> ;
    sdo:isPartOf <https://tools.clariah.nl/stub/H-33642ba912a4f0a6> ;
    sdo:name "Coding the Hebrew Bible" ;
    sdo:pageEnd 41 ;
    sdo:pageStart 27 ;
    sdo:url "https://brill.com/view/journals/rdj/3/1/article-p27_27.xml" .

<https://doi.org/10.5281/zenodo.1007624> a sdo:Dataset ;
    sdo:author <https://tools.clariah.nl/stub/H-73fc5250d82dedd2>,
        <https://tools.clariah.nl/stub/H-7d0e8e7627fe55f8> ;
    sdo:datePublished "2019-01-31"^^sdo:Date ;
    sdo:encodingFormat "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/" ;
    sdo:name "BHSA" ;
    sdo:spatial "Israel" ;
    sdo:temporal "1500-500 BCE" ;
    sdo:text "Hebrew Bible + Linguistic annotations by the Eep Talstra Center for Bible and Computer. Based on the Codex Leningradensis. Multiple versions and transliterations." ;
    sdo:url "https://github.com/ETCBC/bhsa" .

<https://doi.org/10.5281/zenodo.4011801> a sdo:Dataset ;
    sdo:author <https://tools.clariah.nl/stub/H46514e4f9b4b3709>,
        <https://tools.clariah.nl/stub/H686ef0c79106d02c> ;
    sdo:datePublished "2020-12-07"^^sdo:Date ;
    sdo:encodingFormat "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/" ;
    sdo:name "Missieven" ;
    sdo:spatial "Indonesia" ;
    sdo:temporal "1600-1800" ;
    sdo:text "Collection of letters from governors of the VOC (Dutch East Indian Company) to the Heren 17, the council of the governors of the 17 provinces of the Netherland" ;
    sdo:url "https://github.com/CLARIAH/wp6-missieven" .

<https://doi.org/10.5281/zenodo.4302096> a sdo:ScholarlyArticle .

<https://github.com/MartijnBNG> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-4e59a8a6a5dcda31> ;
    sdo:familyName "van de Donk" ;
    sdo:givenName "Martijn" .

<https://github.com/odissei-data/ingestion-workflow-orchestrator> sdo:name "ODISSEI portal back-end" ;
    sdo:url "https://portal.odissei.nl/" .

<https://iso639-3.sil.org/code/deu> a sdo:Language ;
    sdo:identifier "deu" ;
    sdo:name "German" .

<https://iso639-3.sil.org/code/eng> a sdo:Language ;
    sdo:identifier "eng" ;
    sdo:name "English" .

<https://iso639-3.sil.org/code/fra> a sdo:Language ;
    sdo:identifier "fra" ;
    sdo:name "French" .

<https://iso639-3.sil.org/code/fry> a sdo:Language ;
    sdo:identifier "fry" ;
    sdo:name "Frisian" .

<https://iso639-3.sil.org/code/ita> a sdo:Language ;
    sdo:identifier "ita" ;
    sdo:name "Italian" .

<https://iso639-3.sil.org/code/nld> a sdo:Language ;
    sdo:identifier "nld" ;
    sdo:name "Dutch" .

<https://iso639-3.sil.org/code/por> a sdo:Language ;
    sdo:identifier "por" ;
    sdo:name "Portuguese" .

<https://iso639-3.sil.org/code/rus> a sdo:Language ;
    sdo:identifier "rus" ;
    sdo:name "Russian" .

<https://iso639-3.sil.org/code/spa> a sdo:Language ;
    sdo:identifier "spa" ;
    sdo:name "Spanish" .

<https://iso639-3.sil.org/code/swe> a sdo:Language ;
    sdo:identifier "swe" ;
    sdo:name "Swedish" .

<https://iso639-3.sil.org/code/tur> a sdo:Language ;
    sdo:identifier "tur" ;
    sdo:name "Turkish" .

<https://kg.odissei.nl/odissei/-/stories/ODISSEI-Knowledge-Graph-the-story> a sdo:ScholarlyArticle .

<https://kg.odissei.nl/odissei/odissei-kg> a sdo:Dataset ;
    sdo:creator <https://kg.odissei.nl/odissei> ;
    sdo:dateModified "2026-03-17"^^sdo:Date ;
    sdo:datePublished "2024-11-05"^^sdo:Date ;
    sdo:description """Dataset: ODISSEI knowledge graph


This is a first version of a potential future ODISSEI knowledge graph (KG). It is a proof of concept focussing on social science research projects that use either [LISS survey data](https://www.lissdata.nl/) or [CBS microdata datasets](https://www.cbs.nl/en-gb/our-services/customised-services-microdata/microdata-conducting-your-own-research).
The metadata describing these datasets is publicly available via the [LISS](https://portal.odissei.nl/dataverse/liss) and [CBS dataverse](https://portal.odissei.nl/dataverse/cbs) section of the [ODISSEI portal](https://portal.odissei.nl/).

On an intuitive level, we aim to construct a knowledge graph that models the academic ecosystem consisting of **researchers** who are involved in computational social science **projects**, using **datasets** and **research software** to do a significant part of their research, which they describe in **research papers**. For each of the entities in bold, we aim to use persistent identifiers to uniquely identify them, e.g. [DOIs](https://www.doi.org/the-identifier/what-is-a-doi/) for papers and datasets, 
[ORCIDs](https://info.orcid.org/what-is-orcid/) for authors, etc.

For more information, please read our [data story about this knowledge graph](/odissei/-/stories/ODISSEI-Knowledge-Graph-the-story).

<img src="https://edu.nl/8k64v~?format=png" width="100">""" ;
    sdo:distribution <https://kg.odissei.nl/odissei/odissei-kg/services/odissei-elastic>,
        <https://kg.odissei.nl/odissei/odissei-kg/services/odissei-virtuoso>,
        <https://kg.odissei.nl/odissei/odissei-kg/sparql>,
        <https://tools.clariah.nl/stub/H-1e1a6cca6ac0ed1b>,
        <https://tools.clariah.nl/stub/H-2b2a6b4c9890731d>,
        <https://tools.clariah.nl/stub/H-7974e57ac7a749d4>,
        <https://tools.clariah.nl/stub/H5aea103be18732af>,
        <https://tools.clariah.nl/stub/H77c596bfba45ac23> ;
    sdo:identifier "https://kg.odissei.nl/odissei/odissei-kg" ;
    sdo:image <https://kg.odissei.nl/imgs/avatars/d/672a28dc34202421bc850384.png?v=0> ;
    sdo:inLanguage "iso639-1:en" ;
    sdo:includedInDataCatalog <https://kg.odissei.nl> ;
    sdo:license <https://creativecommons.org/licenses/by-sa/4.0/> ;
    sdo:name "odissei-kg" ;
    sdo:publisher <https://kg.odissei.nl/odissei> ;
    sdo:url "https://kg.odissei.nl/odissei/odissei-kg" .

<https://nbviewer.org/github/CLARIAH/wp6-missieven/blob/master/tutorial/start.ipynb> a sdo:WebSite ;
    sdo:name "Jupyter Notebook: how to work with the Generale Missieven Corpus",
        "Tutorial for working with the General Missives (Dutch colonial history); family of Jupyter Notebooks" ;
    sdo:url "https://nbviewer.org/github/CLARIAH/wp6-missieven/blob/master/tutorial/start.ipynb" .

<https://orcid.org/0000-0001-7218-7642> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-2b88df53b225bf42> ;
    sdo:familyName "Janssen" ;
    sdo:givenName "Berit" .

<https://orcid.org/0000-0001-9510-0802> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H18025f4f67582751> ;
    sdo:familyName "Janssen" ;
    sdo:givenName "Rik D.T." .

<https://orcid.org/0000-0002-0301-2029> a sdo:Person ;
    sdo:familyName "Koolen" ;
    sdo:givenName "Marijn" .

<https://orcid.org/0000-0002-6978-5278> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-30da13c34e26d4f0> ;
    sdo:email "fairsupport@odissei-data.nl" ;
    sdo:familyName "Maineri" ;
    sdo:givenName "Angelica" .

<https://orcid.org/0000-0003-4646-5842> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H1c4ed4d7cde352f0> ;
    sdo:familyName "Meroño-Peñuela" ;
    sdo:givenName "Albert" .

<https://tools.clariah.nl/audience/education> a sdo:Audience ;
    sdo:audienceType "Education" .

<https://tools.clariah.nl/audience/religion> a sdo:Audience ;
    sdo:audienceType "Religion" .

<https://tools.clariah.nl/dependency/clap-2-33-0> a sdo:SoftwareApplication ;
    sdo:identifier "clap" ;
    sdo:name "clap" ;
    sdo:version "2.33.0" .

<https://tools.clariah.nl/dependency/commons-io-commons-io-2-4> a sdo:SoftwareApplication ;
    sdo:identifier "commons-io.commons-io" ;
    sdo:name "commons-io" ;
    sdo:version "2.4" .

<https://tools.clariah.nl/dependency/cython> a sdo:SoftwareApplication ;
    sdo:identifier "Cython" ;
    sdo:name "Cython" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/eslint-plugin-react-hooks-ge-4-6-0> a sdo:SoftwareApplication ;
    sdo:identifier "eslint-plugin-react-hooks" ;
    sdo:name "eslint-plugin-react-hooks" ;
    sdo:version "^4.6.0" .

<https://tools.clariah.nl/dependency/flask> a sdo:SoftwareApplication ;
    sdo:identifier "flask" ;
    sdo:name "flask" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-assets> a sdo:SoftwareApplication ;
    sdo:identifier "io.dropwizard.dropwizard-assets" ;
    sdo:name "dropwizard-assets" .

<https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-client> a sdo:SoftwareApplication ;
    sdo:identifier "io.dropwizard.dropwizard-client" ;
    sdo:name "dropwizard-client" .

<https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-core> a sdo:SoftwareApplication ;
    sdo:identifier "io.dropwizard.dropwizard-core" ;
    sdo:name "dropwizard-core" .

<https://tools.clariah.nl/dependency/io-dropwizard-dropwizard-testing> a sdo:SoftwareApplication ;
    sdo:identifier "io.dropwizard.dropwizard-testing" ;
    sdo:name "dropwizard-testing" .

<https://tools.clariah.nl/dependency/ipython> a sdo:SoftwareApplication ;
    sdo:identifier "ipython" ;
    sdo:name "ipython" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/junit-junit-4-13-1> a sdo:SoftwareApplication ;
    sdo:identifier "junit.junit" ;
    sdo:name "junit" ;
    sdo:version "4.13.1" .

<https://tools.clariah.nl/dependency/junit-junit-4-13-2> a sdo:SoftwareApplication ;
    sdo:identifier "junit.junit" ;
    sdo:name "junit" ;
    sdo:version "4.13.2" .

<https://tools.clariah.nl/dependency/lodash-ge-4-17-21> a sdo:SoftwareApplication ;
    sdo:identifier "lodash" ;
    sdo:name "lodash" ;
    sdo:version "^4.17.21" .

<https://tools.clariah.nl/dependency/numpy> a sdo:SoftwareApplication ;
    sdo:identifier "numpy" ;
    sdo:name "numpy" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/org-apache-commons-commons-text-1-13-0> a sdo:SoftwareApplication ;
    sdo:identifier "org.apache.commons.commons-text" ;
    sdo:name "commons-text" ;
    sdo:version "1.13.0" .

<https://tools.clariah.nl/dependency/python-ge-3-10> a sdo:SoftwareApplication ;
    sdo:identifier "python" ;
    sdo:name "python" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "^3.10" .

<https://tools.clariah.nl/dependency/python-levenshtein> a sdo:SoftwareApplication ;
    sdo:identifier "python-Levenshtein" ;
    sdo:name "python-Levenshtein" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/pyyaml-ge-5-3> a sdo:SoftwareApplication ;
    sdo:identifier "pyyaml" ;
    sdo:name "pyyaml" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 5.3" .

<https://tools.clariah.nl/dependency/rayon-1-11-0> a sdo:SoftwareApplication ;
    sdo:identifier "rayon" ;
    sdo:name "rayon" ;
    sdo:version "1.11.0" .

<https://tools.clariah.nl/dependency/rdflib-ge-6.1.1> a sdo:SoftwareApplication ;
    sdo:identifier "rdflib" ;
    sdo:name "rdflib" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 6.1.1" .

<https://tools.clariah.nl/dependency/react-dom-ge-18-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "react-dom" ;
    sdo:name "react-dom" ;
    sdo:version "^18.2.0" .

<https://tools.clariah.nl/dependency/react-ge-18-2-0> a sdo:SoftwareApplication ;
    sdo:identifier "react" ;
    sdo:name "react" ;
    sdo:version "^18.2.0" .

<https://tools.clariah.nl/dependency/serde-json-1-0-143> a sdo:SoftwareApplication ;
    sdo:identifier "serde_json" ;
    sdo:name "serde_json" ;
    sdo:version "1.0.143" .

<https://tools.clariah.nl/dependency/smallvec-1-15-1> a sdo:SoftwareApplication ;
    sdo:identifier "smallvec" ;
    sdo:name "smallvec" ;
    sdo:version "1.15.1" .

<https://tools.clariah.nl/dependency/tower-0-5-2> a sdo:SoftwareApplication ;
    sdo:identifier "tower" ;
    sdo:name "tower" ;
    sdo:version "0.5.2" .

<https://tools.clariah.nl/dependency/tower-http-0-6-6> a sdo:SoftwareApplication ;
    sdo:identifier "tower-http" ;
    sdo:name "tower-http" ;
    sdo:version "0.6.6" .

<https://tools.clariah.nl/dependency/tracing-0-1-41> a sdo:SoftwareApplication ;
    sdo:identifier "tracing" ;
    sdo:name "tracing" ;
    sdo:version "0.1.41" .

<https://tools.clariah.nl/dependency/typing-extensions> a sdo:SoftwareApplication ;
    sdo:identifier "typing-extensions",
        "typing_extensions" ;
    sdo:name "typing-extensions",
        "typing_extensions" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/utoipa-5-4-0> a sdo:SoftwareApplication ;
    sdo:identifier "utoipa" ;
    sdo:name "utoipa" ;
    sdo:version "5.4.0" .

<https://tools.clariah.nl/dependency/utoipa-swagger-ui-9-0-2> a sdo:SoftwareApplication ;
    sdo:identifier "utoipa-swagger-ui" ;
    sdo:name "utoipa-swagger-ui" ;
    sdo:version "9.0.2" .

<https://tools.clariah.nl/dependency/wheel> a sdo:SoftwareApplication ;
    sdo:identifier "wheel" ;
    sdo:name "wheel" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/org/dutch-language-institute> a sdo:Organization ;
    sdo:email "dev@ivdnt.org" ;
    sdo:name "Dutch Language Institute" ;
    sdo:url "https://ivdnt.org",
        "https://www.ivdnt.org/" .

<https://tools.clariah.nl/org/vu-university-amsterdam> a sdo:Organization ;
    sdo:name "VU University Amsterdam" .

<https://tools.clariah.nl/person/albert-meron-o-pen-uela> a sdo:Person ;
    sdo:email "albert.merono@vu.nl" ;
    sdo:familyName "Meroño-Peñuela" ;
    sdo:givenName "Albert" .

<https://tools.clariah.nl/person/antal-van-de-bosch> a sdo:Person ;
    sdo:familyName "van de Bosch" ;
    sdo:givenName "Antal" .

<https://tools.clariah.nl/person/arne-neumann> a sdo:Person ;
    sdo:email "github@arne.cl" ;
    sdo:familyName "Neumann" ;
    sdo:givenName "Arne" .

<https://tools.clariah.nl/person/berit> a sdo:Person ;
    sdo:email "berit@wcw-self-145-109-125-118.wireless.uva.nl",
        "pitty42@gmx.de" ;
    sdo:familyName "" ;
    sdo:givenName "Berit" .

<https://tools.clariah.nl/person/beritjanssen> a sdo:Person ;
    sdo:email "berit.janssen@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "BeritJanssen" .

<https://tools.clariah.nl/person/cornelis-van-lit> a sdo:Person ;
    sdo:email "dirk.roorda@dans.knaw.nl" ;
    sdo:familyName "van Lit" ;
    sdo:givenName "Cornelis" .

<https://tools.clariah.nl/person/digital-humanities-lab> a sdo:Person ;
    sdo:email "digitalhumanities@uu.nl" ;
    sdo:familyName "Humanities Lab" ;
    sdo:givenName "Digital" .

<https://tools.clariah.nl/person/donatas> a sdo:Person ;
    sdo:email "49225672+fliepeltje@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "Donatas" .

<https://tools.clariah.nl/person/donatas-rasiukevicius> a sdo:Person ;
    sdo:email "d.rasiukevicius@uu.nl" ;
    sdo:familyName "Rasiukevicius" ;
    sdo:givenName "Donatas" .

<https://tools.clariah.nl/person/eduarddrenth> a sdo:Person ;
    sdo:email "eduarddrenth@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "eduarddrenth" .

<https://tools.clariah.nl/person/ernst-wevers> a sdo:Person ;
    sdo:email "ernstwevers@gmail.com" ;
    sdo:familyName "Wevers" ;
    sdo:givenName "Ernst" .

<https://tools.clariah.nl/person/jaap-blom> a sdo:Person ;
    sdo:email "jblom@beeldengeluid.nl" ;
    sdo:familyName "Blom" ;
    sdo:givenName "Jaap" .

<https://tools.clariah.nl/person/jan-odijk> a sdo:Person ;
    sdo:email "j.odijk@uu.nl" ;
    sdo:familyName "Odijk" ;
    sdo:givenName "Jan" .

<https://tools.clariah.nl/person/jana-grimm> a sdo:Person ;
    sdo:email "Jana.Grimm@triply.cc",
        "jana.grimm@triply.cc" ;
    sdo:familyName "Grimm" ;
    sdo:givenName "Jana" .

<https://tools.clariah.nl/person/jauco-noordzij> a sdo:Person ;
    sdo:email "code@jauco.nl" ;
    sdo:familyName "Noordzij" ;
    sdo:givenName "Jauco" .

<https://tools.clariah.nl/person/jesse-de-does> a sdo:Person ;
    sdo:email "jesse.dedoes@inl.nl" ;
    sdo:familyName "de Does" ;
    sdo:givenName "Jesse" .

<https://tools.clariah.nl/person/kathrin-dentler> a sdo:Person ;
    sdo:email "kathrin.dentler@triply.cc",
        "kathrin@dentler.org" ;
    sdo:familyName "Dentler" ;
    sdo:givenName "Kathrin" .

<https://tools.clariah.nl/person/kcmertens> a sdo:Person ;
    sdo:email "koen.mmm@gmail.com",
        "koen.mmmm@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "KCMertens" .

<https://tools.clariah.nl/person/koen-mertens> a sdo:Person ;
    sdo:email "koen.mertens@ivdnt.org" ;
    sdo:familyName "Mertens" ;
    sdo:givenName "Koen" .

<https://tools.clariah.nl/person/lb> a sdo:Person ;
    sdo:email "lhuygi@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "LB" .

<https://tools.clariah.nl/person/leon-van-wissen> a sdo:Person ;
    sdo:email "l.vanwissen@uva.nl",
        "leon@vwissen.nl" ;
    sdo:familyName "van Wissen" ;
    sdo:givenName "Leon" .

<https://tools.clariah.nl/person/maarten-van-der-peet> a sdo:Person ;
    sdo:email "Maarten.van.der.Peet@di.huc.knaw.nl" ;
    sdo:familyName "van der Peet" ;
    sdo:givenName "Maarten" .

<https://tools.clariah.nl/person/martijn> a sdo:Person ;
    sdo:email "M.H.vanderKlis@uu.nl" ;
    sdo:familyName "" ;
    sdo:givenName "Martijn" .

<https://tools.clariah.nl/person/martijn-maas> a sdo:Person ;
    sdo:email "martijn.maas@huygens.knaw.nl" ;
    sdo:familyName "Maas" ;
    sdo:givenName "Martijn" .

<https://tools.clariah.nl/person/meesch> a sdo:Person ;
    sdo:email "meesstip@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "Meesch" .

<https://tools.clariah.nl/person/meindertkroese> a sdo:Person ;
    sdo:familyName "" ;
    sdo:givenName "meindertkroese" .

<https://tools.clariah.nl/person/mvgompel> a sdo:Person ;
    sdo:email "mvgompel@12f355fe-0486-481a-ad91-c297ab22b4e3" ;
    sdo:familyName "" ;
    sdo:givenName "mvgompel" .

<https://tools.clariah.nl/person/philippe-renzen> a sdo:Person ;
    sdo:email "Philippe.Renzen@triply.cc",
        "philippe.renzen@triply.cc" ;
    sdo:familyName "Renzen" ;
    sdo:givenName "Philippe" .

<https://tools.clariah.nl/person/research-software-lab-centre-for-digital-humanities-utrecht-university> a sdo:Person ;
    sdo:email "digitalhumanities@uu.nl" ;
    sdo:familyName "Software Lab - Centre for Digital Humanities - Utrecht University" ;
    sdo:givenName "Research" .

<https://tools.clariah.nl/person/sheean> a sdo:Person ;
    sdo:email "sheean@sheean.nl" ;
    sdo:familyName "" ;
    sdo:givenName "Sheean" .

<https://tools.clariah.nl/person/vyacheslav-tykhonov> a sdo:Person ;
    sdo:email "4tikhonov@gmail.com" ;
    sdo:familyName "Tykhonov" ;
    sdo:givenName "Vyacheslav" .

<https://tools.clariah.nl/stub/H-10760f6a763e038d> a sdo:PublicationIssue ;
    sdo:datePublised "2014" ;
    sdo:issue "3" ;
    sdo:name "Computational Linguistics in the Netherlands Journal" .

<https://tools.clariah.nl/stub/H-1105690dd0228d67> a sdo:SoftwareApplication ;
    sdo:identifier "kaldi" ;
    sdo:name "kaldi" .

<https://tools.clariah.nl/stub/H-11f80210ed3b6405> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:familyName "Berck" ;
    sdo:givenName "Peter" .

<https://tools.clariah.nl/stub/H-155f4870becb9762> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/deu> .

<https://tools.clariah.nl/stub/H-21e15639d97ae80c> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia.xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/deu> .

<https://tools.clariah.nl/stub/H-29aeb3edc127ce1> rdf:first <https://tools.clariah.nl/person/vic-ding> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-2f3645119c75631c> a sdo:SoftwareApplication ;
    sdo:identifier "alpino" ;
    sdo:name "Alpino" .

<https://tools.clariah.nl/stub/H-30da13c34e26d4f0> a sdo:Organization ;
    sdo:name "ODISSEI" .

<https://tools.clariah.nl/stub/H-33d266e0b54acd4d> rdf:first <https://tools.clariah.nl/person/maarten-van-der-peet> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-350b7fe7c98204c6> rdf:first "Walter Daelemans" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-35f86723195b410a> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/grc> .

<https://tools.clariah.nl/stub/H-3736b4ec3f23779a> a sdo:ComputerLanguage ;
    sdo:identifier "nextflow" ;
    sdo:name "Nextflow" .

<https://tools.clariah.nl/stub/H-38d03835a4f3f0b2> a sdo:Person ;
    sdo:familyName "Zavrel" ;
    sdo:givenName "Jakub" .

<https://tools.clariah.nl/stub/H-3f60372f4af5ead6> a sdo:Person ;
    sdo:email "l.tenbosch@let.ru.nl" ;
    sdo:name "Louis ten Bosch" .

<https://tools.clariah.nl/stub/H-400897b878875413> a sdo:Person ;
    sdo:email "koen.mertens@ivdnt.org" ;
    sdo:familyName "Mertens" ;
    sdo:givenName "Koen" ;
    sdo:url "https://github.com/KCMertens" .

<https://tools.clariah.nl/stub/H-42fd0ebccffae6b3> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:familyName "Hendrickx" ;
    sdo:givenName "Iris" .

<https://tools.clariah.nl/stub/H-45791f0afe8c399b> a sdo:Organization ;
    sdo:legalName "Centre for Computational Linguistics, KU Leuven" .

<https://tools.clariah.nl/stub/H-47a0ac9417d53e13> a sdo:Person ;
    sdo:familyName "Brouwer" ;
    sdo:givenName "Tim" .

<https://tools.clariah.nl/stub/H-4a1646b2b40ced0a> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/tur> .

<https://tools.clariah.nl/stub/H-5698547bcebc3db4> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia.xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/tur> .

<https://tools.clariah.nl/stub/H-5bd2bcbcc89146b9> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/fry> .

<https://tools.clariah.nl/stub/H-5c2eb5f1a4cb56b0> a sdo:Person ;
    sdo:email "bob.coret+github@gmail.com" ;
    sdo:familyName "Coret" ;
    sdo:givenName "Bob" .

<https://tools.clariah.nl/stub/H-5d6e1deacf76611f> a sdo:Person ;
    sdo:email "proycon@anaproy.nl" ;
    sdo:name "Maarten van Gompel" .

<https://tools.clariah.nl/stub/H-5d9c2d3401f249de> rdf:first <https://tools.clariah.nl/person/triply> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-60efeefe4727949e> rdf:first <https://tools.clariah.nl/person/martenpostma> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-6319bbc2b0778f8b> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/por> .

<https://tools.clariah.nl/stub/H-645e443378844b6e> a sdo:PublicationVolume ;
    sdo:datePublished "2014"^^sdo:Date ;
    sdo:name "Computational Linguistics in the Netherlands Journal" ;
    sdo:volumeNumber 4 .

<https://tools.clariah.nl/stub/H-66af1be5894a3b8b> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:email "louis.tenbosch@ru.nl" ;
    sdo:familyName "ten Bosch" ;
    sdo:givenName "Louis" .

<https://tools.clariah.nl/stub/H-690d617026642e30> a sdo:SoftwareApplication ;
    sdo:identifier "timbl" ;
    sdo:name "timbl" .

<https://tools.clariah.nl/stub/H-6b4bd395cc8e8ceb> a sdo:Person ;
    sdo:email "richard.zijdeman@iisg.nl" ;
    sdo:familyName "Zijdeman" ;
    sdo:givenName "Richard" .

<https://tools.clariah.nl/stub/H-6b93e1b0383e9a74> a sdo:SoftwareApplication ;
    sdo:identifier "clam" ;
    sdo:name "CLAM" .

<https://tools.clariah.nl/stub/H-6cc416242d74038d> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:familyName "Stoop" ;
    sdo:givenName "Wessel" .

<https://tools.clariah.nl/stub/H-6f9bc98bcb26e035> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia.xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/por> .

<https://tools.clariah.nl/stub/H-70ee831f5f5d1e5d> rdf:first <https://tools.clariah.nl/person/nanne-van-noord> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-7a715e00f98d2466> rdf:first <https://orcid.org/0000-0002-2713-213X> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-7ae21e93570b49df> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/swe> .

<https://tools.clariah.nl/stub/H-7c3e580b9ef0e8b3> a sdo:PublicationIssue ;
    sdo:datePublised "2015" ;
    sdo:location "Wrocław, Poland" ;
    sdo:name "Proceedings of CLARIN Annual Conference 2015" .

<https://tools.clariah.nl/stub/H-7d3be977eb9d2368> a sdo:Person ;
    sdo:familyName "Daelemans" ;
    sdo:givenName "Walter" .

<https://tools.clariah.nl/stub/H-9eab70a144a18a9> a sdo:WebApplication ;
    sdo:name "Electronisch woordenboek van de Gelderse dialecten" .

<https://tools.clariah.nl/stub/H-ad73aa0d5daeb54> a sdo:Person ;
    sdo:familyName "Roorda" ;
    sdo:givenName "Dirk" .

<https://tools.clariah.nl/stub/H0097b5a40bb45015> rdf:first "Andreas van Cranenburgh" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H0347da754a29db11> rdf:first <https://tools.clariah.nl/person/nanne> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H04e49b18c5902a90> a sdo:Organization ;
    sdo:name "CLARIN-NL" .

<https://tools.clariah.nl/stub/H064d73ae5b1bd815> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia.xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/ita> .

<https://tools.clariah.nl/stub/H0a203074437e9cf7> rdf:first <https://tools.clariah.nl/person/mathieu-fannee> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H0d98408093dfc7e7> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia.xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/eng> .

<https://tools.clariah.nl/stub/H1035bdbf4a021b67> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:email "k.vandersloot@let.ru.nl" ;
    sdo:familyName "van der Sloot" ;
    sdo:givenName "Ko" .

<https://tools.clariah.nl/stub/H116ea82749026d94> a sdo:SoftwareApplication ;
    sdo:identifier "frog" ;
    sdo:name "frog" .

<https://tools.clariah.nl/stub/H12cf817775cb28bf> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/ita> .

<https://tools.clariah.nl/stub/H17da2fc994532044> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/fra> .

<https://tools.clariah.nl/stub/H18c35df122374aa8> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/spa> .

<https://tools.clariah.nl/stub/H194e389934b0eefd> a sdo:Organization ;
    sdo:name "INT" ;
    sdo:url "https://www.ivdnt.org" .

<https://tools.clariah.nl/stub/H1a1a4e49ae8f1891> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/eng> .

<https://tools.clariah.nl/stub/H1b6dc1c3635a8352> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia.xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/rus> .

<https://tools.clariah.nl/stub/H1bab00174faf3361> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:email "emre.yilmaz@let.ru.nl" ;
    sdo:familyName "Yılmaz" ;
    sdo:givenName "Emre" .

<https://tools.clariah.nl/stub/H1bf4d8616b282a89> rdf:first <https://tools.clariah.nl/person/menzo-windhouwer> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H1d848c9df0b4a4a6> a stype:SoftwareLibrary ;
    sdo:name "stam" .

<https://tools.clariah.nl/stub/H1ff6068346625215> a sdo:SoftwareApplication ;
    sdo:identifier "foliautils" ;
    sdo:name "FoLiA utilities" .

<https://tools.clariah.nl/stub/H2140737479837b4a> a sdo:Person ;
    sdo:familyName "Weijters" ;
    sdo:givenName "Ton" ;
    sdo:position 5 .

<https://tools.clariah.nl/stub/H26b903e33aad28a2> rdf:first <https://tools.clariah.nl/person/meindertkroese> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H2708e959ca1a749a> a sdo:Grant ;
    sdo:funder <https://www.nwo.nl> ;
    sdo:name "ODISSEI: Better Infrastructure, Better Science, Better Society (NWO Grant 184.035.014)" .

<https://tools.clariah.nl/stub/H32422ff8971c6eb6> a sdo:Person ;
    sdo:familyName "Brouwer" ;
    sdo:givenName "Matthijs" ;
    sdo:url "https://nl.linkedin.com/in/brouwermatthijs/" .

<https://tools.clariah.nl/stub/H35bbc1f8f3278adb> a sdo:Person ;
    sdo:familyName "Haentjens Dekker" ;
    sdo:givenName "Ronald" .

<https://tools.clariah.nl/stub/H3c14a78532affed2> a sdo:Organization ;
    sdo:name "Centre for Language and Speech Technology, Radboud University and KNAW Humanities Cluster" .

<https://tools.clariah.nl/stub/H3d4bf64be63a2ebd> a sdo:Organization ;
    sdo:name "Centre for Language and Speech Technology, Radboud University" .

<https://tools.clariah.nl/stub/H3edba5f071271633> a sdo:SoftwareApplication ;
    sdo:identifier "nextflow" ;
    sdo:name "Nextflow" .

<https://tools.clariah.nl/stub/H41eb9abc1245af87> a sdo:DigitalDocument ;
    sdo:description "Text document" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "*.txt" .

<https://tools.clariah.nl/stub/H43ac0907955c80e0> a sdo:Person ;
    sdo:familyName "Zavrel" ;
    sdo:givenName "Jakub" ;
    sdo:position 6 .

<https://tools.clariah.nl/stub/H48fad39066d36584> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia.xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/fry> .

<https://tools.clariah.nl/stub/H4da29c75e6e8a0ec> a sdo:Person ;
    sdo:familyName "Manjavacas" ;
    sdo:givenName "Enrique" .

<https://tools.clariah.nl/stub/H4dd8b41f49717441> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia+xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/fra> .

<https://tools.clariah.nl/stub/H4e207f8b99b139c7> a sdo:Organization ;
    sdo:name "Utrecht University" .

<https://tools.clariah.nl/stub/H4e3e6f8152889f32> rdf:first <http://orcid.org/0009-0006-9941-9582> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H4ec1e246d7559ea5> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia+xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/spa> .

<https://tools.clariah.nl/stub/H52c7892e9243f882> a sdo:ComputerLanguage ;
    sdo:identifier "python" ;
    sdo:name "python" .

<https://tools.clariah.nl/stub/H52dee912d99290d4> a sdo:Organization ;
    sdo:name "Clariah" ;
    sdo:url "https://www.clariah.nl/" .

<https://tools.clariah.nl/stub/H5e886967ec567380> rdf:first <https://tools.clariah.nl/person/vyacheslav-tykhonov> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H625e662ca66d48f9> a sdo:Person ;
    sdo:familyName "Daelemans" ;
    sdo:givenName "Walter" ;
    sdo:position 3 .

<https://tools.clariah.nl/stub/H6ce3f6379c8cbfdd> a sdo:Person ;
    sdo:affiliation <https://dig.hum.uu.nl/> ;
    sdo:email "l.p.vanderplas@uu.nl" ;
    sdo:familyName "van der Plas" ;
    sdo:givenName "Luka" .

<https://tools.clariah.nl/stub/H6d0598d0e8d99624> a sdo:Organization ;
    sdo:name "CLARIAH" ;
    sdo:url "http://www.clariah.nl" .

<https://tools.clariah.nl/stub/H6dbea56d38737c01> a sdo:Person ;
    sdo:affiliation <https://www.uu.nl/en/research/utrecht-institute-of-linguistics-ots> ;
    sdo:email "m.h.vanderklis@uu.nl" ;
    sdo:familyName "van der Klis" ;
    sdo:givenName "Martijn" .

<https://tools.clariah.nl/stub/H6e6c72645baa95f9> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:email "ko.vandersloot@let.ru.nl" ;
    sdo:familyName "van der Sloot" ;
    sdo:givenName "Ko" ;
    sdo:position 1 .

<https://tools.clariah.nl/stub/H72a023377866a998> a sdo:PublicationIssue ;
    sdo:datePublised "2014" ;
    sdo:issue "14-01" ;
    sdo:location "Nijmegen, the Netherlands" ;
    sdo:name "Language and Speech Technology Technical Report Series" .

<https://tools.clariah.nl/stub/H72a7d8a12b6e5c76> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia.xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/swe> .

<https://tools.clariah.nl/stub/H74e0b1091903bd05> a sdo:Person ;
    sdo:familyName "Kestemont" ;
    sdo:givenName "Mike" .

<https://tools.clariah.nl/stub/H76a0317633f5d715> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/rus> .

<https://tools.clariah.nl/stub/H796075908b615c4a> a sdo:Person ;
    sdo:familyName "Clerice" ;
    sdo:givenName "Thibault" .

<https://tools.clariah.nl/stub/H7b1b599b61c265ad> a sdo:Organization ;
    sdo:name "PDI-SSH" ;
    sdo:url "https://pdi-ssh.nl/nl/2021/11/gehonoreerde-projecten-2021-call/" .

<https://tools.clariah.nl/webapplication/lenticular-lens> a sdo:WebApplication ;
    sdo:name "Lenticular Lens",
        "lenticular-lens" ;
    sdo:url "https://lenticularlens.goldenagents.org" ;
    sdo:version "1.0.0" .

<https://vocabs.dariah.eu/tadirah/comparing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.759892+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.310648+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/relationalAnalysis> ;
    skos:definition "Wikidata contributors, \"Q98845331,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98845331&oldid=1270639313 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Comparing"@en .

<https://vocabs.dariah.eu/tadirah/highlighting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.158844+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.606430+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/annotating> ;
    skos:definition "Wikidata contributors, \"Q98847905,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98847905&oldid=1270669260 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Highlighting"@en .

<https://vocabs.dariah.eu/tadirah/merging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.656200+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.282636+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/editing> ;
    skos:definition "Wikidata contributors, \"Q98848337,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98848337&oldid=1270671768 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Merging"@en .

<https://vocabs.dariah.eu/tadirah/networkAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.298606+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.059200+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/analyzing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=27&/network-analysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "network analysis is a method to study the relations of (real or fictional) actors or other entities in a mediated network, which can take the form of a social or academic online network, a set of correspondence, or a work of literature. The resulting network is made up of nodes (entities) and edges (relations)."@en,
        "ネットワーク分析とは、社会的または学術的なオンラインネットワーク、通信、文学作品の形などを取り得る仲介されたネットワークにおける（実在する、もしくは仮想的な）活動主体とその他の存在物の関係性を研究する手法である。結果として得られるネットワークはノード（実体）とエッジ（関係性）によって構成される。"@ja ;
    skos:prefLabel "Netzwerkanalyse"@de,
        "Network Analysis"@en,
        "Análisis de redes"@es,
        "Analyse de réseaux"@fr,
        "Analisi delle Reti"@it,
        "ネットワーク分析"@ja,
        "Análise de redes"@pt,
        "Анализа мреже"@sr .

<https://vocabs.dariah.eu/tadirah/rhetoricalAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.314386+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.805856+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> ;
    skos:definition "Wikidata contributors, \"Q98845926,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98845926&oldid=1270647161 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Rhetorical Analysis"@en .

<https://vocabs.dariah.eu/tadirah/speechRecognizing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.288714+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.112324+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/transcribing> ;
    skos:definition "Wikidata contributors, \"Q98846987,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98846987&oldid=1270659968 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Speech Recognizing"@en .

<https://vocabs.dariah.eu/tadirah/translating> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.367926+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.091358+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/creating> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=18&/translation> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "translating involves generating a new linguistic object based on a natural languages source document but written in a different language than the source."@en,
        "翻訳とは、ある自然言語の元資料に基づいて（元の言語とは異なる）新しい言語的オブジェクトを生成することを意味する。"@ja ;
    skos:prefLabel "Übersetzen"@de,
        "Translating"@en,
        "Traducción"@es,
        "Traduction"@fr,
        "Traduzione"@it,
        "翻訳"@ja,
        "Tradução"@pt,
        "Превођење"@sr .

<https://vocabs.dariah.eu/tadirah/webDevelopment> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:59.388663+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.183704+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/creating> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=19&/web-development> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "web development refers to the creation of websites by writing HTML/CSS, or other scripting languages, and building or configuring  a platform, content management system or framework such as Drupal, WordPress, Bootstrap, or Omeka, but also includes creating digital assets for browser-based applications."@en,
        "ウェブ開発とは、HTML、CSSなどのスクリプト言語を記述し、DrupalやWordPress、Bootstrap、Omekaのようなプラットフォームやコンテンツ管理システムやフレームワークを構築、設定してWebサイトを作成することを指すが、ブラウザベースのアプリケーション用のデジタルアセットを作成することも含まれる。"@ja ;
    skos:prefLabel "Webentwicklung"@de,
        "Web Development"@en,
        "Desarrollo web"@es,
        "Développement Web"@fr,
        "Sviluppo Web"@it,
        "ウェブ開発"@ja,
        "Desenvolvimento web"@pt,
        "Развој мреже-Веб програмирање"@sr .

<https://w3id.org/research-technology-readiness-levels#Level6LatePrototype> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:broader "trl:Stage3Experimental" ;
    skos:definition "Technology demonstrated in target setting, end-users adopt it for testing purposes." ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "6" ;
    skos:prefLabel "6 - Late prototype" .

<https://www.ru.nl/facultyofarts/> a sdo:Organization ;
    sdo:name "Faculty of Arts" ;
    sdo:parentOrganization <https://www.ru.nl> ;
    sdo:url "https://www.ru.nl/facultyofarts/" .

<https://www.ru.nl/ptrs> a sdo:Organization ;
    sdo:name "Theology and Religious Studies" ;
    sdo:parentOrganization <https://www.ru.nl/ftr> ;
    sdo:url "https://www.ru.nl/ptrs" .

<https://www.uu.nl> a sdo:Organization ;
    sdo:name "Utrecht University" ;
    sdo:url "https://www.uu.nl" .

<https://www.uu.nl/en/research/utrecht-institute-of-linguistics-ots> a sdo:Organization ;
    sdo:name "Utrecht Institute of Linguistics OTS" ;
    sdo:parentOrganization <https://www.uu.nl> ;
    sdo:url "https://www.uu.nl/en/research/utrecht-institute-of-linguistics-ots" .

<http://spdx.org/licenses/BSD-2-Clause> sdo:name "BSD-2-Clause" .

<https://kg.odissei.nl/odissei> a sdo:Organization ;
    sdo:name "ODISSEI" .

<https://orcid.org/0000-0002-7748-4715> a sdo:Person ;
    sdo:affiliation <https://ror.org/008xxew50>,
        <https://tools.clariah.nl/stub/H08cb38b7d3c4b229> ;
    sdo:familyName "van Ossenbruggen" ;
    sdo:givenName "Jacco" .

<https://ror.org/008xxew50> a sdo:Organization ;
    sdo:name "VU Amsterdam" .

<https://tools.clariah.nl/dependency/jinja2> a sdo:SoftwareApplication ;
    sdo:identifier "Jinja2" ;
    sdo:name "Jinja2" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/lxml> a sdo:SoftwareApplication ;
    sdo:identifier "lxml" ;
    sdo:name "lxml" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/serde-1-0-219> a sdo:SoftwareApplication ;
    sdo:identifier "serde" ;
    sdo:name "serde" ;
    sdo:version "1.0.219" .

<https://tools.clariah.nl/org/computational-linguistics-and-text-mining-lab> a sdo:Organization ;
    sdo:email "p.t.j.m.vossen@vu.nl" ;
    sdo:name "Computational Linguistics and & Text Mining Lab" ;
    sdo:url "http://www.cltl.nl/" .

<https://tools.clariah.nl/org/open-spraaktechnologie> a sdo:Organization ;
    sdo:email "bestuur@openspraaktechnologie.org" ;
    sdo:name "Open Spraaktechnologie" ;
    sdo:url "https://openspraaktechnologie.org/" .

<https://tools.clariah.nl/person/ekoi> a sdo:Person ;
    sdo:email "eko.indarto@dans.knaw.nl" ;
    sdo:familyName "" ;
    sdo:givenName "ekoi" .

<https://tools.clariah.nl/person/ingeborg-van-vugt> a sdo:Person ;
    sdo:email "ingeborgvanvugt@hotmail.com" ;
    sdo:familyName "van Vugt" ;
    sdo:givenName "Ingeborg" .

<https://tools.clariah.nl/person/jessededoes> a sdo:Person ;
    sdo:email "dedoes@xs4all.nl",
        "jesse.dedoes@ivdnt.org" ;
    sdo:familyName "" ;
    sdo:givenName "jessededoes" .

<https://tools.clariah.nl/person/kerim1> a sdo:Person ;
    sdo:email "kerim1@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "kerim1" .

<https://tools.clariah.nl/person/martenpostma> a sdo:Person ;
    sdo:email "martenp@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "MartenPostma" .

<https://tools.clariah.nl/person/miel-peeters> a sdo:Person ;
    sdo:email "miel.peeters@ugent.be",
        "peetersmiel@gmail.com" ;
    sdo:familyName "Peeters" ;
    sdo:givenName "Miel" .

<https://tools.clariah.nl/person/sebastiaan-van-daalen> a sdo:Person ;
    sdo:email "sebastiaan.van.daalen@di.huc.knaw.nl" ;
    sdo:familyName "van Daalen" ;
    sdo:givenName "Sebastiaan" .

<https://tools.clariah.nl/person/sophie-arnoult> a sdo:Person ;
    sdo:email "s.i.arnoult@vu.nl",
        "sophie.arnoult@posteo.net" ;
    sdo:familyName "Arnoult" ;
    sdo:givenName "Sophie" .

<https://tools.clariah.nl/person/triply> a sdo:Person ;
    sdo:email "info@triply.cc" ;
    sdo:familyName "" ;
    sdo:givenName "Triply" ;
    sdo:url "https://triply.cc" .

<https://tools.clariah.nl/person/vic-ding> a sdo:Person ;
    sdo:email "31689867+vicding-mi@users.noreply.github.com",
        "qiqing.ding@di.huc.knaw.nl",
        "qiqing.ding@meertens.knaw.nl" ;
    sdo:familyName "Ding" ;
    sdo:givenName "Vic" .

<https://tools.clariah.nl/person/xander-wilcke> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/org/vu-university-amsterdam> ;
    sdo:email "w.x.wilcke@vu.nl" ;
    sdo:familyName "Wilcke" ;
    sdo:givenName "Xander" ;
    sdo:url "https://gitlab.com/wxwilcke" .

<https://tools.clariah.nl/stub/H-1d2fc4d067882273> rdf:first <https://tools.clariah.nl/person/hdj> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-2ac99d1abacdc2a0> rdf:first <https://tools.clariah.nl/person/sebastiaan-van-daalen> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-34fcc8434e5eade7> a sdo:SoftwareApplication ;
    sdo:identifier "ucto" ;
    sdo:name "ucto" .

<https://tools.clariah.nl/stub/H-355e00fae8fe4fa4> a sdo:Person ;
    sdo:email "edrenth@fryske-akademy.nl" ;
    sdo:familyName "Drenth" ;
    sdo:givenName "Eduard" .

<https://tools.clariah.nl/stub/H-3615957e9d1d0c3f> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/ptrs> ;
    sdo:email "ko.vandersloot@let.ru.nl" ;
    sdo:familyName "Bary" ;
    sdo:givenName "Corien" .

<https://tools.clariah.nl/stub/H-3b968f4555c497ee> a sdo:Grant ;
    sdo:funder <https://www.nwo.nl> ;
    sdo:name "Social Science and Humanities Open Cloud for the Netherlands (SSHOC-NL, NWO Grant 184.036.020)" .

<https://tools.clariah.nl/stub/H-3cc2a02d53014a4d> rdf:first <https://tools.clariah.nl/person/xander-wilcke> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-416ad0c5c88f78be> rdf:first <https://tools.clariah.nl/person/hayco-de-jong> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-529a046f0f70807a> rdf:first <https://tools.clariah.nl/person/sheean-spoel> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-5ab9dd3558cf4298> a sdo:Person ;
    sdo:email "jan.niestadt@ivdnt.org" ;
    sdo:familyName "Niestadt" ;
    sdo:givenName "Jan" ;
    sdo:url "https://github.com/jan-niestadt" .

<https://tools.clariah.nl/stub/H-5bc9d43fa11bcb17> rdf:first <https://tools.clariah.nl/person/bram-buitendijk> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-60353ba7d2623b69> rdf:first "Gertjan van Noord" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-659660324c1a3c7e> rdf:first "Martin Reynaert" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-77d6ce29b5eab29d> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:email "l.tenbosch@let.ru.nl" ;
    sdo:familyName "ten Bosch" ;
    sdo:givenName "Louis" .

<https://tools.clariah.nl/stub/H-7855d1b4a2d3d0ff> a sdo:Dataset ;
    sdo:encodingFormat "text/tab-separated-values" .

<https://tools.clariah.nl/stub/H-f3433bc357dd5d8> a sdo:Person ;
    sdo:affiliation <https://dig.hum.uu.nl/> ;
    sdo:email "s.j.j.spoel@uu.nl" ;
    sdo:familyName "Spoel" ;
    sdo:givenName "Sheean" .

<https://tools.clariah.nl/stub/H2261ba3ec0dadf89> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:email "reynaert@uvt.nl" ;
    sdo:familyName "Reynaert" ;
    sdo:givenName "Martin" .

<https://tools.clariah.nl/stub/H450789ba5877172f> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:email "proycon@anaproy.nl" ;
    sdo:familyName "van Gompel" ;
    sdo:givenName "Maarten" .

<https://tools.clariah.nl/stub/H4edd16526cceb78c> a sdo:Person ;
    sdo:email "david@ddeboer.nl" ;
    sdo:familyName "de Boer" ;
    sdo:givenName "David" .

<https://tools.clariah.nl/stub/H57cf780f3a5f0403> a sdo:Person ;
    sdo:affiliation <https://www.tilburguniversity.edu/about/schools/humanities/departments/dca/> ;
    sdo:email "reynaert@uvt.nl" ;
    sdo:familyName "Reynaert" ;
    sdo:givenName "Martin" .

<https://tools.clariah.nl/stub/H64c815a61b87e87c> a sdo:Person ;
    sdo:familyName "Westera" ;
    sdo:givenName "Matthijs" .

<https://tools.clariah.nl/stub/H77cfe75ef28d6ab3> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/humanitieslab/technical-support-group> ;
    sdo:familyName "Komen" ;
    sdo:givenName "Erwin" .

<https://tools.clariah.nl/stub/H7cf16d2122346b43> a sdo:Organization ;
    sdo:name "Data Archiving and Networked Services" ;
    sdo:url "https://www.dans.knaw.nl" .

<https://vocabs.dariah.eu/tadirah/browsing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.756358+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:21.383355+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/discovering> ;
    skos:definition "exploratory use of an information system (Wikidata contributors, \"Q516508,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q516508&oldid=1169408380 (accessed July 30, 2020)."@en,
        "情報システムを用いた検索。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Browsing"@en,
        "ブラウジング(拾い読み)"@ja .

<https://vocabs.dariah.eu/tadirah/exploration> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:51.070463+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:21.553853+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/discovering> ;
    skos:definition "act of searching or traveling around a terrain for the purpose of discovery (Wikidata contributors, \"Q6502154,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q6502154&oldid=1238428839 (accessed September 4, 2020)."@en,
        "発見のためにある地域の方々を調査もしくは旅行する行為。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Exploration"@en,
        "探検"@ja .

<https://vocabs.dariah.eu/tadirah/informationRetrieval> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.732355+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:21.626253+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/discovering> ;
    skos:definition "activity of obtaining information resources relevant to an information need from a collection of information resources (Wikidata contributors, \"Q816826,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q816826&oldid=1228359828 (accessed July 30, 2020)."@en,
        "情報資源群の中から、必要とされるある情報に関連した情報コレクションを得る行為。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Information Retrieval"@en,
        "情報検索"@ja .

<https://vocabs.dariah.eu/tadirah/lemmatizing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.220925+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.654373+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/converting> ;
    skos:definition "Wikidata contributors, \"Q2554325,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q2554325&oldid=1114054839 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Lemmatizing"@en .

<https://vocabs.dariah.eu/tadirah/transcribing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.233803+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.014672+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/capturing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=14&/transcription> ;
    skos:definition "transcribing describes  the activity of creating a representation of a manuscript or of audio or video recordings. The representation is generally textual for the verbal aspects of recordings and structured for example by speech turns. It can also contain multimodal information like gestures or events and multimedia information like time synchronization and relation to media files."@en,
        "書き起こし（翻刻）とは、手稿や録音、録画などの再現物を作成する行為を意味する。再現物は一般的に記録に関する言語的観点のテキストであり、例えば発言の順序によって構造化されている。また、ジェスチャやイベント等のマルチモーダルな情報、時刻同期やメディアファイル関連などのマルチメディア的情報も含み得る。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/speechRecognizing> ;
    skos:prefLabel "Transkription"@de,
        "Transcribing"@en,
        "Transcripción"@es,
        "Transcription"@fr,
        "Trascrizione"@it,
        "書き起こし（翻刻）"@ja,
        "Transcrição"@pt,
        "Транскрипција"@sr .

<https://vocabs.dariah.eu/tadirah/writing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:59.575710+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.301794+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/creating> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=20&/writing> ;
    skos:definition "writing designates the activity of creating new texts (instead of capturing existing text). Here, it primarily concerns research papers and reports, but may include other textually-oriented objects."@en,
        "ライティングは、（既存のテキストをキャプチャするのではなく）新しいテキストを作成する活動を意味する。ここでは、主に研究論文や報告書に関係するが、その他のテキスト指向のオブジェクトを含むこともある。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/lettering> ;
    skos:prefLabel "Schreiben"@de,
        "Writing"@en,
        "Escritura"@es,
        "Écriture"@fr,
        "Scrittura"@it,
        "ライティング"@ja,
        "Escrita"@pt,
        "Писање"@sr .

<https://w3id.org/nwo-research-fields#EducationalSciences> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "41.90.00" ;
    skos:prefLabel "Educational Sciences" .

<https://w3id.org/nwo-research-fields#GeographyPlanning> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Geography / Planning" .

<https://w3id.org/nwo-research-fields#Law> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Law" .

<https://w3id.org/nwo-research-fields#LifeSciences> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Life sciences" .

<https://w3id.org/nwo-research-fields#Medicine> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Medicine" .

<https://w3id.org/nwo-research-fields#Pedagogics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "42.00.00" ;
    skos:prefLabel "Pedagogics" .

<https://w3id.org/nwo-research-fields#Psychology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Psychology" .

<https://w3id.org/nwo-research-fields#PublicAdministrationAndPoliticalScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Public administration and political science" .

<https://www.beeldengeluid.nl/> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H4caa3ee1817f8a14> ;
    sdo:name "Netherlands Institute for Sound and Vision" ;
    sdo:url "https://www.beeldengeluid.nl/" .

<https://www.nwo.nl> a sdo:Organization ;
    sdo:name "NWO" .

<https://www.ru.nl> a sdo:Organization ;
    sdo:location <https://tools.clariah.nl/stub/H2c460df333ec1959> ;
    sdo:name "Radboud University" ;
    sdo:url "https://www.ru.nl" .

<https://www.ru.nl/cls> a sdo:Organization ;
    sdo:name "Centre for Language Studies" ;
    sdo:parentOrganization <https://www.ru.nl> ;
    sdo:url "https://www.ru.nl/cls" .

<https://www.ru.nl/humanitieslab/technical-support-group> a sdo:Organization ;
    sdo:name "Technical Support Group" ;
    sdo:parentOrganization <https://www.ru.nl/humanitieslab/> ;
    sdo:url "https://www.ru.nl/humanitieslab/technical-support-group" .

<https://github.com/jblom> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/stub/H-4e59a8a6a5dcda31>,
        <https://www.beeldengeluid.nl/> ;
    sdo:familyName "Blom" ;
    sdo:givenName "Jaap" .

<https://orcid.org/0000-0002-5145-3603> a sdo:Person ;
    sdo:familyName "van Noord" ;
    sdo:givenName "Nanne" .

<https://orcid.org/0009-0002-8007-5119> a sdo:Person ;
    sdo:affiliation <https://ror.org/008pnp284> ;
    sdo:familyName "van Rijsselberg" ;
    sdo:givenName "Fjodor" .

<https://tools.clariah.nl/dependency/codemetapy> a sdo:SoftwareApplication,
        stype:SoftwareLibrary ;
    sdo:identifier "codemetapy" ;
    sdo:name "codemetapy" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/dependency/lxml-ge-2-2> a sdo:SoftwareApplication ;
    sdo:identifier "lxml" ;
    sdo:name "lxml" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version ">= 2.2" .

<https://tools.clariah.nl/person/jan-niestadt> a sdo:Person ;
    sdo:email "jan.niestadt@inl.nl",
        "jan.niestadt@ivdnt.org" ;
    sdo:familyName "Niestadt" ;
    sdo:givenName "Jan" ;
    sdo:url "https://github.com/jan-niestadt" .

<https://tools.clariah.nl/person/jblom> a sdo:Person ;
    sdo:email "jblom@beeldengeluid.nl" ;
    sdo:familyName "" ;
    sdo:givenName "jblom" .

<https://tools.clariah.nl/person/jelte-van-boheemen> a sdo:Person ;
    sdo:email "j.vanboheemen@gmail.com",
        "j.vanboheemen@uu.nl" ;
    sdo:familyName "van Boheemen" ;
    sdo:givenName "Jelte" .

<https://tools.clariah.nl/person/louis-ten-bosch> a sdo:Person ;
    sdo:email "louis.tenbosch@ru.nl",
        "ltenbosch@mlp04.science.ru.nl" ;
    sdo:familyName "ten Bosch" ;
    sdo:givenName "Louis" .

<https://tools.clariah.nl/person/marten-postma> a sdo:Person ;
    sdo:email "marten@marten.local",
        "postma@kyoto.let.vu.nl" ;
    sdo:familyName "Postma" ;
    sdo:givenName "Marten" .

<https://tools.clariah.nl/person/mathieu-fannee> a sdo:Person ;
    sdo:email "mathieu.fannee@inl.nl" ;
    sdo:familyName "Fannee" ;
    sdo:givenName "Mathieu" ;
    sdo:url "https://www.ivdnt.org/" .

<https://tools.clariah.nl/person/sheean-spoel> a sdo:Person ;
    sdo:email "s.j.j.spoel@uu.nl",
        "sheean@sheean.nl" ;
    sdo:familyName "Spoel" ;
    sdo:givenName "Sheean" .

<https://tools.clariah.nl/stub/H-1494d7234b10efa9> a sdo:Person ;
    sdo:name "Research Software Lab, Centre for Digital Humanities, Utrecht University" .

<https://tools.clariah.nl/stub/H-31826cf2d1bcbb4f> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/tab-separated-values" .

<https://tools.clariah.nl/stub/H-5653eff0b73a1ebb> rdf:first "Willem van Peursen" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-59ecb8f01564741e> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" .

<https://tools.clariah.nl/stub/H-5ef6fc61d027029d> rdf:first "Sophie Arnoult" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-6e7966e368e1dfb4> rdf:first <https://github.com/jblom> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H-6fc5fdf5095ff120> rdf:first <https://orcid.org/0000-0002-0079-2533> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H022985fbc05abc8c> a sdo:SoftwareApplication ;
    sdo:identifier "icu" ;
    sdo:name "icu" .

<https://tools.clariah.nl/stub/H02cb54e45f32c673> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia+xml" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/nld> .

<https://tools.clariah.nl/stub/H0c5118c3e0df77a0> rdf:first "Maarten van Gompel" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H4af4e023059a939d> a sdo:SoftwareApplication ;
    sdo:identifier "libfolia" ;
    sdo:name "libfolia" .

<https://vocabs.dariah.eu/tadirah/archiving> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:43.972225+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.375554+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/storing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=38&/archiving> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/dataIngestion> ;
    skos:note "archiving includes the process of moving data and other resources to a separate space for retention. If long-term archiving is involved, activities related to data preservation may also be involved."@en,
        "アーカイビングは、データやその他のリソースを保存のための区別された空間へ移す作業手順を含む。長期間のアーカイブの場合には、データの保存に関連する活動も含まれ得る。"@ja ;
    skos:prefLabel "Archivieren"@de,
        "Archiving"@en,
        "Archivage"@fr,
        "Archiviazione"@it,
        "アーカイビング"@ja,
        "Архивирање"@sr .

<https://vocabs.dariah.eu/tadirah/collaborating> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.181626+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.565587+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/disseminating> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=43&/collaboration> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/discussing>,
        <https://vocabs.dariah.eu/tadirah/socialNetworking> ;
    skos:note "collaborating  is involved in any research activity being done jointly by several researchers, possibly in different places and at different times. Research-oriented collaboration is enabled, particularly, through comprehensive digital research environments, but can also happen around more specific activities, such as communication or sharing of resources."@en,
        "協働とは、複数の研究者が、異なる場所と時間で、共に行うあらゆる研究活動のことを意味する。研究志向の協働は、とりわけ包括的なデジタルの研究環境で行われるが、それだけでなく、コミュニケーションや資料の共有のような、より具体的な活動においても起こり得る。"@ja ;
    skos:prefLabel "Kollaboration"@de,
        "Collaborating"@en,
        "Colaboración"@es,
        "Collaboration"@fr,
        "Collaborazione"@it,
        "協働"@ja,
        "Colaboração"@pt,
        "Колаборација/Сарадња"@sr .

<https://vocabs.dariah.eu/tadirah/commenting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.551902+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.783524+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/disseminating> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=44&/commenting> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/expressingOpinion> ;
    skos:note "commenting is the activity of adding information to a piece of data, usually in a way that separates the data to which the comment is attached and the comment. It usually serves to express some opinion, to add contextual information, or to engage in communication or collaboration with others about the object commented on."@en,
        "コメントとは、データの一部に情報を付記する活動である。通常は、コメントが付与されるデータとコメントを分離する方法が採られる。通常は、何らかの意見を表明したり、文脈情報を追加したり、コメントの対象についての他者とのコミュニケーションや協働作業に従事するのに用いられる。"@ja ;
    skos:prefLabel "Kommentieren"@de,
        "Commenting"@en,
        "Comentario"@es,
        "Commentaire"@fr,
        "Commento"@it,
        "コメント"@ja,
        "Comentário"@pt,
        "Стављање коментара"@sr .

<https://vocabs.dariah.eu/tadirah/crowdsourcing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:46.970015+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:26.579265+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/disseminating> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=46&/crowdsourcing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/gamification>,
        <https://vocabs.dariah.eu/tadirah/userGeneratedContent> ;
    skos:note "crowdsourcing refers to the paradigm of user-generated content by an open, large and constantly growing group of contributors in a collaborative and collective web context, applied here to the domain of digital humanities research."@en,
        "クラウドソーシングとは、協働的で集合的なウェブの文脈で、オープンで大規模であり絶えず成長している貢献者グループによる、ユーザ生成型コンテンツの枠組みを指し、ここではデジタルヒューマニティーズ（人文情報学）研究の領域に適用される。"@ja ;
    skos:prefLabel "Crowdsourcing"@de,
        "Crowdsourcing"@en,
        "Crowdsourcing"@fr,
        "Cooperazione Collettiva"@it,
        "クラウドソーシング"@ja,
        "Прибављање малих новчаних прилога од великог броја људи"@sr .

<https://vocabs.dariah.eu/tadirah/imaging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.409881+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:23.239145+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/capturing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=12&/imaging> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/photographing>,
        <https://vocabs.dariah.eu/tadirah/scanning> ;
    skos:note "imaging refers to capturing texts, images, artifacts or spatial formations in 2D or 3D using optical or acoustic means (light, laser, infrared, ultrasound). Imaging usually does not lead to the identification of discrete semantic or structural units in the data, such as words or musical notes."@en,
        "イメージングとは、テキスト、画像、人工物、空間的構成体を、光学あるいは音響的手段（光、レーザー、赤外線、超音波）を用いて二次元的あるいは三次元的にキャプチャすることを指す。イメージングは通常、単語や音符のような離散的な意味的、構造的単位の識別には至らない。"@ja ;
    skos:prefLabel "Bilderfassung"@de,
        "Imaging"@en,
        "Captura en formato imagen"@es,
        "Imagerie"@fr,
        "Gestione delle Immagini"@it,
        "イメージング（視覚化？）"@ja,
        "Captura em formato de imagem"@pt,
        "Усликавање"@sr .

<https://vocabs.dariah.eu/tadirah/machineLearning> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.434284+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.675072+00:00"^^xsd:dateTime ;
    skos:altLabel "ML"@en ;
    skos:broader <https://vocabs.dariah.eu/tadirah/stylisticAnalysis> ;
    skos:definition "branch of statistics and computer science, which studies algorithms and architectures that learn from observed facts (Wikidata contributors, \"Q2539,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q2539&oldid=1228523395 (accessed July 30, 2020)."@en,
        "統計学及びコンピュータサイエンスの派生分野で、観察可能な事実から学習を行うアルゴリズムやアーキテクチャについて研究する。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Machine Learning"@en,
        "機械学習"@ja .

<https://vocabs.dariah.eu/tadirah/modeling> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:53.940525+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.787242+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/interpreting> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=35&/modeling> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/dataMapping>,
        <https://vocabs.dariah.eu/tadirah/transformation> ;
    skos:note "modeling refers to creating an abstract representation of a complex phenomenon, usually in a machine-readable way, possibly in an interactive way (i.e. it includes “simulation”). Models become machine-readable when modeling produces a schema that describes the elements and the structure of an object of inquiry in an explicit way. Further it refers to the activity of transforming or manipulating a digital object in such a way as to make it compatible with a previously constructed model or schema."@en,
        "モデル化とは、複雑な現象の抽象的な表現を作成することを指す。通常それは機械可読で、もしかしたら相互作用的に（すなわち、「シミュレーション」などで）表現される。モデルは、調査対象の構成要素と構造を明示的に記述するスキーマをモデル化によって作り出したときに機械可読となる。さらに、デジタル化された研究対象がそれ以前のモデルやスキーマと互換性があるように、その対象を変形させたり操作したりする行いのことも指す。"@ja ;
    skos:prefLabel "Modellieren"@de,
        "Modeling"@en,
        "Modelización"@es,
        "Modélisation"@fr,
        "Modelizzazione"@it,
        "モデル化"@ja,
        "Modelagem"@pt,
        "Моделовање"@sr .

<https://vocabs.dariah.eu/tadirah/namedEntityRecognition> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.086579+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.719918+00:00"^^xsd:dateTime ;
    skos:altLabel "NER"@en ;
    skos:broader <https://vocabs.dariah.eu/tadirah/spatialAnalysis> ;
    skos:definition "extraction of named entity mentions in unstructured text into pre-defined categories (Wikidata contributors, \"Q403574,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q403574&oldid=1232404694 (accessed July 30, 2020)."@en,
        "あらかじめ定義されたカテゴリにおける固有表現を、非構造化テキストから抽出すること。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Named Entity Recognition"@en,
        "固有表現認識"@ja .

<https://vocabs.dariah.eu/tadirah/segmenting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.572743+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.668817+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/annotating> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:note "segmenting refers to a management process or method of dividing something into smaller homogeneous parts/units to gain better understanding about an object or topic. Segmentation can range from demographic, geographical, ethical, behavioral, visual, linguistic, musical to other areas and can be multi-dimensional."@en,
        "分節化は、対象となる物やトピックについてより良い理解を得るために、何かを、より小さな等質的部分、単位に分割していく作業の管理過程や手法を指す。分節化は、人口統計学、地理学、倫理学、行動学、視覚研究、言語学、音楽など、様々な領域で、また多次元に、行い得るものである。"@ja ;
    skos:prefLabel "Segmenting"@en,
        "分節化"@ja .

<https://vocabs.dariah.eu/tadirah/spatialAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.211785+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.568129+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/analyzing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=29&/spatial-analysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/georeferencing>,
        <https://vocabs.dariah.eu/tadirah/namedEntityRecognition> ;
    skos:note "spatial analysis refers to the discovery of trends or patterns in data pertaining to spatial or geographical aspects of the data. Spatial analysis may lead to Visualization or Modeling in the form of maps."@en,
        "空間分析とは、データの空間的または地理的側面に関連するデータの傾向またはパターンを発見することを指す。空間分析は、地図の形での視覚化またはモデル化につながる可能性がある。"@ja ;
    skos:prefLabel "Räumliche Analyse"@de,
        "Spatial Analysis"@en,
        "Análisis espacial"@es,
        "Analyse spatiale"@fr,
        "Analisi dello Spazio"@it,
        "空間分析"@ja,
        "Análise espacial"@pt,
        "Просторна анализа"@sr .

<https://vocabs.dariah.eu/tadirah/treeTagging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.435501+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.140185+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/structuralAnalysis> ;
    skos:definition "Wikidata contributors, \"Q98845582,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q98845582&oldid=1270642307 (accessed September 4, 2020)."@en ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Tree-Tagging"@en .

<https://w3id.org/nwo-research-fields#ArtificialIntelligenceExpertSystems> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputerScience" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "16.60.00" ;
    skos:prefLabel "Artificial intelligence, export systems" .

<https://w3id.org/nwo-research-fields#CommunicationScience> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Communication science" .

<https://w3id.org/nwo-research-fields#Demography> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "48.90.00" ;
    skos:prefLabel "Demography" .

<https://w3id.org/nwo-research-fields#Economics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Economics" .

<https://w3id.org/nwo-research-fields#Sociology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "45.90.00" ;
    skos:prefLabel "Sociology" .

<https://w3id.org/research-technology-readiness-levels#Stage4Complete> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:altLabel "stable" ;
    skos:definition "The technology is complete, stable and deployed in production scenarios for end-users" ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "8-9" ;
    skos:prefLabel "Complete" .

<https://www.ru.nl/facultyofarts/research/humanities-lab/our-labs> a sdo:Organization ;
    sdo:name "Technical Support Group" ;
    sdo:parentOrganization <https://www.ru.nl/facultyofarts/research/humanities-lab> ;
    sdo:url "https://www.ru.nl/facultyofarts/research/humanities-lab/our-labs" .

<http://spdx.org/licenses/AGPL-3.0-only> sdo:name "GNU Affero General Public License v3" .

<http://spdx.org/licenses/GPL-2.0-only> sdo:name "GNU General Public License v2" .

<http://spdx.org/licenses/GPL-3.0-or-later> sdo:name "GNU General Public License v3.0 or later" .

<https://ror.org/008pnp284> a sdo:Organization ;
    sdo:name "DANS" .

<https://tools.clariah.nl/dependency/pyyaml> a sdo:SoftwareApplication ;
    sdo:identifier "PyYAML",
        "pyyaml" ;
    sdo:name "PyYAML",
        "pyyaml" ;
    sdo:runtimePlatform "Python 3" .

<https://tools.clariah.nl/org/centre-for-digital-humanities> a sdo:Organization ;
    sdo:email "cdh@uu.nl" ;
    sdo:name "Centre for Digital Humanities" ;
    sdo:url "https://cdh.uu.nl/" .

<https://tools.clariah.nl/stub/H-23f26241812668e0> a sdo:Organization ;
    sdo:name "KNAW Humanities Cluster" ;
    sdo:url "https://huc.knaw.nl" .

<https://tools.clariah.nl/stub/H-4e59a8a6a5dcda31> a sdo:Organization ;
    sdo:name "The Netherlands Institute for Sound and Vision" .

<https://tools.clariah.nl/stub/H-4f075849533c2720> a sdo:Organization ;
    sdo:name "ClariaH" ;
    sdo:url "https://www.clariah.nl/projecten/research-pilots/acad" .

<https://tools.clariah.nl/stub/H-5b94870658368d20> rdf:first "Erwin R. Komen" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H0e48be7c3445b244> rdf:first <https://tools.clariah.nl/person/kerim1> ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H18025f4f67582751> a sdo:Organization ;
    sdo:legalName "Utrecht University" .

<https://tools.clariah.nl/stub/H3509285da5b17520> a sdo:ComputerLanguage ;
    sdo:identifier "python" ;
    sdo:name "Django with Python3" .

<https://vocabs.dariah.eu/tadirah/dataCleansing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:47.061476+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.769120+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/enriching> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=23&/cleanup> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/debugging>,
        <https://vocabs.dariah.eu/tadirah/improving>,
        <https://vocabs.dariah.eu/tadirah/removing> ;
    skos:note "data cleansing involves improving the quality of an existing digital object. This could include correcting errors in a written text, errors in OCR results or  debugging code."@en,
        "データクレンジングとは、既存のデジタルオブジェクトの品質を向上させることを意味する。これには、手打ちのテキスト、OCRの読込結果、デバッグコードの誤りの修正が含まれる。"@ja ;
    skos:prefLabel "Bereinigen"@de,
        "Data Cleansing"@en,
        "Limpieza de datos"@es,
        "Nettoyage"@fr,
        "Pulizia"@it,
        "データクレンジング"@ja,
        "Limpeza de dados"@pt,
        "Чишћење"@sr .

<https://vocabs.dariah.eu/tadirah/dataRecognition> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:47.437103+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.937885+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/capturing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=9&/data-recognition> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/opticalCharacterRecognition>,
        <https://vocabs.dariah.eu/tadirah/opticalMusicRecognition>,
        <https://vocabs.dariah.eu/tadirah/preprocessing> ;
    skos:note "data recognition, e.g. optical character recognition (OCR), refers to the process of treating the immediate products of digital data capturing (recording or imaging), such as digital facsimiles of texts or of music score, in a way to extract discrete, machine-readable units from them, such as plain text words, musical notes, still or moving image elements."@en,
        "データ認識（例：光学文字認識（OCR））とは、文章や楽譜のデジタルファクシミリのようなデジタルデータキャプチャ（レコーディングや画像保存）の直接製品に関する技術であり、とくにそこから、プレーンテキストの単語、音符、静止画像あるいは動画といった要素のような、離散的かつ機械可読なユニットを抽出する作業手順のことを指す。"@ja ;
    skos:prefLabel "Datenerkennung"@de,
        "Data Recognition"@en,
        "Reconocimiento de datos"@es,
        "Reconnaissance de données"@fr,
        "Riconoscimento dei Dati"@it,
        "データ認識"@ja,
        "Reconhecimento de dados"@pt,
        "Препознавање података"@sr .

<https://vocabs.dariah.eu/tadirah/designing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:48.541043+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.270799+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/creating> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=16&/designing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/diagramming>,
        <https://vocabs.dariah.eu/tadirah/drawing>,
        <https://vocabs.dariah.eu/tadirah/wireframing> ;
    skos:note "designing refers to the development of a user or a graphical interface, with which the user is able to interact to perform various tasks and conduct activities. Also included here is the development of the user experience, user interaction, participation and usability aspects where a person’s perceptions and needs of the practical dimensions such as utility, ease of use, and efficiency of the system are taken into consideration."@en,
        "設計とは、ユーザまたはグラフィカルインターフェイスの開発に関わるもので、その向上により様々なタスクを遂行し活動するよう、ユーザがインタラクトできるようにする開発のことを指す。またここには、ユーザ経験、ユーザインタラクション、参与や使いやすさといった（つまり有用性、使用の簡易さ、システムの効率性のような実践的次元での人の知覚やニーズにも配慮がなされている）側面の開発も含まれている。"@ja ;
    skos:prefLabel "Design"@de,
        "Designing"@en,
        "Diseño"@es,
        "Design"@fr,
        "Progettazione"@it,
        "設計"@ja,
        "Design"@pt,
        "Дизајнирање"@sr .

<https://vocabs.dariah.eu/tadirah/extracting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:51.240091+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:21.913630+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/capturing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/dataMining>,
        <https://vocabs.dariah.eu/tadirah/informationMining>,
        <https://vocabs.dariah.eu/tadirah/knowledgeDiscovery>,
        <https://vocabs.dariah.eu/tadirah/knowledgeExtraction> ;
    skos:note "extracting refers to the process to distill structured information from texts, images or other machine-readable digital documents of a certain domain not necessarily in a human understandable form. Information extraction, knowledge extraction, knowledge discovery, information mining and data mining are methodologically similar. The activity of extracting also concerns processing human language texts by means of natural language processing (NLP)."@en,
        "抽出とは、ある領域のテキスト、画像、またはその他の機械読み取り可能なデジタル文書から構造化された情報を抽出するプロセスを指し、その結果は必ずしも人間が理解できる形ではない。情報抽出、知識抽出、知識発見、情報マイニング、データマイニングは、方法論の面で類似している。また、抽出は、NLP（Natural Language Processing, 自然言語処理）を用いて自然言語のテキストを処理することにも関連している。"@ja ;
    skos:prefLabel "Extracting"@en,
        "抽出"@ja .

<https://vocabs.dariah.eu/tadirah/organizing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:54.569223+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.827507+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/storing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=40&/organizing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/finding>,
        <https://vocabs.dariah.eu/tadirah/managing>,
        <https://vocabs.dariah.eu/tadirah/sharing> ;
    skos:note "organizing refers to the arrangement of objects (research materials, data sets, images, etc.) in a way that facilitates other research activities. May also include activities that support discovery such as metadata creation and enhancement."@en,
        "組織化とは他の研究を促進するような方法で対象物（研究資料、データセット、画像など）を整理することを指す。また、メタデータの作成や充実のような発見を支援する活動を含み得る。"@ja ;
    skos:prefLabel "Organisieren"@de,
        "Organizing"@en,
        "Organisation"@fr,
        "Organizzazione"@it,
        "組織化"@ja,
        "Организовање"@sr .

<https://vocabs.dariah.eu/tadirah/programming> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.664537+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.686136+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/creating> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=17&/programming> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/encoding>,
        <https://vocabs.dariah.eu/tadirah/graphicsProgramming>,
        <https://vocabs.dariah.eu/tadirah/pseudoCoding> ;
    skos:note "programming describes the process of creating executable code for a computer including scripts or application software. Often programming comprises pseudo coding and editing ac source code or algorithm and is varying for different programming languages."@en,
        "プログラミングは、スクリプトやアプリケーションソフトウェアを含む、コンピュータのための実行可能なコードを作成する作業手順のことを意味する。多くの場合、プログラミングは擬似コードとソースコードやアルゴリズムの編集からなっており、プログラミング言語によって違いがある。"@ja ;
    skos:prefLabel "Programmieren"@de,
        "Programming"@en,
        "Programación"@es,
        "Programmation"@fr,
        "Programmazione"@it,
        "プログラミング"@ja,
        "Programação"@pt,
        "Програмирање"@sr .

<https://vocabs.dariah.eu/tadirah/recording> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.040698+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:23.537909+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/capturing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=13&/recording> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/audioRecording>,
        <https://vocabs.dariah.eu/tadirah/screencast>,
        <https://vocabs.dariah.eu/tadirah/videoCapture> ;
    skos:note "recording refers to capturing audio and/or video. The  result is a digital audio (e.g. WAV, MP3, etc.) or video (e.g. MP4, Quicktime, etc.) file that can be manipulated, analyzed and/or stored."@en,
        "レコーディングは、音声や動画をキャプチャすることを指す。その結果、複製、分析、保存が可能な音声データ（例：WAV、MP3など）ないし動画データ（例：MP4、Quicktimeなど）が生成される。"@ja ;
    skos:prefLabel "Aufzeichnen"@de,
        "Recording"@en,
        "Grabación"@es,
        "Enregistrement"@fr,
        "Registrazione"@it,
        "記録"@ja,
        "Gravação"@pt,
        "Снимање"@sr .

<https://vocabs.dariah.eu/tadirah/sharing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.850838+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.990871+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/organizing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=48&/sharing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/posting>,
        <https://vocabs.dariah.eu/tadirah/upload> ;
    skos:note "sharing refers to the activity of making objects such as digital information, documents, files, software and other publically findable, accessible, interoperable and reusable according to the fair principles and in the sense of open science through communication channels such as blogs, code sharing sites such as GitHUB, social media sites or other web-based services, collaborative and network applications."@en,
        "共有とは、デジタル情報、文書、ファイル、ソフトウェアのようなオブジェクトを、ブログ、GitHubのようなコード共有サイト、ソーシャルメディアサイトやその他のウェブベースのサービス、協働的でネットワークのあるアプリケーションのようなコミュニケーションチャネルを通じて、公正の原則とオープンサイエンスの意味において、一般の場で見つけやすく、アクセス可能で、相互運用可能で、再利用可能なものにする活動を指す。"@ja ;
    skos:prefLabel "Teilen"@de,
        "Sharing"@en,
        "Intercambio"@es,
        "Partage"@fr,
        "Condivisione"@it,
        "共有"@ja,
        "Troca"@pt,
        "Дељење"@sr .

<https://w3id.org/research-technology-readiness-levels#Level7ReleaseCandidate> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:broader "trl:Stage3Experimental" ;
    skos:definition "Technology ready enough and in initial use by end-users in intended scholarly environments. Further validation may be in progress." ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "7" ;
    skos:prefLabel "7 - Release Candidate" .

<https://www.repostatus.org/#suspended> a skos:Concept ;
    og:image "https://www.repostatus.org/badges/latest/suspended.svg" ;
    skos:definition "Initial development has started, but there has not yet been a stable, usable release; work has been stopped for the time being but the author(s) intend on resuming work." ;
    skos:inScheme "https://www.repostatus.org" ;
    skos:prefLabel "Suspended" .

<https://www.repostatus.org/#unsupported> a skos:Concept ;
    og:image "https://www.repostatus.org/badges/latest/unsupported.svg" ;
    skos:definition "The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired." ;
    skos:inScheme "https://www.repostatus.org" ;
    skos:prefLabel "Unsupported" .

<http://orcid.org/0009-0006-9941-9582> a sdo:Person ;
    sdo:email "vincent.prins@ivdnt.org" ;
    sdo:familyName "Prins" ;
    sdo:givenName "Vincent" .

<https://orcid.org/0000-0003-2493-656X> a sdo:Person ;
    sdo:affiliation <https://cls.ru.nl> ;
    sdo:email "antal.vandenbosch@let.ru.nl" ;
    sdo:familyName "van den Bosch" ;
    sdo:givenName "Antal" ;
    sdo:position 2 .

<https://tools.clariah.nl/person/baslee> a sdo:Person ;
    sdo:email "bas.leenknegt@di.huc.knaw.nl",
        "basleenknegt@gmail.com" ;
    sdo:familyName "" ;
    sdo:givenName "BasLee" .

<https://tools.clariah.nl/person/menzo-windhouwer> a sdo:Person ;
    sdo:email "Menzo.Windhouwer@mpi.nl",
        "menzo@windhouwer.nl" ;
    sdo:familyName "Windhouwer" ;
    sdo:givenName "Menzo" .

<https://tools.clariah.nl/stub/H-2b88df53b225bf42> a sdo:Organization ;
    sdo:legalName "University of Amsterdam" .

<https://tools.clariah.nl/stub/H-50a26f5a21694316> a sdo:Organization ;
    sdo:name "CLARIAH" ;
    sdo:url "https://www.clariah.nl" .

<https://tools.clariah.nl/stub/H-64affc2b25861e6d> a sdo:SoftwareApplication ;
    sdo:identifier "ticcutils" ;
    sdo:name "ticcutils" .

<https://tools.clariah.nl/stub/H080e34c88d2cb096> a sdo:SoftwareApplication ;
    sdo:identifier "libxml2" ;
    sdo:name "libxml2" .

<https://tools.clariah.nl/stub/H1e50eb31c9106e4c> rdf:first "Antal van den Bosch" ;
    rdf:rest () .

<https://tools.clariah.nl/stub/H386c8fe72a498397> a sdo:Organization ;
    sdo:legalName "Centre for Digital Humanities, Utrecht University" .

<https://vocabs.dariah.eu/tadirah/contentAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:46.109638+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:17.681439+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/analyzing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=26&/content-analysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/discourseAnalysis>,
        <https://vocabs.dariah.eu/tadirah/sentimentAnalysis>,
        <https://vocabs.dariah.eu/tadirah/tagging>,
        <https://vocabs.dariah.eu/tadirah/topicModeling> ;
    skos:note "content analysis includes researching/studying aspects of objects relating to their meaning, such as identifying concepts or meaningful units."@en,
        "内容分析には、概念や意味を持つ単位の識別のような、対象の意味に関連する側面の調査、研究が含まれる。"@ja ;
    skos:prefLabel "Inhaltsanalyse"@de,
        "Content Analysis"@en,
        "Análisis de contenido"@es,
        "Analyse de contenu"@fr,
        "Analisi Contenutistica"@it,
        "コンテンツ分析（内容分析？）"@ja,
        "Análise de conteúdo"@pt,
        "Анализа садржаја"@sr .

<https://vocabs.dariah.eu/tadirah/interpreting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.958141+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.516102+00:00"^^xsd:dateTime ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=33&/5_interpretation> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/contextualizing>,
        <https://vocabs.dariah.eu/tadirah/modeling>,
        <https://vocabs.dariah.eu/tadirah/theorizing> ;
    skos:note "interpreting is the activity of explaining and ascribing the intended meaning to phenomena observed in analysis. Therefore, interpretation usually follows analysis, although it could also be considered that interpretation defines the hermeneutic perspective of any method of analysis. It refers to processes opening up the discussed phenomenon to a wider debate (contextualisation), of deductive and inductive reasoning (theorizing), or  formalizing specific aspects (modeling)."@en,
        "解釈とは、分析において観察された現象を説明し、原因を特定する行いのことである。したがって通常、解釈は分析の後に行われるが、解釈があらゆる分析手法の観点を決めていることも考えたほうが良いかも知れない。解釈とは、問題の現象をより広い議論へと拡大すること（文脈化）、演繹的、帰納的推論（理論化）、具体的な様相の形式化（モデル化）を行うプロセスも指す。"@ja ;
    skos:prefLabel "Interpretation"@de,
        "Interpreting"@en,
        "Interpretación"@es,
        "Interprétation"@fr,
        "Interpretazione"@it,
        "解釈"@ja,
        "Interpretação"@pt,
        "Тумачење"@sr ;
    skos:topConceptOf <https://vocabs.dariah.eu/tadirah/> .

<https://vocabs.dariah.eu/tadirah/posTagging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.008161+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.070897+00:00"^^xsd:dateTime ;
    skos:altLabel "Part-of-Speech-Tagging"@en ;
    skos:broader <https://vocabs.dariah.eu/tadirah/structuralAnalysis> ;
    skos:definition "the process of identifying the grammatical type of words in a text (Wikidata contributors, \"Q1271424,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q1271424&oldid=1167811400 (accessed July 30, 2020)."@en,
        "あるテキストにおける単語の文法的タイプを同定する作業手順。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "POS-Tagging"@en,
        "品詞タグ付け"@ja .

<https://vocabs.dariah.eu/tadirah/relationalAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:56.114770+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.160676+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/analyzing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=28&/relational-analysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/collating>,
        <https://vocabs.dariah.eu/tadirah/comparing>,
        <https://vocabs.dariah.eu/tadirah/patternRecognition>,
        <https://vocabs.dariah.eu/tadirah/sequenceAlignment> ;
    skos:note "relational analysis refers to computational techniques serving to discover specific relations between several objects of study. In textual studies, this could mean discovering overlap between different texts (e.g. text reuse or  plagiarism), or comparison of texts variations regarding completeness and correctness (e.g. collation), or assessing the similarity of texts in terms of stylistic features (e.g. stylometry). By analogy, such methods can also be applied to other cultural artefacts, such as music, film or painting."@en,
        "関係分析は、複数の研究対象に共通する特定の関係性を発見するのに役立つコンピュータ上のスキルを指す。テキスト研究においては、異なるテキスト間の重複部分（例：テキストの使い回し、剽窃）を発見したり、いかに完全で正確かという観点から比較したり（例：照合）、文体的特徴という観点で類似性を評価したりすること（例：文体統計学）を意味し得る。比喩的にいえば、このような手法は、音楽や映画、絵画のような文化的な作品類にも適用可能であろう。"@ja ;
    skos:prefLabel "Analyse von Relationen"@de,
        "Relational Analysis"@en,
        "Análisis relacional"@es,
        "Analyse relationnelle"@fr,
        "Analisi delle Relazioni"@it,
        "関係分析"@ja,
        "Análise relacional"@pt,
        "Релациона анализа"@sr .

<https://vocabs.dariah.eu/tadirah/visualAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.989938+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.070284+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/analyzing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=32&/visualization> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/dataVisualization>,
        <https://vocabs.dariah.eu/tadirah/mapping>,
        <https://vocabs.dariah.eu/tadirah/mindMapping>,
        <https://vocabs.dariah.eu/tadirah/plotting> ;
    skos:note "visual analysis refers to activities to aggregate and graphically represent patterns, structures, trends or points of interest in large and complex data sets using them analytically and making them visually explorable with methods of automatic data analysis in order to gain new insights. Virtually any type of data, information or knowledge can be visualized in static, dynamic or interactive visual formats such as images, maps, timelines, charts or tables, 2D, 3D and the like."@en,
        "ビジュアル分析とは、大規模で複雑なデータセットのパターン、構造、傾向、または関心のある点を集積してグラフィカルに表現し、分析的に使用し、自動データ分析の手法で視覚的に探索可能にして新たな洞察を得るための活動を指す。事実上、あらゆる種のデータ、情報、知識は、画像、地図、タイムライン、チャート、表、二次元、三次元などのような静的、動的、インタラクティブなビジュアルフォーマットで視覚化することができる。"@ja ;
    skos:prefLabel "Visualisierung"@de,
        "Visual Analysis"@en,
        "Visualización"@es,
        "Visualisation"@fr,
        "Visualizzazione"@it,
        "ビジュアル分析"@ja,
        "Visualização"@pt,
        "Визуализација"@sr .

<https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#Linguistics" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "30.45.00" ;
    skos:prefLabel "Computational linguistics and philology" .

<https://www.ru.nl/facultyofarts/research/humanities-lab> a sdo:Organization ;
    sdo:name "Humanities Lab" ;
    sdo:parentOrganization <https://www.ru.nl/facultyofarts/> ;
    sdo:url "https://www.ru.nl/facultyofarts/research/humanities-lab" .

<https://tools.clariah.nl/person/dirk-roorda> a sdo:Person ;
    sdo:email "dirk.roorda@dans.knaw.nl",
        "dirk.roorda@di.huc.knaw.nl",
        "droorda.it@icloud.com" ;
    sdo:familyName "Roorda" ;
    sdo:givenName "Dirk" .

<https://tools.clariah.nl/stub/H13591aff92146493> rdf:first <https://tools.clariah.nl/person/dirk-roorda> ;
    rdf:rest () .

<https://vocabs.dariah.eu/tadirah/creating> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:46.795785+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:24.185460+00:00"^^xsd:dateTime ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=15&/2_creation> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/designing>,
        <https://vocabs.dariah.eu/tadirah/programming>,
        <https://vocabs.dariah.eu/tadirah/translating>,
        <https://vocabs.dariah.eu/tadirah/webDevelopment>,
        <https://vocabs.dariah.eu/tadirah/writing> ;
    skos:note "creating generally refers to an achievement of producing born-digital objects as an own contribution, rather than creating an output by capturing and digitizing existing analog objects or enrichment of information. Creating can involve writing or translating natural language texts or could also concern other forms of expressions, such as creating an executable code (programming), composing a musical score, creating an image, or developing any design (designing) for any media or implementing these design concepts (web development)."@en,
        "作成とは、一般に、既存のアナログオブジェクトをキャプチャしデジタル化することや情報を拡充させることによって産物を作るのではなく、自身の貢献としてボーンデジタルなオブジェクトを作り出すことの成果を指す。作成は、自然言語のテキストを書くあるいは翻訳することを含む場合や、実行可能なコードを作り出す（プログラミング）、楽譜を書く、画像を作る、あるいはメディア用のデザインの開発（設計）やこのようなデザイン概念の実装（ウェブ開発）のような、他の形態の表現にも関係することがある。"@ja ;
    skos:prefLabel "Erzeugen"@de,
        "Creating"@en,
        "Creación"@es,
        "Création"@fr,
        "Creazione"@it,
        "作成"@ja,
        "Criação"@pt,
        "Стварање"@sr ;
    skos:topConceptOf <https://vocabs.dariah.eu/tadirah/> .

<https://vocabs.dariah.eu/tadirah/identifying> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:52.327694+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.479843+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/storing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=39&/identifying> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/digitalObjectIdentifier>,
        <https://vocabs.dariah.eu/tadirah/identifier>,
        <https://vocabs.dariah.eu/tadirah/namingConvention>,
        <https://vocabs.dariah.eu/tadirah/persistentIdentifier>,
        <https://vocabs.dariah.eu/tadirah/uniformResourceIdentifier> ;
    skos:note "identifying refers to the activity of naming and/or assigning (possibly unique and/or persistent) identifiers such as a word, number, letter, symbol, or any combination to objects of enquiry or to any kind of digital object."@en,
        "識別とは、調査対象となるオブジェクト、あるいはあらゆる種類のデジタルオブジェクトに対して名称を与える行為、ならびに、あるいは、単語、数字、文字、記号、あるいはそれらのあらゆる組み合わせのような、（できれば一意の、また、あるいは永続的な）識別子を付与する行為を指す。"@ja ;
    skos:prefLabel "Identifizieren"@de,
        "Identifying"@en,
        "Identification"@fr,
        "Identificazione"@it,
        "識別[識別子付与]"@ja,
        "Идентификовање"@sr .

<https://vocabs.dariah.eu/tadirah/publishing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.805421+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:26.815889+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/disseminating> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=47&/publishing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/academicPublishing>,
        <https://vocabs.dariah.eu/tadirah/blogging>,
        <https://vocabs.dariah.eu/tadirah/digitalPublishing>,
        <https://vocabs.dariah.eu/tadirah/linkedOpenData>,
        <https://vocabs.dariah.eu/tadirah/tweet> ;
    skos:note "publishing refers to the activity of making any kind of object formally available to the wider public. This can involve objects of research, research data, research results, or tools and services. Publishing can be closed or open access / open source, and research results can be published in print or digital formats."@en,
        "出版とは、あらゆる種類の対象を正式に広く一般に利用可能にする活動を指す。これには、研究対象、研究データ、研究成果、または研究ツールやサービスが含まれる。出版には、クローズドアクセス、オープンアクセス、オープンソースがあり、研究成果は印刷またはデジタル形式で出版される。"@ja ;
    skos:prefLabel "Veröffentlichen"@de,
        "Publishing"@en,
        "Publicación"@es,
        "Publication"@fr,
        "Pubblicazione"@it,
        "出版"@ja,
        "Publicação"@pt,
        "Објављивање"@sr .

<https://vocabs.dariah.eu/tadirah/storing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.363067+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:29.314697+00:00"^^xsd:dateTime ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=37&/6_storage> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/archiving>,
        <https://vocabs.dariah.eu/tadirah/identifying>,
        <https://vocabs.dariah.eu/tadirah/organizing>,
        <https://vocabs.dariah.eu/tadirah/preserving> ;
    skos:note "storing refers to the activity of making digital copies of objects of inquiry, results of research, software and services, or any media keeping (preserving) them long-term accessible (archiving), without necessarily making them available to the public. This includes management activities (organizing) and processes of identifying the resource."@en,
        "保存とは、調査対象、調査結果、ソフトウェアやサービスまたはあらゆるメディアのデジタルコピーを長期間アクセス可能にする（アーカイブ化）行動を指す。しかし、これは必ずしも一般においてそれを使用可能にするものではない。これは、管理動作（管理オーガナイジング）と、資料を識別する過程を含む。"@ja ;
    skos:prefLabel "Speicherung"@de,
        "Storing"@en,
        "Almacenamiento"@es,
        "Stockage"@fr,
        "Conservazione"@it,
        "保存"@ja,
        "Armazenamento"@pt,
        "Похрањивање"@sr ;
    skos:topConceptOf <https://vocabs.dariah.eu/tadirah/> .

<https://vocabs.dariah.eu/tadirah/theorizing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:58.048471+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.963073+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/interpreting> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=36&/theorizing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/abstractThinking>,
        <https://vocabs.dariah.eu/tadirah/conceptualizing>,
        <https://vocabs.dariah.eu/tadirah/defining>,
        <https://vocabs.dariah.eu/tadirah/explanation>,
        <https://vocabs.dariah.eu/tadirah/reasoning> ;
    skos:note "theorizing is a method which aims to relate a number of elements or ideas into a coherent system based on some general principles and capable of explaining relevant phenomena or observations that can be tested. Theorizing can take different forms while a theory may be implemented in the form of a model, or a model may give rise to formulating a theory."@en,
        "理論化とは、複数の要素や考えを、一般原則に基づきかつ関連現象や観察を説明できるような、検証可能な一貫した体系の中に関係づけることを目的とする手法である。理論はモデルの形態で実装される（すなわちモデルから理論の形成がなされる）のに対して、理論化は異なる形態をとり得る。"@ja ;
    skos:prefLabel "Theoriebildung"@de,
        "Theorizing"@en,
        "Teorización"@es,
        "Théorisation"@fr,
        "Teorizzazione"@it,
        "理論化"@ja,
        "Teorização"@pt,
        "Теоретизовање"@sr .

<https://tools.clariah.nl/dependency/requests> a sdo:SoftwareApplication ;
    sdo:identifier "requests" ;
    sdo:name "requests" ;
    sdo:runtimePlatform "Python 3" ;
    sdo:version "*" .

<https://tools.clariah.nl/person/hayco-de-jong> a sdo:Person ;
    sdo:email "hayco.de.jong@di.huc.knaw.nl" ;
    sdo:familyName "de Jong" ;
    sdo:givenName "Hayco" .

<https://tools.clariah.nl/person/hdj> a sdo:Person ;
    sdo:email "hayco.de.jong@di.huc.knaw.nl",
        "hayco.de.jong@huygens.knaw.nl",
        "hayco@users.noreply.github.com" ;
    sdo:familyName "" ;
    sdo:givenName "HDJ" .

<https://vocabs.dariah.eu/tadirah/communicating> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:45.661226+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.960090+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/disseminating> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=45&/communicating> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/audioConferencing>,
        <https://vocabs.dariah.eu/tadirah/eMailing>,
        <https://vocabs.dariah.eu/tadirah/instantMessaging>,
        <https://vocabs.dariah.eu/tadirah/microblogging>,
        <https://vocabs.dariah.eu/tadirah/textMessaging>,
        <https://vocabs.dariah.eu/tadirah/videoConference> ;
    skos:note "communicating refers to the activity of exchanging ideas with other people, primarily, but not exclusively, using linguistic means."@en,
        "コミュニケーションとは、第一義的には（しかし必ずしもそうではないが）言語的手段を以て、しかし必ずしもそうではないが、他の人々と考えを交換する活動を指す。"@ja ;
    skos:prefLabel "Kommunizieren"@de,
        "Communicating"@en,
        "Comunicación"@es,
        "Communication"@fr,
        "Comunicazione"@it,
        "コミュニケーション"@ja,
        "Comunicação"@pt,
        "Комуницирање"@sr .

<https://vocabs.dariah.eu/tadirah/enriching> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:50.875716+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.353686+00:00"^^xsd:dateTime ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=21> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/annotating>,
        <https://vocabs.dariah.eu/tadirah/dataCleansing>,
        <https://vocabs.dariah.eu/tadirah/editing> ;
    skos:note "enriching refers to the activity of annotating, editing, or cleaning information to an object of enquiry, by making its origin, nature, structure, meaning, or elements explicit."@en,
        "拡充化とは、情報の起源、性質、構造、意味、要素を明示的に記述するという形で、調査対象についての情報を注釈付けしたり、編集したり、整理したりする活動を指す。"@ja ;
    skos:prefLabel "Anreichern"@de,
        "Enriching"@en,
        "Enriquecimiento"@es,
        "Enrichissement"@fr,
        "Arricchimento"@it,
        "拡充化"@ja,
        "Enriquecimento"@pt,
        "Обогаћивање"@sr ;
    skos:topConceptOf <https://vocabs.dariah.eu/tadirah/> .

<https://vocabs.dariah.eu/tadirah/gathering> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:51.602877+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:22.530929+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/capturing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=11&/gathering> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/aggregating>,
        <https://vocabs.dariah.eu/tadirah/cataloging>,
        <https://vocabs.dariah.eu/tadirah/collecting>,
        <https://vocabs.dariah.eu/tadirah/webCrawling>,
        <https://vocabs.dariah.eu/tadirah/webScraping> ;
    skos:note "gathering refers to aggregating discovered resources, usually in some structured way (e.g. bringing together all papers that address a certain topic, as part of a literature review, or pulling all works by a particular author out of a digital collection for further analysis)."@en,
        "集約とは、発見された資料の集積を指し、多くの場合、何らかの構造に基づく仕方でなされる（例：レビュー論文の一環として特定のトピックを扱うすべての論文を収集する、あるいはさらなる分析のために特定の著者によるすべての著作をデジタルコレクションから抽出する）。"@ja ;
    skos:prefLabel "Sammeln"@de,
        "Gathering"@en,
        "Recolección"@es,
        "Collecte"@fr,
        "Raccolta"@it,
        "集約"@ja,
        "Recolección"@pt,
        "Прикупљање"@sr .

<https://vocabs.dariah.eu/tadirah/tagging> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.796998+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:17.893856+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/contentAnalysis> ;
    skos:definition "the act of labelling a piece of data or content wth a short string to express some metadata (Wikidata contributors, \"Q43401994,\" Wikidata, https://www.wikidata.org/w/index.php?title=Q43401994&oldid=1198888121 (accessed September 4, 2020)"@en,
        "メタデータを表現するために短い文字列を伴うデータやコンテンツの一つをラベリングする行為。"@ja ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:prefLabel "Tagging"@en,
        "タグ付け"@ja .

<https://w3id.org/nwo-research-fields#SoftwareForHumanities> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputersAndTheHumanities" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "37.10.00" ;
    skos:prefLabel "Software for humanities" .

<https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputersAndTheHumanities" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "37.30.00" ;
    skos:prefLabel "Textual and linguistic corpora" .

sdo:WebAPI rdfs:label "Web API" .

<https://tools.clariah.nl/org/clariah> a sdo:Organization ;
    sdo:name "CLARIAH" ;
    sdo:url "http://www.clariah.nl" .

<https://tools.clariah.nl/stub/H-62b7f60656163cb5> a sdo:ComputerLanguage ;
    sdo:identifier "c++" ;
    sdo:name "C++" .

<https://vocabs.dariah.eu/tadirah/contextualizing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:46.428892+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:28.562104+00:00"^^xsd:dateTime ;
    skos:altLabel "文脈化"@ja ;
    skos:broader <https://vocabs.dariah.eu/tadirah/interpreting> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=34&/contextualizing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/associate>,
        <https://vocabs.dariah.eu/tadirah/coOccurrence>,
        <https://vocabs.dariah.eu/tadirah/integrating>,
        <https://vocabs.dariah.eu/tadirah/semantification> ;
    skos:note "contextualizing  refers to  creating associations between an object of investigation and other, more established or better-understood objects in a relation of geographical, temporal, or thematic proximity to the object of investigation, with the aim of ascribing meaning to that object."@en,
        "文脈化とは、対象に意味を付与することを目的として、対象と、調査対象物に地理的、時間的、またはテーマ的に近接した関係にある他の、より確立された、あるいはより良く理解された対象との間に関連付けを行うことを指す。"@ja ;
    skos:prefLabel "Kontextualisieren"@de,
        "Contextualizing"@en,
        "Contextualización"@es,
        "Contextualisation"@fr,
        "Contestualizzazione"@it,
        "Contextualização"@pt,
        "Контекстуализовање"@sr .

<https://vocabs.dariah.eu/tadirah/converting> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:46.613486+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.524294+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/capturing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=8&/conversion> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/compiling>,
        <https://vocabs.dariah.eu/tadirah/lemmatizing>,
        <https://vocabs.dariah.eu/tadirah/naturalLanguageProcessing>,
        <https://vocabs.dariah.eu/tadirah/parsing>,
        <https://vocabs.dariah.eu/tadirah/transcoding> ;
    skos:note "converting refers to changing the file format of an object, e.g. converting a .wmv video to a .mov file or converting VHS into a digital format. A conversion is not lossless and generates a different data format, digital representation, or a different digital object. When converting concerns metadata, it may involve mapping one metadata schema to another."@en,
        "変換とは、オブジェクトのファイル形式を変更することを指し、例えば、.wmv形式のビデオを.movファイルに変換することや、VHSをデジタル形式に変換することが挙げられる。変換は無損失（ロスレス）ではなく、異なるデータ形式、デジタル表現、あるいは異なるデジタルオブジェクトを生成する。変換がメタデータに関係する場合には、あるメタデータスキーマを他のスキーマにマッピングすることを意味する可能性がある。"@ja ;
    skos:prefLabel "Konvertieren"@de,
        "Converting"@en,
        "Conversión"@es,
        "Conversion"@fr,
        "Conversione"@it,
        "変換"@ja,
        "Conversão"@pt,
        "Конвертовање"@sr .

<https://vocabs.dariah.eu/tadirah/preserving> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:55.521326+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:30.161894+00:00"^^xsd:dateTime ;
    skos:altLabel "保存"@ja ;
    skos:broader <https://vocabs.dariah.eu/tadirah/storing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=41&/preservation> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/bitStreamPreservation>,
        <https://vocabs.dariah.eu/tadirah/description>,
        <https://vocabs.dariah.eu/tadirah/emulation>,
        <https://vocabs.dariah.eu/tadirah/migration>,
        <https://vocabs.dariah.eu/tadirah/preservationMetadata>,
        <https://vocabs.dariah.eu/tadirah/replication>,
        <https://vocabs.dariah.eu/tadirah/versioning> ;
    skos:note "preserving refers to the application of specific strategies, activities and technologies for the purpose of ensuring an accurate rendering of digital content over time. It facilitates the reuse of research data, objects, and related resources and may include activities related to sustainability and interoperability."@en,
        "保存とは、将来に渡ってデジタルコンテンツの正確な表示を確保するために、特定の戦略、活動、技術を適用することを指す。研究データ、オブジェクト及び関連リソースの再利用を促進するとともに、持続可能性や共同利用性に関する活動を含み得る。"@ja ;
    skos:prefLabel "Konservierung"@de,
        "Preserving"@en,
        "Preservación"@es,
        "Conservation"@fr,
        "Preservazione"@it,
        "Preservação"@pt,
        "Очување"@sr .

<https://tools.clariah.nl/person/ko-van-der-sloot> a sdo:Person ;
    sdo:email "K.vanderSloot@let.ru.nl",
        "Ko.vanderSloot@ziggo.nl" ;
    sdo:familyName "van der Sloot" ;
    sdo:givenName "Ko" .

<https://tools.clariah.nl/stub/H-33332f7155eb8d8a> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "text/plain" ;
    sdo:inLanguage <https://iso639-3.sil.org/code/nld> .

<https://tools.clariah.nl/stub/H4a88440d3a2f1fd2> a sdo:DigitalDocument ;
    sdo:description "Log file with (standard) error output" ;
    sdo:encodingFormat "text/plain" ;
    sdo:identifier "PlainTextFormat" ;
    sdo:name "error.log" .

<https://vocabs.dariah.eu/tadirah/discovering> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:49.229800+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:21.268245+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/capturing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=10&/discovering> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/browsing>,
        <https://vocabs.dariah.eu/tadirah/exploration>,
        <https://vocabs.dariah.eu/tadirah/informationRetrieval>,
        <https://vocabs.dariah.eu/tadirah/querying>,
        <https://vocabs.dariah.eu/tadirah/searching> ;
    skos:note "discovering describes the activity of advanced querying, simple searching and more serendipitous browsing in archives, library catalogs, indexes and abstracts of scholarly journals, web directories, databases and seeking out objects of research, research results, or other information which is useful for a given search interest."@en,
        "発見が意味するのは、文書館、図書館目録、学術雑誌の索引と概要、ウェブディレクトリ、データベースにおける高度な検索、簡易な調査やより新発見を伴いやすい調査をすること、また研究対象や研究結果であったり、あるいは特定の研究関心に有益なその他の情報を探求するといった活動である。"@ja ;
    skos:prefLabel "Entdecken"@de,
        "Discovering"@en,
        "Localización"@es,
        "Découverte"@fr,
        "Scoperta"@it,
        "発見"@ja,
        "Localização"@pt,
        "Проналажење"@sr .

<https://w3id.org/research-technology-readiness-levels#Level9Proven> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:broader "trl:Stage4Complete" ;
    skos:definition "Technology complete and proven in practice by real users." ;
    skos:inScheme <https://w3id.org/research-technology-readiness-levels>,
        "trl:Scheme" ;
    skos:notation "9" ;
    skos:prefLabel "9 - Proven" .

<https://www.ivdnt.org> a sdo:Organization ;
    sdo:name "Instituut voor de Nederlandse taal" ;
    sdo:url "https://www.ivdnt.org" .

<https://www.repostatus.org/#wip> a skos:Concept ;
    og:image "https://www.repostatus.org/badges/latest/wip.svg" ;
    skos:altLabel "Work in Progress" ;
    skos:definition "Initial development is in progress, but there has not yet been a stable, usable release suitable for the public." ;
    skos:inScheme "https://www.repostatus.org" ;
    skos:prefLabel "WIP" .

<https://tools.clariah.nl/stub/H779fc9a605a7cbcd> rdf:first "Dirk Roorda" ;
    rdf:rest () .

<https://vocabs.dariah.eu/tadirah/capturing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:44.837630+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:20.454765+00:00"^^xsd:dateTime ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=7> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/converting>,
        <https://vocabs.dariah.eu/tadirah/dataRecognition>,
        <https://vocabs.dariah.eu/tadirah/discovering>,
        <https://vocabs.dariah.eu/tadirah/extracting>,
        <https://vocabs.dariah.eu/tadirah/gathering>,
        <https://vocabs.dariah.eu/tadirah/imaging>,
        <https://vocabs.dariah.eu/tadirah/recording>,
        <https://vocabs.dariah.eu/tadirah/transcribing> ;
    skos:note "capturing generally refers to the activity of creating digital surrogates of real world objects, or expressing existing artifacts in a digital representation. This refers basically to learning and noticing something (as in discovering) and could be enhanced by a manual process (as in transcribing) or an automated procedure (as in imaging, data recognition or recording). This also includes aggregating resources, information and data (as in gathering)."@en,
        "キャプチャとは、一般的に、現実世界の物体についてデジタル的な代用物を作成したり、既存の人工物をデジタル的な手法で表現したりすることを指す。これは基本的に、何かを学習し気付くこと（発見のように）を指し、手動の方法（書き起こし(翻刻)のように）や、自動化された手続き（画像化、データ認識、記録のように）を含むこともある。また、これには資料や情報、データの集積（集約のように）も含まれる。"@ja ;
    skos:prefLabel "Erfassen"@de,
        "Capturing"@en,
        "Captura"@es,
        "Acquisition"@fr,
        "Acquisizione"@it,
        "キャプチャ"@ja,
        "Captura"@pt,
        "Захватање"@sr ;
    skos:topConceptOf <https://vocabs.dariah.eu/tadirah/> .

<https://vocabs.dariah.eu/tadirah/disseminating> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:49.412019+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:25.488477+00:00"^^xsd:dateTime ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=42&/7_dissemination> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/collaborating>,
        <https://vocabs.dariah.eu/tadirah/commenting>,
        <https://vocabs.dariah.eu/tadirah/communicating>,
        <https://vocabs.dariah.eu/tadirah/crowdsourcing>,
        <https://vocabs.dariah.eu/tadirah/publishing>,
        <https://vocabs.dariah.eu/tadirah/teaching> ;
    skos:note "disseminating refers to the activity of making objects of inquiry, results of research, or software and services available to fellow researchers or the wider public in a variety of more or less formal ways. It builds on or requires storing and can include releasing (publishing and commenting) and sharing (collaborating, crowdsourcing, and communicating) of data using a variety of methods and techniques including the application of linked open data."@en,
        "普及とは、調査対象、調査結果、ソフトウェアやサービスを同業研究者もしくはより広く一般に、おおよそ正式な方法で利用可能とする活動を指す。これは保存に基づき、もしくは保存を必要とし、またリンクされたオープンデータのアプリケーションを含む様々な手法と技術を用いたデータの公表（公開、コメント）と共有（協働、クラウドソーシング、コミュニケーション）を含み得る。"@ja ;
    skos:prefLabel "Dissemination"@de,
        "Disseminating"@en,
        "Difusión"@es,
        "Dissémination"@fr,
        "Divulgazione"@it,
        "普及"@ja,
        "Difusão"@pt,
        "Дисеминација"@sr ;
    skos:topConceptOf <https://vocabs.dariah.eu/tadirah/> .

<https://vocabs.dariah.eu/tadirah/editing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:50.381163+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.992971+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/enriching> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=24&/editing> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/adding>,
        <https://vocabs.dariah.eu/tadirah/correcting>,
        <https://vocabs.dariah.eu/tadirah/cropping>,
        <https://vocabs.dariah.eu/tadirah/formatting>,
        <https://vocabs.dariah.eu/tadirah/merging>,
        <https://vocabs.dariah.eu/tadirah/modifying>,
        <https://vocabs.dariah.eu/tadirah/subtracting>,
        <https://vocabs.dariah.eu/tadirah/supplementing>,
        <https://vocabs.dariah.eu/tadirah/videoEditing> ;
    skos:note "editing refers to adding, correcting, condensating, organizing or in other form modifying information of a specific object with the intention to complete and finalize it by making structural, layout-related, semantic, or other scholarly explicit inline or stand-off markup."@en,
        "編集とは、構成上の、レイアウト関連の、意味上の、そして他の学術的に明確なインラインもしくはスタンドオフのマークアップを作成することで、完成させ仕上げるという目的から、特定の対象の情報を付記、修正、要約、組織化、もしくは他の形式で変更することを指す。"@ja ;
    skos:prefLabel "Bearbeiten"@de,
        "Editing"@en,
        "Edición"@es,
        "Édition"@fr,
        "Editare"@it,
        "編集"@ja,
        "Edição"@pt,
        "Уређивање"@sr .

<https://vocabs.dariah.eu/tadirah/structuralAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.445208+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:18.782834+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/analyzing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=30&/structural-analysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/collocationAnalysis>,
        <https://vocabs.dariah.eu/tadirah/concordance>,
        <https://vocabs.dariah.eu/tadirah/posTagging>,
        <https://vocabs.dariah.eu/tadirah/treeTagging> ;
    skos:note "structural analysis involves analysis of dimensions of the language system on the level of the relations between these structural elements such as morphology or syntax."@en,
        "構造分析は、形態論あるいは統語論のような構造要素の間における関係の水準で言語システムの次元を分析することを意味する。"@ja ;
    skos:prefLabel "Strukturanalyse"@de,
        "Structural Analysis"@en,
        "Análisis estructural"@es,
        "Analyse structurelle"@fr,
        "Analisi Strutturale"@it,
        "構造分析"@ja,
        "Análise estrutural"@pt,
        "Структурална анализа"@sr .

<https://w3id.org/nwo-research-fields#TextualAndContentAnalysis> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:broader "https://w3id.org/nwo-research-fields#ComputersAndTheHumanities" ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:notation "37.20.00" ;
    skos:prefLabel "Textual and content analysis" .

<https://tools.clariah.nl/stub/H23eb7912e1813953> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/clst> ;
    sdo:email "ko.vandersloot@let.ru.nl" ;
    sdo:familyName "van der Sloot" ;
    sdo:givenName "Ko" .

<https://tools.clariah.nl/stub/H49aa8c554816d59a> a sdo:Person ;
    sdo:affiliation <https://www.ru.nl/facultyofarts/research/humanities-lab> ;
    sdo:familyName "Komen" ;
    sdo:givenName "Erwin" .

<https://vocabs.dariah.eu/tadirah/analyzing> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:43.784010+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:17.585157+00:00"^^xsd:dateTime ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=25> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/contentAnalysis>,
        <https://vocabs.dariah.eu/tadirah/networkAnalysis>,
        <https://vocabs.dariah.eu/tadirah/relationalAnalysis>,
        <https://vocabs.dariah.eu/tadirah/spatialAnalysis>,
        <https://vocabs.dariah.eu/tadirah/structuralAnalysis>,
        <https://vocabs.dariah.eu/tadirah/stylisticAnalysis>,
        <https://vocabs.dariah.eu/tadirah/visualAnalysis> ;
    skos:note "analyzing  refers to the activity of examining any kind of information from collections of data, of discovering recurring phenomena, units, elements, patterns, groupings, and the like. This can refer to structural, formal or semantic aspects of data."@en,
        "分析とは、データのコレクションからあらゆる種類の情報を調べ、反復する現象、単位、要素、パターン、グループ化などを発見する活動を指す。これは、データの構造的、形式的、または意味論的な側面を指すことができる。"@ja ;
    skos:prefLabel "Analyse"@de,
        "Analyzing"@en,
        "Análisis"@es,
        "Analyse"@fr,
        "Analisi"@it,
        "分析"@ja,
        "Análise"@pt,
        "Анализа"@sr ;
    skos:topConceptOf <https://vocabs.dariah.eu/tadirah/> .

<https://vocabs.dariah.eu/tadirah/stylisticAnalysis> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:57.524632+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:19.208713+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/analyzing> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=31&/stylistic-analysis> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/authorshipAttribution>,
        <https://vocabs.dariah.eu/tadirah/clusterAnalysis>,
        <https://vocabs.dariah.eu/tadirah/contrastiveAnalysis>,
        <https://vocabs.dariah.eu/tadirah/distanceMeasures>,
        <https://vocabs.dariah.eu/tadirah/genreRecognition>,
        <https://vocabs.dariah.eu/tadirah/machineLearning>,
        <https://vocabs.dariah.eu/tadirah/principalComponentAnalysis>,
        <https://vocabs.dariah.eu/tadirah/rhetoricalAnalysis>,
        <https://vocabs.dariah.eu/tadirah/stylometry>,
        <https://vocabs.dariah.eu/tadirah/textCategorization> ;
    skos:note "stylistic analysis consists of identifying stylistic or formal features as a particular variety of digital objects such as language, physical artifacts, painting, music or movies. Computational stylistics analysis is in many cases applied to texts and based on linguistic features."@en,
        "文体分析は、文体的あるいは形式的特徴を、言語、物理的な人工物、絵画、音楽そして映画のような様々なデジタルオブジェクトとして識別することを指す。多くの場合におけるコンピュータの文体分析はテキストに適用され、言語学的特徴に基づく。"@ja ;
    skos:prefLabel "Stilistische Analyse"@de,
        "Stylistic Analysis"@en,
        "Análisis estilístico"@es,
        "Analyse stylistique"@fr,
        "Analisi Stilistica"@it,
        "文体分析"@ja,
        "Análise estilística"@pt,
        "Стилистичка анализа"@sr .

<https://w3id.org/nwo-research-fields#Linguistics> a skos:Concept,
        <https://w3id.org/nwo-research-fields#ResearchField> ;
    skos:inScheme "https://w3id.org/nwo-research-fields#Scheme" ;
    skos:prefLabel "Linguistics" .

<https://w3id.org/research-technology-readiness-levels#Stage3Experimental> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    skos:altLabel "beta" ;
    skos:definition "The technology is implemented and ready for experimental settings (beta), but requires further work and validation." ;
    skos:inScheme "trl:Scheme" ;
    skos:notation "5-7" ;
    skos:prefLabel "Experimental" .

<http://spdx.org/licenses/Apache-2.0> sdo:name "Apache License 2" .

<https://tools.clariah.nl/org/knaw-humanities-cluster> a sdo:Organization ;
    sdo:name "KNAW Humanities Cluster" ;
    sdo:url "https://huc.knaw.nl/" .

<https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> a sdo:Organization ;
    sdo:name "KNAW Humanities Cluster & CLST, Radboud University" .

<https://huc.knaw.nl> a sdo:Organization ;
    sdo:name "Humanities Cluster",
        "KNAW Humanities Cluster" ;
    sdo:parentOrganization <https://knaw.nl> ;
    sdo:url "https://huc.knaw.nl" .

<https://tools.clariah.nl/stub/H-33c304fc18e3679f> a sdo:TextDigitalDocument ;
    sdo:encodingFormat "application/folia+xml" .

<https://w3id.org/research-technology-readiness-levels#Level8Complete> a skos:Concept,
        <https://w3id.org/research-technology-readiness-levels#TechnologyReadinessLevel> ;
    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" .

<https://orcid.org/0000-0002-1046-0006> a sdo:Person ;
    sdo:affiliation <https://huc.knaw.nl>,
        <https://knaw.huc.nl>,
        <https://www.ru.nl/cls>,
        <https://www.ru.nl/clst> ;
    sdo:email "proycon@anaproy.nl" ;
    sdo:familyName "van Gompel" ;
    sdo:givenName "Maarten" ;
    sdo:position 4 ;
    sdo:url "https://proycon.anaproy.nl" .

<https://tools.clariah.nl/audience/science-research> a sdo:Audience ;
    sdo:audienceType "Science/Research" .

<https://tools.clariah.nl/person/bram-buitendijk> a sdo:Person ;
    sdo:email "bram.buitendijk@di.huc.knaw.nl",
        "bram.buitendijk@huygens.knaw.nl" ;
    sdo:familyName "Buitendijk" ;
    sdo:givenName "Bram" .

<https://vocabs.dariah.eu/tadirah/annotating> a skos:Concept ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dcterms:created "2024-05-22T11:18:43.881696+00:00"^^xsd:dateTime ;
    dcterms:modified "2025-09-04T13:49:27.416461+00:00"^^xsd:dateTime ;
    skos:broader <https://vocabs.dariah.eu/tadirah/enriching> ;
    skos:closeMatch <http://tadirah.dariah.eu/vocab/index.php?tema=22&/annotating> ;
    skos:inScheme <https://vocabs.dariah.eu/tadirah/> ;
    skos:narrower <https://vocabs.dariah.eu/tadirah/associating>,
        <https://vocabs.dariah.eu/tadirah/audioAnnotation>,
        <https://vocabs.dariah.eu/tadirah/highlighting>,
        <https://vocabs.dariah.eu/tadirah/segmenting>,
        <https://vocabs.dariah.eu/tadirah/visualAnnotation> ;
    skos:note "annotating  refers to the activity of making information about a digital object explicit by adding notes, metadata, keywords, tags or links to a digitized representation or to an annotation file associated with it. This can be in the form of explanatory annotations that comments or contextualize a passage, annotations that make structural or linguistic information explicit, as linked open data making the relationships between objects machine-readable, or in the case of general metadata, adding information about the object as a whole."@en,
        "注釈付けとは、デジタル化された表現やそれに関連する注釈ファイルに注記、メタデータ、キーワード、タグ、リンクを付記することで、デジタルオブジェクトに関する情報を明示的にする活動を指す。これは、一部分にコメントや文脈をつける説明的注釈、構造的または言語的情報を明示的にする注釈、オブジェクト間の関係を機械が読取り得るようにする、リンクされたオープンデータとしての注釈の形式であり得、あるいは一般的なメタデータの場合はオブジェクト全体に関する情報を追加する。"@ja ;
    skos:prefLabel "Annotieren"@de,
        "Annotating"@en,
        "Anotación"@es,
        "Annotation"@fr,
        "Annotazione"@it,
        "注釈付け"@ja,
        "Anotação"@pt,
        "Анотирање"@sr .

<http://spdx.org/licenses/MIT> sdo:name "MIT" .

<https://tools.clariah.nl/audience/developers> a sdo:Audience ;
    sdo:audienceType "Developers" .

<https://tools.clariah.nl/stub/H30c2b5843dd4675b> a sdo:PostalAddress ;
    sdo:addressCountry "NL" ;
    sdo:addressLocality "Groningen" ;
    sdo:addressRegion "Groningen" .

<https://tools.clariah.nl/stub/H64d86e288d6bd309> rdf:first <https://orcid.org/0000-0002-1046-0006> ;
    rdf:rest () .

<https://www.repostatus.org/#inactive> a skos:Concept ;
    og:image "https://www.repostatus.org/badges/latest/inactive.svg" ;
    skos:definition "The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows." ;
    skos:inScheme "https://www.repostatus.org" ;
    skos:prefLabel "Inactive" .

<http://spdx.org/licenses/GPL-3.0-only> sdo:name "GNU General Public License v3" .

<https://tools.clariah.nl/person/maarten-van-gompel> a sdo:Person ;
    sdo:affiliation <https://tools.clariah.nl/org/knaw-humanities-cluster>,
        <https://tools.clariah.nl/org/knaw-humanities-cluster-clst-radboud-university> ;
    sdo:email "proycon@anaproy.nl" ;
    sdo:familyName "van Gompel",
        "van gompel" ;
    sdo:givenName "Maarten" ;
    sdo:url "https://proycon.anaproy.nl" .

<https://www.ru.nl/clst> a sdo:Organization ;
    sdo:name "Centre for Language and Speech Technology" ;
    sdo:parentOrganization <https://www.ru.nl/cls> ;
    sdo:url "https://www.ru.nl/clst" .

<https://tools.clariah.nl/stub/H-20323fcfdad7e0fa> a sdo:Organization ;
    sdo:name "NWO" ;
    sdo:url "https://www.nwo.nl" .

sdo:WebApplication rdfs:label "Web Application" ;
    rdfs:comment "A software application served as a service over the web with an interface for human end-users" .

sdo:WebSite rdfs:label "Website" ;
    rdfs:comment "A set of related web pages" .

<https://tools.clariah.nl/stub/H39dd387a8ede86bf> rdf:first <https://tools.clariah.nl/person/maarten-van-gompel> ;
    rdf:rest () .

<https://www.repostatus.org/#active> a 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" .

<https://tools.clariah.nl/stub/H6a356cba771bd238> rdf:first "codemetapy validator using software.ttl" ;
    rdf:rest () .

<https://vocabs.dariah.eu/tadirah/> a skos:ConceptScheme ;
    rdfs:label "TaDiRAH"@en ;
    dc:contributor "Akihiro Kameda",
        "Aurélien Berra",
        "Christof Schöch",
        "Claudia Müller-Birn",
        "Elisabeth Burr",
        "Francesca Tomasi",
        "Gimena del Rio Riande",
        "Hideyuki Ohshima",
        "Ikki Ohmukai",
        "Jun Ogawa",
        "Kiyonori Nagasaki",
        "Klaus Thoden",
        "Luise Borek",
        "Mariko Kasahara",
        "Martin Grandjean",
        "Masao Oi",
        "Melanie Siemund",
        "Monica Berti",
        "Natsuko Nakagawa",
        "Nozomi Ohtsuki",
        "Ryo Mochizuki",
        "Saskia Lindner",
        "Shintaro Seki",
        "Shumpei Katakura",
        "So Miyagawa",
        "Tamara Butigan",
        "Thibault Clérice",
        "Tiziana Mancinelli",
        "Toma Tasovac",
        "Tomoteru Kiyuna",
        "Toshiki Koike",
        "Vanja Savic",
        "Vincent Razanajao",
        "Yi Yeong-il",
        "Yoichiro Watanabe" ;
    dc:creator "Canan Hastik",
        "Jonathan Geiger",
        "Luise Borek",
        "Vera Khramova" ;
    dc:description "Taxonomy of Digital Research Activities in the Humanities was designed to help community-driven sites and projects structure their digital humanities (DH) content and gain better visibility.TaDiRAH provides terminology for DH research activities as well as scope notes that also explain the methods associated with them. Version 2.0 linked here is a complete revision and skosification of the taxonomy. For more information and additional resources, see tadirah.info"@en ;
    dc:language "English" ;
    dc:title "TaDiRAH"@en ;
    dcterms:created "2020-09-28"^^xsd:date ;
    dcterms:issued "2020-09-28"^^xsd:date ;
    dcterms:license "https://creativecommons.org/publicdomain/zero/1.0" ;
    dcterms:modified "2025-09-04T14:42:33.651078+00:00"^^xsd:dateTime ;
    dcterms:rightsHolder "Luise Borek, Quinn Dombrowski, Christoph Schöch, Jody Perkins, Matthew Munson" ;
    owl:versionInfo "2.0.3" ;
    skos:hasTopConcept <https://vocabs.dariah.eu/tadirah/analyzing>,
        <https://vocabs.dariah.eu/tadirah/capturing>,
        <https://vocabs.dariah.eu/tadirah/creating>,
        <https://vocabs.dariah.eu/tadirah/disseminating>,
        <https://vocabs.dariah.eu/tadirah/enriching>,
        <https://vocabs.dariah.eu/tadirah/interpreting>,
        <https://vocabs.dariah.eu/tadirah/storing> ;
    foaf:homepage <http://www.tadirah.info> .

