15 lines
613 B
Markdown
15 lines
613 B
Markdown
# 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**
|
|
|
|
[Link to the pradicate 'title'](https://www.dublincore.org/specifications/dublin-core/dcmi-terms/elements11/title)
|