Resource Description Framework (RDF) is a family of World Wide Web Consortium (W3C) specifications originally designed as a metadata model but which has come to be used as a general method of modeling information, through a variety of syntax formats.

PropertyValue
p:abstract
  • Resource Description Framework (RDF) is a family of World Wide Web Consortium (W3C) specifications originally designed as a metadata model but which has come to be used as a general method of modeling information, through a variety of syntax formats. The RDF metadata model is based upon the idea of making statements about resources in the form of subject-predicate-object expressions, called triples in RDF terminology. The subject denotes the resource, and the predicate denotes traits or aspects of the resource and expresses a relationship between the subject and the object. For example, one way to represent the notion "The sky has the color blue" in RDF is as a triple of specially formatted strings: a subject denoting "the sky", a predicate denoting "has the color", and an object denoting "blue". This mechanism for describing resources is a major component in what is proposed by the W3C's Semantic Web activity: an evolutionary stage of the World Wide Web in which automated software can store, exchange, and use machine-readable information distributed throughout the web, in turn enabling users to deal with the information with greater efficiency and certainty. RDF's simple data model and ability to model disparate, abstract concepts has also led to its increasing use in knowledge management applications unrelated to Semantic Web activity." (en)
  • El Marco de Descripción de Recursos (del inglés resource description framework, RDF) es un framework para metadatos en la World Wide Web (WWW), desarrollado por el World Wide Web Consortium (W3C)." (es)
  • Resource Description Framework — это разработанная консорциумом W3C модель для описания ресурсов, в особенности — метаданных о ресурсах. В основе этой модели лежит идея об использовании специального вида утверждений, высказываемых о ресурсе. Каждое утверждение имеет вид «субъект — предикат — объект» и в терминологии RDF называется триплетом. Например, утверждение «Небо голубого цвета» в RDF-терминологии можно представить следующим образом: субъект — «небо», предикат — «имеет цвет», объект — «голубой». Для идентификации субъектов, предикатов и объектов в RDF используются URI . Одной из главных целей RDF является предоставление утверждений одинаково в машинно- и человеко-распознаваемом виде. Существует несколько синтаксисов для представления RDF-информации, самые распространённые из которых: RDF/XML, триплеты (Нотация 3) и графовая модель. Для обработки RDF имеется несколько языков запросов: например, RQL, RDQL, SPARQL" (ru)
  • Das Resource Description Framework (RDF, engl. (sinngemäß) „System zur Beschreibung von Bezugsquellen“) ist eine formale Sprache zur Bereitstellung von Metadaten im World Wide Web. RDF wurde vom World Wide Web Consortium zusammen mit der Web Ontology Language als Grundstein für das Semantische Web entwickelt und ist frei verfügbar. Die Idee ist, Eigenschaften von Ressourcen im World Wide Web in einer maschinell verarbeitbaren Form zu beschreiben. Solche Beschreibungen können nach dem RDF-Modell als Graph oder nach der RDF-Syntax als XML-Hypertext vorliegen. RDF wird erweitert durch das RDF-Schema, mit der komplexere Beziehungen zwischen Ressourcen beschrieben werden können." (de)
  • Resource Description Framework (RDF) とは、ウェブ上にある「リソース」を記述するための統一された枠組みであり、W3Cにより規格化がなされている。RDFは特にメタデータについて記述することを目的としており、セマンティック・ウェブを実現するための技術的な構成要素の一つとなっている。 RDFの応用例にはRSS (RDF Site Summary)やFOAF (Friend of a Friend)などがある。" (ja)
  • RDF, Resource Description Framework är en samling teknologier framtagna av World Wide Web Consortium (W3C). RDF är en datamodell, ursprungligen för att uttrycka metadata, men har kommit att fungera som en generell metod för att uttrycka information. RDF är en av de grundläggande teknikerna för den semantiska webben. RDF kan uttryckas i ett flertal syntaxer, bl.a. XML (RDF/XML), Notation 3, Turtle och RDFa (som en del av ett XHTML-dokument)." (sv)
  • RDF (Resource Description Framework) on W3C:n standardi, jolla WWW-sivuille voidaan lisätä tietoa sivun merkityksestä. Esimerkiksi sivulla http://fi.wikipedia.org voi olla ominaisuus kieli, jolla on arvo suomi. RDF-terminologialla sivu on subjekti, ominaisuus on predikaatti ja arvo on objekti. subjekti-predikaatti-objekti-yhdistelmät muodostavat kolmikon (triple). Tyypillisin (mutta ei ainoa) tapa esittää RDF-kolmikoita on XML. Esimerkiksi seuraava RDF-kuvaus määrittelee subjektille "http://fi.wikipedia.org" predikaatin "kieli", jolla on objekti "suomi": "http://www.esimerkki.org/kasitteet/"> suomi URI http://www.esimerkki.org/kasitteet on periaatteessa mielivaltainen merkkijono, jonka perusteella tulkitsija ymmärtää käytettyjen ominaisuuksien merkityksen. Tästä voidaan suorittaa seuraava kysely: SELECT ?subject ?predicate ?object WHERE (?subject ?predicate ?object) USING rdf FOR Josta tulokseksi saadaan: subject: http://fi.wikipedia.org/ predicate: http://www.esimerkki.org/kasitteet/kieli object: suomi Hyvin tunnettu WWW-sivun ominaisuuksia kuvaava predikaattijoukko on nimeltään Dublin Core. Tässä joukossa kielen esittää predikaatti dc:language. Täman predikaattijoukon URI on http://purl.org/dc/elements/1.1/." (fi)
  • Resource Description Framework (RDF) est un modèle de graphe destiné à décrire de façon formelle les ressources Web et leurs métadonnées, de façon à permettre le traitement automatique de telles descriptions. Développé par le W3C, RDF est le langage de base du Web sémantique. Une des syntaxes (sérialisation) de ce langage est RDF/XML. En annotant des documents non structurés et en servant d'interface pour des applications et des documents structurés (pe. bases de données, GED, etc.) RDF permet une certaine interopérabilité entre des applications échangeant de l'information non formalisée et non structurée sur le Web." (fr)
  • Il Resource Description Framework (RDF) è un framework per la descrizione della conoscenza nel web. Esso è stato specificatamente creato, secondo una raccomandazione del W3C, per la descrizione dei metadati relativi alle risorse. Questo framework è una delle proposte che sono alla base del cosiddetto web semantico e permette la condivisione di informazioni sul web. L’RDF si basa su tre principi chiave: #Qualunque cosa può essere identificato da un Universal Resource Identifier (URI) #The least power: utilizzare il linguaggio meno espressivo per definire qualunque cosa #Qualunque cosa può dire qualunque cosa su qualunque cosa RDF è sostanzialmente un modello formale di dati dotato di sintassi di interscambio, un sistema di schemi di tipo ed un linguaggio d’interrogazione." (it)
  • Resource Description Framework of RDF is World Wide Web Consortium (W3C) standaard, oorspronkelijk ontworpen als een metadata model maar gaandeweg gebruikt als een formaat om gegevens in het algemeen voor te stellen en uit te wisselen. (nl)
  • RDF (ang. Resource Description Framework) jest specyfikacją modelu metadanych, określoną przez W3C, zazwyczaj implementowaną w języku XML. Celem RDF jest umożliwienie maszynowego przetwarzania abstrakcyjnych opisów zasobów w sposób automatyczny. Może służyć zarówno do wyszukiwania danych, jak i śledzenia informacji na dany temat. Założeniem RDF jest opis zasobu za pomocą wyrażenia składającego się z trzech elementów: podmiotu, predykatu i obiektu. W RDF podmiot stanowi opisywany zasób, predykat określa jaka jego własność jest opisywana, zaś obiekt stanowi wartość tej własności. Podstawowym mechanizmem wykorzystywanym przez RDF do identyfikacji podmiotu, predykatu i obiektu jest URI." (pl)
  • A Resource Description Framework (RDF) é uma linguagem para representar informação na Internet. Arquivos RDF são modelos ou fontes de dados, também conhecidos como metadata, tecnologia endossada e recomendada pela W3C desde fevereiro de 1999, tendo como principais objetivos criar um modelo simples de dados, com uma semântica formal, usar o vocabulário URI-based e uma sintaxe XML-based e suportar o uso de XML. Os arquivos RDF têm três componentes básicos: recurso, propriedade e indicação, o que torna a linguagem altamente escalável. * Recurso: Qualquer coisa que pode conter um URI, incluindo as páginas da web, assim como elementos de um documento XML. * Propriedade: Um recurso que tenha um determinado nome e possa ser utilizado como uma propriedade * Indicação: consiste na combinação de um recurso, de uma propriedade, e de um valor." (pt)
  • RDF(Resource Description Framework), 一种用于描述Web资源的标记语言。参考资料 W3C RDF Primer中文版" (zh)
