@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 qudt: <http://qudt.org/schema/qudt/> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .

sou:CGS-EMU
  a qudt:SystemOfUnits ;
  dcterms:description "The units in this system are formed in a manner similar to that of the cgs electrostatic system of units: the unit of electric current was defined using the law that describes the force between current-carrying wires. To do this, the permeability of free space (the magnetic constant, relating the magnetic flux density in a vacuum to the strength of the external magnetic field), was set at 1. To distinguish cgs electromagnetic units from units in the international system, they were often given the prefix “ab-”. However, most are often referred to purely descriptively as the 'e.m. unit of capacitance', etc. "^^rdf:HTML ;
  qudt:abbreviation "CGS-EMU" ;
  qudt:hasBaseUnit unit:BIOT ;
  qudt:hasBaseUnit unit:CentiM ;
  qudt:hasBaseUnit unit:GM ;
  qudt:hasBaseUnit unit:SEC ;
  qudt:hasBaseUnit unit:UNITLESS ;
  qudt:informativeReference "http://www.sizes.com/units/sys_cgs_em.htm"^^xsd:anyURI ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/sou> ;
  rdfs:label "CGS System of Units - EMU"@en .
