VIVO-325 skos:Concept migration
This commit is contained in:
parent
db6e2dd358
commit
55d59190e5
16 changed files with 40 additions and 14 deletions
|
@ -0,0 +1,13 @@
|
|||
PREFIX vivo: <http://vivoweb.org/ontology/core#>
|
||||
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
||||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
||||
|
||||
CONSTRUCT {
|
||||
?concept a skos:Concept .
|
||||
} WHERE {
|
||||
{ ?s vivo:hasResearchArea ?concept } UNION
|
||||
{ ?s vivo:hasSubjectArea ?concept }
|
||||
FILTER NOT EXISTS {
|
||||
?concept a skos:Concept
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue