@_linked/sioc
v1.2.3
Published
SIOC (Semantically-Interlinked Online Communities) vocabulary as @linkedShape classes — UserAccount, Site, Space, Container, Item, Role, Usergroup. Renamed from lincd-sioc (plan-011).
Maintainers
Readme
@_linked/sioc
SIOC (Semantically-Interlinked Online Communities)
vocabulary as @linkedShape classes.
Shapes
UserAccount—sioc:UserAccountSite—sioc:SiteSpace—sioc:SpaceContainer—sioc:ContainerItem—sioc:ItemRole—sioc:RoleUsergroup—sioc:Usergroup
Usage
import { UserAccount } from '@_linked/sioc/shapes/UserAccount';
const account = await UserAccount.select().one();
console.log(account.accountOf?.givenName);History
Renamed from lincd-sioc to @_linked/sioc and migrated out of the
lincd.org umbrella in
create-now plan-011
(2026-06-12). Internal source is unchanged — only the package name and
publishing infrastructure were updated to match the modern @_linked/*
convention (changesets, dual-package ESM+CJS build, development
conditional export for Vite HMR).
