SlideShare a Scribd company logo
1 of 25
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Geosemantic Tools
for Archaeological
Research (GSTAR)
Paul Cripps
University of South Wales, Trefforest, UK
• Hypermedia Research Unit
• Geographic Information Systems (GIS) Research Unit
Archaeogeomancy, Salisbury, UK
http://gstar.archaeogeomancy.net/
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Introduction
• Background
• GSTAR project
• Case Study
• Conclusions
Earthorama by spdorsey http://flic.kr/p/69C5QD
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
CRM EH  STAR  STELLAR
• CIDOC CRM – Conceptual
Reference Model
• CRM EH – Archaeological
extension to CIDOC CRM
• English Heritage
• STAR – Semantic Technologies
for Archaeological Resources
• English Heritage
• University of South Wales
• STELLAR – Semantic
Technologies Enhancing Links
and Linked Data for
Archaeological Resources
• English Heritage
• University of South Wales
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
CRM EH  STAR  STELLAR
• CRM EH: Extension to the CIDOC CRM
• Archaeological fieldwork data
• Excavation; contexts and stratigraphy
• Finds discovery and processing
• Analysis and Interpretation
• Based on English Heritage Context Recording System
• STAR: Developed infrastructure for working with CRM EH
including demonstrators
• STELLAR: Developed tools for working with STAR outputs
• STELLAR Toolkit
• Inputs: structured data in any schema
• Mapping via built in and user defined templates
• Outputs: Linked Data compliant with CIDOC CRM and CRM EH
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
SilburyHillLinkedData
English Heritage, Archaeology Data Service
Linked Data resource built using STELLAR Toolkit
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
ColonisationofBritainLinkedData
Wessex Archaeology, Archaeology Data Service
Linked Data resource built using STELLAR Toolkit including Ordnance Survey Open Data
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
 GSTAR
