Package: ontologics
Title: Code-Logics to Handle Ontologies
Version: 0.7.0
Authors@R: c(
    person("Steffen", "Ehrmann", 
           role = c("aut", "cre"), 
           email = "steffen.ehrmann@posteo.de", 
           comment = c(ORCID = "0000-0002-2958-0796")),
    person("Arne", "Rümmler", 
           role = c("aut", "ctb"),
           email = "arne.ruemmler@tu-dresden.de",
           comment = c(ORCID = "0000-0001-8637-9071")),
    person("Carsten", "Meyer",
           role = c("ctb"), 
           email = "carsten.meyer@idiv.de", 
           comment = c(ORCID = "0000-0003-3927-5856"))
    )
Description: Provides tools to build and work with an ontology of linked (open) 
    data in a tidy workflow. It is inspired by the Food and Agrilculture 
    Organizations (FAO) caliper platform 
    <https://www.fao.org/statistics/caliper/web/> and 
    makes use of the Simple Knowledge Organisation System (SKOS).
URL: https://github.com/luckinet/ontologics
BugReports: https://github.com/luckinet/ontologics/issues
Depends: R (>= 3.5.0)
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: checkmate, dplyr, httr, magrittr, methods, purrr, readr,
        rlang, stringr, tibble, tidyr, tidyselect, rdflib, fuzzyjoin,
        beepr
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-05-10 08:55:39 UTC; se87kuhe
Author: Steffen Ehrmann [aut, cre] (<https://orcid.org/0000-0002-2958-0796>),
  Arne Rümmler [aut, ctb] (<https://orcid.org/0000-0001-8637-9071>),
  Carsten Meyer [ctb] (<https://orcid.org/0000-0003-3927-5856>)
Maintainer: Steffen Ehrmann <steffen.ehrmann@posteo.de>
Repository: CRAN
Date/Publication: 2023-05-10 09:20:05 UTC
Built: R 4.2.0; ; 2023-05-11 13:23:09 UTC; unix
