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 {
|
||||
?s arg:ARG_2000028 _:vcard .
|
||||
_:vcard arg:ARG_2000029 ?s .
|
||||
_:vcard a v:Individual .
|
||||
_:vcard a v:Kind .
|
||||
} WHERE {
|
||||
?s vivo:webpage ?webpage
|
||||
FILTER NOT EXISTS { ?s a foaf:Agent }
|
||||
|
|
Loading…
Add table
Reference in a new issue