Table of Contents

Class JsonLDTerm

Namespace
ActivityPub.Types.Util
Assembly
ActivityPub.Types.dll

Within a context, maps a short word to an IRI.

[JsonConverter(typeof(JsonLDTermConverter))]
public record JsonLDTerm : IEquatable<JsonLDTerm>
Inheritance
JsonLDTerm
Implements
Derived
Inherited Members

Properties

Id

A short-hand string that expands to an IRI, blank node identifier, or keyword.

[JsonPropertyName("@id")]
public required string Id { get; init; }

Property Value

string

See Also