@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/alpinograph> a schema:SoftwareSourceCode ;
    dct:relation <https://tools.clariah.nl/gretel>,
        <https://www.let.rug.nl/alfa/rdf/paqu> ;
    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/alpinograph.git> ;
    schema:dateCreated "2020-03-25"^^schema:Date ;
    schema:dateModified "2025-11-18"^^schema:Date ;
    schema: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." ;
    schema:downloadUrl <https://github.com/rug-compling/alpinograph/archive/refs/heads/master.zip> ;
    schema:keywords "Alpino",
        "Cypher",
        "Dependency parsing",
        "SPOD: Syntactic profiler of Dutch",
        "UD: Universal Dependencies" ;
    schema:license <https://spdx.org/licenses/BSD-2-Clause> ;
    schema:name "AlpinoGraph" ;
    schema:operatingSystem "Docker",
        "Linux" ;
    schema:producer _:cl ;
    schema:programmingLanguage "Go" ;
    schema:releaseNotes <https://github.com/rug-compling/alpinograph/blob/master/Changes.txt> ;
    schema:sameAs <https://tools.clariah.nl/alpinograph> ;
    schema:softwareHelp [ a schema:WebSite ;
            schema:name "AlpinoGraph" ;
            schema:url <https://urd2.let.rug.nl/~kleiweg/alpinograph-docs/> ] ;
    schema:targetProduct [ a schema:WebApplication ;
            schema:name "AlpinoGraph" ;
            schema:provider _:cl ;
            schema:url <https://urd2.let.rug.nl/~kleiweg/alpinograph/> ] ;
    schema:version "1.0.7" ;
    codemeta:developmentStatus <https://w3id.org/research-technology-readiness-levels#Stage4Complete>,
        <https://www.repostatus.org/#active> ;
    codemeta:issueTracker <https://github.com/rug-compling/alpinograph/issues> ;
    codemeta:maintainer _:pkleiweg ;
    codemeta:readme <https://github.com/rug-compling/alpinograph/blob/master/README.md> ;
    codemeta:referencePublication [ a schema:ScholarlyArticle ;
            schema:author ( "Peter Kleiweg" "Gertjan van Noord" ) ;
            schema:isPartOf [ a schema:PublicationIssue ;
                    schema:datePublished "2020"^^schema:Date ;
                    schema:location "Düsseldorf, Germany" ;
                    schema:name "Proceedings of the 19th International Workshop on Treebanks and Linguistic Theories" ] ;
            schema:name "AlpinoGraph: A Graph-based Search Engine for Flexible and Efficient Treebank Search" ;
            schema:pageEnd "161" ;
            schema:pageStart "151" ;
            schema: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> ;
            schema:url <https://aclanthology.org/2020.tlt-1.13> ] .

_: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/> .


