-
Notifications
You must be signed in to change notification settings - Fork 8
/
doap.turtle
24 lines (21 loc) · 810 Bytes
/
doap.turtle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# rapper -q -i turtle -o rdfxml-abbrev doap.turtle
@prefix doap: <http://usefulinc.com/ns/doap#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
<>
a doap:Project;
doap:name "tpm_futurepcr";
doap:homepage <https://github.com/grawity/tpm_futurepcr>;
doap:shortdesc "Tool to replay TPM event logs and predict future PCR values"@en;
doap:created "2019-02-22";
doap:programming-language "Python";
doap:license <http://usefulinc.com/doap/licenses/mit>;
doap:repository [
a doap:GitRepository;
doap:location <https://github.com/grawity/tpm_futurepcr>
];
doap:bug-database <https://github.com/grawity/tpm_futurepcr/issues>;
doap:maintainer <https://nullroute.eu.org/~grawity/>.
<https://nullroute.eu.org/~grawity/>
a foaf:Person;
foaf:name "Mantas Mikulėnas";
foaf:mbox <mailto:grawity@gmail.com>.