You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to interpolate variables (and invoke macros) in templated URLs:
<schema/refinery/(n)>a csvw:Column, sosa:ObservableProperty; ## have it
csvw:datatype <schema/refinery/(n)/(dtBase)>, "(datatype)"; ## have it
sosa:hasFeatureOfInterest <feature/URLIFY(SPLIT(features))>; ## have it
un:qualifier <qualifier/SPLIT(statisticalQualifiers)>; ## have it
qudt:hasQuantityKind qk:\(quantityKind\); ## need it
qudt:hasUnit unit:\(unit\); ## need it
However, there's also a need to interpolate vars in prefixed URLs (last 2 lines above).
Notes:
I could write this as as follows, but I prefer not to use full URLs, to avoid mistakes
It is possible to interpolate variables (and invoke macros) in templated URLs:
However, there's also a need to interpolate vars in prefixed URLs (last 2 lines above).
Notes:
The text was updated successfully, but these errors were encountered: