No object property for "has uniform resource locator" (P30154) #92
Replies: 2 comments
-
|
Thank you @mcm104 Some thoughts:
For this particular case:
|
Beta Was this translation helpful? Give feedback.
-
|
A uniform resource locator (URL) is not considered an RDA entity, and object properties are only defined for RDA entities. I think RDA treats a URL as a link you can click on to access a copy of a manifestation, and it cannot be seen as an IRI for the manifestation itself. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Property "has uniform resource locator" (P30154) is set up as a URI property template.
Script 005_replace_canonical_props.py accordingly tries to replace http://rdaregistry.info/Elements/m/P30154 with http://rdaregistry.info/Elements/m/object/P30154.
BUT http://rdaregistry.info/Elements/m/object/P30154 does not exist, so the script leaves it in its canonical form: http://rdaregistry.info/Elements/m/P30154. (NOTE:http://rdaregistry.info/Elements/m/datatype/P30154 does exist.)
Right now, we are operating on idea that for a given property template type, the canonical property should be replaced with an object or datatype property as follows:
This begs the question: if the corresponding datatype/object property does not exist, is the way we set up the PT "wrong"?
In this particular case (which is so far our only example), I think the solution is to set up "has uniform resource locator" as a literal. It makes fuzzy sense in my head why you would use a datatype property for a triple like this instead of an object property. But I guess this has implications for what we mean when we set something up as a URI property template...
Does anyone have thoughts?
@briesenberg07 @gerontakos
* This is because Sinopia allows users to enter a literal in a lookup field
** HOWEVER, Benjamin and I realized that Sinopia also allows users to enter a literal in a URI field... hm
Beta Was this translation helpful? Give feedback.
All reactions