Difference between revisions of "DRS Object Models"

From Digital Scholarship Group
Jump to navigation Jump to search
(Created page with "'''Object Models''' ''Employee/Faculty Objects''")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Object Models'''
+
''This page is no longer being updated.''
''Employee/Faculty Objects''
+
 
 +
''The content of this page was saved elsewhere on August 22, 2018. This page can be removed.''
 +
 
 +
==Object Models==
 +
===General===
 +
[https://wiki.duraspace.org/display/FEDORA34/Fedora+Digital+Object+Model Fedora Object Model Documentation]
 +
[[File:FedoraObjectGraph.jpg|thumb|600px|center]]
 +
===Relationships===
 +
[https://wiki.duraspace.org/display/FEDORA35/Digital+Object+Relationships Fedora Object Model Relationships Documentation]
 +
 
 +
[[File:FedoraRelationshipGraph.jpg|thumb|600px|center]]
 +
===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>

Latest revision as of 12:43, 22 August 2018

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>