Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyseale committed Jan 5, 2024
1 parent e238d7e commit 4a3e097
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions dprod.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,14 @@ <h2>dataProductOwner</h2>
</section>

<section>
<h2>port</h2>
<h2>inputPort</h2>
<table class="def propdef">
<tbody>
<tr><th>Identifier:</th> <td><code>dprod:port</code></td></tr>
<tr><th>Identifier:</th> <td><code>dprod:inputPort</code></td></tr>

<tr><th>Label:</th><td>port</td></tr>
<tr><th>Label:</th><td>inputPort</td></tr>

<tr><th>Notes:</th><td>a port describes a set of services exposed by a data product.</td></tr>
<tr><th>Notes:</th><td>an input port describes a set of services exposed by a data product to collect its source data and makes it available for further internal transformation. An input port can receive data from one or more upstream sources in a push (i.e. asynchronous subscription) or pop mode (i.e. synchronous query). Each data product may have one or more input ports</td></tr>
<tr><th>Domain:</th><td>https://ekgf.github.io/data-product-spec/dprod/DataProduct</td></tr>
<tr><th>Range:</th><td>http://www.w3.org/ns/dcat#DataService</td></tr>
</tbody>
Expand Down Expand Up @@ -344,14 +344,8 @@ <h2>securitySchemaType</h2>
</section>

<section>
<h2>DatasetShape</h2>
The shape of the DCAT Dataset as used in the DPROD vocabulary.

</section>

<section>
<h2>DataProductLifecycleStatusShape</h2>
The shape of Data Product Lifecycle Status
<h2>SecuritySchemaType</h2>
A security schema type used for authentication and communication.

</section>

Expand All @@ -362,50 +356,50 @@ <h2>SecuritySchemaTypeShape</h2>
</section>

<section>
<h2>DistributionShape</h2>
The shape of the DCAT Distribution as used in the DPROD vocabulary.
<h2>DatasetShape</h2>
The shape of the DCAT Dataset as used in the DPROD vocabulary.

</section>

<section>
<h2>DataServiceShape</h2>
The shape of the DCAT Data Service as used in the DPROD vocabulary.
<h2>DataProductShape</h2>
The shape of the Data Product. A data product is a rational, managed, and governed collection of data, with purpose, value and ownership, meeting consumer needs over a planned life-cycle.

</section>

<section>
<h2>DataProductLifecycleStatus</h2>
The lifecycle status of the Data Product taken from a control list ( Ideation, Design, Build, Deploy, Consume ).
<h2>DistributionShape</h2>
The shape of the DCAT Distribution as used in the DPROD vocabulary.

</section>

<section>
<h2>DataProductShape</h2>
The shape of the Data Product. A data product is a rational, managed, and governed collection of data, with purpose, value and ownership, meeting consumer needs over a planned life-cycle.
<h2>DataServiceShape</h2>
The shape of the DCAT Data Service as used in the DPROD vocabulary.

</section>

<section>
<h2>Protocol</h2>
A protocol, possibly including a specific version, used for communicating with a service
<h2>EnumerationShape</h2>
The shape of enumerations

</section>

<section>
<h2>ProtocolShape</h2>
A protocol, possibly including a specific version, used for communicating with a service
<h2>Enumeration</h2>
The superclass of enumeration lists referenced from Data Product related artifacts

</section>

<section>
<h2>InformationSensitivityClassification</h2>
A taxonomy of concepts that classifies the information within a dataset that indicates the level of control and protection that must be applied to the dataset
<h2>DataProductLifecycleStatus</h2>
The lifecycle status of the Data Product taken from a control list ( Ideation, Design, Build, Deploy, Consume ).

</section>

<section>
<h2>Domain</h2>
The business or information area supported by the data product.
<h2>InformationSensitivityClassification</h2>
A taxonomy of concepts that classifies the information within a dataset that indicates the level of control and protection that must be applied to the dataset

</section>

Expand All @@ -416,26 +410,20 @@ <h2>InformationSensitivityClassificationShape</h2>
</section>

<section>
<h2>DomainShape</h2>
The business or information area supported by the data product.

</section>

<section>
<h2>Enumeration</h2>
The superclass of enumeration lists referenced from Data Product related artifacts
<h2>Protocol</h2>
A protocol, possibly including a specific version, used for communicating with a service

</section>

<section>
<h2>EnumerationShape</h2>
The shape of enumerations
<h2>ProtocolShape</h2>
A protocol, possibly including a specific version, used for communicating with a service

</section>

<section>
<h2>SecuritySchemaType</h2>
A security schema type used for authentication and communication.
<h2>Domain</h2>
The business or information area supported by the data product.

</section>

Expand All @@ -460,6 +448,18 @@ <h2>informationSensitivityClassification</h2>

</section>

<section>
<h2>DataProductLifecycleStatusShape</h2>
The shape of Data Product Lifecycle Status

</section>

<section>
<h2>DomainShape</h2>
The business or information area supported by the data product.

</section>



<section class="appendix">
Expand Down

0 comments on commit 4a3e097

Please sign in to comment.