@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#> . ns0:GSMConnectivity ns0:hasNetworkBearerService ns0:GSM_CSD_IPv4, ns0:GSM_CSD_MSISDN, ns0:GSM_GPRS_IPV4, ns0:GSM_SMS_MSISDN ; a ns0:CellularConnectivityType, owl:NamedIndividual ; rdfs:comment "Defines GSM connectivity." .
@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#> .

ns0:GSMConnectivity
    ns0:hasNetworkBearerService ns0:GSM_CSD_IPv4, ns0:GSM_CSD_MSISDN, ns0:GSM_GPRS_IPV4, ns0:GSM_SMS_MSISDN ;
    a ns0:CellularConnectivityType, owl:NamedIndividual ;
    rdfs:comment "Defines GSM connectivity." .