vault backup: 2026-07-24 10:19:23

This commit is contained in:
Benjamin Neumann
2026-07-24 10:19:23 +02:00
parent 6f6c99ac49
commit 3d32c86374
5 changed files with 22 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

@@ -11,5 +11,24 @@ Subjekt - Prädikat - Objekt
![[Pasted image 20260724100235.png]]
![[Pasted image 20260724100853.png]]
## Turtle Syntax
- Subjekt: Ressource die beschrieben wird - IRI oder Blank
- Prädikat: Eigenschaft oder Beziehung - IRI
- Objekt: Wert der Eigenschaft oder Ressource in Beziehung - Literal, IRI oder Blank
![[Pasted image 20260724101512.png]]
Literaltypen:
Ganze Zahlen = xsd:integer
Dezimalzahlen = xsd:decimal
Gleitkomma = xsd:double
Boolean = xsd:boolean
Zeichenketten = xsd:string
Dabei ist xsd kurz für XML Schema Datatypes Namespace
![[Pasted image 20260724101812.png]]