-
Notifications
You must be signed in to change notification settings - Fork 1
/
ipos-fibo.ttl
174 lines (146 loc) · 8.99 KB
/
ipos-fibo.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# GRAPH <cb/ipos/(uuid)>
## Issuer, Stock exchange
<cb/agent/(org_uuid)/issuer> a fibo-fbc-fi-fi:Issuer, fibo-fbc-pas-fpas:Offeror;
fibo-fnd-rel-rel:issues <cb/ipo/(uuid)/share>;
cmns-rlcmp:isPlayedBy <cb/agent/(org_uuid)>.
<cb/exchange/(stock_exchange_symbol)> a fibo-fbc-fct-mkt:Exchange, fibo-fbc-fct-ra:RegistrationAuthority;
rdfs:label "Exchange '(stock_exchange_symbol)'";
fibo-fbc-fct-mkt:hasFacilityAcronym '(stock_exchange_symbol)';
cmns-id:isIdentifiedBy <cb/exchange/(stock_exchange_symbol)/code>.
<cb/exchange/(stock_exchange_symbol)/code> a cmns-id:Identifier;
rdfs:label "Identifier of exchange '(stock_exchange_symbol)'";
fibo-fnd-rel-rel:hasTag '(stock_exchange_symbol)';
cmns-id:identifies <cb/exchange/(stock_exchange_symbol)>;
cmns-col:isMemberOf <cb/exchange/code>.
<cb/exchange/code> a cmns-cds:CodeSet;
rdfs:label 'CrunchBase exchange code scheme'.
<cb/ipo/(uuid)/share> a fibo-sec-sec-lst:ListedSecurity, fibo-sec-eq-eq:Share.
## Offering, Share, Listing, Ticker
<cb/ipo/(uuid)/offering> a fibo-sec-sec-iss:PublicOffering;
rdfs:label "IPO (permalink)";
fibo-fbc-pas-fpas:hasOfferingPrice <cb/ipo/(uuid)/price/(money_raised_currency_code)>, <cb/ipo/(uuid)/price/USD>;
cmns-cxtdsg:appliesTo <cb/ipo/(uuid)/share>;
fibo-fnd-rel-rel:isIssuedBy <cb/agent/(org_uuid)/issuer>;
fibo-sec-sec-iss:hasFirstTradeDate '(went_public_on)'^^xsd:date;
fibo-sec-sec-iss:isRegisteredWith <cb/exchange/(stock_exchange_symbol)>;
cb:uuid '(uuid)';
cb:name '(name)';
cb:permalink '(permalink)';
cb:url '(cb_url)'^^xsd:anyURI;
cb:rank '(rank)'^^xsd:integer;
cb:createdAt 'fixDate(created_at)'^^xsd:dateTime;
cb:updatedAt 'fixDate(updated_at)'^^xsd:dateTime.
<cb/ipo/(uuid)/share> a fibo-sec-sec-lst:ListedSecurity, fibo-sec-eq-eq:Share;
rdfs:label "Share/listed security '(stock_symbol)'";
fibo-sec-sec-lst:isListedVia <cb/ipo/(uuid)/listing>;
fibo-fnd-agr-ctr:hasPrincipalParty <cb/agent/(org_uuid)/issuer>;
fibo-fnd-rel-rel:isIssuedBy <cb/agent/(org_uuid)/issuer>;
fibo-fbc-fi-fi:isDenominatedIn <cb/currency/(share_price_currency_code)>;
fibo-sec-sec-lst:hasOriginalPlaceOfListing <cb/exchange/(stock_exchange_symbol)>; ## don't know this but it's mandatory
fibo-sec-sec-lst:hasHomeExchange <cb/exchange/(stock_exchange_symbol)>.
<cb/ipo/(uuid)/listing> a fibo-sec-sec-lst:Listing;
rdfs:label "Listing of share/security '(stock_symbol)' on exchange '(stock_exchange_symbol)'";
fibo-sec-sec-lst:lists <cb/ipo/(uuid)/share>;
cmns-id:isIdentifiedBy <cb/ipo/(uuid)/ticker>;
fibo-sec-sec-lst:isTradedOn <cb/exchange/(stock_exchange_symbol)>;
fibo-fnd-acc-cur:hasCurrency <cb/currency/(share_price_currency_code)>.
<cb/ipo/(uuid)/ticker> a fibo-sec-sec-id:TickerSymbol, fibo-sec-sec-id:ListedSecurityIdentifier;
rdfs:label "Ticker symbol/security identifier '(stock_exchange_symbol):(stock_symbol)'";
fibo-fnd-rel-rel:hasTag '(stock_symbol)';
fibo-fbc-fct-ra:isRegisteredBy <cb/exchange/(stock_exchange_symbol)>;
cmns-id:identifies <cb/ipo/(uuid)/listing>;
fibo-fnd-arr-id:hasInitialAssignmentDate '(went_public_on)'^^xsd:date.
<cb/currency/USD> a fibo-fnd-acc-cur:Currency.
<cb/currency/(share_price_currency_code)> a fibo-fnd-acc-cur:Currency.
<cb/currency/(valuation_price_currency_code)> a fibo-fnd-acc-cur:Currency.
<cb/currency/(money_raised_currency_code)> a fibo-fnd-acc-cur:Currency.
## Financials
<cb/ipo/(uuid)/offering> a fibo-sec-sec-iss:PublicOffering;
fibo-fbc-pas-fpas:hasOfferingPrice <cb/ipo/(uuid)/price/(money_raised_currency_code)>, <cb/ipo/(uuid)/price/USD>.
<cb/ipo/(uuid)/price/(money_raised_currency_code)> a fibo-fnd-acc-cur:MonetaryPrice;
rdfs:label "Total price/money raised by IPO in local currency";
fibo-fnd-acc-cur:hasAmount '(money_raised)'^^xsd:decimal;
fibo-fnd-acc-cur:hasCurrency <cb/currency/(money_raised_currency_code)>.
<cb/ipo/(uuid)/price/USD> a fibo-fnd-acc-cur:MonetaryPrice;
rdfs:label "Total price/money raised by IPO in USD";
fibo-fnd-acc-cur:hasAmount '(money_raised_usd)'^^xsd:decimal;
fibo-fnd-acc-cur:hasCurrency <cb/currency/USD>.
<cb/ipo/(uuid)/marketCap/(valuation_price_currency_code)> a fibo-ind-mkt-bas:MarketCapitalization;
rdfs:label "Market Cap (valuation) at the time of IPO in local currency";
fibo-ind-mkt-bas:hasMarketCapitalizationValue <cb/ipo/(uuid)/marketCapValue/(valuation_price_currency_code)>;
cmns-qtu:hasArgument <cb/ipo/(uuid)/pricePerShare/(share_price_currency_code)>;
cmns-dt:hasObservedDateTime '(went_public_on)'^^xsd:date;
cmns-cxtdsg:appliesTo <cb/agent/(org_uuid)/issuer>.
<cb/ipo/(uuid)/marketCap/USD> a fibo-ind-mkt-bas:MarketCapitalization;
rdfs:label "Market Cap (valuation) at the time of IPO in USD";
fibo-ind-mkt-bas:hasMarketCapitalizationValue <cb/ipo/(uuid)/marketCapValue/USD>;
cmns-qtu:hasArgument <cb/ipo/(uuid)/pricePerShare/USD>;
cmns-dt:hasObservedDateTime '(went_public_on)'^^xsd:date;
cmns-cxtdsg:appliesTo <cb/agent/(org_uuid)/issuer>.
<cb/ipo/(uuid)/marketCapValue/(valuation_price_currency_code)> a fibo-fnd-acc-cur:MonetaryAmount;
rdfs:label "Monetary amount of Market Cap (valuation) in local currency";
fibo-fnd-acc-cur:hasAmount '(valuation_price)'^^xsd:decimal;
fibo-fnd-acc-cur:hasCurrency <cb/currency/(valuation_price_currency_code)>.
<cb/ipo/(uuid)/marketCapValue/USD> a fibo-fnd-acc-cur:MonetaryAmount;
rdfs:label "Monetary amount of Market Cap (valuation) in USD";
fibo-fnd-acc-cur:hasAmount '(valuation_price_usd)'^^xsd:decimal;
fibo-fnd-acc-cur:hasCurrency <cb/currency/USD>.
<cb/ipo/(uuid)/pricePerShare/(share_price_currency_code)> a fibo-sec-eq-eq:PricePerShare;
rdfs:label "Price per share at the time of IPO in local currency";
fibo-fnd-acc-cur:hasAmount '(share_price)'^^xsd:decimal;
fibo-fnd-acc-cur:hasCurrency <cb/currency/(share_price_currency_code)>;
cmns-dt:hasObservedDateTime '(went_public_on)'^^xsd:date;
fibo-fnd-acc-cur:isPriceFor <cb/ipo/(uuid)/share>.
<cb/ipo/(uuid)/pricePerShare/USD> a fibo-sec-eq-eq:PricePerShare;
rdfs:label "Price per share at the time of IPO in USD";
fibo-fnd-acc-cur:hasAmount '(share_price_usd)'^^xsd:decimal;
fibo-fnd-acc-cur:hasCurrency <cb/currency/USD>;
cmns-dt:hasObservedDateTime '(went_public_on)'^^xsd:date;
fibo-fnd-acc-cur:isPriceFor <cb/ipo/(uuid)/share>.
<cb/currency/USD> a fibo-fnd-acc-cur:Currency.
<cb/currency/(share_price_currency_code)> a fibo-fnd-acc-cur:Currency.
<cb/currency/(valuation_price_currency_code)> a fibo-fnd-acc-cur:Currency.
<cb/currency/(money_raised_currency_code)> a fibo-fnd-acc-cur:Currency.
<cb/ipo/(uuid)/share> a fibo-sec-sec-lst:ListedSecurity, fibo-sec-eq-eq:Share.
<cb/agent/(org_uuid)/issuer> a fibo-fbc-fi-fi:Issuer, fibo-fbc-pas-fpas:Offeror.
## Currencies: USD plus 3 more for the 3 financials
<cb/currency/USD> a fibo-fnd-acc-cur:Currency;
cmns-dsg:hasName 'USD';
rdfs:label 'Currency USD'.
<cb/currency/USD/code> a fibo-fnd-acc-cur:CurrencyIdentifier;
rdfs:label 'Code of currency USD';
fibo-fnd-rel-rel:hasTag 'USD';
cmns-dsg:denotes <cb/currency/USD>;
cmns-id:identifies <cb/currency/USD>;
cmns-col:isMemberOf <cb/currency>.
<cb/currency/(share_price_currency_code)> a fibo-fnd-acc-cur:Currency;
cmns-dsg:hasName '(share_price_currency_code)';
rdfs:label 'Currency (share_price_currency_code)'.
<cb/currency/(share_price_currency_code)/code> a fibo-fnd-acc-cur:CurrencyIdentifier;
rdfs:label 'Code of currency (share_price_currency_code)';
fibo-fnd-rel-rel:hasTag '(share_price_currency_code)';
cmns-dsg:denotes <cb/currency/(share_price_currency_code)>;
cmns-id:identifies <cb/currency/(share_price_currency_code)>;
cmns-col:isMemberOf <cb/currency>.
<cb/currency/(valuation_price_currency_code)> a fibo-fnd-acc-cur:Currency;
cmns-dsg:hasName '(valuation_price_currency_code)';
rdfs:label 'Currency (valuation_price_currency_code)'.
<cb/currency/(valuation_price_currency_code)/code> a fibo-fnd-acc-cur:CurrencyIdentifier;
rdfs:label 'Code of currency (valuation_price_currency_code)';
fibo-fnd-rel-rel:hasTag '(valuation_price_currency_code)';
cmns-dsg:denotes <cb/currency/(valuation_price_currency_code)>;
cmns-id:identifies <cb/currency/(valuation_price_currency_code)>;
cmns-col:isMemberOf <cb/currency>.
<cb/currency/(money_raised_currency_code)> a fibo-fnd-acc-cur:Currency;
cmns-dsg:hasName '(money_raised_currency_code)';
rdfs:label 'Currency (money_raised_currency_code)'.
<cb/currency/(money_raised_currency_code)/code> a fibo-fnd-acc-cur:CurrencyIdentifier;
rdfs:label 'Code of currency (money_raised_currency_code)';
fibo-fnd-rel-rel:hasTag '(money_raised_currency_code)';
cmns-dsg:denotes <cb/currency/(money_raised_currency_code)>;
cmns-id:identifies <cb/currency/(money_raised_currency_code)>;
cmns-col:isMemberOf <cb/currency>.
<cb/currency> a cmns-id:IdentificationScheme, cmns-cds:CodeSet;
rdfs:label 'CrunchBase currency code set';
skos:definition 'Currency identifiers used in CrunchBase';
skos:scopeNote 'Better reconcile to fibo-fnd-acc-4217:ISO4217-CodeSet'.