@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#address> rdf:type rdf:Property ; rdfs:label "address"@en ; rdfs:range <http://www.w3.org/ns/locn#Address> ; rdfs:isDefinedBy <http://www.w3.org/ns/locn> ; rdfs:comment "The locn:address property relationship associates any resource with the locn:Address class "@en ; <http://purl.org/dc/terms/identifier> "locn:address" ; <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"@en .