N
- Last Updated: May 18, 2026
- 2 minute read
- MarkLogic Server
- Version 12.0
- Documentation
N3 (Notation 3)
Semantics. A serialized format for expressing data in the Resource Description Framework Schema (RDFS) data model with the syntax similar to SPARQL. RDF represents information as a triple consisting of Subject, Predicate, and Object. RDF/XML and Terse RDF Triple Language (Turtle) are other serializations of RDF.
namespace
XML. In Extensible Markup Language (XML), XQuery, and SPARQL, element and attribute nodes are always in a namespace, even if that namespace is the empty namespace (sometimes called no namespace). Each namespace has a Internationalized Resource Identifier (IRI) associated with it. An IRI is essentially a unique string that identifies the namespace.
nascent fragment
A fragment document that has not yet been committed to a database.
native plugin
MarkLogic. A native plugin is a plugin that contains user-defined native C++ code, compiled into a dynamically linked library, and packaged and deployed according to the native plugin requires. The library must implement one or more classes conforming to the User Defined Function (UDF) interfaces. For details, see Using Native Plugins in Develop Server-Side Applications.
node
MarkLogic. A host in a MarkLogic cluster is sometimes referred to as a node. MarkLogic Server has evaluator nodes (e-node) and data nodes (d-node). Each node in the cluster has its own copy of all of the configuration information for the entire cluster.
node
Semantics. A Subject or Object in an RDF graph. See Resource Description Framework Schema (RDFS).
node
XML. A node is part of a larger XML data structure representing a document’s contents. Nodes can be document nodes, element nodes, comment nodes, and can contain child nodes, attributes, as well as data.
Node.js
JavaScript. (“Node”) A low-level, open-source scripting environment that allows developers to build network and I/O services with JavaScript.
Node Package Manager (NPM)
JavaScript. The public repository of libraries for the Node.js ecosystem.
non-temporal
MarkLogic. The latest data or information, without any history. See bitemporal.
NPM
JavaScript. See Node Package Manager.