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

SPARQL Property Path examples #9

Open
ksonda opened this issue Feb 13, 2022 · 1 comment
Open

SPARQL Property Path examples #9

ksonda opened this issue Feb 13, 2022 · 1 comment
Assignees

Comments

@ksonda
Copy link
Member

ksonda commented Feb 13, 2022

No description provided.

@ksonda
Copy link
Member Author

ksonda commented May 3, 2022

I think in the interim it would be good ti figure out 3 property paths:

  1. Find everything that spatially intersects this lat/longitude
  2. Find everything that spatially intersects the thing with this @id
  3. Find everything that shares an HY_IndirectPositition -> hyf:LinearElement property path with this @id (this references this type of association)
"hyf:referencedPosition": [
{
"hyf:HY_IndirectPosition": {
"hyf:distanceExpression": {
"hyf:HY_DistanceFromReferent": {
"hyf:interpolative": 0
}
},
"hyf:distanceDescription": {
"hyf:HY_DistanceDescription": "upstream"
},
"hyf:linearElement": "https://geoconnex.us/nhdplusv2/reachcode/18040002001000"
}
}
],

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