Sha256: fdb2b5c1f9aedeeb409cf2889bf1b81abc8db635909934a70c5bd25462f0c149

Contents?: true

Size: 886 Bytes

Versions: 25

Compression:

Stored size: 886 Bytes

Contents

# Copyright © 2012 The Pennsylvania State University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

class BatchRdfDatastream < ActiveFedora::NtriplesRDFDatastream
  map_predicates do |map|
    map.part(:to => "hasPart", :in => RDF::DC)
    map.creator(:to => "creator", :in => RDF::DC)
    map.title(:to => "title", :in => RDF::DC)
    map.status(:to => "type", :in => RDF::DC)
  end
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
sufia-3.1.2 sufia-models/app/models/datastreams/batch_rdf_datastream.rb
sufia-models-3.1.2 app/models/datastreams/batch_rdf_datastream.rb
sufia-3.1.1 sufia-models/app/models/datastreams/batch_rdf_datastream.rb
sufia-models-3.1.1 app/models/datastreams/batch_rdf_datastream.rb
sufia-3.1.0 sufia-models/app/models/datastreams/batch_rdf_datastream.rb
sufia-models-3.1.0 app/models/datastreams/batch_rdf_datastream.rb
sufia-3.0.0 sufia-models/app/models/datastreams/batch_rdf_datastream.rb
sufia-models-3.0.0 app/models/datastreams/batch_rdf_datastream.rb
sufia-2.0.1 sufia-models/app/models/datastreams/batch_rdf_datastream.rb
sufia-models-2.0.1 app/models/datastreams/batch_rdf_datastream.rb
sufia-2.0.0 sufia-models/app/models/datastreams/batch_rdf_datastream.rb
sufia-models-2.0.0 app/models/datastreams/batch_rdf_datastream.rb
sufia-models-0.1.2 app/models/datastreams/batch_rdf_datastream.rb
sufia-models-0.1.1 app/models/datastreams/batch_rdf_datastream.rb
sufia-1.3.0 app/models/datastreams/batch_rdf_datastream.rb
sufia-models-0.1.0 app/models/datastreams/batch_rdf_datastream.rb
sufia-models-0.0.2 app/models/datastreams/batch_rdf_datastream.rb
sufia-models-0.0.1 app/models/datastreams/batch_rdf_datastream.rb
sufia-1.2.0 app/models/datastreams/batch_rdf_datastream.rb
sufia-1.1.0 app/models/datastreams/batch_rdf_datastream.rb