@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbo:specialization	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:specialization	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbo:specialization	rdfs:comment	"Points out the subject or thing someone or something is specialized in (for)."@en ,
		"Verweist of den Gegenstand (auch fig.) auf welchen jemand oder etwas spezialisiert ist."@de ;
	owl:sameAs	dbo:specialization ;
	rdfs:label	"Spezialisierung"@de ,
		"specialization"@en .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns5:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:specialization	prov:wasDerivedFrom	ns5:specialization .