-
Notifications
You must be signed in to change notification settings - Fork 1
/
ipos-currencies.ttl
47 lines (41 loc) · 2.31 KB
/
ipos-currencies.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
## 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'.