-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add idText property #874
Comments
Proposal to use |
Currently there are several datatype properties that connect an object to a text string that has a deep fundamental connection to that object. E.g
One proposal is to collapse these into a smaller number of properties. For example, if we agree that each object just has one unique string associated with it, then we can get rid of The question is how to handle multiple languages.
The current definition of gist:ID has this restriction:
If we went with the use of language tags, this restriction is moot but we could not use |
IDs are language-agnostic, so the language tag issue is moot. |
:contract :isIdentifiedBy :ID . :ID :uniqueText "1234" . :contract :idText "1234" ( Rebecca: can be superproperty of datatype properties for particular IDs - e.g., Dan: useful for string search without the clutter of ID objects There was an internal discussion of this on 2023-01-31, with consensus that datatype properties were valid under some circumstances. |
DECISION:
|
@rjyounes proposal to add
gist:idString
as aDatatypeProperty
.The text was updated successfully, but these errors were encountered: