Skip to content

Commit

Permalink
Fix example of date
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Oct 23, 2024
1 parent 0d0f3e3 commit 68ba290
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ The CRM classes [E61 Time Primitive], [E94 Space Primitive], and [E95 Spacetime
@prefix edtf: <http://id.loc.gov/datatypes/edtf/>
@prefix unit: <http://qudt.org/vocab/unit/> .
<x> dc:date "2000?"^^edtf:EDTF .
<TitanticSinking> a crm:E81_Transformation ;
crm:P124_transformed <RMSTitanic> ;
crm:P123_resulted_in <TitanticWreck> .
crm:P4_has_time-span
"1912-04-15"^^xsd:date ,
"1912-04-15"^^xsd:date , # or ^^edtf:EDTF (subsumes xsd:date)
[
a crm:E52_Time-Span ;
crm:P82_at_some_time_within "1912-04-15"^^xsd:date
Expand Down

0 comments on commit 68ba290

Please sign in to comment.