@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
_:b19215	rdf:type	owl:Class ;
	owl:intersectionOf	_:b20820 .
_:b19550	rdf:type	owl:Restriction .
@prefix ns2:	<http://www.ontology-of-units-of-measure.org/resource/om-2/> .
_:b19550	owl:onProperty	ns2:hasUnit ;
	owl:hasValue	ns2:tesla .
_:b19551	rdf:type	owl:Restriction ;
	owl:onProperty	ns2:hasUnit .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b19551	owl:cardinality	"1"^^xsd:nonNegativeInteger .
_:b19552	rdf:type	owl:Restriction ;
	owl:onProperty	ns2:hasPrefix ;
	owl:allValuesFrom	ns2:SIPrefix .
_:b19553	rdf:type	owl:Restriction ;
	owl:onProperty	ns2:hasPrefix ;
	owl:cardinality	"1"^^xsd:nonNegativeInteger .
_:b20820	rdf:first	_:b19550 ;
	rdf:rest	_:b20821 .
_:b20821	rdf:first	_:b19551 ;
	rdf:rest	_:b20822 .
_:b20822	rdf:first	_:b19552 ;
	rdf:rest	_:b20823 .
_:b20823	rdf:first	_:b19553 ;
	rdf:rest	rdf:nil .