@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://www.w3.org/ns/locn#postCode> rdf:type rdf:Property ; rdfs:label "post code"@en ; rdfs:domain <http://www.w3.org/ns/locn#Address> ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy <http://www.w3.org/ns/locn> ; rdfs:comment "The post code (a.k.a postal code, zip code etc.). Post codes are common elements in many countries' postal address systems. The domain of locn:postCode is locn:Address."@en ; <http://purl.org/dc/terms/identifier> "locn:postCode" ; <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"@en .