@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:N
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description "The \"Newton\" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula $F = m \\cdot a$."^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Newton"^^xsd:anyURI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:exactMatch unit:KiloGM-M-PER-SEC2 ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -2 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:KiloGM ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasQuantityKind quantitykind:Force ;
  qudt:iec61360Code "0112/2///62720#UAA235" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA235"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Newton?oldid=488427661"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ;
  qudt:siExactMatch si-unit:newton ;
  qudt:symbol "N" ;
  qudt:ucumCode "N"^^qudt:UCUMcs ;
  qudt:udunitsCode "N" ;
  qudt:uneceCommonCode "NEW" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q12438> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Newton" ;
  rdfs:label "Newton"@cs ;
  rdfs:label "Newton"@de ;
  rdfs:label "Newton"@en ;
  rdfs:label "Newton"@es ;
  rdfs:label "Newton"@fr ;
  rdfs:label "Newton"@hu ;
  rdfs:label "Newton"@it ;
  rdfs:label "Newton"@ms ;
  rdfs:label "Newton"@pt ;
  rdfs:label "Newton"@ro ;
  rdfs:label "Newton"@sl ;
  rdfs:label "Newton"@tr ;
  rdfs:label "Newtonium"@la ;
  rdfs:label "Niuton"@pl ;
  rdfs:label "Νιούτον"@el ;
  rdfs:label "Ньютон"@ru ;
  rdfs:label "Нютон"@bg ;
  rdfs:label "ניוטון"@he ;
  rdfs:label "نيوتن"@ar ;
  rdfs:label "نیوتن"@fa ;
  rdfs:label "न्यूटन"@hi ;
  rdfs:label "ニュートン"@ja ;
  rdfs:label "牛顿"@zh .
