-
Notifications
You must be signed in to change notification settings - Fork 1
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
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
470f0fb
Update example to the Q1 2024 FIBO Release
ElisaKendall 91eda5b
Updated IRIs in README.html to match other changes
ElisaKendall 2d3ded6
Updated README.md with revised prefixes and fix html descriptive text
ElisaKendall c66daa8
Merge pull request #1 from ElisaKendall/Update-Commons-FIBO
ElisaKendall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
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'. | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?