How do you specify a pair (or more) of attributes for an entity in RDF without losing the connection? (Sorry, I am a newbie.)
For example, I would like to say a GPS has a reading of latitude and longitude, but I want to specify something like 'GPS has (latitude, longitude)' rather than 'GPS has latitude' and 'GPS has longitude', because it becomes problematic when I have multiple readings and need to know which latitude goes with which longitude.
I've looked at RDF examples, but it wasn't very obvious to me how this could be done.
Thank you for any pointers.
[Edit] Upon further researching, i ran across bnode or anonymous node. Would this preserve the paring?