Class: Relationship
An association between resources where one has a particular role.
URI: [dcat:Relationship](http://www.w3.org/ns/dcat#Relationship)
[Role](Role.md) | The role of an agent in the relationship | direct | | [relation](relation.md) | 1..*
[Resource](Resource.md) | The resource related through this relationship | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Dataset](Dataset.md) | [qualifiedRelation](qualifiedRelation.md) | range | [Relationship](Relationship.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | dcat:Relationship | | native | dcat_ap:Relationship | ## LinkML Source ### Direct
### Induced
classDiagram
class Relationship
click Relationship href "../Relationship/"
Relationship : hadRole
Relationship --> "1..*" Role : hadRole
click Role href "../Role/"
Relationship : relation
Relationship --> "1..*" Resource : relation
click Resource href "../Resource/"
## Class Properties
| Property | Value |
| --- | --- |
| Class URI | [dcat:Relationship](http://www.w3.org/ns/dcat#Relationship) |
## Slots
| Name | Cardinality and Range | Description | Inheritance |
| --- | --- | --- | --- |
| [hadRole](hadRole.md) | 1..* [Role](Role.md) | The role of an agent in the relationship | direct | | [relation](relation.md) | 1..*
[Resource](Resource.md) | The resource related through this relationship | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Dataset](Dataset.md) | [qualifiedRelation](qualifiedRelation.md) | range | [Relationship](Relationship.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | dcat:Relationship | | native | dcat_ap:Relationship | ## LinkML Source ### Direct
name: Relationship
description: An association between resources where one has a particular role.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slots:
- hadRole
- relation
slot_usage:
hadRole:
name: hadRole
required: true
multivalued: true
relation:
name: relation
required: true
multivalued: true
class_uri: dcat:Relationship
name: Relationship
description: An association between resources where one has a particular role.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slot_usage:
hadRole:
name: hadRole
required: true
multivalued: true
relation:
name: relation
required: true
multivalued: true
attributes:
hadRole:
name: hadRole
description: The role of an agent in the relationship.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
rank: 1000
slot_uri: dcat:hadRole
owner: Relationship
domain_of:
- Relationship
range: Role
required: true
multivalued: true
relation:
name: relation
description: The resource related through this relationship.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
rank: 1000
slot_uri: dct:relation
owner: Relationship
domain_of:
- Relationship
range: Resource
required: true
multivalued: true
class_uri: dcat:Relationship