summaryrefslogtreecommitdiff
path: root/rdflib/namespace/_GEO.py
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2023-04-12 22:10:43 +0200
committerGitHub <noreply@github.com>2023-04-12 22:10:43 +0200
commit7df77cd3fa0381ae2b309981230eaa0d42e90b79 (patch)
tree0d02cc4f882e68ae7b3341b805c2338691a6853e /rdflib/namespace/_GEO.py
parent81d13d432b7e49b557b5de11691bdeaed31a9b06 (diff)
downloadrdflib-7df77cd3fa0381ae2b309981230eaa0d42e90b79.tar.gz
fix: correct imports and `__all__` (#2340)
Disable [`implicit_reexport`](https://mypy.readthedocs.io/en/stable/config_file.html#confval-implicit_reexport) and eliminate all errors reported by mypy after this. This helps ensure that import statements import from the right module and that the `__all__` variable is correct.
Diffstat (limited to 'rdflib/namespace/_GEO.py')
-rw-r--r--rdflib/namespace/_GEO.py26
1 files changed, 14 insertions, 12 deletions
diff --git a/rdflib/namespace/_GEO.py b/rdflib/namespace/_GEO.py
index 7f316fcb..c890973c 100644
--- a/rdflib/namespace/_GEO.py
+++ b/rdflib/namespace/_GEO.py
@@ -9,18 +9,20 @@ class GEO(DefinedNamespace):
Generated from: http://schemas.opengis.net/geosparql/1.0/geosparql_vocab_all.rdf
Date: 2021-12-27 17:38:15.101187
- <http://www.opengis.net/ont/geosparql> dc:creator "Open Geospatial Consortium"^^xsd:string
- dc:date "2012-04-30"^^xsd:date
- dc:source <http://www.opengis.net/doc/IS/geosparql/1.0>
- "OGC GeoSPARQL – A Geographic Query Language for RDF Data OGC 11-052r5"^^xsd:string
- rdfs:seeAlso <http://www.opengis.net/def/function/ogc-geosparql/1.0>
- <http://www.opengis.net/def/rule/ogc-geosparql/1.0>
- <http://www.opengis.net/doc/IS/geosparql/1.0>
- owl:imports dc:
- <http://www.opengis.net/ont/gml>
- <http://www.opengis.net/ont/sf>
- <http://www.w3.org/2004/02/skos/core>
- owl:versionInfo "OGC GeoSPARQL 1.0"^^xsd:string
+ .. code-block:: Turtle
+
+ <http://www.opengis.net/ont/geosparql> dc:creator "Open Geospatial Consortium"^^xsd:string
+ dc:date "2012-04-30"^^xsd:date
+ dc:source <http://www.opengis.net/doc/IS/geosparql/1.0>
+ "OGC GeoSPARQL – A Geographic Query Language for RDF Data OGC 11-052r5"^^xsd:string
+ rdfs:seeAlso <http://www.opengis.net/def/function/ogc-geosparql/1.0>
+ <http://www.opengis.net/def/rule/ogc-geosparql/1.0>
+ <http://www.opengis.net/doc/IS/geosparql/1.0>
+ owl:imports dc:
+ <http://www.opengis.net/ont/gml>
+ <http://www.opengis.net/ont/sf>
+ <http://www.w3.org/2004/02/skos/core>
+ owl:versionInfo "OGC GeoSPARQL 1.0"^^xsd:string
"""
# http://www.w3.org/2000/01/rdf-schema#Datatype