rdfsLabel.qr 246 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 prefix lci: <http://data.posccaesar.org/dm/> prefix lcm: <http://data.posccaesar.org/dm/metadata/> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> insert { ?a rdfs:label ?label. } where { ?a dm:identificationByLiteral ?label. }