The next operation is the binary operation and we
take as an example the “within” operation which
will show whether or not an object is contained in
the next one. This will generate binary results of the
operations. But to make this operation more
appropriate for our case, we modify the operation so
that it will extract all objects within the feature. The
spatial operation listed below will list out all the
features that are within the feature “Plant_1”.
Example of a spatial operation “within”.
SELECT name
FROM Ovenbb_tb
WHERE
within( the_geom,
(SELECT the_geom
FROM Ovenbb_tb
WHERE name = 'Plant_1')
))
The binary operations are used as the object
property “hasSpatialRelAnalysis” in the ontology. A
new specialized property “hasWithin” is created
with the RDF triplet as (“siteFeature”, “hasWithin”,
“siteFeature”). The knowledge base is then enriched
with these triplets (“Plant_1”, “hasWithin”,
(“Oven_1”, “Railway_1”, “Pipeline_1”, etc.)).
5 CONCLUSIONS
In this paper, the ArchaeoKM platform has been
presented by focusing on spatial analyses and by
showing the combination of these analyses with
Semantic Web technologies. These benefits are
materialized by the population and the enrichment
processes of a domain ontology with the help of
spatial operations using industrial archaeological site
data. An additional benefit is the extension of the
SWRL language by providing built-in “spatial
operations”. Thus, this extension allows the
definition of rules supplying new knowledge on the
IAS. These processes are managed by the spatial
facilitator component of the ArchaeoKM platform.
Although the case study uses industrial archaeology
for the description of the approach, it can be used in
other areas where the spatial data are the
predominant data type. Future work will be the
identification of all spatial operations that can be
handled by spatial database systems in order to offer
an overview of its capabilities. At the moment only
few of them are prototyped as a proof of concept.
REFERENCES
Baader, F., et al, 2003, The Description Logic Handbook –
Theory, Implementation and Applications, ISBN:
0521781760, Cambridge University Press, January
Castano, S., Espinosa, S., Ferrara, A., Karkaletsis, V.,
Kaya, a., Melzer, S., Moller, R., Montanelli S.,
Petasis, G., 2007. Ontology Dynamics with
Multimedia Information: The BOEMIE Evolution
Methodology, In Proc. of International Workshop on
Ontology Dynamics (IWOD) ESWC 2007 Workshop,
Innsbruck, Austria
Costa, S. and Zanini, E., 2008. Sharing knowledge in
archaeology: looking forward the next decade.
Digital Heritage in the New Knowledge Environment:
Shared spaces & open paths to cultural content, 31
October – 02 November in Athens, Greece
Doerr, M., 2008. The CIDOC Conceptual Reference
Model – A New Standard for Interoperability. Digital
Heritage in the New Knowledge Environment: Shared
spaces & open paths to cultural content, in Athens,
Greece
Green, J., Dolbear, C., Goodwin, J., 2008. Creating a
semantic Integration System using Spatial Data, 7th
International Semantic Web Conference (ISWC2008),
Karlshue, Germany, October 26-30
Guarino, N., 1994; The ontological level, in R. Casati B.
S. & White G., eds, Philosophy and the cognitive
sciences, Hölder-Pichler-Tempsky
Kansa, E. C., 2008. Opening Archaeology to Mash-ups:
Field Data and an Incremental Approach to Semantic,
Digital Heritage in the New Knowledge Environment:
Shared spaces & open paths to cultural content in
Athens, Greece
Karmacharya, A., Cruz, C., Marzani, F., Boochs, F., 2008.
Industrial Archaeology: Case study of Knowledge
Management for Spatial Data of Findings. 2nd
International Workshop on Personalized Access to
Cultural Heritage, in conjunction with 5th
International Conference on Adaptive Hypermedia and
Adaptive Web-Based Systems, Hannover, Germany
Kollias, S., 2008. Achieving Semantic Interoperability in
Europeana, Digital Heritage in the New Knowledge
Environment: Shared spaces & open paths to cultural
content, 31 October – 02 November in Athens, Greece
Oracle, 2007. Oracle Spatial Developer Guide 11g
Release, Oracle
PostgreSQL, 2008. PostGIS Manual, PostgreSQL
documentation
WEBIST 2010 - 6th International Conference on Web Information Systems and Technologies
80