@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/49017> rdf:type prov:Entity ,
                                                      ns0:UserAccount ;
                                             rdfs:label "49017" . 

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

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

<https://www.thegazette.co.uk/account/49017/CompanyRegisteredAddress> rdf:type prov:Entity ;
                                                                      rdfs:label "Company registered address supplied by user" ;
                                                                      prov:value "Harrow Business Centre,429-433 Pinner Road,Harrow,Middlesex,United Kingdom,HA1 4HN" . 

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

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

<https://www.thegazette.co.uk/account/49017/UpdateStatus> rdf:type prov:Activity ;
                                                          rdfs:label "Update Status" ;
                                                          prov:startedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                          prov:endedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                          prov:wasInformedBy <https://www.thegazette.co.uk/account/49017/VerifyEmail> ,
                                                                             <https://www.thegazette.co.uk/account/49017/VerifyMembershipNo> ,
                                                                             <https://www.thegazette.co.uk/account/49017/VerifyAssociationRef> ,
                                                                             <https://www.thegazette.co.uk/account/49017/VerifyBusinessNature> ,
                                                                             <https://www.thegazette.co.uk/account/49017/VerifyCompanyRegisteredAddress> ;
                                                          prov:used <https://www.thegazette.co.uk/account/49017/unauthorizedAccount> ;
                                                          prov:wasAssociatedWith <https://www.thegazette.co.uk/account/7223> . 

<https://www.thegazette.co.uk/account/49017/VerifyAssociationRef> rdf:type prov:Activity ,
                                                                           ns0:ManualCheck ;
                                                                  rdfs:label "VerifyAssociationRef" ;
                                                                  prov:startedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                  prov:endedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                  prov:used <https://www.thegazette.co.uk/account/49017/AssociationRefSuppliedByUser> . 

<https://www.thegazette.co.uk/account/49017/VerifyBusinessNature> rdf:type prov:Activity ,
                                                                           ns0:ManualCheck ;
                                                                  rdfs:label "VerifyBusinessNature" ;
                                                                  prov:startedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                  prov:endedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                  prov:used <https://www.thegazette.co.uk/account/49017/BusinessNatureSuppliedByUser> . 

<https://www.thegazette.co.uk/account/49017/VerifyCompanyRegisteredAddress> rdf:type prov:Activity ,
                                                                                     ns0:ManualCheck ;
                                                                            rdfs:label "VerifyCompanyRegisteredAddress" ;
                                                                            prov:startedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            prov:endedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                            prov:used <https://www.thegazette.co.uk/account/49017/CompanyRegisteredAddress> . 

<https://www.thegazette.co.uk/account/49017/VerifyEmail> rdf:type ns0:ManualCheck ,
                                                                  prov:Activity ;
                                                         rdfs:label "VerifyEmail" ;
                                                         prov:startedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         prov:endedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         prov:used <https://www.thegazette.co.uk/account/49017/EmailSuppliedByUser> . 

<https://www.thegazette.co.uk/account/49017/VerifyMembershipNo> rdf:type ns0:ManualCheck ,
                                                                         prov:Activity ;
                                                                rdfs:label "VerifyMembershipNo" ;
                                                                prov:startedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                prov:endedAtTime "2021-07-14T16:42:02+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                prov:used <https://www.thegazette.co.uk/account/49017/MembershipNoSuppliedByUser> . 

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

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

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

