Skip to content

Commit

Permalink
Merge pull request #251 from opengeospatial/20231009_geosparql
Browse files Browse the repository at this point in the history
20231011 geosparql
  • Loading branch information
ghobona authored Oct 11, 2023
2 parents 20f7115 + bf2dee7 commit 8cd3c7d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions incubation/geosparql/fix_geosparql_root_def.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<http://www.opengis.net/def/geosparql> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "GeoSPARQL 1.0 and 1.1 Profiles";
<http://www.w3.org/2000/01/rdf-schema#label> "GeoSPARQL 1.0 and 1.1 Profiles";
<http://purl.org/dc/terms/created> "2023-10-11T11:00:00+00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
<http://purl.org/dc/terms/modified> "2023-10-11T10:40:10.081888"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
<http://www.w3.org/2004/02/skos/core#definition> "This is a 'profile declaration' for the GeoSPARQL 1.0 specification (standard) as originally published in 2012. It describes the multiple parts of the specification and how the standard relates to other standards. It is formulated according to the Profiles Vocabulary. This is a 'profile declaration' for the GeoSPARQL 1.1 specification (standard). It describes the multiple parts of the specification and how the standard relates to other standards. It is formulated according to the Profiles Vocabulary."@en ;

<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.opengis.net/def>.
6 changes: 6 additions & 0 deletions incubation/geosparql/fix_servicedescription_error.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<http://www.opengis.net/def/geosparql/servicedescription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept>;
<http://www.w3.org/2004/02/skos/core#prefLabel> "GeoSPARQL 1.1 SPARQL Service Description" ;
<http://www.w3.org/2004/02/skos/core#definition> "SPARQL Service Descriptions for GeoSPARQL 1.1 Services" ;
<http://www.w3.org/2000/01/rdf-schema#seeAlso> "https://www.w3.org/TR/sparql11-service-description/"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
<http://www.w3.org/2000/01/rdf-schema#member> <http://www.opengis.net/def/geosparql/servicedescallfunctions>, <http://www.opengis.net/def/geosparql/servicedescconformanceclasses> , <http://www.opengis.net/def/geosparql/servicedescextensions> .
<http://www.opengis.net/def/geosparql/servicedescription><http://www.w3.org/2004/02/skos/core#inScheme><http://www.opengis.net/def/geosparql/reqs>.

0 comments on commit 8cd3c7d

Please sign in to comment.