DRS Object Models

From Digital Scholarship Group
Jump to navigation Jump to search

Object Models

General

FedoraObjectGraph.jpg

Relationships

FedoraRelationshipGraph.jpg

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>