@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://purl.matolab.org/mseo/methods/example/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://www.ontologyrepository.com/CommonCoreOntologies/> . ns0:ApplyLoad_HP-190-24-5 ns1:has_output ns0:TestForce_HP-190-24-5 . ns0:TestForce_HP-190-24-5 ns1:has_double_value 612.89999999999997726 ; ns1:is_input_of ns0:BrinellHardnessCalculation_HP-190-24-5 ; ns1:uses_measurement_unit ns1:NewtonMeasurementUnit ; a ns1:Force, owl:NamedIndividual .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://purl.matolab.org/mseo/methods/example/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://www.ontologyrepository.com/CommonCoreOntologies/> .

ns0:ApplyLoad_HP-190-24-5
    ns1:has_output ns0:TestForce_HP-190-24-5 .

ns0:TestForce_HP-190-24-5
    ns1:has_double_value 612.89999999999997726 ;
    ns1:is_input_of ns0:BrinellHardnessCalculation_HP-190-24-5 ;
    ns1:uses_measurement_unit ns1:NewtonMeasurementUnit ;
    a ns1:Force, owl:NamedIndividual .