@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:EnergyPerArea
  a qudt:QuantityKind ;
  dcterms:description "Energy per unit area is a measure of the energy either impinging upon or generated from a given unit of area. This can be a measure of the \"toughness\" of a material, being the amount of energy that needs to be applied per unit area of a crack to cause it to fracture. This is a constant for a given material.."^^qudt:LatexString ;
  qudt:applicableUnit unit:BTU_IT-PER-FT2 ;
  qudt:applicableUnit unit:BTU_TH-PER-FT2 ;
  qudt:applicableUnit unit:CAL_TH-PER-CentiM2 ;
  qudt:applicableUnit unit:CentiN-M-PER-M2 ;
  qudt:applicableUnit unit:ERG-PER-CentiM2 ;
  qudt:applicableUnit unit:FT-LB_F-PER-FT2 ;
  qudt:applicableUnit unit:FT-LB_F-PER-M2 ;
  qudt:applicableUnit unit:GigaJ-PER-M2 ;
  qudt:applicableUnit unit:GigaN-M-PER-M2 ;
  qudt:applicableUnit unit:J-PER-CentiM2 ;
  qudt:applicableUnit unit:J-PER-M2 ;
  qudt:applicableUnit unit:KiloBTU_IT-PER-FT2 ;
  qudt:applicableUnit unit:KiloCAL-PER-CentiM2 ;
  qudt:applicableUnit unit:KiloGM-PER-SEC2 ;
  qudt:applicableUnit unit:KiloN-M-PER-M2 ;
  qudt:applicableUnit unit:KiloW-HR-PER-M2 ;
  qudt:applicableUnit unit:LANGLEY ;
  qudt:applicableUnit unit:LB_F-PER-IN ;
  qudt:applicableUnit unit:MegaJ-PER-M2 ;
  qudt:applicableUnit unit:MegaN-M-PER-M2 ;
  qudt:applicableUnit unit:MicroN-M-PER-M2 ;
  qudt:applicableUnit unit:MilliJ-PER-M2 ;
  qudt:applicableUnit unit:MilliN-M-PER-M2 ;
  qudt:applicableUnit unit:N-M-PER-M2 ;
  qudt:applicableUnit unit:NanoN-M-PER-M2 ;
  qudt:applicableUnit unit:W-HR-PER-M2 ;
  qudt:applicableUnit unit:W-SEC-PER-M2 ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-2D0 ;
  qudt:informativeReference "http://www.calculator.org/property.aspx?name=energy%20per%20unit%20area"^^xsd:anyURI ;
  qudt:plainTextDescription "Energy per unit area is a measure of the energy either impinging upon or generated from a given unit of area. This can be a measure of the \"toughness\" of a material, being the amount of energy that needs to be applied per unit area of a crack to cause it to fracture. This is a constant for a given material.." ;
  rdfs:comment "Applicable units are those of quantitykind:EnergyPerArea" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Energy per Area"@en .