• Aims & Objectives:
• To incorporate complex geospatial information into our
ontological models
• Vector depictions: lines, polygons
• Investigate advances in geospatial and geosemantic
approaches
• Application of geosemantics and Linked Geospatial Data
approaches to archaeological resources
• Integration of heterogeneous resources via spatial
components of heritage data
• Application of research questions across diverse heritage
resources
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Geospatial Information
• Background:
• Archaeological data is inherently spatial
• Diverse range of spatial information
• Non-spatial data can be related to a spatial component
• CRM EH modelled spatial component using specialisations of
E53 Place
• Stratigraphic Units as Places
• Stratigraphic Units have spatial bounds
• Positive and Negative Stratigraphic Units
• Positive Stratigraphic Units also contain archaeological deposits
• Finds discovered in Places
• Samples taken from archaeological deposits
• Sites, Monuments and Features as Places
• Identified from excavation, remote sensing, surveys etc
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Spatial entities
• Features observed and depicted
• Post Hole
• Stratigraphic units excavated and
recorded
• Fill of Post Hole
• Physical relationships observed
• Temporal relationships inferred
• Interpretation…
• Features grouped and phased to
form Sites and Monuments
• Post Built Structure
• Iron Age Settlement
• Legal Designations
• Scheduled Monuments
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
InterpretationofexcavationdatausingprojectGIS
Wessex Archaeology
Spatial component used to aid interpretation through mapping and spatial analysis
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Stratigraphic Units (aka contexts)
• Observed features excavated…
• …recorded and interpreted
• Stratigraphic Unit = atomic unit
of recording
• Product of some (pre)historic
Event
• Deposition of some material 
Positive Stratigraphic Unit
• Removal of some material 
Negative Stratigraphic Unit
• Recorded on site: descriptions,
classifications, etc
• Surveyed on site: hand drawn
plans, metric survey
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
RefiningCRMEHtosupportgeospatialclasses
Positive and Negative Stratigraphic Units
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
RefiningCRMEHtosupportgeospatialclasses
Spatial Relationships
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Linked Geospatial Data; integrate
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Story so far…
• Literature Review reveals two converging strands of research
• Two subject areas within distinct domains:
• Semantic Web, Web Science, Linked Data  semantics, location,
place, geometry
• GIScience  GIS, Spatial Data Infrastructures, web services
• Different approaches
• Different emphasis
• Same ultimate aims
• Working with existing data
• Channel Tunnel Rail Link (CTRL) data from Oxford Archaeology,
archived at the Archaeology Data Service
• Spatial data archived as Shapefile
• Linked Data available as output from STELLAR
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Story so far…
• Case Study: methods for integrating geospatial and semantic
1. Leveraging geosemantic web approaches:
• Triple Stores
• SPARQL and GeoSPARQL
2. Leveraging GIScience approaches:
• Spatial databases
• Web Feature Services (WFS)
• Pros and Cons to each
• Pure geosemantic approach more ‘integrated’
• But very new; ‘bleeding’ edge…
• Performance…?
• Hybrid GIScience approach takes advantage of the best bits of
each
• Stability, robustness
• Requires more complex infrastructure
• More bespoke, less generic
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Geosemantic approach
• All data stored as triples
• RDF, n-triples, XML
• Conversion of geospatial data to RDF
• CRM EH – Context Depiction (EHE0022)
• CRM – Spatial Coordinates (E47)
• GeoSPARQL – E47 as geometry
• Geospatial data included within semantic data
• Well Known Text (WKT) representations of geometries
• Very verbose!
<owl:Class rdf:about="http://purl.org/crmeh#EHE0022_ContextDepiction">
<rdfs:isDefinedBy rdf:resource="http://purl.org/crmeh#CRMEH"/>
<rdfs:subClassOf rdf:resource="http://erlangen-
crm.org/110404/E47_Spatial_Coordinates"/>
<rdfs:label>Context Depiction</rdfs:label>
<rdfs:comment>The Spatial co-ordinates of a Context, defining the actual
spatial extent of the context. Usually recorded at the time of
excavation or other investigative work
</rdfs:comment>
</owl:Class>
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Geosemantic approach
• Context Depiction identifies Context
• <URI for the context depiction> < URI for p87> < URI for the context>
• Context is identified by Context Depiction
• <URI for the context> <URI for p87i> <URI for the context depiction>
• Context Depiction has type EHE0022 Context Depiction
• <URI for the context depiction> < URI for rdf has type> < URI for the
type>
• Context Depiction has geometry
• <URI for the context depiction> < ogc:hasGeometry> < URI for the
geometry>
• Geometry has type WKT Literal
• <URI for the geometry> < ogc:asWKT> < literal = WKT>
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Geosemantic approach
<http://data.archaeologydataservice.ac.uk/10.5284/1000389/EHE0007_249>
<http://erlangen-crm.org/101001/P87_is_identified_by>
<http://ld.gstar.archaeogeomancy.net/content/crmeh_EHE0022_249>
<http://ld.gstar.archaeogeomancy.net/content/crmeh_EHE0022_249>
<http://erlangen-crm.org/101001/P87i_identifies>
<http://data.archaeologydataservice.ac.uk/10.5284/1000389/EHE0007_249>
<http://ld.gstar.archaeogeomancy.net/content/crmeh_EHE0022_249>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://purl.org/crmeh#EHE0022_ContextDepiction>
<http://ld.gstar.archaeogeomancy.net/content/crmeh_EHE0022_249>
<ogc:hasGeometry>
<http://ld.gstar.archaeogeomancy.net/content/ogc_249>
<http://ld.gstar.archaeogeomancy.net/content/ogc_249>
<ogc:asWKT>
“http://www.opengis.net/def/crs/EPSG/0/27700 POLYGON ((569241.09296391497
169487.76102295844,569242.14972065808 169488.63653720432,569242.96691547381
169489.28166943422,569243.69052183023 169489.80626897677,569244.6163534614
169490.31098325696,569245.4501574568 169490.61867947067,569246.84229549242))"^^ogc:wktLiteral
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Verbosity…
• Underlying DBMS
restrictions on field sizes
• eg 4K using Oracle
• Extended Data Types
• Implications for
indexing
• WKT can be very verbose
• Complex features;
many nodes
• Precision
• Spatial precision is key
• Not data type precision
• Easy to hit the buffers…
<http://www.opengis.net/def/crs/EPSG/0/27700>"
POLYGON ((569241.09296391497
169487.76102295844,569242.14972065808
169488.63653720432,569242.96691547381
169489.28166943422,569243.69052183023
169489.80626897677,569244.6163534614
169490.31098325696,569245.4501574568
169490.61867947067,569246.84229549242
169491.13088039507,569247.99072701519
169491.45835596515,569249.13880138169
169491.69146708742,569250.70987114881
169491.89583935405,569251.95799411286
169491.83729784336,569251.92909099034
169490.55039028014,569251.44045881392
169490.62534306964,569250.51641985343
169490.64884596801,569249.14214670414
169490.4097076066,569247.53722012346
169490.10687919494,569246.2979823238
169489.74212434812,569245.1707102526
169489.30169979495,569243.96490692452
169488.64508622553,569242.86764335213
169487.49649621252,569242.28527061804
169486.97012858052,569241.09296391497
169487.76102295844))"^^ogc:wktLiteral
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Hybrid approach
• Semantic data stored in triple store
• Geospatial data stored in GIS server
• Geometries accessed via Web Feature Service (WFS)
• Integration achieved by means of WFS URIs
• Java middleware
• Parsing of input queries
• SPARQL queries
• WFS requests
• Parses results
• Uses Geotools libraries for middleware
• Handles WFS requests
• Handles geometries and geometry collections
• Same outputs as geosemantic queries
• But leveraging ‘traditional’ GIS spatial functions
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Stack
• Oracle VirtualBox
• Virtual machine
• Oracle 12c Spatial &
Graph
• Spatial database, triple
store
• Jena
• Semantic framework
• Oracle Weblogic
• Web server
• Geotools
• Java GIS toolkit
• Stellar Toolkit
• Structured data  Linked
Data
• Geoserver
• GIS server
• Eclipse+Maven +JDK
• Java programming IDE
• ArcGIS, QGIS
• Spatial data management
• Gruff
• Visualisation of Linked
Data
• Built on AllegroGraph
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Conclusions
• Emerging geosemantic approaches most suitable for
integration of geospatial and semantic data
• Standards compliant structures
• Standards compliant query mechanisms
• GeoSPARQL can be integrated within ontologies and Linked
Data resources
• Simple solution as presented, based solely on W3C/OGC
standards
• More complex & powerful solutions using CIDOC CRM +
GeoSPARQL (eg Heiber & Doerr: CRMgeo)
• Some issues eg precision, structures, verbosity
• Rapid development in this field
• New systems/platforms emerging
• Continual improvements; eg imminent next version of
GeoSPARQL
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
Acknowledgements
• Thanks to:
• University of South Wales – funding, supervision, advice
• Archaeology Data Service – data from their archives
• Wessex Archaeology – data, photographs and images
• Wiltshire Council – access to the Historic Environment Record
(HER) data
• Wiltshire Museums – access to museum collections data
• Personal thanks
• Supervisors/Advisors: Doug Tudhope, Mark Ware, Alex Lohfink
• Research group: Ceri Binding, Andreas Vlachidis, Keith May
• Peers and colleagues: Michael Charno, Chris Brayne, Ant Beck,
Sarah May, Gerald Heibel, David Dawson
• Image Credit
• Earthorama by spdorsey http://flic.kr/p/69C5QD
GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014
fin
• paul.cripps@southwales.ac.uk
• paul@archaeogeomancy.net
• @pauljcripps
• gstar.archaeogeomancy.net
• hypermedia.research.southwales.ac.uk
• gis.research.southwales.ac.uk

More Related Content

What's hot

ARIADNE: progress in the first nine month
ARIADNE: progress in the first nine monthARIADNE: progress in the first nine month
ARIADNE: progress in the first nine monthariadnenetwork
 
EAA2014 Istanbul - Barriers and Opportunities for Linked Open Data use in Arc...
EAA2014 Istanbul - Barriers and Opportunities for Linked Open Data use in Arc...EAA2014 Istanbul - Barriers and Opportunities for Linked Open Data use in Arc...
EAA2014 Istanbul - Barriers and Opportunities for Linked Open Data use in Arc...Keith.May
 
Providing services search and beyond
Providing services  search and beyondProviding services  search and beyond
Providing services search and beyondariadnenetwork
 
The ARIADNE interoperability framework, component architecture and registry s...
The ARIADNE interoperability framework, component architecture and registry s...The ARIADNE interoperability framework, component architecture and registry s...
The ARIADNE interoperability framework, component architecture and registry s...ariadnenetwork
 
Developing common European archaeological concepts through extending the CIDO...
Developing common European archaeological concepts through extending the CIDO...Developing common European archaeological concepts through extending the CIDO...
Developing common European archaeological concepts through extending the CIDO...ariadnenetwork
 
