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

Conversation

ElisaKendall
Copy link
Contributor

There were numerous revisions since this example was last updated. This includes integration of a number of patterns that are now part of the OMG's Commons Ontology Library v1.1 specification, which is a formal OMG standard, many of which were derived from FIBO and improved on. There is additional content in FIBO in securities and derivatives that was not available when this example was initially created as well.

The example shows how to integrate FIBO with other reference data to demonstrate how to use it, and it would be great to keep it current and augment it with additional content over time.

bind(iri(concat("cb/currency/",?money_raised_currency_code,"/code")) as ?cb_currency_money_raised_currency_code_code_URL)
}
<cb> cb:updatedAt ?UPDATED_AT_DT bind(replace(str(?UPDATED_AT_DT),'T',' ') as ?UPDATED_AT) filter(?updated_at > ?UPDATED_AT)};
base <https://ontotext.com/crunchbase/resource/>
Copy link
Owner

@VladimirAlexiev VladimirAlexiev Apr 14, 2024

Choose a reason for hiding this comment

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

@ElisaKendall Note that I'll regen all .ru files from the respective .ttl files,
and README.html from README.md (BTW, markdown is a great way to write papers too!)

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';
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?

@ElisaKendall
Copy link
Contributor Author

ElisaKendall commented Apr 14, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants