Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Relationship

mattt edited this page Apr 26, 2021 · 8 revisions

Relationship

public struct Relationship: Hashable, Codable 

Inheritance

Codable, CustomStringConvertible, Hashable

Properties

subject

public let subject: Symbol

predicate

public let predicate: Predicate

object

public let object: Symbol

description

public var description: String