Ariadne: Interoperability
Ariadne: InteroperabilityAriadne: Interoperability
Ariadne: Interoperabilityariadnenetwork
 
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAW
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAWArchiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAW
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAWariadnenetwork
 
Tailoring the conceptual reference model to archaeological requirements
Tailoring the conceptual reference model to archaeological requirementsTailoring the conceptual reference model to archaeological requirements
Tailoring the conceptual reference model to archaeological requirementsariadnenetwork
 
Geospatial Rails applications
Geospatial Rails applicationsGeospatial Rails applications
Geospatial Rails applicationsOlga Lavrentieva
 
Reusing historical newspapers of KB in e-humanities - Case studies and exampl...
Reusing historical newspapers of KB in e-humanities - Case studies and exampl...Reusing historical newspapers of KB in e-humanities - Case studies and exampl...
Reusing historical newspapers of KB in e-humanities - Case studies and exampl...Olaf Janssen
 
Towards a Graph of Ancient World Data & an Ecosystem of Gazetteers
Towards a Graph of Ancient World Data & an Ecosystem of GazetteersTowards a Graph of Ancient World Data & an Ecosystem of Gazetteers
Towards a Graph of Ancient World Data & an Ecosystem of Gazetteersaboutgeo
 
03 ariadn eplus_caa_2019_inrap
03 ariadn eplus_caa_2019_inrap03 ariadn eplus_caa_2019_inrap
03 ariadn eplus_caa_2019_inrapariadnenetwork
 
Pieterjan Deckers - Medea an online platform for recording metal-detected finds
Pieterjan Deckers - Medea an online platform for recording metal-detected findsPieterjan Deckers - Medea an online platform for recording metal-detected finds
Pieterjan Deckers - Medea an online platform for recording metal-detected findsariadnenetwork
 
Intro to IIIF and IIIF @NLW
Intro to IIIF and IIIF @NLWIntro to IIIF and IIIF @NLW
Intro to IIIF and IIIF @NLWGlen Robson
 

What's hot (20)

Ariadne update
Ariadne updateAriadne update
Ariadne update
 
ARIADNE: progress in the first nine month
ARIADNE: progress in the first nine monthARIADNE: progress in the first nine month
ARIADNE: progress in the first nine month
 
Ariadne introduction
Ariadne introductionAriadne introduction
Ariadne introduction
 
EAA2014 Istanbul - Barriers and Opportunities for Linked Open Data use in Arc...
EAA2014 Istanbul - Barriers and Opportunities for Linked Open Data use in Arc...EAA2014 Istanbul - Barriers and Opportunities for Linked Open Data use in Arc...
EAA2014 Istanbul - Barriers and Opportunities for Linked Open Data use in Arc...
 
Providing services search and beyond
Providing services  search and beyondProviding services  search and beyond
Providing services search and beyond
 
The ARIADNE interoperability framework, component architecture and registry s...
The ARIADNE interoperability framework, component architecture and registry s...The ARIADNE interoperability framework, component architecture and registry s...
The ARIADNE interoperability framework, component architecture and registry s...
 
Developing common European archaeological concepts through extending the CIDO...
Developing common European archaeological concepts through extending the CIDO...Developing common European archaeological concepts through extending the CIDO...
Developing common European archaeological concepts through extending the CIDO...
 
Ariadne: Interoperability
Ariadne: InteroperabilityAriadne: Interoperability
Ariadne: Interoperability
 
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAW
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAWArchiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAW
Archiving archaeological data in Austria, Edeltraud Aspöck, Anja Masur OREA/ÖAW
 
Tailoring the conceptual reference model to archaeological requirements
Tailoring the conceptual reference model to archaeological requirementsTailoring the conceptual reference model to archaeological requirements
Tailoring the conceptual reference model to archaeological requirements
 
EPOS GNSS Data and Products TCS - What we do...
EPOS GNSS Data and Products TCS - What we do...EPOS GNSS Data and Products TCS - What we do...
EPOS GNSS Data and Products TCS - What we do...
 
About company
About companyAbout company
About company
 
OpenData & Public Research
OpenData & Public ResearchOpenData & Public Research
OpenData & Public Research
 
Statistical data in RDF
Statistical data in RDFStatistical data in RDF
Statistical data in RDF
 
Geospatial Rails applications
Geospatial Rails applicationsGeospatial Rails applications
Geospatial Rails applications
 
Reusing historical newspapers of KB in e-humanities - Case studies and exampl...
Reusing historical newspapers of KB in e-humanities - Case studies and exampl...Reusing historical newspapers of KB in e-humanities - Case studies and exampl...
Reusing historical newspapers of KB in e-humanities - Case studies and exampl...
 
Towards a Graph of Ancient World Data & an Ecosystem of Gazetteers
Towards a Graph of Ancient World Data & an Ecosystem of GazetteersTowards a Graph of Ancient World Data & an Ecosystem of Gazetteers
Towards a Graph of Ancient World Data & an Ecosystem of Gazetteers
 
03 ariadn eplus_caa_2019_inrap
03 ariadn eplus_caa_2019_inrap03 ariadn eplus_caa_2019_inrap
03 ariadn eplus_caa_2019_inrap
 
Pieterjan Deckers - Medea an online platform for recording metal-detected finds
Pieterjan Deckers - Medea an online platform for recording metal-detected findsPieterjan Deckers - Medea an online platform for recording metal-detected finds
Pieterjan Deckers - Medea an online platform for recording metal-detected finds
 
Intro to IIIF and IIIF @NLW
Intro to IIIF and IIIF @NLWIntro to IIIF and IIIF @NLW
Intro to IIIF and IIIF @NLW
 

Viewers also liked

SDI: A prespective from a UK archaeological unit
SDI: A prespective from a UK archaeological unitSDI: A prespective from a UK archaeological unit
SDI: A prespective from a UK archaeological unitPaul Cripps
 
Geographic Information Systems in Archaeological Survey
Geographic Information Systems in Archaeological SurveyGeographic Information Systems in Archaeological Survey
Geographic Information Systems in Archaeological SurveyTim Weitzel
 
Wakefield mill project 8.2011 powerpoint
Wakefield mill project 8.2011 powerpointWakefield mill project 8.2011 powerpoint
Wakefield mill project 8.2011 powerpointSheila Charles
 
Archaeological Survey Techniques
Archaeological Survey TechniquesArchaeological Survey Techniques
Archaeological Survey TechniquesAlex Thompson
 
Capturing & working with 3D data in heritage contexts
Capturing & working with 3D data in heritage contextsCapturing & working with 3D data in heritage contexts
Capturing & working with 3D data in heritage contextsPaul Cripps
 
