Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
florianthiery committed Mar 4, 2024
1 parent e39959a commit 60d0cb9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ authors:
- name: "SPARQLing Unicorn QGIS Plugin by the Research Squirrel Engineers Network"
title: "SPARQLing Unicorn QGIS Plugin"
abstract: This plugin adds a GeoJSON layer from SPARQL endpoint queries.
version: 0.15
version: 0.17
type: software
doi: 10.5281/zenodo.3786814
date-released: 2022-11-08
date-released: 2024-03-04
identifiers:
- description: This is the collection of archived snapshots of all versions
type: doi
value: "10.5281/zenodo.3786814"
- description: This is the archived snapshot of version 0.17
type: doi
value: "10.5281/zenodo.TBD"
date-released: "2024-03-04"
- description: This is the archived snapshot of version 0.16
type: doi
value: "10.5281/zenodo.8192848"
Expand Down Expand Up @@ -70,4 +74,4 @@ preferred-citation:
orcid: https://orcid.org/0000-0002-9499-5840
title: "SPARQLing Unicorn QGIS Plugin"
type: software
year: 2022
year: 2024
6 changes: 3 additions & 3 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
name=SPARQLing Unicorn QGIS Plugin
qgisMinimumVersion=3.0
description=This plugin adds a GeoJSON layer from SPARQL enpoint queries. The necessary python libs are bundled with the plugin.
version=0.15
author=Timo Homburg, Florian Thiery, SPARQL Unicorn, Research Squirrel Engineers
version=0.17
author=Timo Homburg, Florian Thiery, SPARQL Unicorn, Research Squirrel Engineers Network
[email protected]

about=Adds a layer from Wikidata and other Linked Data SPARQL endpoints. Just insert a SPARQL query for Geo-Items and get a new vector layer into QGIS.
Expand All @@ -19,7 +19,7 @@ tracker=https://github.com/sparqlunicorn/sparqlunicornGoesGIS/issues
# Recommended items:

hasProcessingProvider=no
changelog=0.15: HTML documentation generation, BBOX Dialog and Enrichment Dialog improved, usage of more QGIS UI elements, related concept view, query layer data in bbox, improvements to triple store detection<br>0.14.1: Improved Compatibility for SPARQL 1.0 Endpoints, Automated Configuration Updates, Fixes for GeoShapes<br>0.14: New icon set, UI design using layouts, improved item views, reworked triple store configuration, support for wgs84:geometry, graph validation with pyshacl, convert layer to neogeo RDF, began multilanguage literal support, mark linked geo concepts<br>0.13.1: fixed icons and RDF export<br>0.13: Added classtree for navigation, support for SPARQL endpoints with HTTP Auth, support for GeoSPARQL 1.1 FeatureCollections, Added context menu for classtree, Added support for schema.org encoded geometries, smaller bugfixes<br>0.12.2: Support for Wikidata Geoshapes, fallback for non-standard conform literal definitions<br>0.12.1 Fix for lat/lon based triple stores, polygon BBOX<br>0.12 Plugin is now based on QgisTasks, BBOX dialog improved, quick add new triple stores, SPARQL interface improvements, improved list view of geo-classes, ability to add converted RDF sets to triple stores<br>0.11: Added interlinking and enrichment dialog (experimental), use dataset columns as query vars, search for concepts to include in your SPARQL query<br>0.10: Bundled dependent libraries, added new triple stores, added support for non-geo queries<br>0.9: Add triplestore functionallity, add more endpoints<br>0.8: Syntax Highlighting and query validation, support for bbox queries, import and export of rdf files, Preloading of geoconcepts from triple stores<br>0.7: add support for DBpedia and GeoNames<br>0.6: add support for linkedgeodata.org<br>0.5: add support for kerameikos.org<br>0.4: add support for nomisma.org<br>0.3: add support for more multiple vars and add Ordnance Survey UK SPARQL endpoint<br>0.2: bugfixes and more user comfort<br>0.1: initial commit
changelog=0.17: Update to rdflib version 7 - Fixed bug with query autocompletion using FactGrid - Layers can be exported in various graph formats (graphml, gexf, etc.) - Mapping schema suggestions in Interlinking Dialog - Improvements to HTML Documentation (Void Files, HTML templating improvements, JSON-LD context for classtree exports).<br>0.16: Improvements to HTML export: More formats, IIIF and OGC API Features static APIs, rendering of images, 3D models, static SPARQL querying in JS, Bugfix: Saving endpoints did not work correctly, Bugfixes to literal detection when detecting new SPARQL endpoints, Bugfix for incorrectly loading certain RDF files with RDFLib.<br>0.15: HTML documentation generation, BBOX Dialog and Enrichment Dialog improved, usage of more QGIS UI elements, related concept view, query layer data in bbox, improvements to triple store detection<br>0.14.1: Improved Compatibility for SPARQL 1.0 Endpoints, Automated Configuration Updates, Fixes for GeoShapes<br>0.14: New icon set, UI design using layouts, improved item views, reworked triple store configuration, support for wgs84:geometry, graph validation with pyshacl, convert layer to neogeo RDF, began multilanguage literal support, mark linked geo concepts<br>0.13.1: fixed icons and RDF export<br>0.13: Added classtree for navigation, support for SPARQL endpoints with HTTP Auth, support for GeoSPARQL 1.1 FeatureCollections, Added context menu for classtree, Added support for schema.org encoded geometries, smaller bugfixes<br>0.12.2: Support for Wikidata Geoshapes, fallback for non-standard conform literal definitions<br>0.12.1 Fix for lat/lon based triple stores, polygon BBOX<br>0.12 Plugin is now based on QgisTasks, BBOX dialog improved, quick add new triple stores, SPARQL interface improvements, improved list view of geo-classes, ability to add converted RDF sets to triple stores<br>0.11: Added interlinking and enrichment dialog (experimental), use dataset columns as query vars, search for concepts to include in your SPARQL query<br>0.10: Bundled dependent libraries, added new triple stores, added support for non-geo queries<br>0.9: Add triplestore functionallity, add more endpoints<br>0.8: Syntax Highlighting and query validation, support for bbox queries, import and export of rdf files, Preloading of geoconcepts from triple stores<br>0.7: add support for DBpedia and GeoNames<br>0.6: add support for linkedgeodata.org<br>0.5: add support for kerameikos.org<br>0.4: add support for nomisma.org<br>0.3: add support for more multiple vars and add Ordnance Survey UK SPARQL endpoint<br>0.2: bugfixes and more user comfort<br>0.1: initial commit

# Tags are comma separated with spaces allowed
tags=Wikidata,SPARQL,Nomisma,Kerameikos,Ordnance Survey,OpenStreetMap,LinkedGeodata,GeoNames,DBpedia,COVID19,AtlantGIS,Sophox,Roman Open Data,Pleiades
Expand Down

0 comments on commit 60d0cb9

Please sign in to comment.