Module: ActiveTriples::Properties

Extended by:
ActiveSupport::Concern
Included in:
List, RDFSource
Defined in:
lib/active_triples/properties.rb

Overview

Implements property configuration common to Rdf::Resource, RDFDatastream, and others. It does its work at the class level, and is meant to be extended.

Define properties at the class level with:

property :title, predicate: RDF::DC.title, class_name: ResourceClass

Defined Under Namespace

Modules: ClassMethods