Design Steps for Earthquake Resistant Structures
Design Steps for Earthquake Resistant StructuresDesign Steps for Earthquake Resistant Structures
Design Steps for Earthquake Resistant StructuresIshan Garg
 
Earthquake resistant structure
Earthquake resistant structureEarthquake resistant structure
Earthquake resistant structurevikskyn
 
Archaeological Applications Of Gis
Archaeological Applications Of GisArchaeological Applications Of Gis
Archaeological Applications Of GisJo Dyson
 

Viewers also liked (9)

SDI: A prespective from a UK archaeological unit
SDI: A prespective from a UK archaeological unitSDI: A prespective from a UK archaeological unit
SDI: A prespective from a UK archaeological unit
 
Geographic Information Systems in Archaeological Survey
Geographic Information Systems in Archaeological SurveyGeographic Information Systems in Archaeological Survey
Geographic Information Systems in Archaeological Survey
 
Wakefield mill project 8.2011 powerpoint
Wakefield mill project 8.2011 powerpointWakefield mill project 8.2011 powerpoint
Wakefield mill project 8.2011 powerpoint
 
Archaeological Survey Techniques
Archaeological Survey TechniquesArchaeological Survey Techniques
Archaeological Survey Techniques
 
Capturing & working with 3D data in heritage contexts
Capturing & working with 3D data in heritage contextsCapturing & working with 3D data in heritage contexts
Capturing & working with 3D data in heritage contexts
 
SPARQL Cheat Sheet
SPARQL Cheat SheetSPARQL Cheat Sheet
SPARQL Cheat Sheet
 
Design Steps for Earthquake Resistant Structures
Design Steps for Earthquake Resistant StructuresDesign Steps for Earthquake Resistant Structures
Design Steps for Earthquake Resistant Structures
 
Earthquake resistant structure
Earthquake resistant structureEarthquake resistant structure
Earthquake resistant structure
 
Archaeological Applications Of Gis
Archaeological Applications Of GisArchaeological Applications Of Gis
Archaeological Applications Of Gis
 

Similar to CAA 2014: Geosemantic Tools for Archaeological Research

USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2
USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2
USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2Gianpaolo Coro
 
ARIADNE Registry - towards interoperability
ARIADNE Registry - towards interoperabilityARIADNE Registry - towards interoperability
ARIADNE Registry - towards interoperabilityariadnenetwork
 
Integrating Data for Archaeology
Integrating Data for ArchaeologyIntegrating Data for Archaeology
Integrating Data for Archaeologyariadnenetwork
 
Connecting European Archaeology datasets: prospects and challenges
Connecting European Archaeology datasets: prospects and challengesConnecting European Archaeology datasets: prospects and challenges
Connecting European Archaeology datasets: prospects and challengesCARARE
 
Exploratory querying of the Dutch GeoRegisters
Exploratory querying of the Dutch GeoRegistersExploratory querying of the Dutch GeoRegisters
Exploratory querying of the Dutch GeoRegistersStanislav Ronzhin
 
Presentation - IAI Autumn 2010
Presentation - IAI Autumn 2010Presentation - IAI Autumn 2010
Presentation - IAI Autumn 2010John Tierney
 
E&L-presentatie - Linked Data Benchmark Council
E&L-presentatie - Linked Data Benchmark CouncilE&L-presentatie - Linked Data Benchmark Council
E&L-presentatie - Linked Data Benchmark CouncilErfGeo
 
De erfgoedradar: kansen voor vrijwilligers door Verbeek B., Seinen P., Werkgr...
De erfgoedradar: kansen voor vrijwilligers door Verbeek B., Seinen P., Werkgr...De erfgoedradar: kansen voor vrijwilligers door Verbeek B., Seinen P., Werkgr...
De erfgoedradar: kansen voor vrijwilligers door Verbeek B., Seinen P., Werkgr...Onroerend Erfgoed
 
TEAMS 6, 7 and 8
TEAMS 6, 7 and 8TEAMS 6, 7 and 8
TEAMS 6, 7 and 8plan4all
 
Easter JISC metadata May25 DT
Easter JISC metadata May25 DTEaster JISC metadata May25 DT
Easter JISC metadata May25 DTdstudhope
 
A Data-driven Approach for Internet of Things Applications: Methods and Case ...
A Data-driven Approach for Internet of Things Applications: Methods and Case ...A Data-driven Approach for Internet of Things Applications: Methods and Case ...
A Data-driven Approach for Internet of Things Applications: Methods and Case ...Suparna De
 
Tehnici Moderne De Evaluare A Calitatii Datelor In Cadastru
Tehnici Moderne De Evaluare A Calitatii Datelor In CadastruTehnici Moderne De Evaluare A Calitatii Datelor In Cadastru
Tehnici Moderne De Evaluare A Calitatii Datelor In CadastruUniversity of Oradea
 
Harvard Hypermap: An Open Source Framework for Making the World’s Geospatial ...
Harvard Hypermap: An Open Source Framework for Making the World’s Geospatial ...Harvard Hypermap: An Open Source Framework for Making the World’s Geospatial ...
Harvard Hypermap: An Open Source Framework for Making the World’s Geospatial ...Paolo Corti
 
Places, People, Events and Stuff; building blocks for archaeological informat...
Places, People, Events and Stuff; building blocks for archaeological informat...Places, People, Events and Stuff; building blocks for archaeological informat...
Places, People, Events and Stuff; building blocks for archaeological informat...Paul Cripps
 
Steve Mc Eachern Australian Data Archive
Steve Mc Eachern Australian Data ArchiveSteve Mc Eachern Australian Data Archive
Steve Mc Eachern Australian Data ArchiveFuture Perfect 2012
 
What is GIS (Course Presentation).pdf
What is GIS (Course Presentation).pdfWhat is GIS (Course Presentation).pdf
What is GIS (Course Presentation).pdfjarriesgado
 

Similar to CAA 2014: Geosemantic Tools for Archaeological Research (20)

USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2
USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2
USING E-INFRASTRUCTURES FOR BIODIVERSITY CONSERVATION - Module 2
 
ARIADNE Registry - towards interoperability
ARIADNE Registry - towards interoperabilityARIADNE Registry - towards interoperability
ARIADNE Registry - towards interoperability
 
Integrating Data for Archaeology
Integrating Data for ArchaeologyIntegrating Data for Archaeology
Integrating Data for Archaeology
 
