![]() |
VOOZH | about |
dotnet add package Review --version 6.0.2
NuGet\Install-Package Review -Version 6.0.2
<PackageReference Include="Review" Version="6.0.2" />
<PackageVersion Include="Review" Version="6.0.2" />Directory.Packages.props
<PackageReference Include="Review" />Project file
paket add Review --version 6.0.2
#r "nuget: Review, 6.0.2"
#:package Review@6.0.2
#addin nuget:?package=Review&version=6.0.2Install as a Cake Addin
#tool nuget:?package=Review&version=6.0.2Install as a Cake Tool
Data model and examples for representing revisions and tracking information in rdf.
This is an adaptation of the records format from https://github.com/equinor/records
There are three main types of objects, the actual engineering Content, the Document, and the Revision.
This is the actual data that users want to transmit and read. In many use cases this is data created from engineering applications or even by hand. The data can be used by the format described here if
Non-rdf documents should be represented as attachments to the Rdf.
Revisions have information about when and how data changed. For example, if you add a new part to a machine or change the weight of an existing part, you need to make a new revision. The revision represents a specific version of data, frozen at some moment in time. It is meant to represent the existing revision concept and should support review processes.
The object property "rev:containsRecord" relates the revision to the records that contain the revision content.
The triples of this relation must be in the record describing the revision. That is, this relation should not be used in any other records than the one describing the revision.
If the revision is delivered as one big record with document, revision and data, this relation is unnecessary.
We recommend putting the revision in a separate record for ease of manual reading during investigation.
The work processes we support also need a navigation path into the data called "document". The document does not represent a version or concrete doument, it rather represents the collection of information, evolving over time. Any information that does not change over time, could be put as properties on the document, in stead of on each revision.
Please follow these steps to contribute:
Fork the repository on GitHub. Clone your fork and create a new branch for your feature or bugfix. Commit your changes to the new branch. Push your changes to your fork. Open a pull request from your fork to the original repository. Please ensure that your code follows the existing style and structure, and add tests where necessary.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.