@prefix deo: <http://purl.org/spar/deo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

deo:DiscourseElement a owl:Class ;
    rdfs:label "discourse element"@en ;
    rdfs:comment "An element of a document that carries out a rhetorical function."@en ;
    rdfs:isDefinedBy deo: .

