@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:Scenario a owl:Class ;
    rdfs:label "scenario"@en ;
    rdfs:comment "Real-world use cases in which the solution provided by the publication is applicable."@en ;
    rdfs:isDefinedBy sro: .