Connecting European Archaeology datasets: prospects and challenges
Connecting European Archaeology datasets: prospects and challengesConnecting European Archaeology datasets: prospects and challenges
Connecting European Archaeology datasets: prospects and challenges
 
Exploratory querying of the Dutch GeoRegisters
Exploratory querying of the Dutch GeoRegistersExploratory querying of the Dutch GeoRegisters
Exploratory querying of the Dutch GeoRegisters
 
Presentation - IAI Autumn 2010
Presentation - IAI Autumn 2010Presentation - IAI Autumn 2010
Presentation - IAI Autumn 2010
 
E&L-presentatie - Linked Data Benchmark Council
E&L-presentatie - Linked Data Benchmark CouncilE&L-presentatie - Linked Data Benchmark Council
E&L-presentatie - Linked Data Benchmark Council
 
CAA2014 L'ontologie du CIDOC CRM pour interroger une base de données d'Archéo...
CAA2014 L'ontologie du CIDOC CRM pour interroger une base de données d'Archéo...CAA2014 L'ontologie du CIDOC CRM pour interroger une base de données d'Archéo...
CAA2014 L'ontologie du CIDOC CRM pour interroger une base de données d'Archéo...
 
De erfgoedradar: kansen voor vrijwilligers door Verbeek B., Seinen P., Werkgr...
De erfgoedradar: kansen voor vrijwilligers door Verbeek B., Seinen P., Werkgr...De erfgoedradar: kansen voor vrijwilligers door Verbeek B., Seinen P., Werkgr...
De erfgoedradar: kansen voor vrijwilligers door Verbeek B., Seinen P., Werkgr...
 
TEAMS 6, 7 and 8
TEAMS 6, 7 and 8TEAMS 6, 7 and 8
TEAMS 6, 7 and 8
 
The Ariadne Project
The Ariadne ProjectThe Ariadne Project
The Ariadne Project
 
Easter JISC metadata May25 DT
Easter JISC metadata May25 DTEaster JISC metadata May25 DT
Easter JISC metadata May25 DT
 
A Data-driven Approach for Internet of Things Applications: Methods and Case ...
A Data-driven Approach for Internet of Things Applications: Methods and Case ...A Data-driven Approach for Internet of Things Applications: Methods and Case ...
A Data-driven Approach for Internet of Things Applications: Methods and Case ...
 
Tehnici Moderne De Evaluare A Calitatii Datelor In Cadastru
Tehnici Moderne De Evaluare A Calitatii Datelor In CadastruTehnici Moderne De Evaluare A Calitatii Datelor In Cadastru
Tehnici Moderne De Evaluare A Calitatii Datelor In Cadastru
 
Harvard Hypermap: An Open Source Framework for Making the World’s Geospatial ...
Harvard Hypermap: An Open Source Framework for Making the World’s Geospatial ...Harvard Hypermap: An Open Source Framework for Making the World’s Geospatial ...
Harvard Hypermap: An Open Source Framework for Making the World’s Geospatial ...
 
Places, People, Events and Stuff; building blocks for archaeological informat...
Places, People, Events and Stuff; building blocks for archaeological informat...Places, People, Events and Stuff; building blocks for archaeological informat...
Places, People, Events and Stuff; building blocks for archaeological informat...
 
Mobile gis
Mobile gisMobile gis
Mobile gis
 
Semantics-enhanced Geoscience Interoperability, Analytics, and Applications
Semantics-enhanced Geoscience Interoperability, Analytics, and ApplicationsSemantics-enhanced Geoscience Interoperability, Analytics, and Applications
Semantics-enhanced Geoscience Interoperability, Analytics, and Applications
 
Steve Mc Eachern Australian Data Archive
Steve Mc Eachern Australian Data ArchiveSteve Mc Eachern Australian Data Archive
Steve Mc Eachern Australian Data Archive
 
What is GIS (Course Presentation).pdf
What is GIS (Course Presentation).pdfWhat is GIS (Course Presentation).pdf
What is GIS (Course Presentation).pdf
 

More from Paul Cripps

A University Technical College for Wiltshire ; Specialising in Science and En...
A University Technical College for Wiltshire; Specialising in Science and En...A University Technical College for Wiltshire; Specialising in Science and En...
A University Technical College for Wiltshire ; Specialising in Science and En...Paul Cripps
 
Combating the harms of excessive drinking in the UK
Combating the harms of excessive drinking in the UK Combating the harms of excessive drinking in the UK
Combating the harms of excessive drinking in the UK Paul Cripps
 
Archaeological Computing Research Group (ACRG) Seminar: Digital Spatial Techn...
Archaeological Computing Research Group (ACRG) Seminar: Digital Spatial Techn...Archaeological Computing Research Group (ACRG) Seminar: Digital Spatial Techn...
Archaeological Computing Research Group (ACRG) Seminar: Digital Spatial Techn...Paul Cripps
 
Heritage in Three-Dimensions
Heritage in Three-DimensionsHeritage in Three-Dimensions
Heritage in Three-DimensionsPaul Cripps
 
Computer Applications in Archaeology Seminar Series
Computer Applications in Archaeology  Seminar SeriesComputer Applications in Archaeology  Seminar Series
Computer Applications in Archaeology Seminar SeriesPaul Cripps
 
Survey in the new millennium: Tools for the 21st century archaeologist
Survey in the new millennium: Tools for the 21st century archaeologistSurvey in the new millennium: Tools for the 21st century archaeologist
Survey in the new millennium: Tools for the 21st century archaeologistPaul Cripps
 
Laser-beams, spacecraft and archaeology; recent approaches to the recording, ...
Laser-beams, spacecraft and archaeology; recent approaches to the recording, ...Laser-beams, spacecraft and archaeology; recent approaches to the recording, ...
Laser-beams, spacecraft and archaeology; recent approaches to the recording, ...Paul Cripps
 
To OO or not to OO? Revelations from defining an ontology for an archaeologic...
To OO or not to OO? Revelations from defining an ontology for an archaeologic...To OO or not to OO? Revelations from defining an ontology for an archaeologic...
To OO or not to OO? Revelations from defining an ontology for an archaeologic...Paul Cripps
 
Public Access through technology; Using archaeological computing to interact ...
Public Access through technology; Using archaeological computing to interact ...Public Access through technology; Using archaeological computing to interact ...
Public Access through technology; Using archaeological computing to interact ...Paul Cripps
 
