Class: LinkedRails::PropertyQuery
- Inherits:
-
SHACL::PropertyShape
- Object
- Resource
- SHACL::Shape
- SHACL::PropertyShape
- LinkedRails::PropertyQuery
- Defined in:
- app/models/linked_rails/property_query.rb
Instance Attribute Summary
Attributes inherited from SHACL::PropertyShape
#datatype, #default_value, #description, #disjoint, #equals, #flags, #group, #has_value, #language, #less_than, #less_than_or_equals, #max_count, #max_exclusive, #max_inclusive, #max_length, #min_count, #min_exclusive, #min_inclusive, #min_length, #name, #node, #path, #pattern, #qualified_max_count, #qualified_min_count, #qualified_value_shape, #sh_class, #sh_in, #unique_language
Attributes inherited from SHACL::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
Class Method Details
.iri ⇒ Object
6 7 8 |
# File 'app/models/linked_rails/property_query.rb', line 6 def iri Vocab.ontola[:PropertyQuery] end |