Showing
1 changed file
with
11 additions
and
0 deletions
transform/rdfsLabel.qr
0 → 100644
| 1 | +prefix lci: <http://data.posccaesar.org/dm/> | ||
| 2 | +prefix lcm: <http://data.posccaesar.org/dm/metadata/> | ||
| 3 | +prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> | ||
| 4 | + | ||
| 5 | +insert { | ||
| 6 | + | ||
| 7 | + ?a rdfs:label ?label. | ||
| 8 | + | ||
| 9 | +} where { | ||
| 10 | + ?a lcm:hasPersonInterpretableIdentifierLiteral ?label. | ||
| 11 | +} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment