@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.ontology-of-units-of-measure.org/resource/om-2/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:InternationalSystemOfUnits ns0:hasDerivedUnit ns0:metrePerYoctosecond-TimeSquared . ns0:metrePerYoctosecond-TimeSquared ns0:alternativeSymbol "m ys-2", "m·ys-2" ; ns0:hasDenominator ns0:yoctosecond-TimeSquared ; ns0:hasDimension ns0:acceleration-Dimension ; ns0:hasNumerator ns0:metre ; ns0:symbol "m/ys2" ; a ns0:MetrePerPrefixedSecond-TimeSquared, owl:NamedIndividual ; rdfs:comment "Metre per yoctosecond squared is a unit of acceleration defined as metre divided by yoctosecond squared."@en ; rdfs:label "meter per yoctoseconde kwadraat"@nl, "metre per yoctosecond squared"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:InternationalSystemOfUnits
    ns0:hasDerivedUnit ns0:metrePerYoctosecond-TimeSquared .

ns0:metrePerYoctosecond-TimeSquared
    ns0:alternativeSymbol "m ys-2", "m·ys-2" ;
    ns0:hasDenominator ns0:yoctosecond-TimeSquared ;
    ns0:hasDimension ns0:acceleration-Dimension ;
    ns0:hasNumerator ns0:metre ;
    ns0:symbol "m/ys2" ;
    a ns0:MetrePerPrefixedSecond-TimeSquared, owl:NamedIndividual ;
    rdfs:comment "Metre per yoctosecond squared is a unit of acceleration defined as metre divided by yoctosecond squared."@en ;
    rdfs:label "meter per yoctoseconde kwadraat"@nl, "metre per yoctosecond squared"@en .