Skip to content

How do you represent that a tombstone was destroyed? #40

Answered by rwarren2
Stephen-Gates asked this question in Q&A
Discussion options

You must be logged in to vote

This is because of an annoying corner case: some people want to record events that occur on monuments and others just want to records monuments as they are. A typical example is the ShipWrecks vs the Ships or Hulls: it's the same things but it's status has changed along with its position. The other is the reinterment of remains as with the Canadian War Memorial example with currently uses the movedFrom instance (See #32).

To solve your immediate problem, if you just want to say the Tombstone only existed from 1861 to 1870.

  <graves:Tombstone rdf:about="#TheSpecificTombstone">
   <graves:inscription>A Canadian Soldier of the Great War</graves:inscription>
   <graves:epitaph>Known unto God…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Stephen-Gates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #20 on February 04, 2022 20:19.