-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
void:object would identify an object common to all entities in a
Dataset/subset, just as void:property identifies a property common to all
entities in a property partition.
This would allow you to state the number of entities linking to a particular
entity, or having a particular shared value.
Used in combination with void:property, one could express facets of a
dataset/result set with VoID.
eg:
[
void:property dct:date ;
void:object "1985" ;
void:entities 354 ;
] .
Original issue reported on code.google.com by K.J.W.Al...@gmail.com on 18 Oct 2012 at 1:24
Reactions are currently unavailable