https://csse.utoronto.ca/has_location_description
A textual description of a location
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:address | bedeo:has_location_description | 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_location_description a owl:DatatypeProperty ;
rdfs:label "Has location description"@en ;
rdfs:comment "A textual description of a location"@en ;
rdfs:domain bedeo:address ;
rdfs:range xsd:string .