bedeo:has_asset


URI

https://csse.utoronto.ca/has_asset

Label

Has asset

Description

Identifies an asset associated with an entity

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) bedeo:has_asset 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:has_asset a owl:ObjectProperty ;
    rdfs:label "Has asset"@en ;
    rdfs:comment "Identifies an asset associated with an entity"@en ;
    rdfs:range bedeo:Asset .