Contract Workflow Ontology

IRI:
https://mnavasloro.github.io/ContractFrames/
Date:
23/07/2018
Authors:
María Navas-Loro
Víctor Rodríguez-Doncel
Other visualisation:
License:
Creative Commons Attribution 4.0 International

Introduction

The Contract Workflow ontology is an ontology to support the publication of contract-lifecycle related events. The ontology does not offer a representation for contracts (which is suggested to be represented with the ISO/IEC 21000-21:2013 MCO Contract Ontology or the LKIF ontologies network), but a collection of classes and properties related to contract workflow entities.
These classes and property allow representing some PROLEG clause, such as:
agreement_of_purchase_contract(partyA,partyB,L,1EUR,2018,contract).
_:AgreementOfPurchaseContract rdf:type cf:Agreement ;
	cf:relatedContract _:Contract0001 ;
	mco:hasParty "PartyA", "PartyB" ;
	cf:year "2018" ;
	cf:price "1EUR" .

Table of Content

  1. Classes
  2. Object Properties
  3. Named Individuals
  4. Namespace Declarations

Classes

agreementc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/Agreement

Contract-related event by which a contract is agreed.
has super-classes
contract eventc
has sub-classes
agreement of purchase contractc

agreement of purchase contractc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/AgreementOfPurchaseContract

This is a PROLEG variable
has super-classes
agreementc

archivalc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/Archival

Contract-related event by which a contract is archived.
has super-classes
contract eventc

authoringc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/Authoring

Contract-related event by which a contract is authored.
has super-classes
contract eventc

contract eventc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/ContractEvent

has super-classes
activityc
has sub-classes
agreementc, archivalc, authoringc, executionc, expiredc, negotiationc, rescissionc, terminationc
is in domain of
related contractop

executionc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/Execution

Contract-related event by which a contract is executed.
has super-classes
contract eventc

expiredc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/Expired

Contract-related event by which a contract is expired.
has super-classes
contract eventc
terminationc

fact of duressc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/FactOfDuress

This is a PROLEG variable

manifestationc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/Manifestation

Manifestation of a certain information from one entity to another entity

manifestation factc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/ManifestationFact

This is a PROLEG variable

negotiationc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/Negotiation

Contract-related event by which a contract is negotiated. This is a PROLEG variable.
has super-classes
contract eventc
negotiationc
has sub-classes
negotiationc

rescissionc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/Rescission

Contract-related event by which a contract is rescinded. This is a PROLEG variable.
has super-classes
contract eventc
terminationc

terminationc back to ToC or Class ToC

IRI: https://mnavasloro.github.io/ContractFrames/Termination

Contract-related event by which a contract is terminated.
has super-classes
contract eventc
has sub-classes
expiredc, rescissionc

Object Properties

related contractop back to ToC or Object Property ToC

IRI: https://mnavasloro.github.io/ContractFrames/relatedContract

Relates a contract-related event with the contract
has domain
contract eventc
has range
contractc

Named Individuals

contractni back to ToC or Named Individual ToC

IRI: http://www.estrellaproject.org/lkif-core/norm.owl#Contract

is same as
contract

Namespace Declarations back to ToC

default namespace
https://mnavasloro.github.io/ContractFrames/
cf
https://mnavasloro.github.io/ContractFrames/
mco
urn:mpeg:mpeg21:mco:core:2012#
norm-owl
http://www.estrellaproject.org/lkif-core/norm.owl#
owl
http://www.w3.org/2002/07/owl#
provo
https://www.w3.org/TR/prov-o/
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
terms
http://purl.org/dc/terms/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.