@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ns.cerise-project.nl/energy/def/cim-smartgrid#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://ns.cerise-project.nl/energy/def/cim-smartgrid#AmiBillingReadyKind.amiCapable> a ns0:AmiBillingReadyKind, owl:NamedIndividual ; rdfs:comment "Usage point is equipped with an AMI capable meter that is not yet currently equipped with a communications module." ; rdfs:label "amiCapable" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ns.cerise-project.nl/energy/def/cim-smartgrid#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://ns.cerise-project.nl/energy/def/cim-smartgrid#AmiBillingReadyKind.amiCapable>
    a ns0:AmiBillingReadyKind, owl:NamedIndividual ;
    rdfs:comment "Usage point is equipped with an AMI capable meter that is not yet currently equipped with a communications module." ;
    rdfs:label "amiCapable" .