Resource Description Framework
Resource Description Framework, aka Resource Description Framework, is an actively used schema created in 1997. The Resource Description Framework (RDF) is a family of World Wide Web Consortium (W3C) specifications originally designed as a metadata data model. It has come to be used as a general method for conceptual description or modeling of information that is implemented in web resources, using a variety of syntax notations and data serialization formats. It is also used in knowledge management applications. Read more on Wikipedia...
22Years Old | 25Users | 0Jobs |
- Resource Description Framework ranks in the top 10% of languages
- the Resource Description Framework website
- the Resource Description Framework wikipedia page
- Resource Description Framework first appeared in 1997
- See also: owl, xml, turtle, json, unicode, sparql, sql, python
- I have 27 facts about Resource Description Framework. what would you like to know? email me and let me know how I can help.
Example code from Wikipedia:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . <http://en.wikipedia.org/wiki/Tony_Benn> dc:publisher "Wikipedia" ; dc:title "Tony Benn" ; foaf:primaryTopic [ a foaf:Person ; foaf:name "Tony Benn" ] .
Last updated December 10th, 2019