@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.gleif.org/ontology/L1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <https://www.gleif.org/ontology/Base/> . ns0:RegistrationStatusAnnulled a owl:NamedIndividual, ns0:RegistrationStatus ; rdfs:isDefinedBy <https://www.gleif.org/ontology/L1/> ; rdfs:label "annulled" ; skos:definition "An LEI registration that was marked as erroneous or invalid after it was issued." ; ns1:hasTag "ANNULLED" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.gleif.org/ontology/L1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <https://www.gleif.org/ontology/Base/> .

ns0:RegistrationStatusAnnulled
    a owl:NamedIndividual, ns0:RegistrationStatus ;
    rdfs:isDefinedBy <https://www.gleif.org/ontology/L1/> ;
    rdfs:label "annulled" ;
    skos:definition "An LEI registration that was marked as erroneous or invalid after it was issued." ;
    ns1:hasTag "ANNULLED" .