@prefix xsd: . @prefix bibo: . @prefix rdfs: . @prefix owl: . bibo:affirmedBy rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ; rdfs:domain bibo:LegalDecision ; rdfs:subPropertyOf bibo:subsequentLegalDecision ; a owl:ObjectProperty ; rdfs:comment "A legal decision that affirms a ruling."@en ; rdfs:range bibo:LegalDecision .