Class: LinkedRails::SHACL::NodeShape

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

Constant Summary

Constants included from Model::Collections

Model::Collections::COLLECTION_CUSTOMIZABLE_OPTIONS, Model::Collections::COLLECTION_OPTIONS, Model::Collections::COLLECTION_STATIC_OPTIONS

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

Methods included from Model::Singularable

#root_relative_iri, #root_relative_singular_iri, #singular_iri, #singular_iri?, #singular_iri_opts, #singular_iri_template, #singular_resource?

Methods included from Model::Serialization

#preview_includes, #show_includes

Methods included from Model::Menuable

#menu, #menu_list, #menus

Methods included from Model::IRI

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

Methods included from Model::Enhancements

#enhanced_with?

Methods included from Model::Dirty

#previously_changed_relations

Methods included from Model::Collections

#collection_for, #collection_iri, #collection_options_for, #collection_root_relative_iri, #parent_collections

Methods included from Model::Actionable

#action, #action_list, #action_triples, #actions, #collection_actions, #favorite_actions

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