# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
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.17.3
supportsQt6=yes
author=Florian Thiery, Timo Homburg, SPARQL Unicorn, Research Squirrel Engineers Network
email=qgisplugin@sparqlunicorn.link

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.
repository=https://github.com/sparqlunicorn/sparqlunicornGoesGIS
tracker=https://github.com/sparqlunicorn/sparqlunicornGoesGIS/issues

# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
changelog=
0.17.3: Qt6 Compatibility
0.17.2: Caching of RDF Resources, Triple Store Repository, Advanced Detection for Wikibase Properties, Bugfixes
0.17.1: Fixed FactGrid configuration, Added Import RDF From Layer Dialog, Improvements for suggesting mapping schemas, Data exports are now handled natively by RDFlib
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).
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.
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
0.14.1: - Improved Compatibility for SPARQL 1.0 Endpoints
        - Automated Configuration Updates
        - Fixes for GeoShapes
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
0.13.1: - Fixed icons and RDF export
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
0.12.2: - Support for Wikidata Geoshapes
        - Fallback for non-standard conform literal definitions
0.12.1: - Fix for lat/lon based triple stores
        - Polygon BBOX
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
0.11: - Added interlinking and enrichment dialog (experimental)
      - Use dataset columns as query vars
      - Search for concepts to include in your SPARQL query
0.10: - Bundled dependent libraries
      - Added new triple stores
      - Added support for non-geo queries
0.9: - Add triplestore functionality
     - Add more endpoints
0.8: - Syntax Highlighting and query validation
     - Support for bbox queries
     - Import and export of rdf files
     - Preloading of geoconcepts from triple stores
0.7: - Add support for DBpedia and GeoNames
0.6: - Add support for linkedgeodata.org
0.5: - Add support for kerameikos.org
0.4: - Add support for nomisma.org
0.3: - Add support for more multiple vars and add Ordnance Survey UK SPARQL endpoint
0.2: - Bugfixes and more user comfort
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

homepage=http://sparqlunicorn.link
category=Vector
icon=icon.png
# experimental flag
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
#category=Vector

# If the plugin can run on QGIS Server.
server=False
