-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtosla.ttl
More file actions
65 lines (51 loc) · 3.05 KB
/
Copy pathtosla.ttl
File metadata and controls
65 lines (51 loc) · 3.05 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix profile: <http://www.w3.org/ns/dx/prof/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix tosl: <https://w3id.org/tosl/> .
@prefix tosla: <https://w3id.org/tosla/> .
#################################################################
# Individuals
#################################################################
### https://w3id.org/tosla/guarantee
tosl:guarantee a owl:NamedIndividual, skos:Concept, odrl:Action ;
odrl:includedIn odrl:use ;
rdfs:isDefinedBy tosla: ;
rdfs:label "Guarantee" ;
skos:definition "The action by which the provider commits to delivering the service at a specified level of guarantee, such as availability, performance, or quality, in accordance with the terms of the agreement."@en .
### https://w3id.org/tosla/metricComputation
tosla:metricComputation a owl:NamedIndividual, skos:Concept, tosl:Liability ;
rdfs:isDefinedBy tosla: ;
rdfs:label "Metric Computation" ;
skos:definition "Responsibility for computing and producing metrics according to defined formulas."@en .
### https://w3id.org/tosla/conditionEvaluation
tosla:conditionEvaluation a owl:NamedIndividual, skos:Concept, tosl:Liability ;
rdfs:isDefinedBy tosla: ;
rdfs:label "Condition Evaluation" ;
skos:definition "Responsibility for evaluating whether agreement conditions are fulfilled."@en .
### https://w3id.org/tosla/scheduledMaintenance
tosla:scheduledMaintenance a owl:NamedIndividual, skos:Concept, tosl:Liability ;
rdfs:isDefinedBy tosla: ;
rdfs:label "Scheduled Maintenance" ;
skos:definition "Responsibility related to the interruption of service due to planned or scheduled maintenance activities."@en .
### https://w3id.org/tosla/selfHosting
tosla:selfHosting a owl:NamedIndividual, skos:Concept, tosl:Liability ;
rdfs:isDefinedBy tosla: ;
rdfs:label "Self Hosting" ;
skos:definition "Responsibility arising from the fact that the product is hosted by the Customer or a third party rather than by the provider."@en .
### https://w3id.org/tosla/paymentOverdue
tosla:paymentOverdue a owl:NamedIndividual, skos:Concept, tosl:Liability ;
rdfs:isDefinedBy tosla: ;
rdfs:label "Payment Overdue" ;
skos:definition "Responsibility for the unavailability of the service due to the Customer’s failure to pay any fees or charges when due."@en .
### https://w3id.org/tosla/networkFailure
tosla:networkFailure a owl:NamedIndividual, skos:Concept, tosl:Liability ;
rdfs:isDefinedBy tosla: ;
rdfs:label "Network Failure" ;
skos:definition "Responsibility related to the unavailability of the service caused by Internet access issues or network failures outside the provider’s control."@en .