Rdf - declarative language, built for semantic web. Turtle - a standard on top of Rdf Sparql - a query language for getting Data, expressed as RDF Super Einführung https://de.slideshare.net/mobile/OpenDataSupport/d211-training-module-13-introduction-to-rdf-sparql-v03-de === Semantic Web === How They Work Together: * RDF provides the structure for representing information.   * SPARQL allows you to query and extract information from RDF data.   * Ontologies provide the context and meaning behind the data.   * RDFS: Basic Ontology Language: Provides a simple vocabulary for defining classes, properties, and hierarchies. {{https://s3.eu-central-1.amazonaws.com/alf-digital-wiki-pics/sharex/nER7H43D9N.png}} Real-World Applications: * Knowledge Graphs: **Representing complex information in a graph-like structure**.   * AI and Machine Learning: Providing structured data for training models.   Source: https://www.obitko.com/tutorials/ontologies-semantic-web/semantic-web-architecture.html === Application with Apache Jena === {{https://alf-digital-wiki-pics.s3.eu-central-1.amazonaws.com/sharex/assetManagementSymanticWeb.drawio.png}}