Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise the Crunchbase - FIBO example to reflect the Q1 2024 FIBO release #1

Merged
merged 4 commits into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,819 changes: 912 additions & 907 deletions README.html

Large diffs are not rendered by default.

1,015 changes: 510 additions & 505 deletions README.md

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions ipos-agents.ttl
Original file line number Original file line Diff line number Diff line change
@@ -1,24 +1,24 @@
# GRAPH <cb/ipos/(uuid)> # GRAPH <cb/ipos/(uuid)>

## Issuer, Stock exchange ## Issuer, Stock exchange

<cb/agent/(org_uuid)/issuer> a fibo-fbc-fi-fi:Issuer, fibo-fbc-pas-fpas:Offeror; <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>; fibo-fnd-rel-rel:issues <cb/ipo/(uuid)/share>;
fibo-fnd-rel-rel:hasIdentity <cb/agent/(org_uuid)>. cmns-rlcmp:isPlayedBy <cb/agent/(org_uuid)>.

<cb/exchange/(stock_exchange_symbol)> a fibo-fbc-fct-mkt:Exchange, fibo-fbc-fct-ra:RegistrationAuthority; <cb/exchange/(stock_exchange_symbol)> a fibo-fbc-fct-mkt:Exchange, fibo-fbc-fct-ra:RegistrationAuthority;
rdfs:label "Exchange '(stock_exchange_symbol)'"; rdfs:label "Exchange '(stock_exchange_symbol)'";
fibo-fbc-fct-mkt:hasExchangeAcronym '(stock_exchange_symbol)'; fibo-fbc-fct-mkt:hasFacilityAcronym '(stock_exchange_symbol)';
lcc-lr:isIdentifiedBy <cb/exchange/(stock_exchange_symbol)/code>. cmns-id:isIdentifiedBy <cb/exchange/(stock_exchange_symbol)/code>.

<cb/exchange/(stock_exchange_symbol)/code> a lcc-lr:Identifier; <cb/exchange/(stock_exchange_symbol)/code> a cmns-id:Identifier;
rdfs:label "Identifier of exchange '(stock_exchange_symbol)'"; rdfs:label "Identifier of exchange '(stock_exchange_symbol)'";
lcc-lr:hasTag '(stock_exchange_symbol)'; fibo-fnd-rel-rel:hasTag '(stock_exchange_symbol)';
lcc-lr:identifies <cb/exchange/(stock_exchange_symbol)>; cmns-id:identifies <cb/exchange/(stock_exchange_symbol)>;
lcc-lr:isMemberOf <cb/exchange/code>. cmns-col:isMemberOf <cb/exchange/code>.

<cb/exchange/code> a lcc-lr:CodeSet; <cb/exchange/code> a cmns-cds:CodeSet;
rdfs:label 'CrunchBase exchange code scheme'. rdfs:label 'CrunchBase exchange code scheme'.

<cb/ipo/(uuid)/share> a fibo-sec-sec-lst:ListedSecurity, fibo-sec-eq-eq:Share. <cb/ipo/(uuid)/share> a fibo-sec-sec-lst:ListedSecurity, fibo-sec-eq-eq:Share.

94 changes: 47 additions & 47 deletions ipos-currencies.ttl
Original file line number Original file line Diff line number Diff line change
@@ -1,47 +1,47 @@
## Currencies: USD plus 3 more for the 3 financials ## Currencies: USD plus 3 more for the 3 financials

<cb/currency/USD> a fibo-fnd-acc-cur:Currency; <cb/currency/USD> a fibo-fnd-acc-cur:Currency;
lcc-lr:hasName 'USD'; cmns-dsg:hasName 'USD';
rdfs:label 'Currency USD'. rdfs:label 'Currency USD'.
<cb/currency/USD/code> a fibo-fnd-acc-cur:CurrencyIdentifier; <cb/currency/USD/code> a fibo-fnd-acc-cur:CurrencyIdentifier;
rdfs:label 'Code of currency USD'; rdfs:label 'Code of currency USD';
lcc-lr:hasTag 'USD'; fibo-fnd-rel-rel:hasTag 'USD';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, fibo-fnd-rel-rel:hasTag seems like a great candidate to go in Commons?

lcc-lr:denotes <cb/currency/USD>; cmns-dsg:denotes <cb/currency/USD>;
lcc-lr:identifies <cb/currency/USD>; cmns-id:identifies <cb/currency/USD>;
lcc-lr:isMemberOf <cb/currency>. cmns-col:isMemberOf <cb/currency>.

