@@ -298,41 +298,41 @@ spec:successCriteria
298
298
spec:consideration
299
299
a rdf:Property, owl:ObjectProperty ;
300
300
rdfs:label " consideration" @en ;
301
- rdfs:range spec:Consideration .
301
+ rdfs:range spec:Considerations .
302
302
303
303
spec:Consideration
304
304
a rdfs:Class ;
305
- rdfs:label " Consideration " @en .
305
+ rdfs:label " Considerations " @en .
306
306
307
307
spec:SecurityConsideration
308
308
a rdfs:Class ;
309
- rdfs:subClassOf spec:Consideration ;
310
- rdfs:label " Security Consideration " @en .
309
+ rdfs:subClassOf spec:Considerations ;
310
+ rdfs:label " Security Considerations " @en .
311
311
312
312
spec:PrivacyConsideration
313
313
a rdfs:Class ;
314
- rdfs:subClassOf spec:Consideration ;
315
- rdfs:label " Privacy Consideration " @en .
314
+ rdfs:subClassOf spec:Considerations ;
315
+ rdfs:label " Privacy Considerations " @en .
316
316
317
317
spec:AccessibilityConsideration
318
318
a rdfs:Class ;
319
- rdfs:subClassOf spec:Consideration ;
320
- rdfs:label " Accessibility Consideration " @en .
319
+ rdfs:subClassOf spec:Considerations ;
320
+ rdfs:label " Accessibility Considerations " @en .
321
321
322
322
spec:InternationalizationConsideration
323
323
a rdfs:Class ;
324
- rdfs:subClassOf spec:Consideration ;
325
- rdfs:label " Internationalization Consideration " @en .
324
+ rdfs:subClassOf spec:Considerations ;
325
+ rdfs:label " Internationalization Considerations " @en .
326
326
327
327
spec:RegistrationConsideration
328
328
a rdfs:Class ;
329
- rdfs:subClassOf spec:Consideration ;
330
- rdfs:label " Registration Consideration " @en ;
329
+ rdfs:subClassOf spec:Considerations ;
330
+ rdfs:label " Registration Considerations " @en ;
331
331
rdfs:comment " Registration considerations for collection of values or data at standards organisations, e.g., IANA, W3C." @en .
332
332
333
333
spec:SelfReviewQuestionnaire
334
334
a rdfs:Class ;
335
- rdfs:subClassOf spec:Consideration ;
335
+ rdfs:subClassOf spec:Considerations ;
336
336
rdfs:label " Self-Review Questionnaire" @en .
337
337
338
338
spec:SelfReviewQuestionnaireSecurityPrivacy
0 commit comments