This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX bods: <http://bods.openownership.org/vocabulary/> | |
PREFIX bodsr: <http://bods.openownership.org/resource/> | |
PREFIX cht: <http://www.companieshouse.gov.uk/terms/> | |
SELECT DISTINCT ?companyName ?accountsDueDate | |
WHERE { | |
bodsr:openownership-register-11417256786033716182 bods:ownsOrControls+ ?company . | |
?company cht:AccountsNextDueDate ?accountsDueDate . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX bods: <http://bods.openownership.org/vocabulary/> | |
PREFIX bodsr: <http://bods.openownership.org/resource/> | |
PREFIX cht: <http://www.companieshouse.gov.uk/terms/> | |
SELECT DISTINCT ?companyName ?commonSicCode (GROUP_CONCAT(DISTINCT ?sicText;SEPARATOR="; ") AS ?sicInfo) | |
WHERE { | |
?parent bods:ownsOrControls+ ?company . | |
?parent bods:ownsOrControls+ bodsr:openownership-register-13475426836689652051 . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX bods: <http://bods.openownership.org/vocabulary/> | |
PREFIX bodsr: <http://bods.openownership.org/resource/> | |
PREFIX cht: <http://www.companieshouse.gov.uk/terms/> | |
SELECT DISTINCT ?companyName (GROUP_CONCAT(?sicText) AS ?sicInfo) | |
WHERE { | |
?parent bods:ownsOrControls+ ?company . | |
?parent bods:ownsOrControls+ bodsr:openownership-register-14662912447190623115 . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX bods: <http://bods.openownership.org/vocabulary/> | |
PREFIX bodsr: <http://bods.openownership.org/resource/> | |
PREFIX cht: <http://www.companieshouse.gov.uk/terms/> | |
SELECT DISTINCT ?sic (GROUP_CONCAT(?companyName;SEPARATOR="; ") as ?companies) | |
WHERE { | |
bodsr:openownership-register-14662912447190623115 bods:ownsOrControls+ ?company . | |
?company cht:SicText ?sic . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX bods: <http://bods.openownership.org/vocabulary/> | |
PREFIX bodsr: <http://bods.openownership.org/resource/> | |
PREFIX cht: <http://www.companieshouse.gov.uk/terms/> | |
SELECT DISTINCT ?companyName (GROUP_CONCAT(?sic;SEPARATOR=",") as ?sicData) | |
WHERE { | |
bodsr:openownership-register-14662912447190623115 bods:ownsOrControls+ ?company . | |
?company foaf:name ?companyName . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX bods: <http://bods.openownership.org/vocabulary/> | |
PREFIX bodsr: <http://bods.openownership.org/resource/> | |
PREFIX cht: <http://www.companieshouse.gov.uk/terms/> | |
SELECT DISTINCT ?companyName ?accountsDueDate | |
WHERE { | |
bodsr:openownership-register-14662912447190623115 bods:ownsOrControls+ ?company . | |
?company foaf:name ?companyName . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX bods: <http://bods.openownership.org/vocabulary/> | |
PREFIX bodsr: <http://bods.openownership.org/resource/> | |
PREFIX cht: <http://www.companieshouse.gov.uk/terms/> | |
SELECT DISTINCT ?companyName ?mortgages | |
WHERE { | |
?parent bods:ownsOrControls+ ?company . | |
?parent bods:ownsOrControls+ bodsr:openownership-register-8251351163712700915 . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX bods: <http://bods.openownership.org/vocabulary/> | |
PREFIX bodsr: <http://bods.openownership.org/resource/> | |
PREFIX cht: <http://www.companieshouse.gov.uk/terms/> | |
SELECT DISTINCT ?companyName ?mortgages ?directControl ?directControlShares | |
WHERE { | |
bodsr:openownership-register-10981547892767219580 bods:ownsOrControls+ ?company . | |
?company foaf:name ?companyName . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX bods: <http://bods.openownership.org/vocabulary/> | |
PREFIX bods-res: <http://bods.openownership.org/resource/> | |
SELECT ?name ?type | |
WHERE { | |
?entity bods:ownsOrControls+ bods-res:openownership-register-227513236687367494 . | |
?entity bods:ownsOrControls+ bods-res:openownership-register-11346547788507289239 . | |
?entity foaf:name ?name . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX foaf: <http://xmlns.com/foaf/0.1/> | |
PREFIX bods: <http://bods.openownership.org/vocabulary/> | |
PREFIX bods-res: <http://bods.openownership.org/resource/> | |
SELECT ?companyName ?interestType ?minShares | |
WHERE { | |
?ctrlStatement bods:hasInterestedParty bods-res:openownership-register-13699371219421575920 . | |
?ctrlStatement bods:hasSubject ?company . | |
?ctrlStatement bods:statesInterest ?interest . |
NewerOlder