-
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
Document use of URLs as electronic address text #1156
Comments
Your interpretation was not my intention for the addresses model. The URL (not URI) associated with an electronic address should be captured as a string. I think gist:containedText is fine the way it is. |
this raises a more general question: When to use anyuri. It seems like the right thing to do some of the time, but it is not clear what the practical benefits are in actual applications, vs. using xsd:string |
Why not use a URL typed as The proposal is not to change
See above - for a web application consuming the RDF to make this an actionable link rather than text without having to look at, say, the |
According to the gist 13 address model, URLs can be modeled as instances of
gist:Address
with thecontainedText
the URL string. We want to datatype these asxsd:anyURI
, but the range ofcontainedText
isxsd:string
.I think the recommendation to users is to define their own property, such as
ex:url
, to use in such cases, in the same way that we have suggested they could defineaddressCity
, etc.The text was updated successfully, but these errors were encountered: