Sha256: ed3cb5d3bfc376daaca2d52bd67906caceb3090f3ec5199c3527b959f969c2be
Contents?: true
Size: 568 Bytes
Versions: 87
Compression:
Stored size: 568 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
87 entries across 87 versions & 1 rubygems