VIVO-256 migrate orcid to URI reference
This commit is contained in:
parent
17b90964d0
commit
745a4a26e8
6 changed files with 27 additions and 21 deletions
|
@ -0,0 +1,9 @@
|
|||
PREFIX vivo: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX owl: <http://www.w3.org/2002/07/owl#Thing>
|
||||
|
||||
CONSTRUCT {
|
||||
?s vivo:orcidId ?orcidString .
|
||||
} WHERE {
|
||||
?s vivo:orcidId ?orcidString
|
||||
FILTER(isLiteral(?orcidString))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue