@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:Discussion a owl:Class ;
    rdfs:label "discussion"@en ;
    rdfs:comment "Interesting issues discovered while researching the publication's topic."@en ;
    rdfs:isDefinedBy sro: .

