feat: initial commit
This commit is contained in:
commit
a161b86c9a
705 changed files with 288162 additions and 0 deletions
10
vendor/sourcery.dny.nu/pana/vocab/w3/ldp/context.go
vendored
Normal file
10
vendor/sourcery.dny.nu/pana/vocab/w3/ldp/context.go
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// 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"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue