-
Notifications
You must be signed in to change notification settings - Fork 24
/
sophia_doap.ttl
79 lines (76 loc) · 2.77 KB
/
sophia_doap.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
@base <https://pchampin.github.io/sophia_rs/doap.ttl> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix earl: <http://www.w3.org/ns/earl#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<#this> a doap:Project;
dc:creator <https://champin.net/#pa>;
doap:blog <https://champin.net/blog>;
doap:bug-database <https://github.com/pchampin/sophia_rs/issues>;
doap:created "2018-06-07"^^xsd:date;
doap:description "A Rust toolkit for RDF and Linked Data."@en;
doap:developer <https://champin.net/#pa>;
doap:documenter <https://champin.net/#pa>;
doap:homepage <https://github.com/pchampin/sophia_rs>;
doap:implements
<https://www.w3.org/TR/rdf12-concepts/>,
<https://www.w3.org/TR/rdf12-turtle/>,
<https://www.w3.org/TR/rdf12-n-triples/>,
<https://www.w3.org/TR/rdf12-trig/>,
<https://www.w3.org/TR/rdf12-n-quads/>,
<https://www.w3.org/TR/rdf12-xml/>,
<https://www.w3.org/TR/rdf-canon/>,
<https://www.w3.org/TR/json-ld11/>,
<https://www.w3.org/TR/json-ld11-api/>;
doap:license <http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html>;
doap:maintainer <https://champin.net/#pa>;
doap:name "Sophia";
doap:programming-language "Rust", <http://www.wikidata.org/entity/Q575650>;
doap:shortdesc "A Rust toolkit for RDF and Linked Data."@en;
rdfs:seeAlso <https://crates.io/crates/sophia>;
foaf:maker <https://champin.net/#pa> .
<https://champin.net/#pa> a foaf:Person;
rdfs:isDefinedBy <https://champin.net/>;
foaf:made <https://github.com/pchampin/sophia_rs>;
foaf:mbox <mailto:pierre-antoine@w3.org>;
foaf:name "Pierre-Antoine Champin".
<https://github.com/pchampin/sophia_rs> doap:release [
doap:name "sophia-0.8.0";
doap:revision "0.8.0";
doap:created "2024-01-08"^^xsd:date;
],[
doap:name "sophia-0.8.0-alpha.3";
doap:revision "0.8.0-alpha.3";
doap:created "2023-10-24"^^xsd:date;
],[
doap:name "sophia-0.8.0-alpha.2";
doap:revision "0.8.0-alpha.2";
doap:created "2023-09-15"^^xsd:date;
],[
doap:name "sophia-0.8.0-alpha.1";
doap:revision "0.8.0-alpha.1";
doap:created "2023-05-24"^^xsd:date;
],[
doap:name "sophia-0.8.0-alpha.0";
doap:revision "0.8.0-alpha.0";
doap:created "2023-02-10"^^xsd:date;
],[
doap:name "sophia-0.7.2";
doap:revision "0.7.2";
doap:created "2022-02-01"^^xsd:date;
],[
doap:name "sophia-0.7.1";
doap:revision "0.7.1";
doap:created "2021-12-21"^^xsd:date;
],[
doap:name "sophia-0.7.0";
doap:revision "0.7.0";
doap:created "2021-07-22"^^xsd:date;
],[
doap:name "sophia-0.6.2";
doap:revision "0.6.2";
doap:created "2020-08-14"^^xsd:date;
] .