RDF$501042$ - definizione. Che cos'è RDF$501042$
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è RDF$501042$ - definizione

FORMAL LANGUAGE FOR DESCRIBING DATA MODELS
Rdf natural language; .rdf; RDF feed; Rdf feed; RDF Feed; Resource Description Format; Resource description framework; RDF (computer science)

RDF         
WIKIMEDIA DISAMBIGUATION PAGE
Rdf; RDF (disambiguation)
Rate Decrease Factor
RDF query language         
PROGRAMMING LANGUAGE ALLOWING EASY QUERYING ON RDF GRAPHS
RDQL; RDF query languages
An RDF query language is a computer language, specifically a query language for databases, able to retrieve and manipulate data stored in Resource Description Framework (RDF) format.
Resource Description Framework         
<World-Wide Web, specification, data> (RDF) A specification being developed in 2000 by the W3C as a foundation for processing meta-data regarding resources on the Internet, including the World-Wide Web. Resource Description Framework data consists of resources (nodes), and property/value pairs describing the resource. A node is any object which can be pointed to by a URI, properties are attributes of the node, and values can be either atomic values for the attribute, or other nodes. For example, information about a particular web page (a node), might include the property "Author". The value for the Author property could be either a string giving the name of the author, or a link to a resource describing the author. Resource Description Framework only specifies a mechanism for encoding and transferring meta-data. It does not specify what that meta-data should, or can be. RDF does not, for example, define an "Author" attribute. Sets of properties are defined within RDF Vocabularies (or Schemas). Anynone can create an RDF schema, describing a specialized set of properties, by creating a resource, referenced by the Schema URI, which provides a human- and machine-understandable definition of the schema's properties. The description of a node may include properties defined in different schemas. The properties within a resource description are associated with a certain schema definition using the XML namespace mechanism. Schemas currently being developed include a content screening system modeled after PICS, and a bibliographic vocabulary, such as the Dublin Core Initiative. RDF/">http://w3c.org/RDF/. {rdf-syntax/">W3C Resource Description Framework-RDF Model and Syntax Specification (http://w3.org/TR/REC-rdf-syntax/)}. (2000-03-25)

Wikipedia

Resource Description Framework

The Resource Description Framework (RDF) is a World Wide Web Consortium (W3C) standard originally designed as a data model for metadata. It has come to be used as a general method for description and exchange of graph data. RDF provides a variety of syntax notations and data serialization formats, with Turtle (Terse RDF Triple Language) currently being the most widely used notation.

RDF is a directed graph composed of triple statements. An RDF graph statement is represented by: 1) a node for the subject, 2) an arc that goes from a subject to an object for the predicate, and 3) a node for the object. Each of the three parts of the statement can be identified by a URI. An object can also be a literal value. This simple, flexible data model has a lot of expressive power to represent complex situations, relationships, and other things of interest, while also being appropriately abstract.

RDF was adopted as a W3C recommendation in 1999. The RDF 1.0 specification was published in 2004, the RDF 1.1 specification in 2014. SPARQL is a standard query language for RDF graphs. RDFS, OWL and SHACL are ontology languages that are used to describe RDF data.