@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.tele.pw.edu.pl/~sims-onto/ConnectivityType.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.tele.pw.edu.pl/~sims-onto/TelecomEntity.owl#> . ns0:hasNetworkBearerService a owl:ObjectProperty ; rdfs:comment "Defines network bearers supported by connectivity type." ; rdfs:domain ns1:ConnectivityType ; rdfs:range ns0:NetworkBearerService .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.tele.pw.edu.pl/~sims-onto/ConnectivityType.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.tele.pw.edu.pl/~sims-onto/TelecomEntity.owl#> .

ns0:hasNetworkBearerService
    a owl:ObjectProperty ;
    rdfs:comment "Defines network bearers supported by connectivity type." ;
    rdfs:domain ns1:ConnectivityType ;
    rdfs:range ns0:NetworkBearerService .