bedeo:has_string_representation leaf node


URI

https://csse.utoronto.ca/has_string_representation

Label

Has string representation

Description

The full address as a single string

Usage

DOMAINPROPERTYRANGE
bedeo:address bedeo:has_string_representation xsd:string

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bedeo:has_string_representation a owl:DatatypeProperty ;
    rdfs:label "Has string representation"@en ;
    rdfs:comment "The full address as a single string"@en ;
    rdfs:domain bedeo:address ;
    rdfs:range xsd:string .