-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from UKGovLD/23-notification
External Notification
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix version: <http://purl.org/linked-data/version#> . | ||
@prefix ldp: <http://www.w3.org/ns/ldp#> . | ||
@prefix ssd: <http://www.w3.org/ns/sparql-service-description#> . | ||
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . | ||
@prefix void: <http://rdfs.org/ns/void#> . | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix reg: <http://purl.org/linked-data/registry#> . | ||
@prefix er-ui: <http://environment.data.gov.uk/registry/structure/ui/> . | ||
@prefix er-cat: <http://environment.data.gov.uk/registry/structure/category/> . | ||
@prefix er-org: <http://environment.data.gov.uk/registry/structure/org/> . | ||
@prefix er-entity: <http://environment.data.gov.uk/registry/structure/entity-type/> . | ||
|
||
<monitor> a reg:Register; | ||
rdfs:label "Monitored Registers"@en; | ||
dct:description "A system register which lists the registers which should be monitored to trigger notifications."@en; | ||
reg:category er-cat:System; | ||
reg:containedItemClass reg:MonitorSpec; | ||
. |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## username = your user here | ||
## password = your password here |