Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Common Data Types

Several JSON-LD encoding patterns recur across the CDIF profiles. They are defined once here and referenced from the individual profile pages. All property names use namespace prefixes declared in each document’s @context (schema:, skos:, dcterms:, cdi:, xsd:, etc.).

Object Reference

A reference to another node by its @id, used to link to an object defined elsewhere in the same document, in another CDIF document, or externally. An object reference carries no other properties — it is resolved by matching its @id to the full node definition.

LanguageTaggedValue

An RDF literal with a language tag, serialized as a JSON-LD value object.

DefinedTerm

A schema:DefinedTerm represents a concept drawn from a controlled vocabulary, providing a human-readable name together with a resolvable identifier and a link to the vocabulary that defines it.

xsdDataType

The XML Schema datatype that constrains the lexical form of a value, given as a CURIE in the xsd: namespace.

PropertyValue (variableMeasured)

The Discovery-profile shape for a schema:variableMeasured item: a schema:PropertyValue describing one variable in a dataset. The Data Description profile extends this base with additional CDIF properties.

PropertyValue (identifier)

A schema:PropertyValue used to express a structured identifier when a plain resolvable URI does not make the identifier scheme or resolution process clear.