twink/vendor/sourcery.dny.nu/pana/vocab/w3/ldp/context.go

11 lines
320 B
Go
Raw Normal View History

2025-12-05 12:20:05 +01:00
// Package ldp contains terms for the Linked Data Platform namespace.
package ldp
// Namespace is the IRI prefix used for terms defined in this namespace.
const Namespace = "https://www.w3.org/ns/ldp#"
const (
// Inbox is an IRI, either as a string or as an object with an id property.
Inbox = Namespace + "inbox"
)