@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix ns2:	<http://dbpedia.org/resource/Category:> .
dbpedia:Capetian_dynasty	skos:subject	ns2:Etrurian_history .
ns2:Capetian_dynasty	skos:broader	ns2:Etrurian_history .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns2:Etrurian_history	rdf:type	skos:Concept .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns2:Etrurian_history	rdfs:label	"Etrurian history"@en ;
	skos:prefLabel	"Etrurian history"@en ;
	skos:broader	ns2:History_of_Italy ,
		ns2:Etruria .