Sha256: 1224058ff3cb87ff2ac6ee19467ec563b0381cd99db161dff4e9c9ef4f6efc66
Contents?: true
Size: 328 Bytes
Versions: 12
Compression:
Stored size: 328 Bytes
Contents
class DummyResourceB include ActiveTriples::RDFSource configure :type => RDF::URI('http://example.org/type/ResourceB') property :label, :predicate => RDF::URI('http://example.org/ontology/label') property :in_resource, :predicate => RDF::URI('http://example.org/ontology/in_resource'), :class_name => DummyResourceA end
Version data entries
12 entries across 12 versions & 1 rubygems