Skip to content

Commit

Permalink
Merge branch 'master' into dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb authored Nov 18, 2024
2 parents 7b124c7 + c496565 commit 6373e73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tripper/literal.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Literal(str):
Examples:
```python
>>> from tripper import XSD, Literal
# Inferring the data type
Expand Down Expand Up @@ -77,6 +78,8 @@ class Literal(str):
>>> Literal("my value...", datatype="http://example.com/onto#MyType")
Literal('my value...', datatype='http://example.com/onto#MyType')
```
"""

# Note that the order of datatypes matters - it is used by
Expand Down

0 comments on commit 6373e73

Please sign in to comment.