bedeo:has_location leaf node


URI

https://csse.utoronto.ca/has_location

Label

Has location

Description

Identifies the location associated with an entity

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) bedeo:has_location bedeo:Location

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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

bedeo:has_location a owl:ObjectProperty ;
    rdfs:label "Has location"@en ;
    rdfs:comment "Identifies the location associated with an entity"@en ;
    rdfs:range bedeo:Location ;
    skos:altLabel "Has site"@en .