Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webid-profile #117

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 7 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
<div class="head">
<h1 property="schema:name">Solid WebID Profile</h1>

<h2>Version <span property="doap:revision">1.0.0</span>, Editor’s Draft, 2024-03-04</h2>
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#reports" rel="rdf:type">Draft Community Group Report</a>, <time datetime="2024-05-12T00:00:00Z">12 May 2024</time></p>

<details open="">
<summary>More details about this document</summary>
Expand Down Expand Up @@ -410,11 +410,11 @@ <h2>Version <span property="doap:revision">1.0.0</span>, Editor’s Draft, 2024-
<dt>Modified</dt>
<dd>
<time
content="2024-03-04T00:00:00Z"
content="2024-05-12T00:00:00Z"
datatype="xsd:dateTime"
datetime="2024-03-04T00:00:00Z"
datetime="2024-05-12T00:00:00Z"
property="schema:dateModified"
>2024-03-04</time
>2024-05-12</time
>
</dd>
</dl>
Expand Down Expand Up @@ -654,7 +654,7 @@ <h2>Version <span property="doap:revision">1.0.0</span>, Editor’s Draft, 2024-
</dl>
</details>

<p class="copyright"><a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2022-2024 the Contributors to Solid WebID Profile specification, published by the <a href="https://www.w3.org/groups/cg/solid/">Solid Community Group</a> under the <a href="https://www.w3.org/community/about/agreements/cla/" rel="schema:license">W3C Community Contributor License Agreement (CLA)</a>. A human-readable <a href="https://www.w3.org/community/about/agreements/cla-deed/">summary</a> is available. All code snippets are in the public domain, <a href="https://creativecommons.org/public-domain/cc0/" rel="schema:license">CC0</a>.</p>
<p class="copyright" rel="dcterms:rights" resource="#document-rights"><span property="dcterms:description"><a href="https://www.w3.org/policies/#copyright">Copyright</a> © 20222024 the Contributors to Solid WebID Profile, Version 1.0.0, published by the <a href="https://www.w3.org/groups/cg/solid/">Solid Community Group</a> under the <a about="" href="https://www.w3.org/community/about/agreements/cla/" rel="schema:license">W3C Community Contributor License Agreement (CLA)</a>. A human-readable <a href="https://www.w3.org/community/about/agreements/cla-deed/">summary</a> is available.</span></p>

<hr title="Separator for header" />
</div>
Expand All @@ -674,45 +674,8 @@ <h2>Abstract</h2>

<section id="sotd" inlist="" rel="schema:hasPart" resource="#sotd">
<h2 property="schema:name">Status of This Document</h2>
<div property="schema:description" datatype="rdf:HTML">
<p>
This section describes the status of this document at the time
of its publication.
</p>

<p>
This document was published by the
<a href="https://www.w3.org/community/solid/"
>Solid Community Group</a
>
as an <em>Editor’s Draft</em>. The information in this document
is still subject to change. You are invited to
<a href="https://github.com/solid/webid-profile/issues"
>contribute</a
>
any feedback, comments, or questions you might have.
</p>

<p>
Publication as an <em>Editor’s Draft</em> does not imply
endorsement by the
<abbr title="World Wide Web Consortium">W3C</abbr> Membership.
This is a draft document and may be updated, replaced or
obsoleted by other documents at any time. It is inappropriate to
cite this document as other than work in progress.
</p>

<p>
This document was produced by a group operating under the
<a href="https://www.w3.org/community/about/agreements/cla/"
>W3C Community Contributor License Agreement (CLA)</a
>. A human-readable
<a
href="https://www.w3.org/community/about/agreements/cla-deed/"
>summary</a
>
is available.
</p>
<div datatype="rdf:HTML" property="schema:description">
<p>This report was published by the <a href="https://www.w3.org/groups/cg/solid/">Solid Community Group</a>. It is not a W3C Standard nor is it on the W3C Standards Track. Please note that under the <a href="https://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a> there is a limited opt-out and other conditions apply. Learn more about <a href="https://www.w3.org/community/">W3C Community and Business Groups</a>.</p>
</div>
</section>

Expand Down