@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#thoroughfare> rdf:type rdf:Property ; rdfs:label "thoroughfare"@en ; rdfs:domain <http://www.w3.org/ns/locn#Address> ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy <http://www.w3.org/ns/locn> ; rdfs:comment "An address component that represents the name of a passage or way through from one location to another. A thoroughfare is not necessarily a road, it might be a waterway or some other feature. The domain of locn:thoroughfare is locn:Address."@en ; <http://purl.org/dc/terms/identifier> "locn:thoroughfare" ; <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"@en .