@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/9900/unauthorizedAccount> rdf:type prov:Entity ,
                                                                         ns0:UnauthorizedAccount ;
                                                                rdfs:label "Unauthorized Account for '9900'" ;
                                                                prov:specializationOf <https://www.thegazette.co.uk/account/9900> . 

<https://www.thegazette.co.uk/account/9900/CompanyNumberSuppliedByUser> rdf:type prov:Entity ;
                                                                        rdfs:label "Company number supplied by user" ;
                                                                        prov:value "5566703"^^<http://www.w3.org/2001/XMLSchema#string> . 

<https://www.thegazette.co.uk/account/9900/AssociationRefSuppliedByUser> rdf:type prov:Entity ;
                                                                         rdfs:label "Association Reference supplied by user" ;
                                                                         prov:value "true"^^<http://www.w3.org/2001/XMLSchema#string> . 

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

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

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

<https://www.thegazette.co.uk/account/9900/BusinessNatureSuppliedByUser> rdf:type prov:Entity ;
                                                                         rdfs:label "Business Nature supplied by user" ;
                                                                         prov:value "solicitor"^^<http://www.w3.org/2001/XMLSchema#string> . 

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

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

<https://www.thegazette.co.uk/account/9900/VerifyAssociationRef> rdf:type ns0:ManualCheck ,
                                                                          prov:Activity ;
                                                                 rdfs:label "VerifyAssociationRef" ;
                                                                 prov:startedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                 prov:endedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                 prov:used <https://www.thegazette.co.uk/account/9900/AssociationRefSuppliedByUser> . 

<https://www.thegazette.co.uk/account/9900/VerifyCompanyNo> rdf:type prov:Activity ,
                                                                     ns0:ManualCheck ;
                                                            rdfs:label "VerifyCompanyNo" ;
                                                            prov:startedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                            prov:endedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                            prov:used <https://www.thegazette.co.uk/account/9900/CompanyNumberSuppliedByUser> . 

<https://www.thegazette.co.uk/account/9900/VerifyMembershipNo> rdf:type prov:Activity ,
                                                                        ns0:ManualCheck ;
                                                               rdfs:label "VerifyMembershipNo" ;
                                                               prov:startedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                               prov:endedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                               prov:used <https://www.thegazette.co.uk/account/9900/MembershipNoSuppliedByUser> . 

<https://www.thegazette.co.uk/account/9900/UpdateStatus> rdf:type prov:Activity ;
                                                         rdfs:label "Update Status" ;
                                                         prov:startedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         prov:endedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                         prov:wasInformedBy <https://www.thegazette.co.uk/account/9900/VerifyBusinessNature> ,
                                                                            <https://www.thegazette.co.uk/account/9900/VerifyEmail> ,
                                                                            <https://www.thegazette.co.uk/account/9900/VerifyAssociationRef> ,
                                                                            <https://www.thegazette.co.uk/account/9900/VerifyCompanyNo> ,
                                                                            <https://www.thegazette.co.uk/account/9900/VerifyMembershipNo> ;
                                                         prov:used <https://www.thegazette.co.uk/account/9900/unauthorizedAccount> ;
                                                         prov:wasAssociatedWith <https://www.thegazette.co.uk/account/7223> . 

<https://www.thegazette.co.uk/account/9900/VerifyBusinessNature> rdf:type ns0:ManualCheck ,
                                                                          prov:Activity ;
                                                                 rdfs:label "VerifyBusinessNature" ;
                                                                 prov:startedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                 prov:endedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                                 prov:used <https://www.thegazette.co.uk/account/9900/BusinessNatureSuppliedByUser> . 

<https://www.thegazette.co.uk/account/9900/VerifyEmail> rdf:type ns0:ManualCheck ,
                                                                 prov:Activity ;
                                                        rdfs:label "VerifyEmail" ;
                                                        prov:startedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                        prov:endedAtTime "2016-05-09T15:26:25+01:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
                                                        prov:used <https://www.thegazette.co.uk/account/9900/EmailSuppliedByUser> . 

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

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

