@prefix cpm: . @prefix dc: . @prefix dcat: . @prefix dce: . @prefix dct: . @prefix dcterms: . @prefix grg: . @prefix iop: . @prefix ns0: . @prefix ns1: . @prefix owl: . @prefix pav: . @prefix prov: . @prefix puv: . @prefix qudt: . @prefix rdf: . @prefix rdfs: . @prefix reg: . @prefix sdo: . @prefix semapv: . @prefix skos: . @prefix sssom: . @prefix void: . @prefix xsd: . rdf:type sdo:DefinedTerm ; sdo:description "The series is a time series of measurements in which each measurement has two dimensions such as directional wave spectra. In CF-compliant NetCDF this example data type would be stored in a 3D array with co-ordinates time, frequency and direction. As QXF is limited to two dimensions the data are stored in a 2D array with time as a rank 1 variable and two rank 0 variables (frequency and direction) that are both required to describe a single row. So, for directional wave spectra with 10 frequencies, 10 direction bins and 50 time steps the CF array would have dimensions (50,10,10) and the QXF array (50,100). Position and z co-ordinate are stored in metadata."@en ; sdo:inDefinedTermSet ; sdo:name "Two-dimensional spectrum time series"@en ; sdo:termCode "SDN:C10::2DSPCSER" .