You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RDF - Resource Description Framework. Turtle - Terse RDF Triple Language, a common data format for storing RDF data. SPARQL (pronounced "sparkle") - RDF query language.
Data Model
The RDF data model is based on the idea of making statements about resources in the form of Subject-Predicate-Object, known as triples.
These statements can be represented as a directed graph, where each Subject-Predicate-Object triple defines directed edge of the graph, StartVertex->Edge->EndVertex.