@prefix rdf: . @prefix ns1: . @prefix owl: . ns1:Disease_Annotation rdf:type owl:Class . @prefix rdfs: . ns1:Disease_Annotation rdfs:subClassOf ns1:Annotation . @prefix xsd: . ns1:Disease_Annotation rdfs:comment "Description of the diseases associated with a deficiency of a protein."^^xsd:string ; rdfs:isDefinedBy ns1: ; rdfs:label "Disease"^^xsd:string . @prefix ns5: . ns1:Disease_Annotation rdfs:seeAlso ns5:involvement_in_disease . @prefix pwdr: . ns1:Disease_Annotation pwdr:describedby . @prefix ns7: . ns1:Disease_Annotation pwdr:describedby ns7:scientificName .