VIVO-325 skos:Concept migration

This commit is contained in:
brianjlowe 2013-10-10 14:37:55 -04:00
parent db6e2dd358
commit 55d59190e5
16 changed files with 40 additions and 14 deletions

View file

@ -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 owl:Thing .
} WHERE {
GRAPH ?g {
{ ?s vivo:hasResearchArea ?concept } UNION
{ ?s vivo:hasSubjectArea ?concept }
?concept a owl:Thing
} FILTER (!regex(str(?g), "kb-inf"))
}