@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sro: <http://salt.semanticauthoring.org/ontologies/sro#> .

sro:Evaluation a owl:Class ;
    rdfs:label "evaluation"@en ;
    rdfs:comment "The evaluation methodology and its associated results."@en ;
    rdfs:isDefinedBy sro: .

