I want to write down the following sentences in RDF Triple Notation:
The hotel is located at Flowerstree 12, Vienna, Austria
urn:Hotel locatedAt urn:locationOfHotel
urn:locationOfHotel: hasNumber 12
urn:locationOfHotel: hasStreet Flowerstreet
urn:locationOfHotel: hasCity Vienna
urn:locationOfHotel: hasCountrs Austria
I have choosen the terms locatedAt
and hasNumber
via reading some tutorials.
I am searching for a RDF guideline which provides me a wide vocabulary. As example in TEI there are many rules, examples and guidelines I can follow.