Difference between revisions of "DRS Object Models"

From Digital Scholarship Group
Jump to navigation Jump to search
Line 1: Line 1:
 
==Object Models==
 
==Object Models==
 
===General===
 
===General===
[[File:FedoraObjectGraph.jpg|center]]
+
[[File:FedoraObjectGraph.jpg|thumb|600px|center]]
 
===Relationships===
 
===Relationships===
[[File:FedoraRelationshipGraph.jpg|center]]
+
[[File:FedoraRelationshipGraph.jpg|thumb|600px|center]]
 
===Employee/Faculty Objects===
 
===Employee/Faculty Objects===
 
====Datastreams====
 
====Datastreams====

Revision as of 16:09, 27 January 2015

Object Models

General

Error creating thumbnail: File missing

Relationships

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>