Of Henges, Rock Art & Lasers; An application of Laser-Scanning techniques at ...
Of Henges, Rock Art & Lasers; An application of Laser-Scanning techniques at ...Of Henges, Rock Art & Lasers; An application of Laser-Scanning techniques at ...
Of Henges, Rock Art & Lasers; An application of Laser-Scanning techniques at ...Paul Cripps
 
Thinking in bits; archaeological theory and computing, past, present and future.
Thinking in bits; archaeological theory and computing, past, present and future.Thinking in bits; archaeological theory and computing, past, present and future.
Thinking in bits; archaeological theory and computing, past, present and future.Paul Cripps
 
The use of Spatial Technologies and digital tools and techniques in Archaeology
The use of Spatial Technologies and digital tools and techniques in ArchaeologyThe use of Spatial Technologies and digital tools and techniques in Archaeology
The use of Spatial Technologies and digital tools and techniques in ArchaeologyPaul Cripps
 
I’m on the train; shall I email you my coordinates…? Mobile Geographic Inform...
I’m on the train; shall I email you my coordinates…? Mobile Geographic Inform...I’m on the train; shall I email you my coordinates…? Mobile Geographic Inform...
I’m on the train; shall I email you my coordinates…? Mobile Geographic Inform...Paul Cripps
 
Pathways through the Avebury Landscape; A study of spatial relationships asso...
Pathways through the Avebury Landscape; A study of spatial relationships asso...Pathways through the Avebury Landscape; A study of spatial relationships asso...
Pathways through the Avebury Landscape; A study of spatial relationships asso...Paul Cripps
 
Pathways, Perception and the development of Place; Computational approaches t...
Pathways, Perception and the development of Place; Computational approaches t...Pathways, Perception and the development of Place; Computational approaches t...
Pathways, Perception and the development of Place; Computational approaches t...Paul Cripps
 
The Amphora Project; an online resource for the study of Roman Amphorae
The Amphora Project; an online resource for the study of Roman AmphoraeThe Amphora Project; an online resource for the study of Roman Amphorae
The Amphora Project; an online resource for the study of Roman AmphoraePaul Cripps
 
Archaeological tower blocks…? Computational and Theoretical ghettos
Archaeological tower blocks…? Computational and Theoretical ghettosArchaeological tower blocks…? Computational and Theoretical ghettos
Archaeological tower blocks…? Computational and Theoretical ghettosPaul Cripps
 
Visibility analysis in the Stonehenge and Avebury World Heritage Site
Visibility analysis in the Stonehenge and Avebury World Heritage SiteVisibility analysis in the Stonehenge and Avebury World Heritage Site
Visibility analysis in the Stonehenge and Avebury World Heritage SitePaul Cripps
 
Pathways, Perception and the development of Place
Pathways, Perception and the development of PlacePathways, Perception and the development of Place
Pathways, Perception and the development of PlacePaul Cripps
 
Pathways through the Avebury landscape
Pathways through the Avebury landscapePathways through the Avebury landscape
Pathways through the Avebury landscapePaul Cripps
 

More from Paul Cripps (20)

A University Technical College for Wiltshire ; Specialising in Science and En...
A University Technical College for Wiltshire; Specialising in Science and En...A University Technical College for Wiltshire; Specialising in Science and En...
A University Technical College for Wiltshire ; Specialising in Science and En...
 
Combating the harms of excessive drinking in the UK
Combating the harms of excessive drinking in the UK Combating the harms of excessive drinking in the UK
Combating the harms of excessive drinking in the UK
 
Archaeological Computing Research Group (ACRG) Seminar: Digital Spatial Techn...
Archaeological Computing Research Group (ACRG) Seminar: Digital Spatial Techn...Archaeological Computing Research Group (ACRG) Seminar: Digital Spatial Techn...
Archaeological Computing Research Group (ACRG) Seminar: Digital Spatial Techn...
 
Heritage in Three-Dimensions
Heritage in Three-DimensionsHeritage in Three-Dimensions
Heritage in Three-Dimensions
 
Computer Applications in Archaeology Seminar Series
Computer Applications in Archaeology  Seminar SeriesComputer Applications in Archaeology  Seminar Series
Computer Applications in Archaeology Seminar Series
 
Survey in the new millennium: Tools for the 21st century archaeologist
Survey in the new millennium: Tools for the 21st century archaeologistSurvey in the new millennium: Tools for the 21st century archaeologist
Survey in the new millennium: Tools for the 21st century archaeologist
 
Laser-beams, spacecraft and archaeology; recent approaches to the recording, ...
Laser-beams, spacecraft and archaeology; recent approaches to the recording, ...Laser-beams, spacecraft and archaeology; recent approaches to the recording, ...
Laser-beams, spacecraft and archaeology; recent approaches to the recording, ...
 
To OO or not to OO? Revelations from defining an ontology for an archaeologic...
To OO or not to OO? Revelations from defining an ontology for an archaeologic...To OO or not to OO? Revelations from defining an ontology for an archaeologic...
To OO or not to OO? Revelations from defining an ontology for an archaeologic...
 
Public Access through technology; Using archaeological computing to interact ...
Public Access through technology; Using archaeological computing to interact ...Public Access through technology; Using archaeological computing to interact ...
Public Access through technology; Using archaeological computing to interact ...
 
Of Henges, Rock Art & Lasers; An application of Laser-Scanning techniques at ...
Of Henges, Rock Art & Lasers; An application of Laser-Scanning techniques at ...Of Henges, Rock Art & Lasers; An application of Laser-Scanning techniques at ...
Of Henges, Rock Art & Lasers; An application of Laser-Scanning techniques at ...
 
Thinking in bits; archaeological theory and computing, past, present and future.
Thinking in bits; archaeological theory and computing, past, present and future.Thinking in bits; archaeological theory and computing, past, present and future.
Thinking in bits; archaeological theory and computing, past, present and future.
 
The use of Spatial Technologies and digital tools and techniques in Archaeology
The use of Spatial Technologies and digital tools and techniques in ArchaeologyThe use of Spatial Technologies and digital tools and techniques in Archaeology
The use of Spatial Technologies and digital tools and techniques in Archaeology
 
I’m on the train; shall I email you my coordinates…? Mobile Geographic Inform...
I’m on the train; shall I email you my coordinates…? Mobile Geographic Inform...I’m on the train; shall I email you my coordinates…? Mobile Geographic Inform...
I’m on the train; shall I email you my coordinates…? Mobile Geographic Inform...
 
