@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
_:b19189	rdf:type	owl:Class ;
	owl:intersectionOf	_:b20789 .
_:b19502	rdf:type	owl:Restriction .
@prefix ns2:	<http://www.ontology-of-units-of-measure.org/resource/om-2/> .
_:b19502	owl:onProperty	ns2:hasUnit ;
	owl:hasValue	ns2:coulomb .
_:b19503	rdf:type	owl:Restriction ;
	owl:onProperty	ns2:hasUnit .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b19503	owl:cardinality	"1"^^xsd:nonNegativeInteger .
_:b19504	rdf:type	owl:Restriction ;
	owl:onProperty	ns2:hasPrefix ;
	owl:allValuesFrom	ns2:SIPrefix .
_:b19505	rdf:type	owl:Restriction ;
	owl:onProperty	ns2:hasPrefix ;
	owl:cardinality	"1"^^xsd:nonNegativeInteger .
_:b20789	rdf:first	_:b19502 ;
	rdf:rest	_:b20790 .
_:b20790	rdf:first	_:b19503 ;
	rdf:rest	_:b20791 .
_:b20791	rdf:first	_:b19504 ;
	rdf:rest	_:b20792 .
_:b20792	rdf:first	_:b19505 ;
	rdf:rest	rdf:nil .