forked from VladimirAlexiev/crunchbase-fibo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathipos-agents.ttl
24 lines (17 loc) · 1003 Bytes
/
ipos-agents.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
# 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.