Class: LinkedRails::SHACL::NodeShape

Inherits:
Shape show all
Defined in:
app/models/linked_rails/shacl/node_shape.rb

Instance Attribute Summary collapse

Attributes inherited from Shape

#and, #deactivated, #message, #node_kind, #or, #severity, #sh_not, #target_class, #target_node, #target_objects_of, #target_subjects_of, #xone

Attributes inherited from Resource

#iri

Class Method Summary collapse

Methods inherited from Resource

#anonymous_iri?

Methods included from Model

#build_child, #singular_resource?

Methods included from Model::Serialization

#preview_includes, #show_includes

Methods included from Model::Iri

#anonymous_iri, #anonymous_iri?, #iri, #iri_opts, #rdf_type, #reload, #root_relative_iri, #route_fragment

Methods included from Model::Enhancements

#enhanced_with?

Methods included from Model::Dirty

#previous_changes_by_predicate, #previously_changed_relations

Methods included from Model::Collections

#collection_for, #parent_collections

Instance Attribute Details

#closedObject

SHACL attributes



7
8
9
# File 'app/models/linked_rails/shacl/node_shape.rb', line 7

def closed
  @closed
end

#ignored_propertiesObject

SHACL attributes



7
8
9
# File 'app/models/linked_rails/shacl/node_shape.rb', line 7

def ignored_properties
  @ignored_properties
end

#propertyObject

SHACL attributes



7
8
9
# File 'app/models/linked_rails/shacl/node_shape.rb', line 7

def property
  @property
end

#sparqlObject

SHACL attributes



7
8
9
# File 'app/models/linked_rails/shacl/node_shape.rb', line 7

def sparql
  @sparql
end

Class Method Details

.iriObject



15
16
17
# File 'app/models/linked_rails/shacl/node_shape.rb', line 15

def iri
  Vocab.sh.NodeShape
end