Skip to content

Commit

Permalink
Merge pull request #22 from UKGovLD/23-notification
Browse files Browse the repository at this point in the history
External Notification
  • Loading branch information
simonoakesepimorphics authored Dec 1, 2020
2 parents 0208123 + 73a8eb4 commit 9051a69
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ldregistry/boot/system/monitor/metadata.ttl
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;
.
2 changes: 2 additions & 0 deletions ldregistry/config/stomp/auth.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## username = your user here
## password = your password here

0 comments on commit 9051a69

Please sign in to comment.