https://csse.utoronto.ca/has_string_representation
The full address as a single string
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:address | bedeo:has_string_representation | xsd:string |
@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 .