@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix ns2:	<http://dbpedia.org/resource/Category:> .
dbpedia:Boosting_methods_for_object_categorization	skos:subject	ns2:Learning_in_computer_vision .
<http://dbpedia.org/resource/Bootstrapping_%28machine_learning%29>	skos:subject	ns2:Learning_in_computer_vision .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns2:Learning_in_computer_vision	rdf:type	skos:Concept .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns2:Learning_in_computer_vision	rdfs:label	"Learning in computer vision"@en ;
	skos:prefLabel	"Learning in computer vision"@en ;
	skos:broader	ns2:Machine_learning ,
		ns2:Computer_vision .
dbpedia:Machine_learning	skos:subject	ns2:Learning_in_computer_vision .
dbpedia:Constellation_model	skos:subject	ns2:Learning_in_computer_vision .
dbpedia:One-shot_learning	skos:subject	ns2:Learning_in_computer_vision .