Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A little surprised to get zero results for this query:

Result: 0

No Format

select
    (count (distinct ?o) as ?count)
where {
    graph &lt;http<http://vitro.mannlib.cornell.edu/default/vitro-kb-2&gt;2>  {
        ?s vivo:authorInAuthorship ?o .
        filter (not exists { ?o ?p2 ?o2})
    }
}

...