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

Add GeoSPARQL vocabulary constants #4505

Closed
abrokenjester opened this issue Apr 12, 2023 Discussed in #4504 · 1 comment · Fixed by #4988
Closed

Add GeoSPARQL vocabulary constants #4505

abrokenjester opened this issue Apr 12, 2023 Discussed in #4504 · 1 comment · Fixed by #4988
Labels
📶 enhancement issue is a new feature or improvement
Milestone

Comments

@abrokenjester
Copy link
Contributor

Discussed in #4504

Originally posted by luisramosbosch April 11, 2023
Dear All,

I am trying to develop a minimum example in geosparql, following this documentation:

https://rdf4j.org/documentation/programming/geosparql/

I have the idea, that I should be able to build the example using code, but when I tried to do it,
I found some method (object property, and class defition) I would expect were no present,
like geo:hasGeometry or geof:Point, which would be neccesary to build the model of the example.

model.add(eiffelTower, GEO.hasGeometry, coordinateset );
model.add(coordinateset, RDF.TYPE, GEOF.Point );

Could you tell me if building the model from code is possible?, or if I have to edit the model somewhere else,
and use rdf4j only for querying?.

Best regards

Luis Ramos

@abrokenjester abrokenjester added the 📶 enhancement issue is a new feature or improvement label Apr 12, 2023
@abrokenjester abrokenjester added the help wanted we could use your help in fixing this issue label Apr 29, 2023
@abrokenjester abrokenjester modified the milestone: 5.0.0 Jun 22, 2023
linnaung added a commit to linnaung/rdf4j that referenced this issue May 26, 2024
 - update GeoSPARQL version to 1.1
 - update copyright year
linnaung added a commit to linnaung/rdf4j that referenced this issue May 26, 2024
 - update GeoSPARQL version to 1.1
 - update copyright year
linnaung added a commit to linnaung/rdf4j that referenced this issue May 27, 2024
 - update GeoSPARQL version to 1.1
 - update copyright year
@hmottestad hmottestad added this to the 4.3.12 milestone May 31, 2024
@hmottestad hmottestad removed the help wanted we could use your help in fixing this issue label May 31, 2024
@hmottestad
Copy link
Contributor

Fixed by: @linnaung

fkleedorfer pushed a commit to Merkmalservice/rdf4j that referenced this issue Jun 9, 2024
 - update GeoSPARQL version to 1.1
 - update copyright year
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📶 enhancement issue is a new feature or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants