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.
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.
# install.packages("remotes")
remotes::install_github("ArKG-Data/arkg-r")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 }")Por defecto el paquete consulta
https://arkg.cl/api/sparql. Se puede cambiar con la
variable de entorno ARKG_SPARQL_ENDPOINT.
El grafo contiene dataciones (clase Fechado), sitios
arqueologicos (clase ArchSite) y entidades geograficas,
enlazados con vocabulario propio de ArKG y con Wikidata.
CC BY-SA 4.0
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.