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

E42 Identifier #2

Closed
larsgw opened this issue Oct 22, 2024 · 2 comments
Closed

E42 Identifier #2

larsgw opened this issue Oct 22, 2024 · 2 comments

Comments

@larsgw
Copy link
Collaborator

larsgw commented Oct 22, 2024

Don’t use E42_Identifier for URIs. So use

<something> crm:P1_is_identified_by <http://example.org/> .

Would this not mean that <http://example.org/> is the URI of the URI itself (instead of the URI of the concept)?

instead of

<something> crm:P1_is_identified_by [
  a crm:E42_Identifier ;  crm:P90_has_value "http://example.org/" ] .

It looks like crm:P90_has_value is only for E54 Dimension.

@nichtich
Copy link
Contributor

In RDF (that is unless we dig into reification, RDF* or similar nasty swamps), there is no such thing as a statement about an URI. There are resources and some resources are identified by an URI. Things start to get difficult with URI aliases (possibly expressed with owl:sameAs) but doable if you just replace every alias URI with a preferred URI of the same resource. Anyway, this handling of URIs is outside of the domain of basic RDF.

I'll fix the wrong use of P90!

nichtich added a commit that referenced this issue Oct 22, 2024
@nichtich
Copy link
Contributor

Seems done

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

No branches or pull requests

2 participants