buda-base / lds-pdi

http://purl.bdrc.io BDRC Linked Data Server
Apache License 2.0
2 stars 0 forks source link

include DateIndications when retrieving resources #171

Closed xristy closed 4 years ago

xristy commented 4 years ago

We have added :DateIndications to represent the date form for date info in an :Event. When retrieving a resource via http://purlbdrcio/resource/, for example in W1FEMC010026:

bdr:EVA8FDDA4BA9FC  a  bdo:CompletedEvent ;
   bdo:dateIndication  bdr:DTDE285DE34F3E ;
   bdo:notAfter  "1958"^^xsd:gYear ;
   bdo:notBefore  "1957"^^xsd:gYear .

the resource bdr:DTDE285DE34F3E should be included:

bdr:DTDE285DE34F3E  a  bdo:DateIndication ;
   bdo:era       bdr:EraBE ;
   bdo:yearInEra  2500 .

in the result.

MarcAgate commented 4 years ago

Done as of https://github.com/buda-base/lds-queries/commit/7aea8d55ed737e13831945bba2263d69e38580bc (in lds-queries repo). See http://purl.bdrc.io/resource/W1FEMC010026.ttl

MarcAgate commented 4 years ago

@xristy Can we close this ?