https://ontology.unifiedcyberontology.org/uco/observable/profileBannerLocation
             Specifies the network location of the banner associated with the profile.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | observable:profileBannerLocation | observable:ObservableObject | 
@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
observable:profileBannerLocation a owl:ObjectProperty ;
    rdfs:label "Profile Banner Location"@en-US ;
    rdfs:comment "Specifies the network location of the banner associated with the profile."@en-US ;
    rdfs:range observable:ObservableObject .