-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutilities.html
41 lines (33 loc) · 1.37 KB
/
utilities.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html><pre>
# Auto-generated from iotic-rdf-ontology repository, 3rd/utilities. Edits will be overwritten!
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema: <https://schema.org/>
PREFIX utilities: <http://data.iotics.com/utilities#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
### Top level concepts related to utilities
<span id="Customer">utilities:Customer rdf:type rdfs:Class ;</span>
rdfs:label "Customer" ;
rdfs:comment "A utilities customer" ;
rdfs:subClassOf schema:Person ;
.
<span id="isVulnerable">utilities:isVulnerable rdf:type rdf:Property ;</span>
rdfs:label "Is Vulnerable" ;
rdfs:comment "Whether or not this customer is classed as being vulnerable" ;
rdfs:domain utilities:Customer ;
rdfs:range xsd:boolean ;
.
<span id="vulnerabilityType">utilities:vulnerabilityType rdf:type rdf:Property ;</span>
rdfs:label "Vulnerability Type" ;
rdfs:comment "Type of vulnerability" ;
rdfs:domain utilities:Customer ;
rdfs:range xsd:string ;
.
<span id="psrCode">utilities:psrCode rdf:type rdf:Property ;</span>
rdfs:label "PSR Code" ;
rdfs:comment "Priority Services Register (PSR) category code" ;
rdfs:domain utilities:Customer ;
rdfs:range xsd:integer ;
.
</pre></html>