Versions Compared

Key

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

...

Current Expression of Owner and Contributors using DC

Note that this does not support:

  • any information on when creation or contribution happened – collectively or separately 
  • any ordering or other differentiation of contribution within the group
  • any association of any creator or contributor with any collection item

Also would seem preferable to use the DC Terms ontology properties creator and contributor since they have a dcterms:Agent as the range.

 

Virtual Collection's owner

...

Code Block
languagenone
@prefix dc:    <http://purl.org/dc/elements/1.1/> .
 
<http://localhost:3000/individual/vc155>
  ...
  dc:contributor       <http://localhost:3000/individual/fg346> .

 Image Added

 

 

...

Proposed Expression of Owner and Contributors using PROV-O

...