Review 4.0.5

dotnet add package Review --version 4.0.5
NuGet\Install-Package Review -Version 4.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Review" Version="4.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Review --version 4.0.5
#r "nuget: Review, 4.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Review as a Cake Addin
#addin nuget:?package=Review&version=4.0.5

// Install Review as a Cake Tool
#tool nuget:?package=Review&version=4.0.5

Revisions

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

Introduction

There are three main types of objects, the actual engineering Content, the Document, and the Revision.

Content

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

  • It is in Rdf (Note that many tabular formats can easily be translated to rdf)
  • It is plain triples, no named graphs. (It is possible to use named graphs, but then they must match up with the named graphs used as records)
  • There are Iris that identify the objects the data is about, and these Iris do not change over time. (This is usually the case when using Rdf, but it is not a technical requirement in Rdf, therefore stating here.)

Non-rdf documents should be represented as attachments to the Rdf.

Revision

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.

Document

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.

Examples

MasterEquipmentList

Repository map

schema/: Ontologies and Schema

schema/revision.ttl and schema/revision.shacl: Generic format for sending revisions of data

schema/comment.ttl and schema/comment.shacl: Extension of the revision format for sending comments and reviews

schema/tie.ttl : Reference data necessary for the mel use case/example below

doc/: Documentation and example

doc/mel-revision-example.md A full example of revision and record usage for the Mel use case. Should be easy to transfer to other use cases

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.5 70 5/23/2024
4.0.4 37 5/23/2024
4.0.3 44 5/23/2024
4.0.2 79 5/22/2024
4.0.1 146 5/22/2024
4.0.0 94 5/21/2024
3.1.0 266 5/6/2024
3.0.0 96 4/29/2024
2.1.0 263 4/22/2024
2.0.4 181 4/10/2024
2.0.3 186 3/21/2024
2.0.2 121 3/21/2024
2.0.1 452 3/14/2024
2.0.0 156 3/13/2024
1.0.5 180 2/29/2024