@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:286996 claim:type "era" ;
    cstat:type [
    cprop:type "era"
] .
ctext:286996 claim:ruler ctext:373415 ;
    cstat:ruler [
    cprop:ruler ctext:373415 ;
    cqual:from-date date:286996.1.1.54 ;
    cqual:to-date date:286996.5.12.24
] .
ctext:286996 claim:name "崇寧" ;
    cstat:name [
    cprop:name "崇寧" ;
    cqual:pinyin "Chóngníng"
] .
ctext:286996 claim:from-date date:286996.1.1.54 ;
    cstat:from-date [
    cprop:from-date date:286996.1.1.54
] .
ctext:286996 claim:to-date date:286996.5.12.24 ;
    cstat:to-date [
    cprop:to-date date:286996.5.12.24
] .
ctext:286996 claim:link-wikipedia_zh "https://zh.wikipedia.org/wiki/%E5%B4%87%E5%AE%81" ;
    cstat:link-wikipedia_zh [
    cprop:link-wikipedia_zh "https://zh.wikipedia.org/wiki/%E5%B4%87%E5%AE%81"
] .
ctext:286996 claim:authority-wikidata "Q11052736" ;
    cstat:authority-wikidata [
    cprop:authority-wikidata "Q11052736"
] .
ctext:286996 rdfs:label "崇寧" .
date:286996.1.1.54 a time:Interval ;
  rdfs:label "崇寧元年正月丁巳" ;
  time:hasBeginning "1102/1/28"^^xsd:date ;
  time:hasXSDDuration "P1D"^^xsd:duration .
date:286996.5.12.24 a time:Interval ;
  rdfs:label "崇寧五年十二月丁亥" ;
  time:hasBeginning "1107/2/1"^^xsd:date ;
  time:hasXSDDuration "P1D"^^xsd:duration .
