Sha256: cbb077d4818bcb01ca7404b272091a4f002b9c4dbfba89efe71a196af370de4b
Contents?: true
Size: 383 Bytes
Versions: 16
Compression:
Stored size: 383 Bytes
Contents
RdfNamespacesHelper.instance_methods.each do |meth| namespaces = send(meth) document.namespaces(namespaces) if namespaces.is_a?(Hash) end document << Iqvoc::Concept.root_class.instance.build_rdf_subject do |scheme| @top_concepts.each do |top_concept| scheme.Skos::hasTopConcept IqRdf.build_uri(top_concept.origin) render_concept(document, top_concept, true) end end
Version data entries
16 entries across 16 versions & 1 rubygems