@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<https://dbpedia.org/ontology/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:Song	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:	<http://schema.org/> .
ns1:Song	rdfs:subClassOf	schema:MusicRecording ,
		ns1:MusicalWork .
@prefix dbo:	<http://dbpedia.org/ontology/> .
ns1:Song	owl:sameAs	dbo:Song ;
	rdfs:label	"canzone"@it ,
		"lied"@nl ,
		"lied"@de ,
		"\u06AF\u0627\u0646\u0627"@ur ,
		"chanson"@fr ,
		"amhr\u00E1n"@ga ,
		"\u03C4\u03C1\u03B1\u03B3\u03BF\u03CD\u03B4\u03B9"@el ,
		"\u6B4C"@ja ,
		"\uB178\uB798"@ko ,
		"song"@en ,
		"sang"@da .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns7:	<http://mappings.dbpedia.org/index.php/OntologyClass:> .
ns1:Song	prov:wasDerivedFrom	ns7:Song .
ns1:EurovisionSongContestEntry	rdfs:subClassOf	ns1:Song .
ns1:trackNumber	rdfs:domain	ns1:Song .