@prefix codemeta: <https://codemeta.github.io/terms/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .

<https://www.let.rug.nl/alfa/rdf/paqu> a schema:SoftwareSourceCode ;
    dct:relation <https://tools.clariah.nl/gretel>,
        <https://www.let.rug.nl/alfa/rdf/alpinograph> ;
    schema: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> ;
    schema:author ( _:pkleiweg ) ;
    schema:codeRepository <https://github.com/rug-compling/paqu.git> ;
    schema:dateCreated "2014-05-21"^^schema:Date ;
    schema:dateModified "2025-03-07"^^schema:Date ;
    schema: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.""" ;
    schema:downloadUrl <https://github.com/rug-compling/paqu/archive/refs/heads/master.zip> ;
    schema:keywords "Alpino",
        "Dependency parsing",
        "SPOD: Syntactic profiler of Dutch",
        "UD: Universal Dependencies",
        "XPath" ;
    schema:license <https://spdx.org/licenses/BSD-2-Clause> ;
    schema:name "PaQu" ;
    schema:operatingSystem "Docker",
        "Linux" ;
    schema:producer _:cl ;
    schema:programmingLanguage "Go" ;
    schema:releaseNotes <https://github.com/rug-compling/paqu/blob/master/Changes.txt> ;
    schema:sameAs <https://tools.clariah.nl/paqu> ;
    schema:softwareHelp [ a schema:WebSite ;
            schema:name "PaQu -- Info" ;
            schema:url <https://www.let.rug.nl/alfa/paqu/info.html> ] ;
    schema:softwareRequirements <https://github.com/rug-compling/paqu#benodigde-software> ;
    schema:targetProduct [ a schema:WebApplication ;
            schema:name "PaQu" ;
            schema:provider _:cl ;
            schema:url <https://www.let.rug.nl/alfa/paqu/> ] ;
    schema:version "1.0.9" ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage4Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:funding [ a schema:Grant ;
            schema:funder [ a schema:Organization ;
                    schema:name "CLARIN-NL" ;
                    schema:url <http://www.clarin.nl/> ] ;
            schema:name "PaQu - Parse and Query" ;
            schema:url <https://portal.clarin.nl/node/4182> ],
        [ a schema:Grant ;
            schema:funder [ a schema:Organization ;
                    schema:name "Clariah" ;
                    schema:url <https://www.clariah.nl/> ] ;
            schema:name "Projectnummer CC-WP3-15-005" ;
            schema:url <https://www.clariah.nl/wp3-linguistics> ] ;
    codemeta:issueTracker <https://github.com/rug-compling/paqu/issues> ;
    codemeta:maintainer _:pkleiweg ;
    codemeta:readme <https://github.com/rug-compling/paqu/blob/master/README.md> ;
    codemeta:referencePublication [ a schema:ScholarlyArticle ;
            schema:author ( "Jan Odijk" "Gertjan van Noord" "Peter Kleiweg" "Erik Tjong Kim Sang" ) ;
            schema:isPartOf [ a schema:PublicationIssue ;
                    schema:datePublished "2017"^^schema:Date ;
                    schema:location "London, UK" ;
                    schema:name "CLARIN in the low countries" ] ;
            schema:name "The Parse and Query (PaQu) Application" ;
            schema:pageEnd "297" ;
            schema:pageStart "281" ;
            schema:sameAs <https://research.rug.nl/en/publications/the-parse-and-query-paqu-application> ;
            schema:url <https://doi.org/10.5334/bbi.23> ] .

_:grnNL a schema:PostalAddress ;
    schema:addressCountry "NL" ;
    schema:addressLocality "Groningen" ;
    schema:addressRegion "Groningen" .

_:groningen a schema:Place ;
    schema:address _:grnNL ;
    schema:name "Groningen" ;
    schema:sameAs <http://www.wikidata.org/entity/Q749>,
        <https://sws.geonames.org/2755251/> .

_:rug a schema:Organization ;
    schema:location _:groningen ;
    schema:name "Groningen University"@en,
        "Rijksuniversiteit Groningen"@nl ;
    schema:sameAs <http://www.wikidata.org/entity/Q850730> ;
    schema:url <https://www.rug.nl/> .

_:pkleiweg a schema:Person ;
    schema:affiliation _:cl ;
    schema:email "mailto:p.c.j.kleiweg@rug.nl" ;
    schema:familyName "Kleiweg" ;
    schema:givenName "Peter" ;
    schema:sameAs <https://orcid.org/0000-0001-8364-3201> .

_:cl a schema:Organization ;
    schema:name "Computational Linguistics, Faculty of Arts, Groningen University"@en,
        "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen"@nl ;
    schema:parentOrganization _:rug ;
    schema:url <https://www.rug.nl/research/clcg/research/cl/> .


