[Welcome:
- Does everyone feel invited to participate?
- Does the space guarantee users a safe experience?
- Does the space encourage the humanization of others?
- Can people express themselves without compromising their identity and data?
Connect:
- Does the space cultivate a sense of belonging?
- Does the space encourage fruitful connections between groups that aren’t naturally alike?
- Does the space strengthen emotional, structural, and participative ties to geographically local communities?
- Does the space make it possible for people to be heard by those in positions of power?
Understand:
- Does the space allow for shared concerns to be raised for broad attention by society at large?
- Is the information being elevated and shared reliable, factual, and true?
- Does the space build civic competence and encourage democratic participation?
- Does the space promote thoughtful conversation and room for respectful disagreements?
Act:
- Does this space boost a community’s resilience in the face of significant stress or adversity?
- Does this space facilitate our ability to participate in each others’ lives and shape society?]
Paul’s notes on how JSON-LD works
[The JSON-LD data model is a graph with documents as nodes and properties as edges to other nodes or ‘values’.]
[
@vocab
maps a default prefix to keys not mapped explicitly in@context
].
[
@context
provides only definitions to map your keys, it’s not a type.@type
is a type, and can be defined with a URL or a term from@context
.
[
@id
’s value is a reference to another object or node.]