A line-based, plain text format for encoding RDF triples. Simpler than Turtle but more verbose, designed for streaming and easy parsing.
Definition
Glossary
Browse our comprehensive glossary of technical terms, definitions, and concepts.
Network Address Translation: a method of mapping multiple private IP addresses to a single public IP address. NAT is used in routers to allow multiple devices on a local network to share a single inte...
DefinitionNetwork Database: a general term for network-model database files. Also refers to MySQL NDB Cluster data storage files.
DefinitionNikon Electronic Format: Nikon's proprietary RAW image format containing unprocessed sensor data with full metadata.
DefinitionInfo File: a plain text file containing information or metadata about associated files.
DefinitionNeuroimaging Informatics Technology Initiative: a file format for neuroimaging data (fMRI, structural MRI). Standard in brain imaging research.
DefinitionNode Package Manager: the default package manager for Node.js that hosts the world's largest software registry. NPM is used to install, share, and manage JavaScript packages and their dependencies thr...
DefinitionThe manifest file for Node.js projects, defining dependencies, scripts, metadata, and configuration for the npm/yarn/pnpm package managers.
DefinitionNero Burning ROM Image: a proprietary disc image format created by Nero AG for CD/DVD burning software.
DefinitionNES Sound Format: a file format for music from Nintendo Entertainment System games, containing the game's sound program code.
DefinitionNetwork Time Protocol: a protocol for synchronizing clocks of computer systems over packet-switched networks. NTP can achieve millisecond-level accuracy and is essential for logging, authentication, a...
DefinitionAn NLP task that identifies and classifies named entities in text into predefined categories such as person names, organizations, locations, dates, and quantities. NER is essential for information ext...
DefinitionA subfield of AI focused on the interaction between computers and human language. NLP enables machines to read, understand, interpret, and generate human language, powering applications like chatbots,...
DefinitionThe most popular open-source graph database that stores data as nodes and relationships rather than tables or documents. Neo4j uses the Cypher query language and excels at traversing connected data fo...
DefinitionNetwork Common Data Form: a self-describing, machine-independent format for array-oriented scientific data. Standard in climate, oceanography, and atmospheric science.
DefinitionThe practice of dividing a computer network into smaller subnetworks (segments) to improve security and performance. Segmentation limits the lateral movement of attackers by isolating sensitive system...
DefinitionA networking device that connects devices within the same network and forwards data based on MAC addresses. Switches operate at the data link layer (Layer 2) of the OSI model and provide dedicated ban...
DefinitionThe arrangement of nodes and connections in a computer network. Common topologies include star (all nodes connect to a central hub), mesh (every node connects to every other), ring, bus, and tree. The...
DefinitionAn automated machine learning technique that uses algorithms to discover optimal neural network architectures for a given task. NAS explores the design space of layer types, connections, and hyperpara...
DefinitionA computing system inspired by the biological neural networks of the human brain. Neural networks consist of layers of interconnected nodes (neurons) that process information using weighted connection...
Definition