Versions Compared

Key

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

...

Virtual Collection's owner

 Same as for Use Case 1.1.

Virtual Collection's collaborators

...

Virtual Collection's metadata

 Same as for  Use Case 1.1 plus triples representing collaborators.

...

Expand
titleExpand to see n-triples...
Code Block
languagenone
titlen-triples
<http://localhost:3000/virtualcollectionindividual/changeme:155>vc155> <http://www.w3.org/2000/01/rdf-schema#label> "My Virtual Collection" .
<http://localhost:3000/virtualcollection/changeme:155> <http://www.w3.org/2000/01/rdf-schema#comment> "These are resources I am gathering together for personal use." .
<http://localhost:3000/virtualcollection/changeme:155> <http://purl.org/dc/elements/1.1/creator>contributor> <http://vivo.cornell.edulocalhost:3000/individual/individual24416>fg355> .
Code Block
languagenone
titleTurtle
@prefix rdfsdc:    <http://wwwpurl.w3.org/2000dc/01/rdf-schema#> .
@prefix dct:      <http://purl.org/dc/terms>elements/1.1/> .
 
<http://localhost:3000/virtualcollectionindividual/changeme:155>
  dct:title        "My Virtual Collection" ;
  dct:description  "These are resources I am gathering together for personal use." ;vc155>
  ...
  dc:creatorcontributor       <http://vivo.cornell.edulocalhost:3000/individual/individual24416>fg355> .

 

 NOTE:  Potential alternatives...  Waiting for ontology group to weigh in and tell me which to use.