Sha256: 7c6433ff6935b5aad5e80d953d6236906fd95967591893221684271809493afd
Contents?: true
Size: 458 Bytes
Versions: 28
Compression:
Stored size: 458 Bytes
Contents
# frozen_string_literal: true require 'rdf' module Vocab class FedoraResourceStatus < RDF::StrictVocabulary('http://fedora.info/definitions/1/0/access/ObjState#') term :objState, label: 'Object State', type: 'owl:ObjectProperty' term :active, label: 'active', type: 'owl:NamedIndividual' term :deleted, label: 'deleted', type: 'owl:NamedIndividual' term :inactive, label: 'inactive', type: 'owl:NamedIndividual' end end
Version data entries
28 entries across 28 versions & 1 rubygems