Versions Compared

Key

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

...

The following is a list of all ontologies used by the Triple Examples.

NamePrefixURLDetailsComments
RDF
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
specification 
RDF Schemardfs
http://www.w3.org/2000/01/rdf-schema#
specification 
Dublin Coredc
http://purl.org/dc/elements/1.1/
specification 
Dublin Core Termsdcterms
http://purl.org/dc/terms
specificationRequired by OA
Dublin Core TypesdcmitypeCollectionsco
http://purl.org/dc/codcmitype
specificationRequired by OA
ContentcntOpen Annotationoa
http://www.w3.org/ns2011/oacontent#
specification

...

Required by OA

Virtual Collections

Virtual Collection's owner

 

Collectionsco
http://purl.org/co
specification 
Open Annotationoa
http://www.w3.org/ns/oa
specification 

 

Virtual Collections

Virtual Collection's owner

 

Virtual Virtual Collection's metadata

 

Code Block
languagenone
titlen-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>
@prefix dcmitype: <http://purl.org/dc/dcmitype>
@prefix cnt:      <http://www.w3.org/2011/content#>
@prefix oa:       <http://www.w3.org/ns/oa>
 
<http://localhost:3000/virtualcollection/changeme:155/item/changeme:159/comment/changeme:93> a oa:Annotation .
  oa:hasTarget <http://localhost:3000/virtualcollection/item/changeme:156> ;
  oa:hasBody <http://localhost:3000/annotations/bodies/3652730_changeme:93> ;
  oa:motivatedBy oa:Comments .

<http://localhost:3000/virtualcollection/changeme:155/item/changeme:159/comment/changeme:93/body> a dcmitype:Text
  cnt:chars      "This is my favorite book." ;
  dcterms:format "text/plain" .


<http://localhost:3000/annotations/bodies/3652730_changeme:93> <http://www.w3.org/1999/02/22-rdf-syntax-ns#seeAlso> <http://localhost:3000/works/3652730/annotations/changeme:93> .