Skip to content

Commit

Permalink
Merge pull request #13 from AKSW/sbin
Browse files Browse the repository at this point in the history
add some eswc papers from me
  • Loading branch information
SimonBin authored Nov 28, 2024
2 parents 107da88 + 952229a commit 4b47fbf
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions aksw.bib
Original file line number Diff line number Diff line change
Expand Up @@ -12584,4 +12584,49 @@ @InProceedings{gastinger2024dynamic
url = {https://svn.aksw.org/papers/2024/LoG_dynamic-representations-global-crises/public.pdf},
}

@InProceedings{bin2024geosparql,
author = {Bin, Simon and Stadler, Claus and B{\"u}hmann, Lorenz and Martin, Michael},
booktitle = {Proceedings of the 6th International Workshop on Geospatial Linked Data 2024 co-located with 21st Extended Semantic Web Conference (ESWC 2024)},
title = {Getting practical with {G}eo{SPARQL} and {A}pache {J}ena},
year = {2024},
address = {Hersonissos, Greece},
editor = {Timo Homburg and Beyza Yaman and Mohamed Ahmed Sherif and Axel-Cyrille Ngonga Ngomo},
month = may,
series = {{CEUR} Workshop Proceedings},
volume = {3743},
abstract = {This paper explores the integration of geo-spatial data into RDF (Resource Description Framework) using Apache Jena, a popular Java-based framework for building Semantic Web applications. We explain the basic representation of geo-spatial data in RDF with a focus on both the new GeoSPARQL 1.1 standard and Apache Jena. Our investigation covers advanced techniques, such as transformation of coordinate reference systems, aggregation of geo-spatial data, creation of new geo-objects, and simplification of polygons. Additionally, we discuss the usage of the H3 Grid as a Discrete Global Grid System (DGGS) for geo-spatial conversion. Furthermore, we present performance optimisations specific to Apache Jena, including per-graph geo-indexing, improved geo-index serialization for faster startup times, and manual optimisation of geo-spatial queries. We conclude with a comparison of different geo-functions and outline future directions for enhancing geo-spatial data management in RDF.},
keywords = {group_aksw sys:relevantFor:infai es mole sbin stadler buehmann martin},
url = {https://ceur-ws.org/Vol-3743/paper2.pdf},
}

@InProceedings{DBLP:conf/kgcw/StadlerB24,
author = {Claus Stadler and Simon Bin},
booktitle = {Proceedings of the 5th International Workshop on Knowledge Graph Construction co-located with 21th Extended Semantic Web Conference {(ESWC} 2024)},
title = {{KGCW2024} Challenge Report: {RDF}{P}rocessing{T}oolkit},
year = {2024},
address = {Hersonissos, Greece},
editor = {David Chaves{-}Fraga and Anastasia Dimou and Ana Iglesias{-}Molina and Umutcan Serles and Dylan Van Assche},
month = may,
series = {{CEUR} Workshop Proceedings},
volume = {3718},
abstract = {This is the report of the participation of the RDFProcessingToolkit (RPT) in the KGCW2024 Challenge at ESWC 2024. The RPT system processes RML specifications by translating them into a series of extended SPARQL CONSTRUCT queries. The necessary SPARQL extensions are provided as plugins for the Apache Jena framework. This year’s challenge comprises a performance and a conformance track. For the performance track, a homogeneous environment was kindly provided by the workshop organizers in order to facilitate comparability of measurements. In this track, we mainly adapted the setup from our last year’s participation. For the conformance track, we updated our system with support for the rml-core module of the upcoming RML revision. We also report on the issues and shortcomings we encountered as a base for future improvements.},
keywords = {group_aksw sys:relevantFor:infai es mole sbin stadler},
url = {https://ceur-ws.org/Vol-3718/paper13.pdf},
}

@InProceedings{Stadler2024fair,
author = {Stadler, Claus and Bühmann, Lorenz and Bin, Simon},
booktitle = {Proceedings of the Fourth Workshop on Metadata and Research (objects) Management for Linked Open Science - DaMaLOS 2024 co-located with Extended Semantic Web Conference (ESWC)},
title = {{FAIR} Data Publishing with Apache Maven},
year = {2024},
address = {Hersonissos, Greece},
editor = {Castro, Leyla Jael and Rebholz-Schuhmann, Dietrich and Dessì, Danilo and Schimmler, Sonja},
month = may,
publisher = {PUBLISSO},
doi = {10.4126/FRL01-006474023},
keywords = {group_aksw sys:relevantFor:infai es mole sbin stadler buehmann},
language = {en},
url = {https://repository.publisso.de/resource/frl:6483281/data},
}

@Comment{jabref-meta: databaseType:bibtex;}

0 comments on commit 4b47fbf

Please sign in to comment.