-
I created a Drupal Repository Object, then a Media, and uploaded a File.
The Object and the File are in Gemini and so I know they're in Fedora.
The Media object (with whatever metadata attached) d…
-
Right now a Media entity, when serialized, has itself as the subject and contains a triple of the form ` iana:describes `, but really it needs to be ` iana:describedby ` to be in line with how Fedora …
-
Right now, everything's a PCDM Object or PCDM File, but nothing is an "Collection" or "Original File" or any of the taxonomy terms we're using. That information needs to make its way into the RDF, fe…
-
Right now, entity references have URLs pointing to their jsonld counterparts, but we should probably be writing out the canonical URL. The jsonld is an alternate representation of the node/media/term…
-
This is a meta-issue to keep track of work on migrating the content from the 2017 Islandoracon hack/doc documentation work.
Quick shutout to some of the hack/doc participants whose Github handles …
-
### Code
lib/hydra/pcdm/models/concerns/collection.rb
### Model Usage
* PCDM::Collection (and by extension Works::Collection)
### Active Fedora Usage
* `class Collection < ActiveFedora:…
-
### Code
lib/hydra/pcdm/models/concerns/object.rb
### Model Usage
* PCDM::Object (and by extension Works::Work, Works::FileSet)
### Active Fedora Usage
* `class Object < ActiveFedora::B…
-
### Code
lib/hydra/pcdm/models/concerns/pcdm_behavior.rb #ordered_objects
### Active Fedora Usage
* calls #ordered_members method created when defining the ActiveFedora relationship named mem…
-
### Code
lib/hydra/pcdm/models/concerns/pcdm_behavior.rb #ordered_member_ids
### Active Fedora Usage
* calls #ordered_member_proxies method created when defining the ActiveFedora relationship…
-
### Code
lib/hydra/pcdm/models/concerns/file.rb
### Model Usage
* PCDM::File
### Active Fedora Usage
* extends ActiveFedora::File... `class File < ActiveFedora::File`
### Related wor…