<cb/currency/(share_price_currency_code)> a fibo-fnd-acc-cur:Currency; <cb/currency/(share_price_currency_code)> a fibo-fnd-acc-cur:Currency;
lcc-lr:hasName '(share_price_currency_code)'; cmns-dsg:hasName '(share_price_currency_code)';
rdfs:label 'Currency (share_price_currency_code)'. rdfs:label 'Currency (share_price_currency_code)'.
<cb/currency/(share_price_currency_code)/code> a fibo-fnd-acc-cur:CurrencyIdentifier; <cb/currency/(share_price_currency_code)/code> a fibo-fnd-acc-cur:CurrencyIdentifier;
rdfs:label 'Code of currency (share_price_currency_code)'; rdfs:label 'Code of currency (share_price_currency_code)';
lcc-lr:hasTag '(share_price_currency_code)'; fibo-fnd-rel-rel:hasTag '(share_price_currency_code)';
lcc-lr:denotes <cb/currency/(share_price_currency_code)>; cmns-dsg:denotes <cb/currency/(share_price_currency_code)>;
lcc-lr:identifies <cb/currency/(share_price_currency_code)>; cmns-id:identifies <cb/currency/(share_price_currency_code)>;
lcc-lr:isMemberOf <cb/currency>. cmns-col:isMemberOf <cb/currency>.

<cb/currency/(valuation_price_currency_code)> a fibo-fnd-acc-cur:Currency; <cb/currency/(valuation_price_currency_code)> a fibo-fnd-acc-cur:Currency;
lcc-lr:hasName '(valuation_price_currency_code)'; cmns-dsg:hasName '(valuation_price_currency_code)';
rdfs:label 'Currency (valuation_price_currency_code)'. rdfs:label 'Currency (valuation_price_currency_code)'.
<cb/currency/(valuation_price_currency_code)/code> a fibo-fnd-acc-cur:CurrencyIdentifier; <cb/currency/(valuation_price_currency_code)/code> a fibo-fnd-acc-cur:CurrencyIdentifier;
rdfs:label 'Code of currency (valuation_price_currency_code)'; rdfs:label 'Code of currency (valuation_price_currency_code)';
lcc-lr:hasTag '(valuation_price_currency_code)'; fibo-fnd-rel-rel:hasTag '(valuation_price_currency_code)';
lcc-lr:denotes <cb/currency/(valuation_price_currency_code)>; cmns-dsg:denotes <cb/currency/(valuation_price_currency_code)>;
lcc-lr:identifies <cb/currency/(valuation_price_currency_code)>; cmns-id:identifies <cb/currency/(valuation_price_currency_code)>;
lcc-lr:isMemberOf <cb/currency>. cmns-col:isMemberOf <cb/currency>.

<cb/currency/(money_raised_currency_code)> a fibo-fnd-acc-cur:Currency; <cb/currency/(money_raised_currency_code)> a fibo-fnd-acc-cur:Currency;
lcc-lr:hasName '(money_raised_currency_code)'; cmns-dsg:hasName '(money_raised_currency_code)';
rdfs:label 'Currency (money_raised_currency_code)'. rdfs:label 'Currency (money_raised_currency_code)'.
<cb/currency/(money_raised_currency_code)/code> a fibo-fnd-acc-cur:CurrencyIdentifier; <cb/currency/(money_raised_currency_code)/code> a fibo-fnd-acc-cur:CurrencyIdentifier;
rdfs:label 'Code of currency (money_raised_currency_code)'; rdfs:label 'Code of currency (money_raised_currency_code)';
lcc-lr:hasTag '(money_raised_currency_code)'; fibo-fnd-rel-rel:hasTag '(money_raised_currency_code)';
lcc-lr:denotes <cb/currency/(money_raised_currency_code)>; cmns-dsg:denotes <cb/currency/(money_raised_currency_code)>;
lcc-lr:identifies <cb/currency/(money_raised_currency_code)>; cmns-id:identifies <cb/currency/(money_raised_currency_code)>;
lcc-lr:isMemberOf <cb/currency>. cmns-col:isMemberOf <cb/currency>.

<cb/currency> a lcc-lr:IdentificationScheme, lcc-lr:CodeSet; <cb/currency> a cmns-id:IdentificationScheme, cmns-cds:CodeSet;
rdfs:label 'CrunchBase currency code set'; rdfs:label 'CrunchBase currency code set';
skos:definition 'Currency identifiers used in CrunchBase'; skos:definition 'Currency identifiers used in CrunchBase';
skos:scopeNote 'Better reconcile to fibo-fnd-acc-4217:ISO4217-CodeSet'. skos:scopeNote 'Better reconcile to fibo-fnd-acc-4217:ISO4217-CodeSet'.

Loading