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

orb:Results a owl:Class ;
    rdfs:label "results"@en ;
    rdfs:comment "A description of the results obtained after carrying out the study illustrated in the publication."@en ;
    rdfs:isDefinedBy orb: .

