@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/cases>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "cases"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Mayo_v._Wilson> .

<https://concepts.sagepub.com/social-science/concept/Fourth_Amendment_cases>
  skos:prefLabel "Fourth Amendment cases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Mayo_v._Wilson> .

<https://concepts.sagepub.com/social-science/concept/Mayo_v._Wilson>
  skos:definition "Mayo v. Wilson is a case in which the Superior Court of Judicature of New Hampshire used a state statute to reject a trespass action filed by Solomon Mayo against James Wilson and other selectmen and tithingmen, who had stopped and detained Mayo for “travelling unnecessarily on the Lord's day” (the law made exceptions for individuals traveling for reasons of necessity, going to worship, visiting the sick, or doing acts of charity). [Source: <a href=\"https://sk.sagepub.com/cqpress/encyclopedia-of-the-fourth-amendment/n501.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of the Fourth Amendment; Mayo v. Wilson (N.H. 1817)</a>]"@en ;
  dc11:end 1817 ;
  dc11:start 1817 ;
  dc11:date "1817" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Fourth_Amendment_cases> ;
  skos:prefLabel "Mayo v. Wilson"@en ;
  a skos:Concept .

