SlideShare una empresa de Scribd logo
1 de 46
Descargar para leer sin conexión
Clustering Over the Cultural Heritage
Linked Open Dataset: Xlendi Shipwreck
Ben Ellefi Mohamed - Nawaf Mohamad Motasem - Sourisseau
Jean Christophe – Gambin Timmy - Castro Filipe - Drap Pierre
SW4CH 2018
The Context: Xlendi Shipwreck
The Arpenteur Ontology
The Xlendi LOD dataset
GUI Tool for Clustering
Data Linking Discussion
Conclusion
1
2
3
4
5
6
• This work started on July 2014
• The support of the Superintendence of Cultural Heritage of Malta
• Financed by the National Research Agency
• The framework of the GROPLAN project (http://www.lsis.org/groplan).
• This shipwreck is datable to approximately 7th century BC at a depth of 110 m.
• As one of the best-preserved archaeological sites in Malta datable to the early
Phoenician period.
Archaeology: Timmy Gambin (University of Malta), Jean-Christophe Sourisseau, (CCJ, CNRS)
Marine operation: Bertrand Chemisky, (COMEX)
Photogrammetry: Pierre Drap, (LIS, CNRS)
1 The Context: Xlendi Shipwreck
 The bulk of the cargo still remains buried in the sediments.
High Resolution orthophoto From Xlendi
Frederic Bassemayousse
The archaeological site survey is carried out by photogrammetry.
Photograph
3D Reconstruction
Frederic Bassemayousse
3D / 2D Shape Recognition.
It is not just about 3D …
Analysing the distribution of amphorae can help for understanding this shipwreck.
➢ The nature of the ship ?
➢ The ship destination ?
➢ The origin ?
➢ The content of the cargo ?
(…)
 Clustering artifacts by typologies, by orientations, etc.
GROPLAN project (http://www.lsis.org/groplan)
Xlendi Amphorae Labeling
Frederic Bassemayousse
Program (JAVA) LOD dataset Photographs
Amphorae labeling allows binding:
Arpenteur ontology
GROPLAN project (http://www.lsis.org/groplan)
In our model we identify three dimensions:
• Typological (height, maximum diameter, volume, ...)
• Photogrammetrical process (bundle model, camera, photographs, ...)
• Spatial (position, convex envelope, ...)
Mohamed BEN ELLEFI, et al. Cultural Heritage Resources Profiling: Ontology-based Approach.
In The 2018 Web Conference Companion, 2018, Lyon, France
2 The Arpenteur Ontology
In our model we identify three dimensions:
• Typological (height, maximum diameter,
volume, ...)
• Photogrammetrical process (bundle model, camera, photographs, ...)
• Spatial (position, convex envelope, ...)
2 The Arpenteur Ontology
Typological Description
The set of morphological features that characterizes a given CH typology.
➢ Based on this set of features, we are able to identify the typology of a given CH resource.
Xlendi Amphorae Typology Modeling
GROPLAN project (http://www.lsis.org/groplan)
Morphological model
(dimension, volume, etc..) Measures are associated to annotations on specific zones
Xlendi Amphorae Typology Modeling
GROPLAN project (http://www.lsis.org/groplan)
In our model we identify three dimensions:
• Typological (height, maximum diameter, volume, ...)
• Photogrammetrical process (bundle
model, camera, photographs, ...)
• Spatial (position, convex envelope, ...)
The Arpenteur Ontology2
Dives Survey Reports:
• Dives 1: The survey begun at 11:00, 8 passes E-W and 6 passes N-S and the record
finished at 12:20.
➢ The camera has been disposed at the vertical of the site.
• Dives 2: The second survey has been done the 18/07/2014, the survey begun at
11:29 and finished at 12:25. 10 transects E-W and 8 transects N-S
➢ The camera has been disposed at +22.5°
(…)
Photogrammetrical Process Modeling
Photogrammetry Description
The model that describes all the involved components in the photogrammetrical process.
➢ Modeling the relation between CH resources and the corresponding cameras settings, i.e.
resolution, position, orientation, etc.
Photogrammetry
Profile
In our model we identify three dimensions:
• Typological (height, maximum diameter, volume, ...)
• Photogrammetrical process (bundle model, camera, photographs, ...)
• Spatial (position, convex envelope, ...)
The Arpenteur Ontology2
Spatial Description
The set of features that provide information about the orientation and the location of a given CH
resource in a specific geographical area.
Spatial Distribution Modeling
➢ The shape➢ The localization
CIDOC-CRM:
http://erlangen-crm.org/
GEOSPARQL:
http://www.opengeospatial.org/standards/geosparql
External Ontology Linking
Arp:SpatialObject skos:closeMatch Geo:SpatialObject
Arp:IPoint skos:closeMatch Geo:Point
Arp:Artifact rdfs:subClassOf
CIDOC-
CRM:E24_Physical_M
an-Made_Thing
Arp:SpatialObject rdfs:subClassOf
CIDOC-
CRM:E18_Physical_Thi
ng
The Xlendi LOD dataset3
<owl:NamedIndividual rdf:about="#Amphorae2004628751">
<rdf:type rdf:resource="#Amphorae"/>
<hasBoundingBox rdf:resource=“#BoundingBox2030458766"/>
<hasTransformation3D rdf:resource=“#Transfo-1953670366/>
<hasBellyDiameter rdf:datatype="double">0.3512</>
<hasDiameterNeck rdf:datatype="double">0.0785</>
<hasName rdf:datatype="string">Amphore_A15</>
…
</owl:NamedIndividual>
Amphora_A15 description: Xlendi.owl
<owl:NamedIndividual rdf:about="#Amphorae2004628751">
<rdf:type rdf:resource="#Amphorae"/>
<hasBoundingBox rdf:resource=“#BoundingBox2030458766"/>
<hasTransformation3D rdf:resource=“#Transfo-1953670366/>
<hasBellyDiameter rdf:datatype="double">0.3512</>
<hasDiameterNeck rdf:datatype="double">0.0785</>
<hasName rdf:datatype="string">Amphore_A15</hasName>
…
</owl:NamedIndividual> <owl:NamedIndividual rdf:about="#BoundingBox1562249660">
<rdf:type rdf:resource="#BoundingBox"/>
<hasXMax rdf:datatype="xsd:double">2.84742</>
<hasXMin rdf:datatype="xsd:double">2.48428</>
<hasYMax rdf:datatype="xsd:double">8.6437</>
<hasYMin rdf:datatype="xsd:double">8.04083</>
<hasZMax rdf:datatype="xsd:double">-100.398</>
<hasZMin rdf:datatype="xsd:double">-100.504</>
</owl:NamedIndividual>
Amphora_A15 description: Xlendi.owl
<owl:NamedIndividual rdf:about="#Amphorae2004628751">
<rdf:type rdf:resource="#Amphorae"/>
<hasBoundingBox rdf:resource=“#BoundingBox2030458766"/>
<hasTransformation3D rdf:resource=“#Transfo-1953670366/>
<hasBellyDiameter rdf:datatype="double">0.3512</>
<hasDiameterNeck rdf:datatype="double">0.0785</>
<hasName rdf:datatype="string">Amphore_A15</>
…
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="Transfo-1953670366">
<rdf:type rdf:resource="Transformation3D"/>
<hasRotationMatrix rdf:resource="Mat1220813917"/>
<hasTranslation rdf:resource="IPoint3D1039759545"/>
<hasScale rdf:datatype="xsd:double">0.9488028787930947</>
</owl:NamedIndividual>
Amphora_A15 description: Xlendi.owl
<owl:NamedIndividual rdf:about="#Amphorae2004628751">
<rdf:type rdf:resource="#Amphorae"/>
<hasBoundingBox rdf:resource=“#BoundingBox2030458766"/>
<hasTransformation3D rdf:resource=“#Transfo-1953670366/>
<hasBellyDiameter rdf:datatype="double">0.3512</hasBellyDiameter>
<hasDiameterNeck rdf:datatype="double">0.0785</hasDiameterNeck>
<hasName rdf:datatype="string">Amphore_A15</hasName>
…
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="Transfo-1953670366">
<rdf:type rdf:resource="Transformation3D"/>
<hasRotationMatrix rdf:resource="Mat1220813917"/>
<hasTranslation rdf:resource="IPoint3D1039759545"/>
<hasScale rdf:datatype="xsd:double">0.9488028787930947</>
...
</owl:NamedIndividual>
Amphora_A15 description: Xlendi.owl
<owl:NamedIndividual rdf:about="Mat1220813917">
<rdf:type rdf:resource="RotationMatrix"/>
<has_m00 rdf:datatype="xsd:double">0.026584480435393985</>
…
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="#Amphorae2004628751">
<rdf:type rdf:resource="#Amphorae"/>
<hasBoundingBox rdf:resource=“#BoundingBox2030458766"/>
<hasTransformation3D rdf:resource=“#Transfo-1953670366/>
<hasBellyDiameter rdf:datatype="double">0.3512</hasBellyDiameter>
<hasDiameterNeck rdf:datatype="double">0.0785</hasDiameterNeck>
<hasName rdf:datatype="string">Amphore_A15</hasName>
…
</owl:NamedIndividual>
<owl:NamedIndividual rdf:about="Transfo-1953670366">
<rdf:type rdf:resource="Transformation3D"/>
<hasRotationMatrix rdf:resource="Mat1220813917"/>
<hasTranslation rdf:resource="IPoint3D1039759545"/>
<hasScale
rdf:datatype="xsd:double">0.9488028787930947</hasScale>
</owl:NamedIndividual>
Amphora_A15 description: Xlendi.owl
<owl:NamedIndividual rdf:about="IPoint3D1039759545">
<rdf:type rdf:resource="IPoint3D"/>
<hasName rdf:datatype="xsd:string">pt</>
<hasX rdf:datatype="xsd:double">2.48428</>
…
</owl:NamedIndividual>
Arpenteur GUIGUI Tool for Clustering4
Arpenteur GUIGUI Tool for Clustering4
GUI Tool for Clustering4
cluster num 0 nb item4
Data analysis on 4.0 elements
Average 0.5110184066310204
Median 0.5109524164523762
MAD 0.00148657127091667
RMS 0.5900761571720867
Max 0.5130573506564815
Min 0.5091114429628476
Index of Max elem 1.0
Index of Min elem 3.0
Data analysis on 7.0 elements
Average 0.39443207822179266
Median 0.39451410787725383
MAD 0.0012772255320951942
RMS 0.4260424415650642
Max 0.39701713467045296
Min 0.390012183094278
Index of Max elem 0.0
Index of Min elem 6.0
nb Amphorae cluster 11
cluster 0 4
cluster 1 7
cluster 2 4
cluster 3 4
cluster 4 3
cluster 5 4
cluster 6 3
cluster 7 5
cluster 8 3
cluster 9 3
cluster 10 4
GUI Tool for Clustering4
Each setting is so unique that when you dismount the camera and plug it back,
it is no longer the same !
<owl:NamedIndividual
rdf:about="DigitalCamera1962398162">
<rdf:type rdf:resource="DigitalCamera"/>
<hasDistortion
rdf:resource="Distortion1263391254"/>
<hasFocalLength>14.4146</>
<hasFrameHeigthInPixel>2000</l>
<hasFrameWidthInPixel>3008</l>
<hasName>D100_LIS_14mm_H2O</>
…
</owl:NamedIndividual>
SameAs ?
SeeAlso ?
(..)
Data Linking Discussion5
ADS triplestore does not contain amphorae data, but rather a SKOS thesaurus of amphorae data types.
http://archaeologydataservice.ac.uk http://data.archaeologydataservice.ac.uk/
Data Linking Discussion5
▪ CH resources Model within Arpenteur ontology:
➢ typology, photogrammetry, spatial
➢ LOV: http://lov.okfn.org/dataset/lov/vocabs/arp
➢ Alignement: CRM, GEOSPARQL
▪ Xlendi LOD dataset:
➢ Datahub: https://old.datahub.io/dataset/xlendiamphorae
Conclusion5
Gathering Segmentation Profiling Query Clustering
▪ Clustering
➢ GUI Tool
➢ SQWRLTab + SWRLTab
Future Directions and Open Issues
▪ Easy query GUI for archaeologists
▪ Xlendi Dataset need to be linked:
➢ Data source selection …
➢ Automatic linking tools …
➢ Type of links ? (seeAlso, exact, broad, narrow, … )
Conclusion5
Thank you for your attention !
➢ Pierre Drap, et al. Underwater
photogrammetry and object modeling: a
case study of Xlendi Wreck in Malta.
In Sensors (2015).
➢ Pierre Drap, et al. Ontology-Based
Photogrammetric Survey in Underwater
Archaeology. In ESWC 2017
➢ Mohamed BEN ELLEFI, et al. Cultural
Heritage Resources Profiling: Ontology-
based Approach. In WWW ’18 Companion
➢ Jérôme Pasquet, et al. Amphora
Detection Based on a Gradient
Weighted Error in a Convolution
Neuronal Network. In IMEKO (2017).
• The ontology: http://www.arpenteur.org/
• The Imareculture project: http://imareculture.weebly.com/

Más contenido relacionado

Similar a Clustering over the cultural heritage linked open dataset xlendi shipwreck

636895main ferguson presentation
636895main ferguson presentation636895main ferguson presentation
636895main ferguson presentation
Clifford Stone
 
GRAVITATE:Geometric and Semantic Matching for Cultural Heritage Artefacts
GRAVITATE:Geometric and Semantic Matching for Cultural Heritage ArtefactsGRAVITATE:Geometric and Semantic Matching for Cultural Heritage Artefacts
GRAVITATE:Geometric and Semantic Matching for Cultural Heritage Artefacts
Gravitate Project
 
A Model to Represent Nomenclatural and Taxonomic Information as Linked Data. ...
A Model to Represent Nomenclatural and Taxonomic Information as Linked Data. ...A Model to Represent Nomenclatural and Taxonomic Information as Linked Data. ...
A Model to Represent Nomenclatural and Taxonomic Information as Linked Data. ...
Franck Michel
 

Similar a Clustering over the cultural heritage linked open dataset xlendi shipwreck (20)

Esri and the Scientific Community
Esri and the Scientific CommunityEsri and the Scientific Community
Esri and the Scientific Community
 
Supporting the research lifecycle of geo-GSNL initiative through HPC and Rese...
Supporting the research lifecycle of geo-GSNL initiative through HPC and Rese...Supporting the research lifecycle of geo-GSNL initiative through HPC and Rese...
Supporting the research lifecycle of geo-GSNL initiative through HPC and Rese...
 
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...
 
636895main ferguson presentation
636895main ferguson presentation636895main ferguson presentation
636895main ferguson presentation
 
Geospatial Research At UCL
Geospatial Research At UCLGeospatial Research At UCL
Geospatial Research At UCL
 
How to read a million books?
How to read a million books?How to read a million books?
How to read a million books?
 
Specimen-level mining: bringing knowledge back 'home' to the Natural History ...
Specimen-level mining: bringing knowledge back 'home' to the Natural History ...Specimen-level mining: bringing knowledge back 'home' to the Natural History ...
Specimen-level mining: bringing knowledge back 'home' to the Natural History ...
 
A Framework for Improved Access to Museum Databases in the Semantic Web
A Framework for Improved Access to Museum Databases in the Semantic WebA Framework for Improved Access to Museum Databases in the Semantic Web
A Framework for Improved Access to Museum Databases in the Semantic Web
 
Preservation And Reuse In High Energy Physics Salvatore Mele
Preservation And Reuse In High Energy Physics Salvatore MelePreservation And Reuse In High Energy Physics Salvatore Mele
Preservation And Reuse In High Energy Physics Salvatore Mele
 
ISSA: Generic Pipeline, Knowledge Model and Visualization tools to Help Scien...
ISSA: Generic Pipeline, Knowledge Model and Visualization tools to Help Scien...ISSA: Generic Pipeline, Knowledge Model and Visualization tools to Help Scien...
ISSA: Generic Pipeline, Knowledge Model and Visualization tools to Help Scien...
 
Underwater robotics activities at MDM Lab - DIEF - University of Florence
Underwater robotics activities at MDM Lab - DIEF - University of FlorenceUnderwater robotics activities at MDM Lab - DIEF - University of Florence
Underwater robotics activities at MDM Lab - DIEF - University of Florence
 
GRAVITATE:Geometric and Semantic Matching for Cultural Heritage Artefacts
GRAVITATE:Geometric and Semantic Matching for Cultural Heritage ArtefactsGRAVITATE:Geometric and Semantic Matching for Cultural Heritage Artefacts
GRAVITATE:Geometric and Semantic Matching for Cultural Heritage Artefacts
 
A Model to Represent Nomenclatural and Taxonomic Information as Linked Data. ...
A Model to Represent Nomenclatural and Taxonomic Information as Linked Data. ...A Model to Represent Nomenclatural and Taxonomic Information as Linked Data. ...
A Model to Represent Nomenclatural and Taxonomic Information as Linked Data. ...
 
A PowerPoint Presentation For Public Presentation At Yamafune S Doctral Disse...
A PowerPoint Presentation For Public Presentation At Yamafune S Doctral Disse...A PowerPoint Presentation For Public Presentation At Yamafune S Doctral Disse...
A PowerPoint Presentation For Public Presentation At Yamafune S Doctral Disse...
 
Aus plots escience-brasil
Aus plots escience-brasilAus plots escience-brasil
Aus plots escience-brasil
 
2013 DataCite Summer Meeting - Introducing DataCite services (Jan Brase - Dat...
2013 DataCite Summer Meeting - Introducing DataCite services (Jan Brase - Dat...2013 DataCite Summer Meeting - Introducing DataCite services (Jan Brase - Dat...
2013 DataCite Summer Meeting - Introducing DataCite services (Jan Brase - Dat...
 
Digital humanities-and-archaeology
Digital humanities-and-archaeologyDigital humanities-and-archaeology
Digital humanities-and-archaeology
 
Digitised collections: Toward a digital strategy for for the NHM, London
Digitised collections: Toward a digital strategy for for the NHM, LondonDigitised collections: Toward a digital strategy for for the NHM, London
Digitised collections: Toward a digital strategy for for the NHM, London
 
Estrategias basadas en la interoperabilidad para la incorporación de contenid...
Estrategias basadas en la interoperabilidad para la incorporación de contenid...Estrategias basadas en la interoperabilidad para la incorporación de contenid...
Estrategias basadas en la interoperabilidad para la incorporación de contenid...
 
Claudia Marinica - Supporting Semantic Interoperability in Conservation-Resto...
Claudia Marinica - Supporting Semantic Interoperability in Conservation-Resto...Claudia Marinica - Supporting Semantic Interoperability in Conservation-Resto...
Claudia Marinica - Supporting Semantic Interoperability in Conservation-Resto...
 

Último

development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
NazaninKarimi6
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
Areesha Ahmad
 
POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.
Silpa
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY
1301aanya
 
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
Scintica Instrumentation
 

Último (20)

Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
Thyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate ProfessorThyroid Physiology_Dr.E. Muralinath_ Associate Professor
Thyroid Physiology_Dr.E. Muralinath_ Associate Professor
 
Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.
 
Velocity and Acceleration PowerPoint.ppt
Velocity and Acceleration PowerPoint.pptVelocity and Acceleration PowerPoint.ppt
Velocity and Acceleration PowerPoint.ppt
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
 
PSYCHOSOCIAL NEEDS. in nursing II sem pptx
PSYCHOSOCIAL NEEDS. in nursing II sem pptxPSYCHOSOCIAL NEEDS. in nursing II sem pptx
PSYCHOSOCIAL NEEDS. in nursing II sem pptx
 
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS  ESCORT SERVICE In Bhiwan...
Bhiwandi Bhiwandi ❤CALL GIRL 7870993772 ❤CALL GIRLS ESCORT SERVICE In Bhiwan...
 
Grade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its FunctionsGrade 7 - Lesson 1 - Microscope and Its Functions
Grade 7 - Lesson 1 - Microscope and Its Functions
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
 
An introduction on sequence tagged site mapping
An introduction on sequence tagged site mappingAn introduction on sequence tagged site mapping
An introduction on sequence tagged site mapping
 
300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
 
POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.POGONATUM : morphology, anatomy, reproduction etc.
POGONATUM : morphology, anatomy, reproduction etc.
 
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxClimate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY
 
COMPUTING ANTI-DERIVATIVES (Integration by SUBSTITUTION)
COMPUTING ANTI-DERIVATIVES(Integration by SUBSTITUTION)COMPUTING ANTI-DERIVATIVES(Integration by SUBSTITUTION)
COMPUTING ANTI-DERIVATIVES (Integration by SUBSTITUTION)
 
Stages in the normal growth curve
Stages in the normal growth curveStages in the normal growth curve
Stages in the normal growth curve
 
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
(May 9, 2024) Enhanced Ultrafast Vector Flow Imaging (VFI) Using Multi-Angle ...
 
FAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical ScienceFAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical Science
 

Clustering over the cultural heritage linked open dataset xlendi shipwreck

  • 1. Clustering Over the Cultural Heritage Linked Open Dataset: Xlendi Shipwreck Ben Ellefi Mohamed - Nawaf Mohamad Motasem - Sourisseau Jean Christophe – Gambin Timmy - Castro Filipe - Drap Pierre SW4CH 2018
  • 2. The Context: Xlendi Shipwreck The Arpenteur Ontology The Xlendi LOD dataset GUI Tool for Clustering Data Linking Discussion Conclusion 1 2 3 4 5 6
  • 3. • This work started on July 2014 • The support of the Superintendence of Cultural Heritage of Malta • Financed by the National Research Agency • The framework of the GROPLAN project (http://www.lsis.org/groplan). • This shipwreck is datable to approximately 7th century BC at a depth of 110 m. • As one of the best-preserved archaeological sites in Malta datable to the early Phoenician period. Archaeology: Timmy Gambin (University of Malta), Jean-Christophe Sourisseau, (CCJ, CNRS) Marine operation: Bertrand Chemisky, (COMEX) Photogrammetry: Pierre Drap, (LIS, CNRS) 1 The Context: Xlendi Shipwreck  The bulk of the cargo still remains buried in the sediments.
  • 6. The archaeological site survey is carried out by photogrammetry. Photograph 3D Reconstruction Frederic Bassemayousse
  • 7. 3D / 2D Shape Recognition.
  • 8. It is not just about 3D … Analysing the distribution of amphorae can help for understanding this shipwreck. ➢ The nature of the ship ? ➢ The ship destination ? ➢ The origin ? ➢ The content of the cargo ? (…)  Clustering artifacts by typologies, by orientations, etc. GROPLAN project (http://www.lsis.org/groplan)
  • 9. Xlendi Amphorae Labeling Frederic Bassemayousse Program (JAVA) LOD dataset Photographs Amphorae labeling allows binding: Arpenteur ontology GROPLAN project (http://www.lsis.org/groplan)
  • 10. In our model we identify three dimensions: • Typological (height, maximum diameter, volume, ...) • Photogrammetrical process (bundle model, camera, photographs, ...) • Spatial (position, convex envelope, ...) Mohamed BEN ELLEFI, et al. Cultural Heritage Resources Profiling: Ontology-based Approach. In The 2018 Web Conference Companion, 2018, Lyon, France 2 The Arpenteur Ontology
  • 11. In our model we identify three dimensions: • Typological (height, maximum diameter, volume, ...) • Photogrammetrical process (bundle model, camera, photographs, ...) • Spatial (position, convex envelope, ...) 2 The Arpenteur Ontology
  • 12. Typological Description The set of morphological features that characterizes a given CH typology. ➢ Based on this set of features, we are able to identify the typology of a given CH resource. Xlendi Amphorae Typology Modeling GROPLAN project (http://www.lsis.org/groplan)
  • 13. Morphological model (dimension, volume, etc..) Measures are associated to annotations on specific zones Xlendi Amphorae Typology Modeling GROPLAN project (http://www.lsis.org/groplan)
  • 14.
  • 15.
  • 16. In our model we identify three dimensions: • Typological (height, maximum diameter, volume, ...) • Photogrammetrical process (bundle model, camera, photographs, ...) • Spatial (position, convex envelope, ...) The Arpenteur Ontology2
  • 17. Dives Survey Reports: • Dives 1: The survey begun at 11:00, 8 passes E-W and 6 passes N-S and the record finished at 12:20. ➢ The camera has been disposed at the vertical of the site. • Dives 2: The second survey has been done the 18/07/2014, the survey begun at 11:29 and finished at 12:25. 10 transects E-W and 8 transects N-S ➢ The camera has been disposed at +22.5° (…) Photogrammetrical Process Modeling Photogrammetry Description The model that describes all the involved components in the photogrammetrical process. ➢ Modeling the relation between CH resources and the corresponding cameras settings, i.e. resolution, position, orientation, etc.
  • 19. In our model we identify three dimensions: • Typological (height, maximum diameter, volume, ...) • Photogrammetrical process (bundle model, camera, photographs, ...) • Spatial (position, convex envelope, ...) The Arpenteur Ontology2
  • 20. Spatial Description The set of features that provide information about the orientation and the location of a given CH resource in a specific geographical area. Spatial Distribution Modeling ➢ The shape➢ The localization
  • 21.
  • 22. CIDOC-CRM: http://erlangen-crm.org/ GEOSPARQL: http://www.opengeospatial.org/standards/geosparql External Ontology Linking Arp:SpatialObject skos:closeMatch Geo:SpatialObject Arp:IPoint skos:closeMatch Geo:Point Arp:Artifact rdfs:subClassOf CIDOC- CRM:E24_Physical_M an-Made_Thing Arp:SpatialObject rdfs:subClassOf CIDOC- CRM:E18_Physical_Thi ng
  • 23.
  • 24. The Xlendi LOD dataset3
  • 25. <owl:NamedIndividual rdf:about="#Amphorae2004628751"> <rdf:type rdf:resource="#Amphorae"/> <hasBoundingBox rdf:resource=“#BoundingBox2030458766"/> <hasTransformation3D rdf:resource=“#Transfo-1953670366/> <hasBellyDiameter rdf:datatype="double">0.3512</> <hasDiameterNeck rdf:datatype="double">0.0785</> <hasName rdf:datatype="string">Amphore_A15</> … </owl:NamedIndividual> Amphora_A15 description: Xlendi.owl
  • 26. <owl:NamedIndividual rdf:about="#Amphorae2004628751"> <rdf:type rdf:resource="#Amphorae"/> <hasBoundingBox rdf:resource=“#BoundingBox2030458766"/> <hasTransformation3D rdf:resource=“#Transfo-1953670366/> <hasBellyDiameter rdf:datatype="double">0.3512</> <hasDiameterNeck rdf:datatype="double">0.0785</> <hasName rdf:datatype="string">Amphore_A15</hasName> … </owl:NamedIndividual> <owl:NamedIndividual rdf:about="#BoundingBox1562249660"> <rdf:type rdf:resource="#BoundingBox"/> <hasXMax rdf:datatype="xsd:double">2.84742</> <hasXMin rdf:datatype="xsd:double">2.48428</> <hasYMax rdf:datatype="xsd:double">8.6437</> <hasYMin rdf:datatype="xsd:double">8.04083</> <hasZMax rdf:datatype="xsd:double">-100.398</> <hasZMin rdf:datatype="xsd:double">-100.504</> </owl:NamedIndividual> Amphora_A15 description: Xlendi.owl
  • 27. <owl:NamedIndividual rdf:about="#Amphorae2004628751"> <rdf:type rdf:resource="#Amphorae"/> <hasBoundingBox rdf:resource=“#BoundingBox2030458766"/> <hasTransformation3D rdf:resource=“#Transfo-1953670366/> <hasBellyDiameter rdf:datatype="double">0.3512</> <hasDiameterNeck rdf:datatype="double">0.0785</> <hasName rdf:datatype="string">Amphore_A15</> … </owl:NamedIndividual> <owl:NamedIndividual rdf:about="Transfo-1953670366"> <rdf:type rdf:resource="Transformation3D"/> <hasRotationMatrix rdf:resource="Mat1220813917"/> <hasTranslation rdf:resource="IPoint3D1039759545"/> <hasScale rdf:datatype="xsd:double">0.9488028787930947</> </owl:NamedIndividual> Amphora_A15 description: Xlendi.owl
  • 28. <owl:NamedIndividual rdf:about="#Amphorae2004628751"> <rdf:type rdf:resource="#Amphorae"/> <hasBoundingBox rdf:resource=“#BoundingBox2030458766"/> <hasTransformation3D rdf:resource=“#Transfo-1953670366/> <hasBellyDiameter rdf:datatype="double">0.3512</hasBellyDiameter> <hasDiameterNeck rdf:datatype="double">0.0785</hasDiameterNeck> <hasName rdf:datatype="string">Amphore_A15</hasName> … </owl:NamedIndividual> <owl:NamedIndividual rdf:about="Transfo-1953670366"> <rdf:type rdf:resource="Transformation3D"/> <hasRotationMatrix rdf:resource="Mat1220813917"/> <hasTranslation rdf:resource="IPoint3D1039759545"/> <hasScale rdf:datatype="xsd:double">0.9488028787930947</> ... </owl:NamedIndividual> Amphora_A15 description: Xlendi.owl <owl:NamedIndividual rdf:about="Mat1220813917"> <rdf:type rdf:resource="RotationMatrix"/> <has_m00 rdf:datatype="xsd:double">0.026584480435393985</> … </owl:NamedIndividual>
  • 29. <owl:NamedIndividual rdf:about="#Amphorae2004628751"> <rdf:type rdf:resource="#Amphorae"/> <hasBoundingBox rdf:resource=“#BoundingBox2030458766"/> <hasTransformation3D rdf:resource=“#Transfo-1953670366/> <hasBellyDiameter rdf:datatype="double">0.3512</hasBellyDiameter> <hasDiameterNeck rdf:datatype="double">0.0785</hasDiameterNeck> <hasName rdf:datatype="string">Amphore_A15</hasName> … </owl:NamedIndividual> <owl:NamedIndividual rdf:about="Transfo-1953670366"> <rdf:type rdf:resource="Transformation3D"/> <hasRotationMatrix rdf:resource="Mat1220813917"/> <hasTranslation rdf:resource="IPoint3D1039759545"/> <hasScale rdf:datatype="xsd:double">0.9488028787930947</hasScale> </owl:NamedIndividual> Amphora_A15 description: Xlendi.owl <owl:NamedIndividual rdf:about="IPoint3D1039759545"> <rdf:type rdf:resource="IPoint3D"/> <hasName rdf:datatype="xsd:string">pt</> <hasX rdf:datatype="xsd:double">2.48428</> … </owl:NamedIndividual>
  • 30. Arpenteur GUIGUI Tool for Clustering4
  • 31. Arpenteur GUIGUI Tool for Clustering4
  • 32. GUI Tool for Clustering4
  • 33. cluster num 0 nb item4 Data analysis on 4.0 elements Average 0.5110184066310204 Median 0.5109524164523762 MAD 0.00148657127091667 RMS 0.5900761571720867 Max 0.5130573506564815 Min 0.5091114429628476 Index of Max elem 1.0 Index of Min elem 3.0 Data analysis on 7.0 elements Average 0.39443207822179266 Median 0.39451410787725383 MAD 0.0012772255320951942 RMS 0.4260424415650642 Max 0.39701713467045296 Min 0.390012183094278 Index of Max elem 0.0 Index of Min elem 6.0 nb Amphorae cluster 11 cluster 0 4 cluster 1 7 cluster 2 4 cluster 3 4 cluster 4 3 cluster 5 4 cluster 6 3 cluster 7 5 cluster 8 3 cluster 9 3 cluster 10 4 GUI Tool for Clustering4
  • 34.
  • 35.
  • 36.
  • 37. Each setting is so unique that when you dismount the camera and plug it back, it is no longer the same ! <owl:NamedIndividual rdf:about="DigitalCamera1962398162"> <rdf:type rdf:resource="DigitalCamera"/> <hasDistortion rdf:resource="Distortion1263391254"/> <hasFocalLength>14.4146</> <hasFrameHeigthInPixel>2000</l> <hasFrameWidthInPixel>3008</l> <hasName>D100_LIS_14mm_H2O</> … </owl:NamedIndividual> SameAs ? SeeAlso ? (..) Data Linking Discussion5
  • 38. ADS triplestore does not contain amphorae data, but rather a SKOS thesaurus of amphorae data types. http://archaeologydataservice.ac.uk http://data.archaeologydataservice.ac.uk/ Data Linking Discussion5
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44. ▪ CH resources Model within Arpenteur ontology: ➢ typology, photogrammetry, spatial ➢ LOV: http://lov.okfn.org/dataset/lov/vocabs/arp ➢ Alignement: CRM, GEOSPARQL ▪ Xlendi LOD dataset: ➢ Datahub: https://old.datahub.io/dataset/xlendiamphorae Conclusion5 Gathering Segmentation Profiling Query Clustering ▪ Clustering ➢ GUI Tool ➢ SQWRLTab + SWRLTab
  • 45. Future Directions and Open Issues ▪ Easy query GUI for archaeologists ▪ Xlendi Dataset need to be linked: ➢ Data source selection … ➢ Automatic linking tools … ➢ Type of links ? (seeAlso, exact, broad, narrow, … ) Conclusion5
  • 46. Thank you for your attention ! ➢ Pierre Drap, et al. Underwater photogrammetry and object modeling: a case study of Xlendi Wreck in Malta. In Sensors (2015). ➢ Pierre Drap, et al. Ontology-Based Photogrammetric Survey in Underwater Archaeology. In ESWC 2017 ➢ Mohamed BEN ELLEFI, et al. Cultural Heritage Resources Profiling: Ontology- based Approach. In WWW ’18 Companion ➢ Jérôme Pasquet, et al. Amphora Detection Based on a Gradient Weighted Error in a Convolution Neuronal Network. In IMEKO (2017). • The ontology: http://www.arpenteur.org/ • The Imareculture project: http://imareculture.weebly.com/