terse$82472$ - определение. Что такое terse$82472$
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое terse$82472$ - определение

FORMAT FOR EXPRESSING DATA IN THE RDF DATA MODEL
Turtle RDF; Turtle (format); Turtle (standard); RDF Turtle; Terse RDF Triple Language

Terse (file format)         
FILE FORMAT
TERSE is an IBM archive file format that supports lossless compression. A TERSE file may contain a sequential data set, a partitioned data set (PDS), partitioned data set extended (PDSE), or a large format dataset (DSNTYPE=LARGE).
CONCISE         
AVOIDANCE OF UNNECESSARY WORDS
Concise (Vaud); Concise VD; Concise; Conciseness; Succinctness; Clear and concise; Succinct; Terseness
COSINE Network#&39;s Central Information Service for Europe (Reference: COSINE, network)
Conciseness         
AVOIDANCE OF UNNECESSARY WORDS
Concise (Vaud); Concise VD; Concise; Conciseness; Succinctness; Clear and concise; Succinct; Terseness
·noun The quality of being concise.

Википедия

Turtle (syntax)

In computing, Terse RDF Triple Language (Turtle) is a syntax and file format for expressing data in the Resource Description Framework (RDF) data model. Turtle syntax is similar to that of SPARQL, an RDF query language. It is a common data format for storing RDF data, along with N-Triples, JSON-LD and RDF/XML.

RDF represents information using semantic triples, which comprise a subject, predicate, and object. Each item in the triple is expressed as a Web URI. Turtle provides a way to group three URIs to make a triple, and provides ways to abbreviate such information, for example by factoring out common portions of URIs. For example, information about Huckleberry Finn could be expressed as:

<http://example.org/person/Mark_Twain>
   <http://example.org/relation/author>
   <http://example.org/books/Huckleberry_Finn> .