VIVO-392 use vcard:Kind for non-agents
This commit is contained in:
parent
c19cc34671
commit
d666a076bf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
||||||
CONSTRUCT {
|
CONSTRUCT {
|
||||||
?s arg:ARG_2000028 _:vcard .
|
?s arg:ARG_2000028 _:vcard .
|
||||||
_:vcard arg:ARG_2000029 ?s .
|
_:vcard arg:ARG_2000029 ?s .
|
||||||
_:vcard a v:Individual .
|
_:vcard a v:Kind .
|
||||||
} WHERE {
|
} WHERE {
|
||||||
?s vivo:webpage ?webpage
|
?s vivo:webpage ?webpage
|
||||||
FILTER NOT EXISTS { ?s a foaf:Agent }
|
FILTER NOT EXISTS { ?s a foaf:Agent }
|
||||||
|
|
Loading…
Add table
Reference in a new issue