Sha256: 7c9857dfcb3d13fb4b0828b824ce01b3fd512bd8c87aa12236ce50be50515a34
Contents?: true
Size: 225 Bytes
Versions: 35
Compression:
Stored size: 225 Bytes
Contents
# frozen_string_literal: true module LinkedRails class PropertyQuery < SHACL::PropertyShape attr_accessor :force_render class << self def iri Vocab.ontola[:PropertyQuery] end end end end
Version data entries
35 entries across 35 versions & 1 rubygems