Versions Compared

Key

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

...

titleOld

...

 

 

This query returns the number of Agents Persons; foaf:Organization without a label (#38 as of 3/7/11)(Persons, Orgs) without a label

Select count(?s)

Where {

?s rdf:type foaf:Agent .

Optional {?s rdfs:label ?l} .

Filter (!bound (?l))

}

This query returns the number of UF Persons with a ufid and without a label (#0 as of 3/7/11)

...