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

Fix restrictions on Offer to allow for offers to buy in addition to offers to sell #1177

Open
rjyounes opened this issue Jan 14, 2025 · 2 comments

Comments

@rjyounes
Copy link
Collaborator

This restriction does not work for offers to buy:

			[
				a owl:Restriction ;
				owl:onProperty gist:offers ;
				owl:someValuesFrom gist:CatalogItem ;
			]
@stevenchalem
Copy link
Contributor

stevenchalem commented Jan 14, 2025

Investopedia defines "Offer" as follows

An offer is a conditional proposal made by a buyer or seller to buy or sell an asset, which becomes legally binding if accepted. An offer is also defined as the act of offering something for sale, or the submission of a bid to buy something.

@rjyounes
Copy link
Collaborator Author

Yes. The text definition includes both offers to buy and offers to sell, but the restriction does not allow for the former.

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

No branches or pull requests

2 participants