-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppGraph.xml
More file actions
30 lines (28 loc) · 1.16 KB
/
Copy pathAppGraph.xml
File metadata and controls
30 lines (28 loc) · 1.16 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<KnowledgeGraph xmlns:sema="https://sema.org/v1"
@semantic-schema: "sema-v1.0.0"
@semantic-standard: "spec/sema.md">
<!--
AppGraph.xml for the sema repository itself.
This is NOT a typical project AppGraph. The sema repo is the
spec for the methodology, not a project that uses it. So there are
no project modules to map — only the spec/profile/tools/doc artifacts
that constitute the methodology.
For project-style AppGraph examples, see:
- Origin: https://github.com/bzdos/sema/blob/master/AppGraph.xml
- (your project here)
-->
<bsdOS_sema_repo FILE="." TYPE="METHODOLOGY_SPEC_REPO">
<annotation>
The sema repository. Contains the spec, profiles, tools, and
examples. No source code to annotate — this IS the markup standard.
</annotation>
<CrossLinks>
<Link TARGET="spec/sema.md"/>
<Link TARGET="profiles/bsdOS.md"/>
<Link TARGET="tools/sema-check.sh"/>
<Link TARGET="examples/rust/full_contract.rs"/>
<Link TARGET="examples/zig/pure_function.zig"/>
</CrossLinks>
</bsdOS_sema_repo>
</KnowledgeGraph>