p:containerFor
p:extension
  • .rdf (en)
p:genre
p:hasPhotoCollection
p:mime
  • application/rdf+xml (en)
p:name
  • Resource Description Framework (en)
p:owner
p:reference
p:standard
p:wikiPageUsesTemplate
p:wikipage-de
p:wikipage-es
p:wikipage-fi
p:wikipage-fr
p:wikipage-it
p:wikipage-ja
p:wikipage-nl
p:wikipage-pl
p:wikipage-pt
p:wikipage-ru
p:wikipage-sv
p:wikipage-zh
p:wordnet_type
rdf:type
rdfs:comment
  • Resource Description Framework (RDF) is a family of World Wide Web Consortium (W3C) specifications originally designed as a metadata model but which has come to be used as a general method of modeling information, through a variety of syntax formats. (en)
  • El Marco de Descripción de Recursos (del inglés resource description framework, RDF) es un framework para metadatos en la World Wide Web (WWW), desarrollado por el World Wide Web Consortium (W3C)." (es)
  • Resource Description Framework — это разработанная консорциумом W3C модель для описания ресурсов, в особенности — метаданных о ресурсах. В основе этой модели лежит идея об использовании специального вида утверждений, высказываемых о ресурсе." (ru)
  • Das Resource Description Framework (RDF, engl. (sinngemäß) „System zur Beschreibung von Bezugsquellen“) ist eine formale Sprache zur Bereitstellung von Metadaten im World Wide Web." (de)
  • Resource Description Framework (RDF) とは、ウェブ上にある「リソース」を記述するための統一された枠組みであり、W3Cにより規格化がなされている。RDFは特にメタデータについて記述することを目的としており、セマンティック・ウェブを実現するための技術的な構成要素の一つとなっている。" (ja)
  • RDF, Resource Description Framework är en samling teknologier framtagna av World Wide Web Consortium (W3C). RDF är en datamodell, ursprungligen för att uttrycka metadata, men har kommit att fungera som en generell metod för att uttrycka information. RDF är en av de grundläggande teknikerna för den semantiska webben." (sv)
  • RDF (Resource Description Framework) on W3C:n standardi, jolla WWW-sivuille voidaan lisätä tietoa sivun merkityksestä." (fi)
  • Resource Description Framework (RDF) est un modèle de graphe destiné à décrire de façon formelle les ressources Web et leurs métadonnées, de façon à permettre le traitement automatique de telles descriptions. Développé par le W3C, RDF est le langage de base du Web sémantique. Une des syntaxes (sérialisation) de ce langage est RDF/XML." (fr)
  • Il Resource Description Framework (RDF) è un framework per la descrizione della conoscenza nel web. Esso è stato specificatamente creato, secondo una raccomandazione del W3C, per la descrizione dei metadati relativi alle risorse. Questo framework è una delle proposte che sono alla base del cosiddetto web semantico e permette la condivisione di informazioni sul web." (it)
  • Resource Description Framework of RDF is World Wide Web Consortium (W3C) standaard, oorspronkelijk ontworpen als een metadata model maar gaandeweg gebruikt als een formaat om gegevens in het algemeen voor te stellen en uit te wisselen. (nl)
  • RDF (ang. Resource Description Framework) jest specyfikacją modelu metadanych, określoną przez W3C, zazwyczaj implementowaną w języku XML." (pl)
  • A Resource Description Framework (RDF) é uma linguagem para representar informação na Internet." (pt)
  • RDF(Resource Description Framework), 一种用于描述Web资源的标记语言。参考资料 W3C RDF Primer中文版" (zh)
rdfs:label
  • Resource Description Framework (en)
  • Resource Description Framework (es)
  • Resource Description Framework (ru)
  • Resource Description Framework (de)
  • Resource Description Framework (ja)
  • Resource Description Framework (sv)
  • RDF (fi)
  • Resource Description Framework (fr)
  • Resource Description Framework (it)
  • Resource Description Framework (nl)
  • Resource Description Framework (pl)
  • RDF (pt)
  • RDF (zh)
skos:subject
foaf:page
p:containerFor
p:redirect
owl:sameAs
Powered by OpenLink Virtuoso