@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ns0: <https://www.thegazette.co.uk/def/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix linked-data: <http://purl.org/linked-data/api/vocab#> .

<https://www.thegazette.co.uk/account/7223> rdf:type prov:Entity ,
                                                     ns0:UserAccount ,
                                                     prov:Agent ;
                                            rdfs:label "7223" . 

<https://www.thegazette.co.uk/def/ManualCheck> rdfs:subClassOf prov:Activity . 

<https://www.thegazette.co.uk/account/52626> rdf:type ns0:UserAccount ,
                                                      prov:Agent ,
                                                      prov:Entity ;
                                             rdfs:label "52626" ;
                                             prov:actedOnBehalfOf <https://www.thegazette.co.uk/account/52626/organisation> . 

<https://www.thegazette.co.uk/account/52626/AssociationRefSuppliedByUser> rdf:type prov:Entity ;
                                                                          rdfs:label "Association Reference supplied by user" ;
                                                                          prov:value "true" . 

<https://www.thegazette.co.uk/account/52626/BusinessNatureSuppliedByUser> rdf:type prov:Entity ;
                                                                          rdfs:label "Business Nature supplied by user" ;
                                                                          prov:value "solicitor" . 

<https://www.thegazette.co.uk/account/52626/CompanyRegisteredAddress> rdf:type prov:Entity ;
                                                                      rdfs:label "Company registered address supplied by user" ;
                                                                      prov:value "2nd Floor,4 Europa Boulevard,Birkenhead,Merseyside,United Kingdom,CH41 4PE" . 

<https://www.thegazette.co.uk/account/52626/EmailSuppliedByUser> rdf:type prov:Entity ;
                                                                 rdfs:label "Email supplied by user" . 

<https://www.thegazette.co.uk/account/52626/MembershipNoSuppliedByUser> rdf:type prov:Entity ;
                                                                        rdfs:label "Membership number supplied by user" . 

<https://www.thegazette.co.uk/account/52626/UpdateStatus> rdf:type prov:Activity ;
                                                          rdfs:label "Update Status" ;
                                                          prov:startedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                          prov:endedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                          prov:wasInformedBy <https://www.thegazette.co.uk/account/52626/VerifyEmail> ,
                                                                             <https://www.thegazette.co.uk/account/52626/VerifyMembershipNo> ,
                                                                             <https://www.thegazette.co.uk/account/52626/VerifyAssociationRef> ,
                                                                             <https://www.thegazette.co.uk/account/52626/VerifyBusinessNature> ,
                                                                             <https://www.thegazette.co.uk/account/52626/VerifyCompanyRegisteredAddress> ;
                                                          prov:used <https://www.thegazette.co.uk/account/52626/unauthorizedAccount> ;
                                                          prov:wasAssociatedWith <https://www.thegazette.co.uk/account/7223> . 

<https://www.thegazette.co.uk/account/52626/VerifyAssociationRef> rdf:type prov:Activity ,
                                                                           ns0:ManualCheck ;
                                                                  rdfs:label "VerifyAssociationRef" ;
                                                                  prov:startedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                  prov:endedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                  prov:used <https://www.thegazette.co.uk/account/52626/AssociationRefSuppliedByUser> . 

<https://www.thegazette.co.uk/account/52626/VerifyBusinessNature> rdf:type prov:Activity ,
                                                                           ns0:ManualCheck ;
                                                                  rdfs:label "VerifyBusinessNature" ;
                                                                  prov:startedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                  prov:endedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                  prov:used <https://www.thegazette.co.uk/account/52626/BusinessNatureSuppliedByUser> . 

<https://www.thegazette.co.uk/account/52626/VerifyCompanyRegisteredAddress> rdf:type prov:Activity ,
                                                                                     ns0:ManualCheck ;
                                                                            rdfs:label "VerifyCompanyRegisteredAddress" ;
                                                                            prov:startedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            prov:endedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            prov:used <https://www.thegazette.co.uk/account/52626/CompanyRegisteredAddress> . 

<https://www.thegazette.co.uk/account/52626/VerifyEmail> rdf:type prov:Activity ,
                                                                  ns0:ManualCheck ;
                                                         rdfs:label "VerifyEmail" ;
                                                         prov:startedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         prov:endedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         prov:used <https://www.thegazette.co.uk/account/52626/EmailSuppliedByUser> . 

<https://www.thegazette.co.uk/account/52626/VerifyMembershipNo> rdf:type prov:Activity ,
                                                                         ns0:ManualCheck ;
                                                                rdfs:label "VerifyMembershipNo" ;
                                                                prov:startedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                prov:endedAtTime "2021-12-23T14:38:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                prov:used <https://www.thegazette.co.uk/account/52626/MembershipNoSuppliedByUser> . 

<https://www.thegazette.co.uk/account/52626/authorizedAccount> rdf:type prov:Entity ,
                                                                        ns0:AuthorizedAccount ;
                                                               rdfs:label "Authorized Account for '52626'" ;
                                                               prov:specializationOf <https://www.thegazette.co.uk/account/52626> ;
                                                               prov:wasGeneratedBy <https://www.thegazette.co.uk/account/52626/UpdateStatus> ;
                                                               prov:wasDerivedFrom <https://www.thegazette.co.uk/account/52626/unauthorizedAccount> ;
                                                               prov:wasAttributedTo <https://www.thegazette.co.uk/account/7223> ;
                                                               foaf:isPrimaryTopicOf <https://www.thegazette.co.uk/account/52626/provenance/data.ttl> . 

<https://www.thegazette.co.uk/account/52626/unauthorizedAccount> rdf:type prov:Entity ,
                                                                          ns0:UnauthorizedAccount ;
                                                                 rdfs:label "Unauthorized Account for '52626'" ;
                                                                 prov:specializationOf <https://www.thegazette.co.uk/account/52626> . 

<https://www.thegazette.co.uk/account/52626/provenance/data.ttl> foaf:primaryTopic <https://www.thegazette.co.uk/account/52626/authorizedAccount> ;
                                                                 rdfs:label "Authorized Account for '52626'" ;
                                                                 linked-data:definition <https://www.thegazette.co.uk/lda#gazetteAccountAgent> ;
                                                                 linked-data:extendedMetadataVersion <https://www.thegazette.co.uk/account/52626/provenance/data.ttl?_metadata=all%2Cviews%2Cformats%2Cexecution%2Cbindings%2Csite> . 

