@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
_:b19200	rdf:type	owl:Class ;
	owl:intersectionOf	_:b20805 .
_:b19521	rdf:type	owl:Restriction .
@prefix ns2:	<http://www.ontology-of-units-of-measure.org/resource/om-2/> .
_:b19521	owl:onProperty	ns2:hasUnit ;
	owl:hasValue	ns2:ohm .
_:b19522	rdf:type	owl:Restriction ;
	owl:onProperty	ns2:hasUnit .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b19522	owl:cardinality	"1"^^xsd:nonNegativeInteger .
_:b19523	rdf:type	owl:Restriction ;
	owl:onProperty	ns2:hasPrefix ;
	owl:allValuesFrom	ns2:SIPrefix .
_:b19524	rdf:type	owl:Restriction ;
	owl:onProperty	ns2:hasPrefix ;
	owl:cardinality	"1"^^xsd:nonNegativeInteger .
_:b20805	rdf:first	_:b19521 ;
	rdf:rest	_:b20806 .
_:b20806	rdf:first	_:b19522 ;
	rdf:rest	_:b20807 .
_:b20807	rdf:first	_:b19523 ;
	rdf:rest	_:b20808 .
_:b20808	rdf:first	_:b19524 ;
	rdf:rest	rdf:nil .