Identity
Class IRI: bf:ParentCompany
subClassOf: schema:Organization
Stable identity: ticker + exchange OR sec_cik OR legal name + country
Attribute count: 8
Cardinalities
(this class is a leaf; no outbound relationships)
Attributes
| Name | Type | Card | Req | Doc |
|---|---|---|---|---|
slug |
xsd:string |
1 | required | |
name |
schema:name |
1 | required | |
ticker |
xsd:string |
0..1 | optional | |
exchange |
xsd:string |
0..1 | optional | |
secCik |
xsd:string |
0..1 | optional | |
countryCode |
xsd:string |
0..1 | optional | |
url |
schema:url |
0..1 | optional | |
subsidiaries |
bf:Operator |
0..* | optional |
Cite this entity
@prefix bf: <https://refineryintelligence.com/ns/v1#> .
bf:ParentCompany a rdfs:Class ;
rdfs:label "ParentCompany" ;
rdfs:comment "Globally-deduplicated parent corporate entity. May or may not be publicly traded." .
# Source: https://refineryintelligence.com/ontology/parent-company
# Ontology: https://refineryintelligence.com/refinery-ontology.jsonld
# Version: 1.1.1