@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://data.nasa.gov/ontologies/atmonto/NAS#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns0:adjacentSector
    a owl:ObjectProperty ;
    rdfs:comment "Links a sector to an immediately adjacent sector that shares a boundary." ;
    rdfs:domain ns0:Sector ;
    rdfs:label "adjacent sector" ;
    rdfs:range ns0:Sector .
 
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://data.nasa.gov/ontologies/atmonto/NAS#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns0:adjacentSector
    a owl:ObjectProperty ;
    rdfs:comment "Links a sector to an immediately adjacent sector that shares a boundary." ;
    rdfs:domain ns0:Sector ;
    rdfs:label "adjacent sector" ;
    rdfs:range ns0:Sector .