@prefix ctext: <https://data.ctext.org/entity/> .
@prefix claim: <https://data.ctext.org/claim/> .
@prefix cprop: <https://data.ctext.org/property/> .
@prefix cqual: <https://data.ctext.org/qualifier/> .
@prefix cstat: <https://data.ctext.org/statement/> .
@prefix date: <https://data.ctext.org/date/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

# NOTE: RDF serialization is currently experimental, and this response format may change in future
# If you want *all* the data, you can download it as a single file via this page: https://ctext.org/tools/linked-open-data
# Copyright Chinese Text Project 2005-2021
# License: CC-BY-NC-SA 3.0

ctext:103729 claim:type "event" ;
    cstat:type [
    cprop:type "event"
] .
ctext:103729 claim:name "同天節" ;
    cstat:name [
    cprop:name "同天節" ;
    cqual:pinyin "Tóng Tiān Jié"
] .
ctext:103729 claim:from-date date:545497.4.2.27 ;
    cstat:from-date [
    cprop:from-date date:545497.4.2.27
] .
ctext:103729 claim:date date:na.na.4._10 ;
    cstat:date [
    cprop:date date:na.na.4._10
] .
ctext:103729 rdfs:label "同天節" .
date:545497.4.2.27 a time:Interval ;
  rdfs:label "治平四年二月庚寅" ;
  time:hasBeginning "1067/3/5"^^xsd:date ;
  time:hasXSDDuration "P1D"^^xsd:duration .
date:na.na.4._10 a time:Interval ;
  rdfs:label "" ;
  time:hasBeginning ""^^xsd:date ;
  time:hasXSDDuration "P1D"^^xsd:duration .
