notes/Projects/bachelor/topics/RDF.md

15 lines
613 B
Markdown
Raw Normal View History

2023-12-13 16:19:04 +01:00
# Resource Description Framework
#topic #bachelor
2023-12-13 15:50:05 +01:00
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/)
2023-12-13 16:19:04 +01:00
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)