• This project
    • Loading...
  • Sign in

data.posccaesar.org / rdlstaging

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • rdlstaging
  • transform
  • rdfsLabel.qr
  • Trinh H. Nguyen's avatar
    updated RDL Core according to Part12 CD2 · 609ab3ca
    609ab3ca Browse Files
    Trinh H. Nguyen authored 2016-04-27 15:32:05 +0200
rdfsLabel.qr 190 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
prefix dm: <http://data.posccaesar.org/dm/> 
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> 

insert {

    ?a rdfs:label ?label.

} where {
    ?a dm:identificationByLiteral ?label.
}