Skip to content

ODRL Negotiator

Mark Wilkinson edited this page Jun 26, 2023 · 1 revision

ODRL Negotiator

ODRL Allows you to present Offers (how a resource may be used), and Requests (how an agent wishes to use a resource), to arrive at an Agreement (match between them). This will require the creation of an algebra that detects the matches between the Offer and the Request.

Here, we will explore the strawman algebra that we will begin to implement at the DBCLS 2023 BioHackathon in Takamatsu, KAGAWA, Japan

Validate class types

Input

  • Two classes
    • One should be of type odrl:Offer
    • One should be of type odrl:Request

Testing

  • SPARQL query for....
Clone this wiki locally