Skip to content

Commit

Permalink
Add security template and YAML file to security vocabulary.
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored and msporny committed Oct 23, 2022
1 parent 0cca688 commit 4b33a2a
Show file tree
Hide file tree
Showing 2 changed files with 645 additions and 0 deletions.
122 changes: 122 additions & 0 deletions vocab/security/template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<html lang="en">
<head>
<meta charset='utf-8'/>
<title></title>
<script class="remove" src="https://www.w3.org/Tools/respec/respec-w3c"></script>
<script class="remove" src="../common.js"></script>
<script class="remove">
var respecConfig = {
localBiblio: {
},
specStatus: "base",
shortName: "2018/security/v1",
thisVersion: "https://w3id.org/2018/security/v1",
doJsonLd: true,
editors: [{
name: "Ivan Herman",
url: "https://www.w3.org/People/Ivan/",
company: "W3C",
w3cid: 7382,
orcid: "0000-0003-0782-2704",
companyURL: "https://www.w3.org",
},{
name: "Manu Sporny",
url: "http://manu.sporny.org/",
company: "Digital Bazaar",
companyURL: "http://digitalbazaar.com/",
w3cid: 41758,
},{
name: "Dave Longley",
company: "Digital Bazaar",
companyURL: "http://digitalbazaar.com/",
w3cid: 48025,
}],
// group : "vc",
// github: {
// repoURL: "https://github.com/w3c/vc-data-model",
// branch: "main"
// },
alternateFormats: [
{uri: "vocabulary.ttl", label: "Turtle"},
{uri: "vocabulary.jsonld", label: "JSON-LD"}
],
inlineCSS: true,
doRDFa: false,
noIDLIn: true,
noLegacyStyle: false
};
</script>
<style type="text/css">
dl.terms dt {
float: left;
clear: left;
width: 10vw;
}

dl.terms dd {
margin-left: 15vw;
}

dl.terms dd:after {
content: '';
display: block;
clear: both;
margin-bottom: 5px;
}
table.rdfs-definition td {
vertical-align: top;
margin-right: 2em;
}
.bold {
font-weight: bold;
}
code {
color: red;
}
</style>
</head>
<body typeof="owl:Ontology">
<section id="abstract">
<p>This document describes the <span property="dc:title" id="title"></span>, i.e.,
the <span property="dc:description" id="description"></span>.
</p>
<p>Alternate versions of the vocabulary definition exist in
<a rel="alternate" href="vocabulary.ttl">Turtle</a> and
<a rel="alternate" href="vocabulary.jsonld">JSON-LD</a>.
</p>
<dl>
<dt>Published:</dt><dd><time property="dc:date" id="time"></time></dd>
<dt>Version Info:</dt>
<dd>2.0</dd>
<dt id="see_also">See Also: </dt>
</dl>
</section>
<section id="sotd">
<p>
Comments regarding this document are welcome. Please file issues
directly on <a href="https://github.com/w3c/vc-data-integrity/issues/">GitHub</a>, or send them to
<a href="mailto:public-vc-comments@w3.org">public-vc-comments@w3.org</a>
(<a href="mailto:public-vc-comments-request@w3.org?subject=subscribe">subscribe</a>,
<a href="https://lists.w3.org/Archives/Public/public-vc-comments/">archives</a>).
</p>
</section>
<section>
<h2>Namespaces</h2>
<p>This specification makes use of the following namespaces:</p>
<dl class="terms" id="namespaces">
</dl>
</section>

<section id="class_definitions">
<h1>Class definitions</h1>
</section>

<section id="property_definitions">
<h1>Property definitions</h1>
</section>

<section id="individual_definitions">
<h1>Definitions for individuals</h1>
</section>
</body>
</html>

0 comments on commit 4b33a2a

Please sign in to comment.