mscarey / AuthoritySpoke

Reading legal authority for the last time
https://authorityspoke.readthedocs.io
Other
34 stars 2 forks source link

let Enactment have multiple selectors #58

Closed mscarey closed 3 years ago

mscarey commented 5 years ago

This means the "source" field of the TextQuoteSelector schema would live on the Enactment, but the Enactment could have more than one selector.

So this would make it possible to change the current string format:

GIVEN the ENACTMENTS:
      "In no case does copyright protection for an original work of authorship extend to any" (Title 17, /us/usc/t17/s102/b)
      "method of operation" (Title 17, /us/usc/t17/s102/b)

to

 GIVEN the ENACTMENTS:
      "In no case does copyright protection for an original work of authorship extend to any...method of operation" (Title 17, /us/usc/t17/s102/b)

And the two Enactment objects would become just one.

mscarey commented 3 years ago

The anchors field of an Enactment can now hold a TextPositionSet.