@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://dbpedia.org/property/w/l/> .
ns1:t	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:t	owl:sameAs	ns1:t .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:t	rdfs:label	"w/l/t"@en .