@prefix rdf: . @prefix ns1: . @prefix owl: . ns1:Kinetics_Annotation rdf:type owl:Class . @prefix rdfs: . ns1:Kinetics_Annotation rdfs:subClassOf ns1:Biophysicochemical_Annotation . @prefix xsd: . ns1:Kinetics_Annotation rdfs:comment "Mentions the Michaelis-Menten constant (KM) and maximal velocity (Vmax) of enzymes."^^xsd:string ; rdfs:isDefinedBy ns1: ; rdfs:label "Kinetics"^^xsd:string . @prefix pwdr: . @prefix ns6: . ns1:Kinetics_Annotation pwdr:describedby ns6:scientificName , ns6: .