The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

arkg

R-CMD-check

Cliente de R para acceder al Archaeology Knowledge Graph de Chile (ArKG), que organiza y distribuye de forma abierta las dataciones arqueologicas de Chile (radiocarbono y termoluminiscencia) usando el motor de grafos MillenniumDB.

Instalacion

# install.packages("remotes")
remotes::install_github("ArKG-Data/arkg-r")

Uso

library(arkg)

# Dataciones arqueologicas (Fechado)
dataciones <- arkg_dates(limit = 100)

# Sitios arqueologicos con coordenadas
sitios <- arkg_sites(limit = 50)

# Consulta SPARQL libre
arkg_sparql("SELECT (COUNT(*) AS ?n) WHERE { ?s ?p ?o }")

Endpoint

Por defecto el paquete consulta https://arkg.cl/api/sparql. Se puede cambiar con la variable de entorno ARKG_SPARQL_ENDPOINT.

Datos

El grafo contiene dataciones (clase Fechado), sitios arqueologicos (clase ArchSite) y entidades geograficas, enlazados con vocabulario propio de ArKG y con Wikidata.

Licencia

CC BY-SA 4.0

Como citar

Campbell, R., Mendez, V., Arenas, M., Riveros, C. ArKG: Archaeology Knowledge Graph of Chile. https://arkg.cl

Dataset: https://zenodo.org/records/19673110

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.