@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
_:vb13402	rdf:type	owl:Restriction .
@prefix ns2:	<http://yang.eurecom.fr/codeontology/> .
_:vb13402	owl:onProperty	ns2:hasGenericType ;
	owl:allValuesFrom	_:vb13403 .
_:vb13403	rdf:type	owl:Class ;
	owl:unionOf	_:vb13404 .
_:vb13404	rdf:first	ns2:Class ;
	rdf:rest	_:vb13405 .
_:vb13405	rdf:first	ns2:Interface ;
	rdf:rest	rdf:nil .