bedeo:uses leaf node


URI

https://csse.utoronto.ca/uses

Label

Uses

Description

Identifies the asset that is being used by the agent

Usage

DOMAINPROPERTYRANGE
bedeo:Agent bedeo:uses bedeo:Asset

Implementation

@prefix bedeo: <https://csse.utoronto.ca/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bedeo:uses a owl:ObjectProperty ;
    rdfs:label "Uses"@en ;
    rdfs:comment "Identifies the asset that is being used by the agent"@en ;
    rdfs:domain bedeo:Agent ;
    rdfs:range bedeo:Asset .