Is it possible to use URI for the subject, predicate and object in RDF or should there be a keywork in atleast one of the triple for eg
David http://www.someuri.com/predicate http://www.someuri.com/object
Is it possible to have this kind of structure in an RDF file or should all the triples be in URI form.
in that case can David be the resource and the property and value be a in form of URI??. Is that possibel???
for example if i have a doctor called david, patient and date of visit are in form of uri
Let the patient URI be "http://www.hospital.com/patients/" and the date URI be "http://www.hospital.com/dateofvisit/" in this case can you please tell me how the RDF document should be created .