Pathways through the Avebury Landscape; A study of spatial relationships asso...
Pathways through the Avebury Landscape; A study of spatial relationships asso...Pathways through the Avebury Landscape; A study of spatial relationships asso...
Pathways through the Avebury Landscape; A study of spatial relationships asso...
 
Pathways, Perception and the development of Place; Computational approaches t...
Pathways, Perception and the development of Place; Computational approaches t...Pathways, Perception and the development of Place; Computational approaches t...
Pathways, Perception and the development of Place; Computational approaches t...
 
The Amphora Project; an online resource for the study of Roman Amphorae
The Amphora Project; an online resource for the study of Roman AmphoraeThe Amphora Project; an online resource for the study of Roman Amphorae
The Amphora Project; an online resource for the study of Roman Amphorae
 
Archaeological tower blocks…? Computational and Theoretical ghettos
Archaeological tower blocks…? Computational and Theoretical ghettosArchaeological tower blocks…? Computational and Theoretical ghettos
Archaeological tower blocks…? Computational and Theoretical ghettos
 
Visibility analysis in the Stonehenge and Avebury World Heritage Site
Visibility analysis in the Stonehenge and Avebury World Heritage SiteVisibility analysis in the Stonehenge and Avebury World Heritage Site
Visibility analysis in the Stonehenge and Avebury World Heritage Site
 
Pathways, Perception and the development of Place
Pathways, Perception and the development of PlacePathways, Perception and the development of Place
Pathways, Perception and the development of Place
 
Pathways through the Avebury landscape
Pathways through the Avebury landscapePathways through the Avebury landscape
Pathways through the Avebury landscape
 

Recently uploaded

Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 

Recently uploaded (20)

Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 

