@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/locn#> . @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 ns1: <http://data.businessgraph.io/ontology#> . @prefix schema: <http://schema.org/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:addressArea ns1:order 36 ; schema:domainIncludes ns0:Address ; schema:rangeIncludes rdf:langString, xsd:string ; a owl:DatatypeProperty, owl:NamedIndividual ; rdfs:label "address area (neighbourhood/quarter)" ; skos:definition "Part of a city, village or neighborhood." ; skos:scopeNote "Not likely to appear, but we have Coordinate resolution corresponding to this field." .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/locn#> .
@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 ns1: <http://data.businessgraph.io/ontology#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:addressArea
    ns1:order 36 ;
    schema:domainIncludes ns0:Address ;
    schema:rangeIncludes rdf:langString, xsd:string ;
    a owl:DatatypeProperty, owl:NamedIndividual ;
    rdfs:label "address area (neighbourhood/quarter)" ;
    skos:definition "Part of a city, village or neighborhood." ;
    skos:scopeNote "Not likely to appear, but we have Coordinate resolution corresponding to this field." .