feat: add movies template

This commit is contained in:
notes 2023-12-13 15:19:04 +00:00
parent 90c67fdb74
commit 19474bbcbc
5 changed files with 21 additions and 6 deletions

View File

@ -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]]
```

View File

@ -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)

View File

@ -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
View File

@ -0,0 +1,6 @@
---
date: {{releaseDate}}
author: {{author}}
---
# {{name}}

1
templates/topic.md Normal file
View File

@ -0,0 +1 @@
- [[{{name}}]]