@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:References a owl:Class ;
    rdfs:label "references"@en ;
    rdfs:comment "A list of references used as sources for the study illustrated in the publication."@en ;
    rdfs:isDefinedBy orb: .

