This document defines an ontology for describing rights over content where multiple entities or agents have stakes or claims, such as in collaborative creations or shared digital expressions. The ontology extends the Open Digital Rights Language (ODRL) Model and integrates concepts from Dublin Core, FOAF, and Creative Commons Rights Expression Language (CC REL). It provides a vocabulary of classes and properties to model entities, content, rights, relationships between rights, and contextual conditions, enabling machine-readable representations of complex rights structures in digital and physical contexts.
Traditional intellectual property (IP) frameworks, rooted in property-based models, often struggle to address the rights of multiple stakeholders over shared content, particularly in digital environments. The Ontology for Multi-Entity Rights over Content builds on the ODRL Model to provide a structured, machine-readable framework for representing rights held by multiple entities or agents over a single content item. It supports use cases such as co-authorship, licensing agreements, and collaborative digital works, emphasizing moral, social, and economic rights over proprietary ownership.
The ontology integrates ODRL's policy-based approach with concepts from Dublin Core (for metadata), FOAF (for agent relationships), and CC REL (for licensing). It is designed to be interoperable with existing standards (e.g., RDF, OWL) and applicable to both digital and physical contexts, addressing challenges like fair attribution, shared control, and contextual constraints.
This ontology focuses on:
Out of scope: Specific legal interpretations or jurisdictional regulations, which are left to implementers to align with applicable laws.
The following terms are used throughout this specification, aligned with ODRL and other referenced ontologies:
Party
and FOAF's Agent
.Asset
and Dublin Core's Resource
.Permission
, Prohibition
, or Duty
.Policy
relationships.Constraint
.This ontology extends the ODRL Model and incorporates elements from Dublin Core, FOAF, and CC REL to model multi-entity rights over content.
ádEntity
Party
and FOAF's Agent
.
Person
, Organization
, AutomatedAgent
odrl:uid
, foaf:name
, dc:identifier
Content
Asset
and Dublin Core's Resource
.
odrl:uid
, dc:type
, dc:created
Right
Permission
, Prohibition
, or Duty
.
MoralRight
(e.g., attribution, aligned with CC REL), EconomicRight
(e.g., licensing), DataProtectionRight
(e.g., privacy)odrl:action
, cc:license
RightsRelationship
Policy
relationships (e.g., odrl:agreement
, odrl:offer
).
odrl:relation
, relationshipType
(e.g., license, transfer)Condition
Constraint
.
odrl:constraint
, odrl:operator
, odrl:value
(e.g., temporal, geographic)holder
Right
to one or more Entity
instances, extending ODRL's odrl:assigner
or odrl:assignee
.
Right
Entity
appliesTo
Right
with the Content
, aligned with ODRL's odrl:target
.
Right
Content
hasType
odrl:action
(e.g., use, reproduce).
Right
RightType
subjectTo
Right
to one or more Condition
instances, aligned with ODRL's odrl:constraint
.
Right
Condition
sourceRight
Right
in a RightsRelationship
, extending ODRL's odrl:policy
.
RightsRelationship
Right
targetRight
Right
in a RightsRelationship
.
RightsRelationship
Right
relationshipType
RightsRelationship
, extending ODRL's odrl:relation
(e.g., license, transfer).
RightsRelationship
RelationshipType
Right
must have at least one holder
and one appliesTo
relationship, per ODRL's policy structure.MoralRight
instances are inalienable, aligned with CC REL's non-transferable rights (e.g., cc:attribution
).RightsRelationship
must link a sourceRight
to a targetRight
with a defined relationshipType
, consistent with ODRL's odrl:policy
.Condition
instances may constrain the scope of a Right
, using ODRL's odrl:constraint
model.Entity A grants Entity B a non-exclusive license to use a video. The ontology models:
Content
: The video (odrl:Asset
, dc:type="video"
).Right
: EconomicRight
(usage, odrl:use
) held by B.RightsRelationship
: License (odrl:agreement
) from A’s EconomicRight
to B’s EconomicRight
.Condition
: Usage limited to one year (odrl:constraint
).Implementers can use this ontology with RDF/OWL for machine-readable representations, leveraging ODRL's policy framework. Potential applications include:
odrl:agreement
.cc:license
) for open content.dc:identifier
, dc:type
) and FOAF (foaf:Agent
).
Implementers should align with applicable legal frameworks (e.g., GDPR for DataProtectionRight
) and ensure compatibility with ODRL's vocabulary and profiles.
This draft is inspired by the ODRL Model, Creative Commons, and discussions on rights-based approaches to intellectual property in digital contexts, drawing from human rights and open access principles.