@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 constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:Weight
  a qudt:QuantityKind ;
  dcterms:description "The force with which a body is attracted toward an astronomical body.  Or, the product of the mass of a body and the acceleration acting on a body.  In a dynamic situation, the weight can be a multiple of that under resting conditions. Weight also varies on other planets in accordance with their gravity."^^qudt:LatexString ;
  qudt:applicableUnit unit:CentiN ;
  qudt:applicableUnit unit:DYN ;
  qudt:applicableUnit unit:DeciN ;
  qudt:applicableUnit unit:GM_F ;
  qudt:applicableUnit unit:GigaN ;
  qudt:applicableUnit unit:KIP_F ;
  qudt:applicableUnit unit:KiloGM-M-PER-SEC2 ;
  qudt:applicableUnit unit:KiloGM_F ;
  qudt:applicableUnit unit:KiloLB_F ;
  qudt:applicableUnit unit:KiloN ;
  qudt:applicableUnit unit:KiloPOND ;
  qudt:applicableUnit unit:LB_F ;
  qudt:applicableUnit unit:MegaLB_F ;
  qudt:applicableUnit unit:MegaN ;
  qudt:applicableUnit unit:MicroN ;
  qudt:applicableUnit unit:MilliN ;
  qudt:applicableUnit unit:N ;
  qudt:applicableUnit unit:NanoN ;
  qudt:applicableUnit unit:OZ_F ;
  qudt:applicableUnit unit:PDL ;
  qudt:applicableUnit unit:POND ;
  qudt:applicableUnit unit:PlanckForce ;
  qudt:applicableUnit unit:TON_F_US ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Weight"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Weight"^^xsd:anyURI ;
  qudt:plainTextDescription "The force with which a body is attracted toward an astronomical body.  Or, the product of the mass of a body and the acceleration acting on a body.  In a dynamic situation, the weight can be a multiple of that under resting conditions. Weight also varies on other planets in accordance with their gravity." ;
  qudt:symbol "bold letter W" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q25288> ;
  rdfs:comment "Applicable units are those of quantitykind:Force" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Ağırlık"@tr ;
  rdfs:label "Berat"@ms ;
  rdfs:label "Gewicht"@de ;
  rdfs:label "Siła ciężkości"@pl ;
  rdfs:label "forza peso"@it ;
  rdfs:label "greutate"@ro ;
  rdfs:label "peso"@es ;
  rdfs:label "peso"@pt ;
  rdfs:label "poids"@fr ;
  rdfs:label "tíha"@cs ;
  rdfs:label "weight"@en ;
  rdfs:label "Вес"@ru ;
  rdfs:label "وزن"@ar ;
  rdfs:label "وزن"@fa ;
  rdfs:label "重さ"@ja ;
  rdfs:label "重量"@zh ;
  skos:broader quantitykind:Force .
