@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1:	<http://dbpedia.org/class/yago/> .
ns1:ComputerScientist109951070	rdfs:label	"computer scientist" ;
	rdfs:subClassOf	ns1:ComputerUser109951274 ,
		ns1:Scientist110560637 .
ns1:ComputerScientists	rdfs:subClassOf	ns1:ComputerScientist109951070 .
ns1:ComputationalLinguist109950728	rdfs:subClassOf	ns1:ComputerScientist109951070 .