abadirdf_table1a_rdf
Modellierung in semAuth-061 (links) und automatisch generierte Serialisierung in Object-Logic
ex#'ID1' : ex#BookType . turtle: ex#'ID1' rdf:type ex#BookType . ex#'ID1' [ ex#title -> "XYZ" ] . ex#'ID1' [ ex#author -> "'Fox, Joe'" ] . ex#'ID1' [ ex#copyright -> "'2001'" ] . ex#'ID3' : ex#BookType . turtle: ex#'ID3' rdf:type ex#BookType . ex#'ID3' [ ex#title -> "MNO" ] . ex#'ID3' [ ex#language -> "English" ] . ex#'ID6' : ex#BookType . turtle: ex#'ID6' rdf:type ex#BookType . ex#'ID6' [ ex#copyright -> "'2004'" ] . turtle: ex#'ID2' rdf:type ex#CDType . ex#'ID2' [ ex#title -> "ABC" ] . ex#'ID2' [ ex#artist -> "'Orr, Tim'" ] . ex#'ID2' [ ex#copyright -> "'1985'" ] . ex#'ID2' [ ex#language -> "French" ] . turtle: ex#'ID5' rdf:type ex#CDType . ex#'ID5' [ ex#title -> "GHI" ] . ex#'ID5' [ ex#copyright -> "'1995'" ] . ex#'ID4' : ex#DVDType . turtle: ex#'ID4' rdf:type ex#DVDType . |