bedeo:owns leaf node


URI

https://csse.utoronto.ca/owns

Label

Owns

Description

Identifies something that is owned by an agent

Usage

DOMAINPROPERTYRANGE
bedeo:Agent bedeo:owns owl:Thing (inferred)

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:owns a owl:ObjectProperty ;
    rdfs:label "Owns"@en ;
    rdfs:comment "Identifies something that is owned by an agent"@en ;
    rdfs:domain bedeo:Agent .