2
一個屬性的屬性
說我有一個三重的user, action type, object
像這樣:如何表示在RDF
andy visited url1
andy visited url2
我怎麼會一個時間戳值編碼到這些關係,所以我們知道andy
url2
訪問過url1
?
RDF是甚至正確的數據模型使用還是應該使用屬性圖?
:Andy :visited [
:url <the_visited_url>;
:timestamp "the timestamp"^^xsd:dateTime
].
或者: