@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:Friction
  a qudt:QuantityKind ;
  dcterms:description "\"Friction\" is the force of two surfaces In contact, or the force of a medium acting on a moving object (that is air on an aircraft). When contacting surfaces move relative to each other, the friction between the two objects converts kinetic energy into thermal energy."^^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/Friction"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M1H0T-2D0 ;
  qudt:informativeReference "http://wiki.answers.com/Q/What_is_the_symbol_of_friction"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Friction"^^xsd:anyURI ;
  qudt:plainTextDescription "\"Friction\" is the force of two surfaces In contact, or the force of a medium acting on a moving object (that is air on an aircraft). When contacting surfaces move relative to each other, the friction between the two objects converts kinetic energy into thermal energy." ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q82580> ;
  rdfs:comment "Applicable units are those of quantitykind:Force" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Friction"@en ;
  skos:broader quantitykind:Force .
