VIVO-392 use vcard:Kind for non-agents

This commit is contained in:
brianjlowe 2013-11-01 09:32:40 -04:00
parent c19cc34671
commit d666a076bf

View file

@ -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 }