-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphdd.html
12 lines (10 loc) · 85 KB
/
phdd.html
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Physical Data Description (PHDD)</title><title>Physical Data Description (PHDD)</title><link href="http://eelst.cs.unibo.it/apps/LODE/owl.css" rel="stylesheet" type="text/css" /><link href="http://eelst.cs.unibo.it/apps/LODE/Primer.css" rel="stylesheet" type="text/css" /><link href="http://eelst.cs.unibo.it/apps/LODE/rec.css" rel="stylesheet" type="text/css" /><link href="http://eelst.cs.unibo.it/apps/LODE/extra.css" rel="stylesheet" type="text/css" /><link rel="shortcut icon" href="http://eelst.cs.unibo.it/apps/LODE/favicon.ico" /><script src="http://eelst.cs.unibo.it/apps/LODE/jquery.js"></script><script src="http://eelst.cs.unibo.it/apps/LODE/jquery.scrollTo.js"></script><script>
$(document).ready(
function () {
var list = $('a[name="https://dl.dropboxusercontent.com/u/54763869/phdd.ttl"]');
if (list.size() != 0) {
var element = list.first();
$.scrollTo(element);
}
});
</script></head><body><div class="head"><h1>Physical Data Description (PHDD)</h1><dl><dt>IRI:</dt><dd>http://rdf-vocabulary.ddialliance.org/phdd</dd></dl><dl><dt>Date:</dt><dd>25/05/2014</dd><dt>Current version:</dt><dd>0.1</dd></dl><dl><dt>Authors:</dt><dd>Joachim Wackerow</dd><dd>Larry Hoyle</dd><dd>Thomas Bosch</dd><dt>Contributors:</dt><dd>Richard Cyganiak</dd></dl><dl><dt>Other visualisation:</dt><dd><a href="http://eelst.cs.unibo.it/apps/LODE/source?url=https://dl.dropboxusercontent.com/u/54763869/phdd.ttl">Ontology source</a></dd></dl><div class="copyright"><p>This work is distributed under a Creative Commons Attribution License (http://creativecommons.org/licenses/by-nc-sa/3.0/us/).</p></div></div><hr /><h2>Abstract</h2><p> Physical data description (PHDD) of existing or published data (tables) in a rectangular format. The data could be either represented in records with character-separated values (CSV) or in records with fixed length. </p><p> PHDD could be used standalone or together with related vocabularies like Data Catalog Vocabulary (DCAT) or DDI-RDF Discovery.</p><p> Descriptions in PHDD could be added to Web pages which provide tables in rectangular format. This would enable processing by programs of this data. </p><p> The combined usage of PHDD, DDI-RDF Discovery, and DCAT would enable the creation of data repositories which provide metadata for the description of collections, for data discovery, and for processing of the data.</p><p> PHDD is based on the DDI (Data Documentation Initiative, ddialliance.org) specification.</p><p> This ontology is available at http://rdf-vocabulary.ddialliance.org/phdd, and uses the namespace prefix phdd.</p><div id="toc"><h2>Table of Content</h2><ol><li><a href="#classes">Classes</a></li><li><a href="#objectproperties">Object Properties</a></li><li><a href="#dataproperties">Data Properties</a></li><li><a href="#namespacedeclarations">Namespace Declarations</a></li></ol></div><p class="image"><object data="https://raw.githubusercontent.com/linked-statistics/physical-data-description/master/UML/phdd_web.png" type="image/png"></object></p><div id="classes"><h2>Classes</h2><ul class="hlist"><li><a href="#d4e898" title="http://rdf-vocabulary.ddialliance.org/phdd#Column">Column</a></li><li><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a></li><li><a href="#d4e926" title="http://rdf-vocabulary.ddialliance.org/phdd#Delimited">Delimited</a></li><li><a href="#d4e942" title="http://rdf-vocabulary.ddialliance.org/phdd#DelimitedColumnDescription">Delimited column description</a></li><li><a href="#d4e883" title="http://rdf-vocabulary.ddialliance.org/discovery#DataFile"><span>discovery:DataFile</span></a></li><li><a href="#d4e890" title="http://rdf-vocabulary.ddialliance.org/discovery#Variable"><span>discovery:Variable</span></a></li><li><a href="#d4e957" title="http://rdf-vocabulary.ddialliance.org/phdd#FixedColumnDescription">fixed column description</a></li><li><a href="#d4e972" title="http://rdf-vocabulary.ddialliance.org/phdd#FixedRecordLength">Fixed record length</a></li><li><a href="#d4e988" title="http://rdf-vocabulary.ddialliance.org/phdd#InputProgram">Input Program</a></li><li><a href="#d4e1022" title="http://rdf-vocabulary.ddialliance.org/phdd#Table">Table</a></li><li><a href="#d4e1053" title="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription">Table Description</a></li><li><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a></li></ul><div id="d4e898" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#Column"></a><h3>Column<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#Column</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/logicalproduct_xsd/elements/Variable.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/logicalproduct_xsd/elements/Variable.html</a></dd></dl><div class="comment"><p> A column of a table. Other terms are variable or data item.</p><p> Equivalent class in Disco: Variable</p><p> Disco documentation: http://rdf-vocabulary.ddialliance.org/discovery.html#variable-and-variable-definition</p><p> Equivalent element in DDI 3.2: l:Variable</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/logicalproduct_xsd/elements/Variable.html</p></div><dl class="description"><dt>is in range of</dt><dd><a href="#d4e74" title="http://rdf-vocabulary.ddialliance.org/phdd#column">column</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e913" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription"></a><h3>Column description<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p> Detailed description of a column. It comprehends common properties of delimited column and fixed column data.</p></div><dl class="description"><dt>has sub-classes</dt><dd><a href="#d4e942" title="http://rdf-vocabulary.ddialliance.org/phdd#DelimitedColumnDescription">Delimited column description</a><sup title="class" class="type-c">c</sup>, <a href="#d4e957" title="http://rdf-vocabulary.ddialliance.org/phdd#FixedColumnDescription">fixed column description</a><sup title="class" class="type-c">c</sup></dd><dt>is in domain of</dt><dd><a href="#d4e495" title="http://rdf-vocabulary.ddialliance.org/phdd#decimalPositions">Decimal positions</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e594" title="http://rdf-vocabulary.ddialliance.org/phdd#endPosition">End position</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e319" title="http://rdf-vocabulary.ddialliance.org/phdd#recommendedDataType">Recommended data type</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e337" title="http://rdf-vocabulary.ddialliance.org/phdd#recommendedDisplayDataFormat">Recommended display data format</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e770" title="http://rdf-vocabulary.ddialliance.org/phdd#recordNumber">Record number</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e823" title="http://rdf-vocabulary.ddialliance.org/phdd#startPosition">Start position</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e383" title="http://rdf-vocabulary.ddialliance.org/phdd#storageFormat">Storage format</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e861" title="http://rdf-vocabulary.ddialliance.org/phdd#width">width</a><sup title="data property" class="type-dp">dp</sup></dd></dl></div><div id="d4e926" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#Delimited"></a><h3>Delimited<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#Delimited</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>Detailed description of a table with character-separated values additionally to the common properties in "TableStructure".</p></div><dl class="description"><dt>has super-classes</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd><dt>is in domain of</dt><dd><a href="#d4e573" title="http://rdf-vocabulary.ddialliance.org/phdd#delimiter">Delimiter</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e629" title="http://rdf-vocabulary.ddialliance.org/phdd#firstDataLine">First data line</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e647" title="http://rdf-vocabulary.ddialliance.org/phdd#namesOnFirstRow">Names on first row</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e475" title="http://rdf-vocabulary.ddialliance.org/phdd#consecutiveDelimitersAsOne">consecutive delimiters as one</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e415" title="http://rdf-vocabulary.ddialliance.org/phdd#textQualifier">text qualifier</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e942" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#DelimitedColumnDescription"></a><h3>Delimited column description<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#DelimitedColumnDescription</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>Detailed description of a column in CSV data additionally to the common properties in "ColumnDescription".</p></div><dl class="description"><dt>has super-classes</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup></dd><dt>is in domain of</dt><dd><a href="#d4e454" title="http://rdf-vocabulary.ddialliance.org/phdd#columnPosition">Column position</a><sup title="data property" class="type-dp">dp</sup></dd></dl></div><div id="d4e883" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/discovery#DataFile"></a><h3>discovery:DataFile<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/discovery#DataFile</p><dl class="description"><dt>is equivalent to</dt><dd><a href="#d4e1022" title="http://rdf-vocabulary.ddialliance.org/phdd#Table">Table</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e890" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/discovery#Variable"></a><h3>discovery:Variable<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/discovery#Variable</p><dl class="description"><dt>is equivalent to</dt><dd><a href="#d4e898" title="http://rdf-vocabulary.ddialliance.org/phdd#Column">Column</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e957" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#FixedColumnDescription"></a><h3>fixed column description<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#FixedColumnDescription</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>Detailed description of a column in fixed record length data in addition to the common properties in "ColumnDescription".</p></div><dl class="description"><dt>has super-classes</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup></dd></dl></div><div id="d4e972" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#FixedRecordLength"></a><h3>Fixed record length<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#FixedRecordLength</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>Detailed description of a table with fixed record length additionally to the common properties in "TableStructure".</p></div><dl class="description"><dt>has super-classes</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd><dt>is in domain of</dt><dd><a href="#d4e753" title="http://rdf-vocabulary.ddialliance.org/phdd#recordLength">Record length</a><sup title="data property" class="type-dp">dp</sup></dd></dl></div><div id="d4e988" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#InputProgram"></a><h3>Input Program<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#InputProgram</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>Program or program statements for reading the data.</p><p> Related element in DDI 3.2: r:CommandFile</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/CommandFile.html</p></div><dl class="description"><dt>has super-classes</dt><dd><span class="logic">inverse</span> <a href="#d4e197" title="http://rdf-vocabulary.ddialliance.org/phdd#inputProgram">Input program</a><sup title="object property" class="type-op">op</sup> <span class="logic">max</span> 1 <a href="#d4e1053" title="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription">Table Description</a><sup title="class" class="type-c">c</sup></dd><dt>is in domain of</dt><dd><a href="#d4e289" title="http://rdf-vocabulary.ddialliance.org/phdd#programFileName">Program file name</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e304" title="http://rdf-vocabulary.ddialliance.org/phdd#programVersion">Program version</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e368" title="http://rdf-vocabulary.ddialliance.org/phdd#softwareType">Software type</a><sup title="object property" class="type-op">op</sup></dd><dt>is in range of</dt><dd><a href="#d4e197" title="http://rdf-vocabulary.ddialliance.org/phdd#inputProgram">Input program</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e1022" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#Table"></a><h3>Table<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#Table</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>A table, which could be a rectangular file with character-separated values (CSV) or a rectangular file with fixed record length.</p><p> This can be a subclass of "Distribution" in Data Catalog Vocabulary (DCAT), see: http://www.w3.org/TR/vocab-dcat/#class-distribution.</p><p> The equivalent class in DDI-RDF Discovery (Disco) is "DataFile", see: http://rdf-vocabulary.ddialliance.org/discovery.html#datafile.</p><p> Related element in DDI 3.2: p:PhysicalDataProduct</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/PhysicalDataProduct.html</p></div><dl class="description"><dt>has super-classes</dt><dd><span class="dotted" title="http://www.w3.org/ns/dcat#Distribution">dcat:Distribution</span><sup title="class" class="type-c">c</sup></dd><dd><a href="#d4e215" title="http://rdf-vocabulary.ddialliance.org/phdd#isDescribedBy">is described by</a><sup title="object property" class="type-op">op</sup> <span class="logic">min</span> 1 <a href="#d4e1053" title="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription">Table Description</a><sup title="class" class="type-c">c</sup></dd><dt>is in domain of</dt><dd><a href="#d4e254" title="http://rdf-vocabulary.ddialliance.org/phdd#isStructuredBy">is structured by</a><sup title="object property" class="type-op">op</sup></dd></dl></div><div id="d4e1053" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription"></a><h3>Table Description<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#TableDescription</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>Description of a table by significant parameters.</p></div><dl class="description"><dt>is in domain of</dt><dd><a href="#d4e434" title="http://rdf-vocabulary.ddialliance.org/phdd#caseQuantity">Case quantity</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e171" title="http://rdf-vocabulary.ddialliance.org/phdd#fileName">File name</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e197" title="http://rdf-vocabulary.ddialliance.org/phdd#inputProgram">Input program</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e684" title="http://rdf-vocabulary.ddialliance.org/phdd#overallRecordCount">Overall record count</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e790" title="http://rdf-vocabulary.ddialliance.org/phdd#recordsPerCase">Records per case</a><sup title="data property" class="type-dp">dp</sup></dd></dl></div><div id="d4e1067" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure"></a><h3>Table Structure<sup title="class" class="type-c">c</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#TableStructure</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>The table properties described by default parameters of the data values.</p></div><dl class="description"><dt>has sub-classes</dt><dd><a href="#d4e926" title="http://rdf-vocabulary.ddialliance.org/phdd#Delimited">Delimited</a><sup title="class" class="type-c">c</sup>, <a href="#d4e972" title="http://rdf-vocabulary.ddialliance.org/phdd#FixedRecordLength">Fixed record length</a><sup title="class" class="type-c">c</sup></dd><dt>is in domain of</dt><dd><a href="#d4e515" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultDecimalPositions">Default decimal positions</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e536" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultDecimalSeparator">Default decimal separator</a><sup title="data property" class="type-dp">dp</sup>, <a href="#d4e108" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultLanguage">Default language</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e140" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultLocale">Default locale</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e271" title="http://rdf-vocabulary.ddialliance.org/phdd#newLine">New line</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e42" title="http://rdf-vocabulary.ddialliance.org/phdd#characterSet">character set</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e74" title="http://rdf-vocabulary.ddialliance.org/phdd#column">column</a><sup title="object property" class="type-op">op</sup>, <a href="#d4e91" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultDigitGroupSeparator">default digit group separator</a><sup title="object property" class="type-op">op</sup></dd><dt>is in range of</dt><dd><a href="#d4e254" title="http://rdf-vocabulary.ddialliance.org/phdd#isStructuredBy">is structured by</a><sup title="object property" class="type-op">op</sup></dd></dl></div></div><div id="objectproperties"><h2>Object Properties</h2><ul class="hlist"><li><a href="#d4e42" title="http://rdf-vocabulary.ddialliance.org/phdd#characterSet">character set</a></li><li><a href="#d4e74" title="http://rdf-vocabulary.ddialliance.org/phdd#column">column</a></li><li><a href="#d4e91" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultDigitGroupSeparator">default digit group separator</a></li><li><a href="#d4e108" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultLanguage">Default language</a></li><li><a href="#d4e140" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultLocale">Default locale</a></li><li><a href="#d4e171" title="http://rdf-vocabulary.ddialliance.org/phdd#fileName">File name</a></li><li><a href="#d4e197" title="http://rdf-vocabulary.ddialliance.org/phdd#inputProgram">Input program</a></li><li><a href="#d4e215" title="http://rdf-vocabulary.ddialliance.org/phdd#isDescribedBy">is described by</a></li><li><a href="#d4e254" title="http://rdf-vocabulary.ddialliance.org/phdd#isStructuredBy">is structured by</a></li><li><a href="#d4e271" title="http://rdf-vocabulary.ddialliance.org/phdd#newLine">New line</a></li><li><a href="#d4e289" title="http://rdf-vocabulary.ddialliance.org/phdd#programFileName">Program file name</a></li><li><a href="#d4e304" title="http://rdf-vocabulary.ddialliance.org/phdd#programVersion">Program version</a></li><li><a href="#d4e319" title="http://rdf-vocabulary.ddialliance.org/phdd#recommendedDataType">Recommended data type</a></li><li><a href="#d4e337" title="http://rdf-vocabulary.ddialliance.org/phdd#recommendedDisplayDataFormat">Recommended display data format</a></li><li><a href="#d4e368" title="http://rdf-vocabulary.ddialliance.org/phdd#softwareType">Software type</a></li><li><a href="#d4e383" title="http://rdf-vocabulary.ddialliance.org/phdd#storageFormat">Storage format</a></li><li><a href="#d4e415" title="http://rdf-vocabulary.ddialliance.org/phdd#textQualifier">text qualifier</a></li></ul><div id="d4e42" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#characterSet"></a><h3>character set<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#characterSet</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/CharacterSet.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/CharacterSet.html</a></dd></dl><div class="comment"><p> The character set or encoding used in the table. Supports the use of an external controlled vocabulary in SKOS.</p><p> Equivalent element in DDI 3.2: CharacterSet</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/CharacterSet.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup> <span class="logic">or</span> <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">core:Concept</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e74" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#column"></a><h3>column<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#column</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p> A column of a table. Other terms are variable or data item.</p><p> Equivalent class in Disco: Variable</p><p> Disco documentation: http://rdf-vocabulary.ddialliance.org/discovery.html#variable-and-variable-definition</p><p> Equivalent element in DDI 3.2: l:Variable</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/logicalproduct_xsd/elements/Variable.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e898" title="http://rdf-vocabulary.ddialliance.org/phdd#Column">Column</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e91" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#defaultDigitGroupSeparator"></a><h3>default digit group separator<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#defaultDigitGroupSeparator</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDigitGroupSeparator.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDigitGroupSeparator.html</a></dd></dl><div class="comment"><p> The character used to separate the component of whole numbers (thousands, millions, etc.) expressed as a one character string.</p><p> Equivalent element in DDI 3.2: r:DefaultDigitGroupSeparator</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDigitGroupSeparator.html</p></div><div class="description"><dl><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e556">data property</a></dd></dl></div></div><div id="d4e108" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#defaultLanguage"></a><h3>Default language<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#defaultLanguage</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p> Default language of text in the table. Supports the use of an external controlled vocabulary in SKOS.</p><p> Related element in DDI 3.2: p:LanguageOfData</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/LanguageOfData.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup> <span class="logic">or</span> <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">core:Concept</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e140" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#defaultLocale"></a><h3>Default locale<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#defaultLocale</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p> The default locale of text in the table. It is a set of parameters that defines the country, and any special variant preferences similar to BCP 47. The language can be defined by "defaultLanguage". Supports the use of an external controlled vocabulary in SKOS.</p><p> Related element in DDI 3.2: p:LocaleOfData</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/LocaleOfData.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup> <span class="logic">or</span> <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">core:Concept</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e171" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#fileName"></a><h3>File name<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#fileName</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p> The file name or URI of the table. </p><p> Equivalent element in DDI 3.2: pi:DataFileIdentification</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/DataFileIdentification.html</p></div><div class="description"><dl><dt>has range</dt><dd><a href="#d4e988" title="http://rdf-vocabulary.ddialliance.org/phdd#InputProgram">Input Program</a><sup title="class" class="type-c">c</sup> <span class="logic">or</span> <a href="#d4e1053" title="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription">Table Description</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e614">data property</a></dd></dl></div></div><div id="d4e197" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#inputProgram"></a><h3>Input program<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#inputProgram</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>Program or program statements for reading the data.</p><p> Related element in DDI 3.2: r:CommandFile</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/CommandFile.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1053" title="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription">Table Description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e988" title="http://rdf-vocabulary.ddialliance.org/phdd#InputProgram">Input Program</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e215" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#isDescribedBy"></a><h3>is described by<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#isDescribedBy</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>is described by</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e898" title="http://rdf-vocabulary.ddialliance.org/phdd#Column">Column</a><sup title="class" class="type-c">c</sup> <span class="logic">or</span> <a href="#d4e1022" title="http://rdf-vocabulary.ddialliance.org/phdd#Table">Table</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup> <span class="logic">or</span> <a href="#d4e1053" title="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription">Table Description</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e254" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#isStructuredBy"></a><h3>is structured by<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#isStructuredBy</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>is structured by</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1022" title="http://rdf-vocabulary.ddialliance.org/phdd#Table">Table</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e271" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#newLine"></a><h3>New line<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#newLine</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/EndOfLineMarker.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/EndOfLineMarker.html</a></dd></dl><div class="comment"><p> Specifies the end-of-line (EOL) marker used in the file as produced. If no value is provided assume the use of a CRLF (carriage return and line feed)</p><p> Equivalent element in DDI 3.2: p:EndOfLineMarker</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/EndOfLineMarker.html</p></div><div class="description"><dl><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e667">data property</a></dd></dl></div></div><div id="d4e289" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#programFileName"></a><h3>Program file name<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#programFileName</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>File name or URI of the input program.</p></div><div class="description"><dl><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e705">data property</a></dd></dl></div></div><div id="d4e304" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#programVersion"></a><h3>Program version<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#programVersion</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>Version of the software used of the program for reading the data.</p></div><div class="description"><dl><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e720">data property</a></dd></dl></div></div><div id="d4e319" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#recommendedDataType"></a><h3>Recommended data type<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#recommendedDataType</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/RecommendedDataType.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/RecommendedDataType.html</a></dd></dl><div class="comment"><p> The data type as recommended by the data producer.</p><p> Equivalent element in DDI 3.2: r:RecommendedDataType</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/RecommendedDataType.html</p></div><div class="description"><dl><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e735">data property</a></dd></dl></div></div><div id="d4e337" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#recommendedDisplayDataFormat"></a><h3>Recommended display data format<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#recommendedDisplayDataFormat</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/GenericOutputFormat.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/GenericOutputFormat.html</a></dd></dl><div class="comment"><p> The recommended display format of the data values of a column. Supports the use of an external controlled vocabulary in SKOS.</p><p> Equivalent element in DDI 3.2: r:GenericOutputFormat</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/GenericOutputFormat.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup> <span class="logic">or</span> <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">core:Concept</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e368" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#softwareType"></a><h3>Software type<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#softwareType</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p> Software or program language used of the program for reading the data.</p><p> Equivalent element in DDI 3.2: r:ProgramLanguage</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/ProgramLanguage.html</p></div><div class="description"><dl><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e808">data property</a></dd></dl></div></div><div id="d4e383" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#storageFormat"></a><h3>Storage format<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#storageFormat</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/StorageFormat.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/StorageFormat.html</a></dd></dl><div class="comment"><p> Definition of the storage format of data values of a column. Supports the use of an external controlled vocabulary in SKOS.</p><p> Equivalent element in DDI 3.2: p:StorageFormat</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/StorageFormat.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup> <span class="logic">or</span> <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">core:Concept</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e415" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#textQualifier"></a><h3>text qualifier<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#textQualifier</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/BaseRecordLayoutType.html#a5">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/BaseRecordLayoutType.html#a5</a></dd></dl><div class="comment"><p> Use for delimited files to designate the which text qualifier, if any, was used. Valid values include: single quote, double quote, and none.</p><p> Equivalent element in DDI 3.2: p:RecordLayout/@textQualifier</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/BaseRecordLayoutType.html#a5</p></div><div class="description"><dl><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e843">data property</a></dd></dl></div></div></div><div id="dataproperties"><h2>Data Properties</h2><ul class="hlist"><li><a href="#d4e434" title="http://rdf-vocabulary.ddialliance.org/phdd#caseQuantity">Case quantity</a></li><li><a href="#d4e454" title="http://rdf-vocabulary.ddialliance.org/phdd#columnPosition">Column position</a></li><li><a href="#d4e475" title="http://rdf-vocabulary.ddialliance.org/phdd#consecutiveDelimitersAsOne">consecutive delimiters as one</a></li><li><a href="#d4e495" title="http://rdf-vocabulary.ddialliance.org/phdd#decimalPositions">Decimal positions</a></li><li><a href="#d4e515" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultDecimalPositions">Default decimal positions</a></li><li><a href="#d4e536" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultDecimalSeparator">Default decimal separator</a></li><li><a href="#d4e556" title="http://rdf-vocabulary.ddialliance.org/phdd#defaultDigitGroupSeparator">default digit group separator</a></li><li><a href="#d4e573" title="http://rdf-vocabulary.ddialliance.org/phdd#delimiter">Delimiter</a></li><li><a href="#d4e594" title="http://rdf-vocabulary.ddialliance.org/phdd#endPosition">End position</a></li><li><a href="#d4e614" title="http://rdf-vocabulary.ddialliance.org/phdd#fileName">File name</a></li><li><a href="#d4e629" title="http://rdf-vocabulary.ddialliance.org/phdd#firstDataLine">First data line</a></li><li><a href="#d4e647" title="http://rdf-vocabulary.ddialliance.org/phdd#namesOnFirstRow">Names on first row</a></li><li><a href="#d4e667" title="http://rdf-vocabulary.ddialliance.org/phdd#newLine">New line</a></li><li><a href="#d4e684" title="http://rdf-vocabulary.ddialliance.org/phdd#overallRecordCount">Overall record count</a></li><li><a href="#d4e705" title="http://rdf-vocabulary.ddialliance.org/phdd#programFileName">Program file name</a></li><li><a href="#d4e720" title="http://rdf-vocabulary.ddialliance.org/phdd#programVersion">Program version</a></li><li><a href="#d4e735" title="http://rdf-vocabulary.ddialliance.org/phdd#recommendedDataType">Recommended data type</a></li><li><a href="#d4e753" title="http://rdf-vocabulary.ddialliance.org/phdd#recordLength">Record length</a></li><li><a href="#d4e770" title="http://rdf-vocabulary.ddialliance.org/phdd#recordNumber">Record number</a></li><li><a href="#d4e790" title="http://rdf-vocabulary.ddialliance.org/phdd#recordsPerCase">Records per case</a></li><li><a href="#d4e808" title="http://rdf-vocabulary.ddialliance.org/phdd#softwareType">Software type</a></li><li><a href="#d4e823" title="http://rdf-vocabulary.ddialliance.org/phdd#startPosition">Start position</a></li><li><a href="#d4e843" title="http://rdf-vocabulary.ddialliance.org/phdd#textQualifier">text qualifier</a></li><li><a href="#d4e861" title="http://rdf-vocabulary.ddialliance.org/phdd#width">width</a></li></ul><div id="d4e434" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#caseQuantity"></a><h3>Case quantity<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#caseQuantity</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/CaseQuantity.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/CaseQuantity.html</a></dd></dl><div class="comment"><p> Number of cases or observations in the table.</p><p> Equivalent element in DDI 3.2: pi:CaseQuantity</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/CaseQuantity.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1053" title="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription">Table Description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">xsd:nonNegativeInteger</span></dd></dl></div></div><div id="d4e454" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#columnPosition"></a><h3>Column position<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#columnPosition</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/ArrayPosition.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/ArrayPosition.html</a></dd></dl><div class="comment"><p> Position number of the column for delimited records.</p><p> Equivalent element in DDI 3.2: ArrayPosition</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/ArrayPosition.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e942" title="http://rdf-vocabulary.ddialliance.org/phdd#DelimitedColumnDescription">Delimited column description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#positiveInteger">xsd:positiveInteger</span></dd></dl></div></div><div id="d4e475" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#consecutiveDelimitersAsOne"></a><h3>consecutive delimiters as one<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#consecutiveDelimitersAsOne</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/complexTypes/DelimiterType.html#a6">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/complexTypes/DelimiterType.html#a6</a></dd></dl><div class="comment"><p> Indicates how consecutive delimiters should be handed by the software.</p><p> Equivalent element in DDI 3.2: p:Delimiter/@treatConsecutiveDelimiterAsOne</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/complexTypes/DelimiterType.html#a6</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e926" title="http://rdf-vocabulary.ddialliance.org/phdd#Delimited">Delimited</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#boolean">xsd:boolean</span></dd></dl></div></div><div id="d4e495" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#decimalPositions"></a><h3>Decimal positions<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#decimalPositions</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/DecimalPositions.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/DecimalPositions.html</a></dd></dl><div class="comment"><p> Number of decimal places for data values with an implied decimal separator. Another expression is decimal scaling factor. Default is 0.</p><p> Equivalent element in DDI 3.2: p:DecimalPositions</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/DecimalPositions.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#positiveInteger">xsd:positiveInteger</span></dd></dl></div></div><div id="d4e515" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#defaultDecimalPositions"></a><h3>Default decimal positions<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#defaultDecimalPositions</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDecimalPositions.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDecimalPositions.html</a></dd></dl><div class="comment"><p> Number of decimal places for data values with an implied decimal separator. It applies to the whole table. Another expression is decimal scaling factor. Default is 0.</p><p> Equivalent element in DDI 3.2: r:DefaultDecimalPositions</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDecimalPositions.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#positiveInteger">xsd:positiveInteger</span></dd></dl></div></div><div id="d4e536" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#defaultDecimalSeparator"></a><h3>Default decimal separator<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#defaultDecimalSeparator</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDecimalSeparator.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDecimalSeparator.html</a></dd></dl><div class="comment"><p> The character used to separate whole numbers from decimals expressed as a one character string.</p><p> Equivalent element in DDI 3.2: r:DefaultDecimalSeparator</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDecimalSeparator.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e556" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#defaultDigitGroupSeparator"></a><h3>default digit group separator<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#defaultDigitGroupSeparator</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDigitGroupSeparator.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDigitGroupSeparator.html</a></dd></dl><div class="comment"><p> The character used to separate the component of whole numbers (thousands, millions, etc.) expressed as a one character string.</p><p> Equivalent element in DDI 3.2: r:DefaultDigitGroupSeparator</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/DefaultDigitGroupSeparator.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e91">object property</a></dd></dl></div></div><div id="d4e573" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#delimiter"></a><h3>Delimiter<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#delimiter</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/Delimiter.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/Delimiter.html</a></dd></dl><div class="comment"><p> Defines the delimiter used to separate variables in a delimited record.</p><p> Equivalent element in DDI 3.2: p:Delimiter</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/Delimiter.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e926" title="http://rdf-vocabulary.ddialliance.org/phdd#Delimited">Delimited</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#string">xsd:string</span><sup title="class" class="type-c">c</sup></dd></dl></div></div><div id="d4e594" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#endPosition"></a><h3>End position<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#endPosition</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/EndPosition.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/EndPosition.html</a></dd></dl><div class="comment"><p> Position of the last character of the column in a table with fixed record length. Must be specified if a value for "width" is not provided.</p><p> Equivalent element in DDI 3.2: p:EndPosition</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/EndPosition.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#positiveInteger">xsd:positiveInteger</span></dd></dl></div></div><div id="d4e614" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#fileName"></a><h3>File name<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#fileName</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p> The file name or URI of the table. </p><p> Equivalent element in DDI 3.2: pi:DataFileIdentification</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/DataFileIdentification.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1053" title="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription">Table Description</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e171">object property</a></dd></dl></div></div><div id="d4e629" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#firstDataLine"></a><h3>First data line<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#firstDataLine</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>First line where the data start. Default is 2.</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e926" title="http://rdf-vocabulary.ddialliance.org/phdd#Delimited">Delimited</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#positiveInteger">xsd:positiveInteger</span></dd></dl></div></div><div id="d4e647" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#namesOnFirstRow"></a><h3>Names on first row<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#namesOnFirstRow</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/RecordLayoutType.html#a5">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/RecordLayoutType.html#a5</a></dd></dl><div class="comment"><p> Indicates if the first row of the table contains the names of the columns. Default is true.</p><p> Equivalent element in DDI 3.2: p:RecordLayout/@namesOnFirstRow</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/RecordLayoutType.html#a5</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e926" title="http://rdf-vocabulary.ddialliance.org/phdd#Delimited">Delimited</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#boolean">xsd:boolean</span></dd></dl></div></div><div id="d4e667" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#newLine"></a><h3>New line<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#newLine</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/EndOfLineMarker.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/EndOfLineMarker.html</a></dd></dl><div class="comment"><p> Specifies the end-of-line (EOL) marker used in the file as produced. If no value is provided assume the use of a CRLF (carriage return and line feed)</p><p> Equivalent element in DDI 3.2: p:EndOfLineMarker</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/EndOfLineMarker.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1067" title="http://rdf-vocabulary.ddialliance.org/phdd#TableStructure">Table Structure</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e271">object property</a></dd></dl></div></div><div id="d4e684" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#overallRecordCount"></a><h3>Overall record count<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#overallRecordCount</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/OverallRecordCount.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/OverallRecordCount.html</a></dd></dl><div class="comment"><p> Overall record count in the table.</p><p> Equivalent element in DDI 3.2: pi:OverallRecordCount</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicalinstance_xsd/elements/OverallRecordCount.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1053" title="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription">Table Description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">xsd:nonNegativeInteger</span></dd></dl></div></div><div id="d4e705" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#programFileName"></a><h3>Program file name<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#programFileName</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>File name or URI of the input program.</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e988" title="http://rdf-vocabulary.ddialliance.org/phdd#InputProgram">Input Program</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e289">object property</a></dd></dl></div></div><div id="d4e720" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#programVersion"></a><h3>Program version<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#programVersion</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>Version of the software used of the program for reading the data.</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e988" title="http://rdf-vocabulary.ddialliance.org/phdd#InputProgram">Input Program</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e304">object property</a></dd></dl></div></div><div id="d4e735" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#recommendedDataType"></a><h3>Recommended data type<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#recommendedDataType</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/RecommendedDataType.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/RecommendedDataType.html</a></dd></dl><div class="comment"><p> The data type as recommended by the data producer.</p><p> Equivalent element in DDI 3.2: r:RecommendedDataType</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/RecommendedDataType.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e319">object property</a></dd></dl></div></div><div id="d4e753" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#recordLength"></a><h3>Record length<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#recordLength</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>The length of a record with fixed length.</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e972" title="http://rdf-vocabulary.ddialliance.org/phdd#FixedRecordLength">Fixed record length</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#nonPositiveInteger">xsd:nonPositiveInteger</span></dd></dl></div></div><div id="d4e770" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#recordNumber"></a><h3>Record number<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#recordNumber</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/PhysicalRecordSegmentType.html#a6">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/PhysicalRecordSegmentType.html#a6</a></dd></dl><div class="comment"><p> The record number where this data item ("Column") is included. This applies only to tables with cases using multiple records. Default is 1.</p><p> Related element in DDI 3.2: p:PhysicalRecordSegment/@segmentOrder</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/PhysicalRecordSegmentType.html#a6</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#positiveInteger">xsd:positiveInteger</span></dd></dl></div></div><div id="d4e790" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#recordsPerCase"></a><h3>Records per case<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#recordsPerCase</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p>The number of records per case. Multiple records could represent one case. The default is 1.</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e1053" title="http://rdf-vocabulary.ddialliance.org/phdd#TableDescription">Table Description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#positiveInteger">xsd:positiveInteger</span></dd></dl></div></div><div id="d4e808" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#softwareType"></a><h3>Software type<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#softwareType</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd></dl><div class="comment"><p> Software or program language used of the program for reading the data.</p><p> Equivalent element in DDI 3.2: r:ProgramLanguage</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/ProgramLanguage.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e988" title="http://rdf-vocabulary.ddialliance.org/phdd#InputProgram">Input Program</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e368">object property</a></dd></dl></div></div><div id="d4e823" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#startPosition"></a><h3>Start position<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#startPosition</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/StartPosition.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/StartPosition.html</a></dd></dl><div class="comment"><p> Position of the first character of the column in a table with fixed record length.</p><p> Equivalent element in DDI 3.2: p:StartPosition</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/StartPosition.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#positiveInteger">xsd:positiveInteger</span></dd></dl></div></div><div id="d4e843" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#textQualifier"></a><h3>text qualifier<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#textQualifier</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/BaseRecordLayoutType.html#a5">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/BaseRecordLayoutType.html#a5</a></dd></dl><div class="comment"><p> Use for delimited files to designate the which text qualifier, if any, was used. Valid values include: single quote, double quote, and none.</p><p> Equivalent element in DDI 3.2: p:RecordLayout/@textQualifier</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/BaseRecordLayoutType.html#a5</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e926" title="http://rdf-vocabulary.ddialliance.org/phdd#Delimited">Delimited</a><sup title="class" class="type-c">c</sup></dd><dt>is also defined as</dt><dd><a href="#d4e415">object property</a></dd></dl></div></div><div id="d4e861" class="entity"><a name="http://rdf-vocabulary.ddialliance.org/phdd#width"></a><h3>width<sup title="data property" class="type-dp">dp</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#dataproperties">Data Property ToC</a></span></h3><p><strong>IRI:</strong> http://rdf-vocabulary.ddialliance.org/phdd#width</p><dl class="definedBy"><dt>is defined by</dt><dd><a href="http://rdf-vocabulary.ddialliance.org/phdd">http://rdf-vocabulary.ddialliance.org/phdd</a></dd><dd><a href="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/Width.html">http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/Width.html</a></dd></dl><div class="comment"><p> Column width in a table with fixed record length. Must be specified if a value for "endPosition" is not provided.</p><p> Equivalent element in DDI 3.2: p:Width</p><p> DDI 3.2 Documentation: http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/elements/Width.html</p></div><div class="description"><dl><dt>has domain</dt><dd><a href="#d4e913" title="http://rdf-vocabulary.ddialliance.org/phdd#ColumnDescription">Column description</a><sup title="class" class="type-c">c</sup></dd><dt>has range</dt><dd><span class="dotted" title="http://www.w3.org/2001/XMLSchema#positiveInteger">xsd:positiveInteger</span></dd></dl></div></div></div><div id="namespacedeclarations"><h2>Namespace Declarations <span class="backlink"> back to <a href="#toc">ToC</a></span></h2><dl><dt><em>default namespace</em></dt><dd>http://rdf-vocabulary.ddialliance.org/phdd#</dd><dt>baserecordlayouttype-html</dt><dd>http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/BaseRecordLayoutType.html#</dd><dt>core</dt><dd>http://www.w3.org/2004/02/skos/core#</dd><dt>dc</dt><dd>http://purl.org/dc/elements/1.1/</dd><dt>dcat</dt><dd>http://www.w3.org/ns/dcat#</dd><dt>delimitertype-html</dt><dd>http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/complexTypes/DelimiterType.html#</dd><dt>discovery</dt><dd>http://rdf-vocabulary.ddialliance.org/discovery#</dd><dt>elements</dt><dd>http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/reusable_xsd/elements/</dd><dt>ns</dt><dd>http://creativecommons.org/ns#</dd><dt>owl</dt><dd>http://www.w3.org/2002/07/owl#</dd><dt>physicalrecordsegmenttype-html</dt><dd>http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/PhysicalRecordSegmentType.html#</dd><dt>rdf</dt><dd>http://www.w3.org/1999/02/22-rdf-syntax-ns#</dd><dt>rdf-vocabulary-ddialliance-org</dt><dd>http://rdf-vocabulary.ddialliance.org/</dd><dt>rdfs</dt><dd>http://www.w3.org/2000/01/rdf-schema#</dd><dt>recordlayouttype-html</dt><dd>http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/schemas/physicaldataproduct_xsd/complexTypes/RecordLayoutType.html#</dd><dt>uml</dt><dd>https://raw.githubusercontent.com/linked-statistics/physical-data-description/master/UML/</dd><dt>xsd</dt><dd>http://www.w3.org/2001/XMLSchema#</dd></dl></div><p class="endnote">This HTML document was obtained by processing the OWL ontology source code through <a href="http://www.essepuntato.it/lode">LODE</a>, <em>Live OWL Documentation Environment</em>, developed by <a href="http://www.essepuntato.it">Silvio Peroni</a>.</p></body></html>