Sha256: 65d2fbf6df838d1c9e290465ffe410196230f5518cd7014ff5314b78424fd735

Contents?: true

Size: 1.82 KB

Versions: 11

Compression:

Stored size: 1.82 KB

Contents

# The default namespace maps to the default namespace for generating relationships from solr
:default_namespace: http://fedora.info/definitions/v4/rels-ext#

# namespace mappings--- 
# you can add specific mappings for your institution by providing the following:
#   namespace_uri:
#     :relationship_symbol: relationship_identifier
# 
# For example, if you have the following element in your relationships:
#  
#  <oai:itemID>oai:example.edu:changeme:500</oai:itemID>
# 
# With the last two lines of this file uncommented, the relationships hash of your object will include:
#   :oai_item_id => ["info:fedora/oai:example.edu:changeme:500"]
#
:predicate_mapping:
  http://fedora.info/definitions/v4/rels-ext#:
    :conforms_to: conformsTo
    :has_annotation: hasAnnotation
    :has_collection_member: hasCollectionMember
    :has_constituent: hasConstituent
    :has_dependent: hasDependent
    :has_derivation: hasDerivation
    :has_description: hasDescription
    :has_equivalent: hasEquivalent
    :has_metadata: hasMetadata
    :has_member: hasMember
    :has_model: hasModel
    :has_part: hasPart
    :has_subset: hasSubset
    :has_topic: hasTopic
    :is_annotation_of: isAnnotationOf
    :is_constituent_of: isConstituentOf
    :is_dependent_of: isDependentOf
    :is_derivation_of: isDerivationOf
    :is_description_of: isDescriptionOf
    :is_member_of: isMemberOf
    :is_member_of_collection: isMemberOfCollection
    :is_metadata_for: isMetadataFor
    :is_part_of: isPartOf
    :is_subset_of: isSubsetOf
    :is_topic_of: isTopicOf
  http://fedora.info/definitions/v4/model#:
    :is_contractor_of: isContractorOf
    :is_deployment_of: isDeploymentOf
    :has_service: hasService
    :has_model: hasModel
  http://www.openarchives.org/OAI/2.0/: 
    :oai_item_id: itemID
  http://projecthydra.org/ns/relations#:
    :is_governed_by: isGovernedBy

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
active-fedora-9.0.0.rc3 config/predicate_mappings.yml
active-fedora-9.0.0.rc2 config/predicate_mappings.yml
active-fedora-9.0.0.rc1 config/predicate_mappings.yml
active-fedora-9.0.0.beta8 config/predicate_mappings.yml
active-fedora-9.0.0.beta7 config/predicate_mappings.yml
active-fedora-9.0.0.beta6 config/predicate_mappings.yml
active-fedora-9.0.0.beta5 config/predicate_mappings.yml
active-fedora-9.0.0.beta4 config/predicate_mappings.yml
active-fedora-9.0.0.beta3 config/predicate_mappings.yml
active-fedora-9.0.0.beta2 config/predicate_mappings.yml
active-fedora-9.0.0.beta1 config/predicate_mappings.yml