CAA 2014: Geosemantic Tools for Archaeological Research

  • 1. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Geosemantic Tools for Archaeological Research (GSTAR) Paul Cripps University of South Wales, Trefforest, UK • Hypermedia Research Unit • Geographic Information Systems (GIS) Research Unit Archaeogeomancy, Salisbury, UK http://gstar.archaeogeomancy.net/
  • 2. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Introduction • Background • GSTAR project • Case Study • Conclusions Earthorama by spdorsey http://flic.kr/p/69C5QD
  • 3. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 CRM EH  STAR  STELLAR • CIDOC CRM – Conceptual Reference Model • CRM EH – Archaeological extension to CIDOC CRM • English Heritage • STAR – Semantic Technologies for Archaeological Resources • English Heritage • University of South Wales • STELLAR – Semantic Technologies Enhancing Links and Linked Data for Archaeological Resources • English Heritage • University of South Wales
  • 4. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 CRM EH  STAR  STELLAR • CRM EH: Extension to the CIDOC CRM • Archaeological fieldwork data • Excavation; contexts and stratigraphy • Finds discovery and processing • Analysis and Interpretation • Based on English Heritage Context Recording System • STAR: Developed infrastructure for working with CRM EH including demonstrators • STELLAR: Developed tools for working with STAR outputs • STELLAR Toolkit • Inputs: structured data in any schema • Mapping via built in and user defined templates • Outputs: Linked Data compliant with CIDOC CRM and CRM EH
  • 5. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 SilburyHillLinkedData English Heritage, Archaeology Data Service Linked Data resource built using STELLAR Toolkit
  • 6. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 ColonisationofBritainLinkedData Wessex Archaeology, Archaeology Data Service Linked Data resource built using STELLAR Toolkit including Ordnance Survey Open Data
  • 7. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014  GSTAR • Aims & Objectives: • To incorporate complex geospatial information into our ontological models • Vector depictions: lines, polygons • Investigate advances in geospatial and geosemantic approaches • Application of geosemantics and Linked Geospatial Data approaches to archaeological resources • Integration of heterogeneous resources via spatial components of heritage data • Application of research questions across diverse heritage resources
  • 8. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Geospatial Information • Background: • Archaeological data is inherently spatial • Diverse range of spatial information • Non-spatial data can be related to a spatial component • CRM EH modelled spatial component using specialisations of E53 Place • Stratigraphic Units as Places • Stratigraphic Units have spatial bounds • Positive and Negative Stratigraphic Units • Positive Stratigraphic Units also contain archaeological deposits • Finds discovered in Places • Samples taken from archaeological deposits • Sites, Monuments and Features as Places • Identified from excavation, remote sensing, surveys etc
  • 9. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Spatial entities • Features observed and depicted • Post Hole • Stratigraphic units excavated and recorded • Fill of Post Hole • Physical relationships observed • Temporal relationships inferred • Interpretation… • Features grouped and phased to form Sites and Monuments • Post Built Structure • Iron Age Settlement • Legal Designations • Scheduled Monuments
  • 10. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 InterpretationofexcavationdatausingprojectGIS Wessex Archaeology Spatial component used to aid interpretation through mapping and spatial analysis
  • 11. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Stratigraphic Units (aka contexts) • Observed features excavated… • …recorded and interpreted • Stratigraphic Unit = atomic unit of recording • Product of some (pre)historic Event • Deposition of some material  Positive Stratigraphic Unit • Removal of some material  Negative Stratigraphic Unit • Recorded on site: descriptions, classifications, etc • Surveyed on site: hand drawn plans, metric survey
  • 12. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 RefiningCRMEHtosupportgeospatialclasses Positive and Negative Stratigraphic Units
  • 13. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 RefiningCRMEHtosupportgeospatialclasses Spatial Relationships
  • 14. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Linked Geospatial Data; integrate
  • 15. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Story so far… • Literature Review reveals two converging strands of research • Two subject areas within distinct domains: • Semantic Web, Web Science, Linked Data  semantics, location, place, geometry • GIScience  GIS, Spatial Data Infrastructures, web services • Different approaches • Different emphasis • Same ultimate aims • Working with existing data • Channel Tunnel Rail Link (CTRL) data from Oxford Archaeology, archived at the Archaeology Data Service • Spatial data archived as Shapefile • Linked Data available as output from STELLAR
  • 16. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Story so far… • Case Study: methods for integrating geospatial and semantic 1. Leveraging geosemantic web approaches: • Triple Stores • SPARQL and GeoSPARQL 2. Leveraging GIScience approaches: • Spatial databases • Web Feature Services (WFS) • Pros and Cons to each • Pure geosemantic approach more ‘integrated’ • But very new; ‘bleeding’ edge… • Performance…? • Hybrid GIScience approach takes advantage of the best bits of each • Stability, robustness • Requires more complex infrastructure • More bespoke, less generic
  • 17. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Geosemantic approach • All data stored as triples • RDF, n-triples, XML • Conversion of geospatial data to RDF • CRM EH – Context Depiction (EHE0022) • CRM – Spatial Coordinates (E47) • GeoSPARQL – E47 as geometry • Geospatial data included within semantic data • Well Known Text (WKT) representations of geometries • Very verbose! <owl:Class rdf:about="http://purl.org/crmeh#EHE0022_ContextDepiction"> <rdfs:isDefinedBy rdf:resource="http://purl.org/crmeh#CRMEH"/> <rdfs:subClassOf rdf:resource="http://erlangen- crm.org/110404/E47_Spatial_Coordinates"/> <rdfs:label>Context Depiction</rdfs:label> <rdfs:comment>The Spatial co-ordinates of a Context, defining the actual spatial extent of the context. Usually recorded at the time of excavation or other investigative work </rdfs:comment> </owl:Class>
  • 18. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Geosemantic approach • Context Depiction identifies Context • <URI for the context depiction> < URI for p87> < URI for the context> • Context is identified by Context Depiction • <URI for the context> <URI for p87i> <URI for the context depiction> • Context Depiction has type EHE0022 Context Depiction • <URI for the context depiction> < URI for rdf has type> < URI for the type> • Context Depiction has geometry • <URI for the context depiction> < ogc:hasGeometry> < URI for the geometry> • Geometry has type WKT Literal • <URI for the geometry> < ogc:asWKT> < literal = WKT>
  • 19. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Geosemantic approach <http://data.archaeologydataservice.ac.uk/10.5284/1000389/EHE0007_249> <http://erlangen-crm.org/101001/P87_is_identified_by> <http://ld.gstar.archaeogeomancy.net/content/crmeh_EHE0022_249> <http://ld.gstar.archaeogeomancy.net/content/crmeh_EHE0022_249> <http://erlangen-crm.org/101001/P87i_identifies> <http://data.archaeologydataservice.ac.uk/10.5284/1000389/EHE0007_249> <http://ld.gstar.archaeogeomancy.net/content/crmeh_EHE0022_249> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/crmeh#EHE0022_ContextDepiction> <http://ld.gstar.archaeogeomancy.net/content/crmeh_EHE0022_249> <ogc:hasGeometry> <http://ld.gstar.archaeogeomancy.net/content/ogc_249> <http://ld.gstar.archaeogeomancy.net/content/ogc_249> <ogc:asWKT> “http://www.opengis.net/def/crs/EPSG/0/27700 POLYGON ((569241.09296391497 169487.76102295844,569242.14972065808 169488.63653720432,569242.96691547381 169489.28166943422,569243.69052183023 169489.80626897677,569244.6163534614 169490.31098325696,569245.4501574568 169490.61867947067,569246.84229549242))"^^ogc:wktLiteral
  • 20. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Verbosity… • Underlying DBMS restrictions on field sizes • eg 4K using Oracle • Extended Data Types • Implications for indexing • WKT can be very verbose • Complex features; many nodes • Precision • Spatial precision is key • Not data type precision • Easy to hit the buffers… <http://www.opengis.net/def/crs/EPSG/0/27700>" POLYGON ((569241.09296391497 169487.76102295844,569242.14972065808 169488.63653720432,569242.96691547381 169489.28166943422,569243.69052183023 169489.80626897677,569244.6163534614 169490.31098325696,569245.4501574568 169490.61867947067,569246.84229549242 169491.13088039507,569247.99072701519 169491.45835596515,569249.13880138169 169491.69146708742,569250.70987114881 169491.89583935405,569251.95799411286 169491.83729784336,569251.92909099034 169490.55039028014,569251.44045881392 169490.62534306964,569250.51641985343 169490.64884596801,569249.14214670414 169490.4097076066,569247.53722012346 169490.10687919494,569246.2979823238 169489.74212434812,569245.1707102526 169489.30169979495,569243.96490692452 169488.64508622553,569242.86764335213 169487.49649621252,569242.28527061804 169486.97012858052,569241.09296391497 169487.76102295844))"^^ogc:wktLiteral
  • 21. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Hybrid approach • Semantic data stored in triple store • Geospatial data stored in GIS server • Geometries accessed via Web Feature Service (WFS) • Integration achieved by means of WFS URIs • Java middleware • Parsing of input queries • SPARQL queries • WFS requests • Parses results • Uses Geotools libraries for middleware • Handles WFS requests • Handles geometries and geometry collections • Same outputs as geosemantic queries • But leveraging ‘traditional’ GIS spatial functions
  • 22. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Stack • Oracle VirtualBox • Virtual machine • Oracle 12c Spatial & Graph • Spatial database, triple store • Jena • Semantic framework • Oracle Weblogic • Web server • Geotools • Java GIS toolkit • Stellar Toolkit • Structured data  Linked Data • Geoserver • GIS server • Eclipse+Maven +JDK • Java programming IDE • ArcGIS, QGIS • Spatial data management • Gruff • Visualisation of Linked Data • Built on AllegroGraph
  • 23. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Conclusions • Emerging geosemantic approaches most suitable for integration of geospatial and semantic data • Standards compliant structures • Standards compliant query mechanisms • GeoSPARQL can be integrated within ontologies and Linked Data resources • Simple solution as presented, based solely on W3C/OGC standards • More complex & powerful solutions using CIDOC CRM + GeoSPARQL (eg Heiber & Doerr: CRMgeo) • Some issues eg precision, structures, verbosity • Rapid development in this field • New systems/platforms emerging • Continual improvements; eg imminent next version of GeoSPARQL
  • 24. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 Acknowledgements • Thanks to: • University of South Wales – funding, supervision, advice • Archaeology Data Service – data from their archives • Wessex Archaeology – data, photographs and images • Wiltshire Council – access to the Historic Environment Record (HER) data • Wiltshire Museums – access to museum collections data • Personal thanks • Supervisors/Advisors: Doug Tudhope, Mark Ware, Alex Lohfink • Research group: Ceri Binding, Andreas Vlachidis, Keith May • Peers and colleagues: Michael Charno, Chris Brayne, Ant Beck, Sarah May, Gerald Heibel, David Dawson • Image Credit • Earthorama by spdorsey http://flic.kr/p/69C5QD
  • 25. GSTAR – Computer Application & Quantitative Methods in Archaeology 2014 – Paris, April 2014 fin • paul.cripps@southwales.ac.uk • paul@archaeogeomancy.net • @pauljcripps • gstar.archaeogeomancy.net • hypermedia.research.southwales.ac.uk • gis.research.southwales.ac.uk