DRS Object Models

From Digital Scholarship Group
(Redirected from DRSobjectmodels)
Jump to navigation Jump to search

This page is no longer being updated.

The content of this page was saved elsewhere on August 22, 2018. This page can be removed.

Object Models

General

Fedora Object Model Documentation

Error creating thumbnail: File missing

Relationships

Fedora Object Model Relationships Documentation

Error creating thumbnail: File missing

Employee/Faculty Objects

Datastreams

  • AUDIT
  • DC
  • RELS-EXT
<rdf:RDF xmlns:ns0="http://repository.neu.edu/ns/relations#" xmlns:ns1="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 <rdf:Description rdf:about="info:fedora/neu:rr172z641">
   <ns0:hasAffiliation rdf:resource="info:fedora/neu:466"></ns0:hasAffiliation>
   <ns1:hasModel rdf:resource="info:fedora/afmodel:Employee"></ns1:hasModel>
 </rdf:Description>
</rdf:RDF>
  • details (managed content)

This should also include a field to hold an email address.

<fields>
 <nuid>00000000</nuid>
 <name>Peter Pan</name>
 <status>COMPLETE</status>
 <community_name>University Libraries</community_name>
</fields>
  • rightsMetadata (managed content)
<rightsMetadata xmlns="http://hydra-collab.stanford.edu/schemas/rightsMetadata/v1" version="0.1">
 <copyright>
   <human type="title"/>
   <human type="description"/>
   <machine type="uri"/>
 </copyright>
 <access type="discover">
   <human/>
   <machine/>
 </access>
 <access type="read">
   <human/>
   <machine>
     <group>public</group>
   </machine>
 </access>
 <access type="edit">
   <human/>
   <machine/>
 </access>
 <embargo>
   <human/>
   <machine/>
 </embargo>
</rightsMetadata>