https://csse.utoronto.ca/has_postal_box_identifier
The identifier of a letter box at the post office where mail is collected (e.g. 4001)
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:address | bedeo:has_postal_box_identifier | 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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
bedeo:has_postal_box_identifier a owl:DatatypeProperty ;
rdfs:label "Has postal box identifier"@en ;
rdfs:comment "The identifier of a letter box at the post office where mail is collected (e.g. 4001)"@en ;
rdfs:domain bedeo:address ;
rdfs:range xsd:string ;
skos:altLabel "Has postal box number"@en .