solveit-core:ASTMErrorCategory leaf node


URI

https://ontology.solveit-df.org/solveit/core/ASTMErrorCategory

Label

ASTM Error Category

Description

An error category from ASTM E3016-18 used to classify weakness impacts.

Usage

Instances of solveit-core:ASTMErrorCategory can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-core: <https://ontology.solveit-df.org/solveit/core/> .

solveit-core:ASTMErrorCategory a owl:Class ;
    rdfs:label "ASTM Error Category"@en ;
    rdfs:comment "An error category from ASTM E3016-18 used to classify weakness impacts."@en .