Skip to content

Instantly share code, notes, and snippets.

@florianthiery
florianthiery / AF24_P6_JupyterNotebookWikidata.md
Created November 17, 2024 11:28
Paper Proposal Panel 6 | ArcheoFOSS 2024

Paper Proposal for Panel 6: Open Data for Urban Archaeological Potential Assessment

Title: Jupyter Python Minion: Empowering Open Data for Urban Archaeological Insights

Author: Florian Thiery

Affiliation: Research Squrrel Engineers Network (Mainz, Germany)

Keywords: Wikibase, Wikidata, Linked Open Data, Research Software Engineering, Archaeological Infrastructure, Open Data, Jupyter Notebooks, Python

@florianthiery
florianthiery / AF24_P1_Wikibases.md
Last active November 10, 2024 16:52
Paper Proposal Panel 1 | ArcheoFOSS 2024

Paper Proposal for Panel 1: Towards a Common Infrastructural Framework: Managing and Exploiting Big Data in Archaeological Research through Open Data Systems - Remote Talk

Title: Infrastructural Frameworks: Managing and publishing distributed Archaeological Research Data through the Wikibase Ecosystem

Author: Florian Thiery

Affiliation: Research Squrrel Engineers Network (Mainz, Germany)

Keywords: Wikibase, Wikidata, Linked Open Data, Research Data Management, Archaeological Infrastructure, distributed systems

{
"name": "Factgrid",
"type": "sparqlendpoint",
"prefixes": {
"geo": "http://www.opengis.net/geosparql#",
"wd": "https://database.factgrid.de/entity/",
"wds": "http://www.wikidata.org/entity/statement/",
"wdv": "http://www.wikidata.org/value/",
"wdt": "https://database.factgrid.de/prop/direct/",
"wikibase": "http://wikiba.se/ontology#",
@florianthiery
florianthiery / CORSFilter.java
Last active July 11, 2018 16:09
Setup for Jersey 1.19.1 RESTful Interface in Netbeans
package restconfig;
import com.sun.jersey.spi.container.ContainerRequest;
import com.sun.jersey.spi.container.ContainerResponse;
import com.sun.jersey.spi.container.ContainerResponseFilter;
public class CORSFilter implements ContainerResponseFilter {
@Override
public ContainerResponse filter(ContainerRequest request, ContainerResponse response) {
@florianthiery
florianthiery / README.md
Last active August 16, 2017 14:20
maven dependencies

maven dependencies

License: CC BY 4.0

Florian Thiery M.Sc.

Römisch-Germanisches Zentralmuseum (RGZM)

i3mainz - Institut für Raumbezogene Informations- und Messtechnik

@florianthiery
florianthiery / README.md
Last active January 31, 2024 09:43
pom.xml examples

pom.xml examples

License: CC BY 4.0

Florian Thiery M.Sc.

Römisch-Germanisches Zentralmuseum (RGZM)

i3mainz - Institut für Raumbezogene Informations- und Messtechnik

@florianthiery
florianthiery / README.md
Last active August 16, 2017 14:17
Configurations for JAVA projects using MAVEN

Configurations for JAVA projects using Maven

License: CC BY 4.0

Florian Thiery M.Sc.

Römisch-Germanisches Zentralmuseum (RGZM)

i3mainz - Institut für Raumbezogene Informations- und Messtechnik