From f413f906d26785d1c3e1e414a75d707dd65ff93e Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 10 Oct 2024 16:59:02 +0200 Subject: [PATCH] Add solid:proxy --- solid-terms.ttl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/solid-terms.ttl b/solid-terms.ttl index 3128230..28c11e3 100644 --- a/solid-terms.ttl +++ b/solid-terms.ttl @@ -215,9 +215,16 @@ solid:privateTypeIndex dc:issued "2018-01-24"^^xsd:date ; rdfs:comment "Points to an unlisted type index resource."@en ; rdfs:range solid:UnlistedDocument ; - rdfs:isDefinedBy ; rdfs:label "private type index"@en . +solid:proxy + a rdf:Property ; + dc:issue "2024-10-10"^^xsd:date ; + rdfs:comment """A proxy endpoint for applications to use. The value of the property is intended to be used as the base URL for the request, e.g., the proxy as literal: `https://example.org/proxy?uri=` would be used to request `https://example.net/profile/card#me` as `https://example.org/proxy?uri=https://example.net/profile/card%23me`"""@en ; + rdfs:label "proxy"@en ; + rdfs:isDefinedBy ; + rdfs:range rdfs:Literal . + solid:publicTypeIndex a rdf:Property ; dc:issued "2018-01-24"^^xsd:date ;