Versions Compared

Key

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

...

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 Typesdctype
http://purl.org/dc/dcmitype
specificationRequired by OA
Contentcnt
http://www.w3.org/2011/content#
specificationRequired by OA
OREorehttp://www.openarchives.org/ore/1.0/vocabulary#otherRelationships specificationRecommended as an alternative to the Collections ontology by Rob.  Represents both ordered and unordered items using the Aggregation class.
Collectionsco
http://purl.org/co
specification Can represent unordered items using the Bag class and ordered items using the List class.
Open Annotationoa
http://www.w3.org/ns/oa
specification 
Friend of a Friendfoaf
http://xmlns.com/foaf/0.1
specificationAlso used by OA

...

Code Block
languagenone
titlen-triples
<http://vivo.cornell.edu/individual/individual24416> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>Agent>
Code Block
languagenone
titleTurtle
@prefix foaf:    <http://xmlns.com/foaf/0.1> .

<http://vivo.cornell.edu/individual/individual24416> a foaf:PersonAgent .
<http://vivo.cornell.edu/individual/individual24416> a foaf:Person .

NOTE:

  •  ORE  uses foaf:Agent as the dc:creator.

QUESTIONS:

  • What URI do we use for a user?  Does NETID make the URI unique?  Use VIVO URI.. see below.
  • Do we want to keep any other foaf properties beyond setting the type to foaf person?  Consensus:  None extra needed in our triplestore.
    • ANSWER:  Each university will determine what to use as the URI for users.
      • Cornell: Will use VIVO URI's 
    It was suggested that we use VIVO URIs
      • for faculty and staff.
     
  • Do we want to keep any other foaf properties beyond setting the type to foaf person? 
    • ANSWER:  None extra needed in our triplestore.   We can revisit this if it becomes clear by the implementation that we need to keep additional information.

Virtual Collection's metadata

...