Sha256: 8db232dbca54aeebc1acd8877a0bad555a603b06950177ee033f3d36dfe9d726
Contents?: true
Size: 525 Bytes
Versions: 47
Compression:
Stored size: 525 Bytes
Contents
# -*- encoding: utf-8 -*- require 'rdf' class ActiveFedora::RDF::ProjectHydra < ::RDF::StrictVocabulary("http://projecthydra.org/ns/relations#") property :hasProfile, label: "Has Profile".freeze, subPropertyOf: "info:fedora/fedora-system:def/relations-external#fedoraRelationship".freeze, type: "rdf:Property".freeze property :isGovernedBy, label: "Is Governed By".freeze, subPropertyOf: "info:fedora/fedora-system:def/relations-external#fedoraRelationship".freeze, type: "rdf:Property".freeze end
Version data entries
47 entries across 47 versions & 1 rubygems