Class: LinkedRails::SHACL::NodeShape
- 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
-
#closed ⇒ Object
SHACL attributes.
-
#ignored_properties ⇒ Object
SHACL attributes.
-
#property ⇒ Object
SHACL attributes.
-
#sparql ⇒ Object
SHACL attributes.
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
Class Method Summary collapse
Methods inherited from Resource
Methods included from Model
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
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
Methods included from Model::Dirty
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
#closed ⇒ Object
SHACL attributes
7 8 9 |
# File 'app/models/linked_rails/shacl/node_shape.rb', line 7 def closed @closed end |
#ignored_properties ⇒ Object
SHACL attributes
7 8 9 |
# File 'app/models/linked_rails/shacl/node_shape.rb', line 7 def ignored_properties @ignored_properties end |
#property ⇒ Object
SHACL attributes
7 8 9 |
# File 'app/models/linked_rails/shacl/node_shape.rb', line 7 def property @property end |
#sparql ⇒ Object
SHACL attributes
7 8 9 |
# File 'app/models/linked_rails/shacl/node_shape.rb', line 7 def sparql @sparql end |
Class Method Details
.iri ⇒ Object
15 16 17 |
# File 'app/models/linked_rails/shacl/node_shape.rb', line 15 def iri Vocab.sh.NodeShape end |