rdf
This commit is contained in:
parent
9f18ed7a3b
commit
8ab95bb548
@ -22,13 +22,14 @@ rdf:type is a property `<http://www.w3.org/1999/02/222-rdf-syntax-ns#type>` and
|
||||
|
||||
### Literal Datatypes
|
||||
|
||||
^Serialization^Datatype^
|
||||
|"Bugs Bunny"|xsd:string|
|
||||
|"Bugs Bunny"%%^^%%xsd:string|xsd:string|
|
||||
|"Bugs Bunny"@en|rdf:langstring|
|
||||
|"1940-07-27"%%^^%%xsd:date|xsd:date|
|
||||
|"1940-07-27T01:00:00.000Z"%%^^%%xsd:date|xsd:dateTime|
|
||||
|101|xsd:integer|
|
||||
|2.0|xsd:decimal|
|
||||
|True|xsd:boolean|
|
||||
| Serialization | Datatype |
|
||||
| ------------- | -------- |
|
||||
| "Bugs Bunny" | xsd:string |
|
||||
| "Bugs Bunny"%%^^%%xsd:string | xsd:string |
|
||||
| "Bugs Bunny"@en | rdf:langstring |
|
||||
| "1940-07-27"%%^^%%xsd:date | xsd:date |
|
||||
| "1940-07-27T01:00:00.000Z"%%^^%%xsd:date | xsd:dateTime |
|
||||
| 101 | xsd:integer |
|
||||
| 2.0 | xsd:decimal |
|
||||
| True | xsd:boolean |
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user