Versions Compared

Key

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

...

Virtual Collection's metadata

 

Code Block
languagetitlenonen-triples
<http://localhost:3000/virtualcollection/changeme:155> <rdfs:label> "My Virtual Collection"
<http://localhost:3000/virtualcollection/changeme:155> <rdfs:comment> "These are resources I am gathering together for personal use."
<http://localhost:3000/virtualcollection/changeme:155> <dc:creator> ??? TODO DEFINE FOAF PERSON AND USE URI HERE ???
Code Block
languagenone
titleTurtle
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dc:      <http://purl.org/dc/elements/1.1/>
@prefix dcterms: <http://purl.org/dc/terms>
 
<http://localhost:3000/virtualcollection/changeme:155>
  rdfs:label "My Virtual Collection" ;
  rdfs:comment "These are resources I am gathering together for personal use." ;
  dc:creator ??? TODO DEFINE FOAF PERSON AND USE URI HERE ??? .

 

Virtual Collection's list of items

...