Discussion

Discussing the need for a new CAA Special Interest Group on chronological modelling

Thomas Huet, Eythan Levy, Florian Thiery, Allard W. Mees

Introduction

CAA

Computer Applications and Quantitative Methods in Archaeology (CAA)

  • annual conferences with > 300 participants every year

CAA Special Interest Groups (CAA-SIG)

SIG https://caa-international.org/special-interest-groups/

  • Complex Systems Simulation
  • Computer Programs for Archaeologists
  • Mobile GIS
  • 3D spatial analysis
  • Scientific Scripting Languages in Archaeology
  • Semantics and LOUD in Archaeology
  • Archaeological Practices and Knowledge Work
  • Computationally Modeling Water-based Movement

CAA Special Interest Groups (CAA-SIG)

SIG https://caa-international.org/special-interest-groups/

  • Complex Systems Simulation
  • Computer Programs for Archaeologists
  • Mobile GIS
  • 3D spatial analysis
  • Scientific Scripting Languages in Archaeology
  • Semantics and LOUD in Archaeology
  • Archaeological Practices and Knowledge Work
  • Computationally Modeling Water-based Movement

CAA SIG SSLA and Data Dragons

Special Interest Group on Scientific Scripting Languages in Archaeology

Statement of need

Chronological turn

‘Monument druidique près de Gisors’ 1824
Stack of information layer in a GIS

CAA-SIG proposed framework

CAA-SIG workflow

Semantisation

Use of Extended Date/Time Format (EDTF)1 as time primitives

Use of the CIDOC Conceptual Reference Model (CIDOC-CRM) to map the chronological assumptions

Use of Sparse Query Language (SPARQL)2 to retrieve the information

  prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
  prefix skos:    <http://www.w3.org/2004/02/skos/core#>
  prefix dcterms: <http://purl.org/dc/terms/>

  select ?id ?name
  where {
  ?concept skos:prefLabel ?name ;
           dcterms:identifier ?id .
  FILTER (lang(?name) = 'en-us')

Outputs

Data papers

Facilitate the publication of human-machine readable papers of temporal data

Very unprecise
Very precise

Open talk

Footnotes

  1. ISO 8601-2

  2. ISO/IEC 9075-15