5 pairs of classes that have the same labels.
select * where { ?a rdfs:label ?label. ?b rdfs:label ?label. FILTER (?a != ?b) FILTER (?label != 'no value') } limit 100
5 pairs of classes that have the same labels.
-
Please register or login to post a comment