Versions Compared

Key

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

...

  • generated is saying this person created the virtual collection
  • endedAtTime will be the last time an item was added to or removed from the virtual collection, effectly representing a modifiedDate
    • What about if the title of the virtual collection changes?  Does endedAtTime change?
  • wasEndedBy will be the last person to add or remove an item to the virtual collection.

Rebecca: What if an item is removed from the collection, or ordering is changed? Do endedAtTime and wasEndedBy change accordingly?

...



Virtual Collection's contributors

Code Block
languagenone
@prefix foaf:    <http://xmlns.com/foaf/0.1> .
 
<http://localhost:3000/individual/fg346> a foaf:Agent, foaf:Group .
 
<http://vivo.cornell.edu/individual/individual24416> a foaf:Person ;
  foaf:member <http://localhost:3000/individual/fg346> .
<http://vivo.cornell.edu/individual/rjv23> a foaf:Person ;
  foaf:member <http://localhost:3000/individual/fg346> .
<http://vivo.cornell.edu/individual/EleanorRayle> a foaf:Person ;
  foaf:member <http://localhost:3000/individual/fg346> .

...