-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applying changes from commit ed38b03bcc68637f117a0b4a78ddc8630b3d20d5
- Loading branch information
Circle CI Builder
committed
Jan 5, 2024
1 parent
b792c1b
commit 0327ae3
Showing
215 changed files
with
22,636 additions
and
12,533 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
481 changes: 236 additions & 245 deletions
481
.../core-public-organisation-ap-SHACL.jsonld → .../core-public-organisation-ap-SHACL.jsonld
Large diffs are not rendered by default.
Oops, something went wrong.
956 changes: 956 additions & 0 deletions
956
CPOV/releases/2.1.1/shacl/core-public-organisation-ap-SHACL.ttl
Large diffs are not rendered by default.
Oops, something went wrong.
481 changes: 236 additions & 245 deletions
481
...re-public-organisation-ap-SHACL_en.jsonld → ...re-public-organisation-ap-SHACL_en.jsonld
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletions
13
Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_geohash.jsonld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
{ | ||
"@context": "https://semiceu.github.io/uri.semic.eu-generated/Core-Location-Vocabulary/releases/2.1.0/context/core-location-ap.jsonld", | ||
"@context": [ | ||
"https://semiceu.github.io/uri.semic.eu-generated/Core-Location-Vocabulary/releases/2.1.0/context/core-location-ap.jsonld", | ||
{"ex": "http://example.com/", | ||
"locn": "http://www.w3.org/ns/locn#" | ||
} | ||
], | ||
"@graph": [ | ||
{ | ||
"@id": "ex:a", | ||
"@type": ["Location", "Resource"], | ||
"geometry": "http://geohash.org/gcpuzgnzvxkp" | ||
"@type": "Location", | ||
"locn:geometry": { | ||
"@id": "http://geohash.org/gcpuzgnzvxkp" | ||
} | ||
} | ||
] | ||
} |
3 changes: 2 additions & 1 deletion
3
Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_geohash.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ex: <http://example.com/> . | ||
@prefix locn: <http://www.w3.org/ns/locn#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
<ex:a> a dcterms:Location, rdfs:Resource ; | ||
ex:a a dcterms:Location ; | ||
locn:geometry <http://geohash.org/gcpuzgnzvxkp> . |
12 changes: 8 additions & 4 deletions
12
Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_gml.jsonld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_gml.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix ex: <http://example.com/> . | ||
@prefix geosparql: <http://www.opengis.net/ont/geosparql#> . | ||
@prefix locn: <http://w3.org/ns/locn#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix sf: <http://www.opengis.net/ont/sf#> . | ||
|
||
<ex:a> a dcterms:Location , rdfs:Resource; | ||
locn:geometry <ex:b> . | ||
<ex:b> a sf:Point; | ||
geosparql:asGML "<gml:Point srsName=\"http://www.opengis.net/def/crs/OGC/1.3/CRS84\"><gml:coordinates>-0.001475, 51.477811</gml:coordinates></gml:Point>"^^<geosparql:gmlLiteral> . | ||
ex:a a dcterms:Location ; | ||
locn:geometry ex:b . | ||
ex:b a sf:Point; | ||
geosparql:asGML "<gml:Point srsName=\"http://www.opengis.net/def/crs/OGC/1.3/CRS84\"><gml:coordinates>-0.001475, 51.477811</gml:coordinates></gml:Point>"^^geosparql:gmlLiteral . |
26 changes: 14 additions & 12 deletions
26
Core-Location-Vocabulary/releases/2.1.0/html/examples/example-rdf_schema.jsonld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
{ | ||
"@context": { | ||
"@context": [ | ||
"https://semiceu.github.io/uri.semic.eu-generated/Core-Location-Vocabulary/releases/2.1.0/context/core-location-ap.jsonld", | ||
{"ex": "http://example.com/" , | ||
"locn": "http://www.w3.org/ns/locn#", | ||
"schema": "https://schema.org/", | ||
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
}, | ||
"schema": "https://schema.org/" | ||
} | ||
], | ||
"@graph": [ | ||
{ | ||
"@id": "_:g0", | ||
"@type": "schema:GeoCoordinates", | ||
"schema:latitude": "51.477811", | ||
"schema:longitude": "-0.001475" | ||
}, | ||
{ | ||
"@id": "ex:a", | ||
"@type": "locn:Location", | ||
"@type": "Location", | ||
"locn:geometry": { | ||
"@id": "_:g0" | ||
"@id": "ex:b" | ||
} | ||
}, | ||
{ | ||
"@id": "ex:b", | ||
"@type": "schema:GeoCoordinates", | ||
"schema:latitude": "51.477811", | ||
"schema:longitude": "-0.001475" | ||
} | ||
] | ||
} |
Oops, something went wrong.