Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add topic "RDF" #4122

Merged
merged 3 commits into from
Dec 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions topics/rdf/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
topic: rdf
display_name: RDF (Resource Description Framework)
short_description: RDF is used for data interchange, using URIs to name the relations between things and a directed labeled graph for representation.
related: semantic-web, sparql, web-ontology-language, shacl, json-ld, n-triples, rql, versa, shex
created_by: W3C, IBM, Microsoft, Netscape, Nokia, Reuters, SoftQuad, University of Michigan
released: October 1997
wikipedia_url: https://en.wikipedia.org/wiki/Resource_Description_Framework
---
**RDF** (**Resource Description Framework**) is a standard model for data interchange on the web, using URIs to name the relationships between things and a directed, labeled graph to represent the data.
Loading