Sha256: f77a9c2dbd0b96ad5244db80d04ed7561bbbe62a52b44807aeae169f552101d7
Contents?: true
Size: 334 Bytes
Versions: 39
Compression:
Stored size: 334 Bytes
Contents
# frozen_string_literal: true module LinkedRails module SHACL class NodeShape < Shape # SHACL attributes attr_accessor( :closed, :ignored_properties, :property, :sparql ) class << self def iri Vocab.sh.NodeShape end end end end end
Version data entries
39 entries across 39 versions & 1 rubygems