@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ontology.dumontierlab.com/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:unit_newton_1_meter_-1 ns0:derivesFrom ns0:unit_meter_-1, ns0:unit_newton ; a ns0:SurfaceTensionUnit, owl:NamedIndividual ; rdfs:comment "The newton per meter is the SI derived unit for surface tension." ; rdfs:label "newton per meter" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ontology.dumontierlab.com/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:unit_newton_1_meter_-1
    ns0:derivesFrom ns0:unit_meter_-1, ns0:unit_newton ;
    a ns0:SurfaceTensionUnit, owl:NamedIndividual ;
    rdfs:comment "The newton per meter is the SI derived unit for surface tension." ;
    rdfs:label "newton per meter" .