OWL から論理データ・モデルへの変換プロセスでは、OWL データ・タイプから論理データ・モデルのデータ・タイプが生成されます。
次の表に、OWL データ・タイプと論理データ・モデルのデータ・タイプとの対応を示します。
表 1. OWL から論理データ・モデルのデータ・タイプへのマッピング| OWL データ・タイプ |
生成される論理データ・モデルのデータ・タイプ |
| owl:rational |
適用外 |
| owl:real |
適用外 |
| rdfs:Literal |
|
| rdf:XMLLiteral |
XML |
| xsd:anyURI |
VARCHAR(32672) |
| xsd:base64Binary |
|
| xsd:boolean |
BOOLEAN |
| xsd:byte |
SHORT |
| xsd:date |
DATE |
| xsd:dateTime |
TIMESTAMP |
| xsd:dateTimeStamp |
TIMESTAMP |
| xsd:decimal |
DECIMAL |
| xsd:double |
DOUBLE |
| xsd:duration |
INTERVAL |
| xsd:float |
FLOAT |
| xsd:gDay |
TIME |
| xsd:gMonth |
TIME |
| xsd:gMonthDay |
TIME |
| xsd:gYear |
TIME |
| xsd:gYearMonth |
TIME |
| xsd:hexBinary |
|
| xsd:int |
INTEGER |
| xsd:integer |
INTEGER |
| xsd:language |
VARCHAR(32762) |
| xsd:long |
LONG |
| xsd:Name |
VARCHAR(32762) |
| xsd:NCName |
VARCHAR(32762) |
| xsd:negativeInteger |
INTEGER |
| xsd:NMTOKEN |
VARCHAR(32762) |
| xsd:nonNegativeInteger |
INTEGER |
| xsd:nonPositiveInteger |
INTEGER |
| xsd:normalizedString |
|
| xsd:positiveInteger |
INTEGER |
| xsd:short |
SHORT |
| xsd:string |
|
| xsd:time |
TIME |
| xsd:token |
VARCHAR(32762) |
| xsd:unsignedByte |
SHORT |
| xsd:unsignedInt |
INTEGER |
| xsd:unsignedLong |
LONG |
| xsd:unsignedShort |
SHORT |