feat: add movies template
This commit is contained in:
parent
90c67fdb74
commit
19474bbcbc
@ -1,10 +1,14 @@
|
||||
# Bachelorarbeit
|
||||
|
||||
[[Projects/bachelor/ideas]]
|
||||
|
||||
TODO Liste
|
||||
|
||||
- [ ] Ideen finden
|
||||
- [ ] Betreuer finden
|
||||
- [ ] Idee festlegen
|
||||
|
||||
[[Projects/bachelor/ideas]]
|
||||
|
||||
## Bachelor Topics
|
||||
```query
|
||||
bachelor render [[templates/topic]]
|
||||
```
|
@ -1,10 +1,14 @@
|
||||
# _R_esource _D_escription _F_ramework
|
||||
# Resource Description Framework
|
||||
|
||||
#topic #bachelor
|
||||
|
||||
The RDF descripes resources as triplets of (object, pradicate, subject).
|
||||
|
||||
Where object and subjects are in itself also always resources. Resources in the RDF are identified by URIs.
|
||||
|
||||
The pradicate defines the type of relation between object and subject. [List of known pradicates](https://www.dublincore.org/specifications/dublin-core/dcmi-terms/)
|
||||
One example would be "/Projects/bachelor/topics/SemanticWeb.md" → title → SemanticWeb
|
||||
|
||||
[https://www.dublincore.org/specifications/dublin-core/dcmi-terms/elements11/title/](Link to the pradicate \'title\')
|
||||
One example would be:
|
||||
**Projects/bachelor/topics/SemanticWeb.md** → title → **SemanticWeb**
|
||||
|
||||
[Link to the pradicate 'title'](https://www.dublincore.org/specifications/dublin-core/dcmi-terms/elements11/title)
|
||||
|
@ -6,6 +6,6 @@ When we humans consume content such as web pages, documents or articles we gathe
|
||||
|
||||
Semantic Web is the idea to make the web more readable for machines by enhancing web content with metadata that makes it easier for machines to consume and navigate web content.
|
||||
|
||||
There are several standards to achive this goal, one of the most prominent ones is [[./RDF]]
|
||||
There are several standards to achive this goal, one of the most prominent ones is [[Projects/bachelor/topics/RDF|RDF]]
|
||||
|
||||
|
||||
|
6
templates/page/Movie.md
Normal file
6
templates/page/Movie.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
date: {{releaseDate}}
|
||||
author: {{author}}
|
||||
---
|
||||
|
||||
# {{name}}
|
1
templates/topic.md
Normal file
1
templates/topic.md
Normal file
@ -0,0 +1 @@
|
||||
- [[{{name}}]]
|
Loading…
Reference in New Issue
Block a user