| item | tag |
|---|---|
| https://schema.org/ | google ontology |
| https://github.com/solid/vocab | solid vocab |
| http://prefix.cc/ | namespace lookup |
| https://lov.linkeddata.es/dataset/lov/ | linked open vocabularies |
| http://graphite.ecs.soton.ac.uk/checker/ | rdf triple checker |
| http://rdf.greggkellogg.net/distiller?command=serialize | ruby gem serializer |
#solid
3898 (sample config.json)
{
"root": "/var/www/html/data",
"port": "8443",
"serverUri": "https://solidweb.org",
"webid": true,
"mount": "/",
"configPath": "/var/www/html/config",
"configFile": "/var/www/html/config.json",
"dbPath": "/var/www/html/.db",
"sslKey": "/etc/letsencrypt/archive/solidweb.org/privkey2.pem",
"sslCert": "/etc/letsencrypt/archive/solidweb.org/fullchain2.pem",
"multiuser": true,
"enforceToc": false,
"disablePasswordChecks": false,
"supportEmail": "meisdata@gmail.com",
"server": {
"name": "solidweb.org",
"description": "free the web",
"logo": ""
}
}
3895 (excerpt_two_simple_examples)
RDF Serializations
JSON-LD:
{ // .-- subject
"@id": "http://www.alice.com",
"givenName": "Alice",
"birthDate": "1990-01-01"
// ^- predicate ^- object
}
Turtle:
@prefix schema: <http://schema.org/> . <http://www.alice.com> schema:givenName "Alice"; schema:birthDate "1990-01-01" .
3880 (doc)
3824 (some notes)
present client is issuing own tokens with long lifetimes should be auth-server doing this cryptographic challenge ---- resource server has auth server ---- nginx auth server plugin via http ---- (realm=area=bereich) ---- 401->access token->deliver content ---- ???pop-endpoint... ---- nonce-parameter ----
3809 (turtle)
3773 (#solidweb.org)

we have production reached: https://solidweb.org