-
Notifications
You must be signed in to change notification settings - Fork 4
extending schema.org with an odta extension for geo-linking of places #10
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
base: main
Are you sure you want to change the base?
Conversation
|
in principle looks fine, but why is there a more generic LinkObject type? |
|
For more generic links between objects which are of non-geographic nature. |
| }, | ||
| "rdfs:label": [ | ||
| { | ||
| "@value": "Linkobjekt", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't it be "LinkObjekt"?
| }, | ||
| "rdfs:label": [ | ||
| { | ||
| "@value": "Geo Dauer", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without space?
| }, | ||
| "rdfs:label": [ | ||
| { | ||
| "@value": "Geo Distanz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
| ], | ||
| "rdfs:comment": [ | ||
| { | ||
| "@value": "Distanz zw., zwei Geolocations.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without comma
| }, | ||
| "rdfs:label": [ | ||
| { | ||
| "@value": "Geo Link", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without space
| "@language": "de" | ||
| }, | ||
| { | ||
| "@value": "geolink", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GeoLink
This PR is adding classes and properties to the ODTA vocabulary to cover linking Places with each other.