https://s-agent-comm.github.io/ontology/ontologies/contract#Contract leaf node


URI

https://s-agent-comm.github.io/ontology/ontologies/contract#Contract

Label

Contract

Description

A social artifact representing binding obligations
between agents.

Superclasses (1)

Usage

Instances of https://s-agent-comm.github.io/ontology/ontologies/contract#Contract can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix exu: <http://example.org/unified-ontic#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://s-agent-comm.github.io/ontology/ontologies/contract#Contract> a owl:Class ;
    rdfs:label "Contract" ;
    exu:mapsTo "DOLCE:SocialObject; SUMO:Agreement; UFO:SocialRelator" ;
    rdfs:comment """A social artifact representing binding obligations
between agents.""" ;
    rdfs:subClassOf exu:ArtifactSocial .