<http://business.data.gov.uk/id/company/04285910>
  a rov:RegOrg ;
  rov:legalName "Apple Binding Ltd" ;
  rov:orgStatus <http://example.com/ref/status/NormalActivity> ;
  rov:orgType <http://example.com/ref/type/Plc> ;
  rov:orgActivity <http://example.com/ref/NACE/2/C/18/01/02> ;
  rov:orgActivity <http://example.com/ref/NACE/2/C/18/01/04> ;
  # Note the use of legalIdentifier on the next line
  rov:registration <http://example.com/id/li04285910> ;
  # Other identifiers are often very useful but they do
  # not confer legal entity status.
  adms:identifier <http://example.com/id/oc04285910> ;
  org:registeredSite <http://example.com/id/rs04285910> .

 # The actual registration
<http://example.com/id/li04285910> a adms:Identifier ;
  skos:notation "04285910"^^ex:idType ;
  adms:schemaAgency "UK Companies House" ;
  dcterms:issued "2001-09-12"^^xsd:date .

# A supplementary identifier (Open Corporates)
<http://example.com/id/oc04285910> a adms:Identifier ;
  skos:notation "http://opencorporates.com/companies/gb/04285910"^^ex:OCid ;
  dcterms:issued "2010-10-21T15:09:59Z"^^xsd:dateTime ;
  dcterms:modified "2012-04-26T15:16:44Z"^^xsd:dateTime ;
  dcterms:creator <http://opencorporates.com/companies/gb/07444723> .