Class: LinkedRails::SHACL::NodeShape
- Defined in:
- app/models/linked_rails/shacl/node_shape.rb
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
#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
Methods included from Model::Dirty
#previous_changes_by_predicate, #previously_changed_relations
Methods included from Model::Collections
#collection_for, #parent_collections
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 |