@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/Talbot_v._Seeman> .

<https://concepts.sagepub.com/social-science/concept/Supreme_Court_cases>
  skos:prefLabel "Supreme Court cases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Talbot_v._Seeman> .

<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/Talbot_v._Seeman> .

<https://concepts.sagepub.com/social-science/concept/Talbot_v._Seeman>
  skos:definition "Although the case is most frequently cited in relation to congressional powers relative to war, Talbot v. Seeman, 5 U.S. 1 (1 Cranch 1) (1801), like Little v. Barreme (1804), provides an early example of the U.S. Supreme Court's use of the concept of probable cause. The facts involved a ship, Amelia, owned by a merchant of Hamburg (a neutral in the ongoing conflict between France and England) named Chapeau Rouge, who was represented in the proceedings by Hans Frederic Seeman. [Source: <a href=\"https://sk.sagepub.com/cqpress/encyclopedia-of-the-fourth-amendment/n747.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of the Fourth Amendment; Talbot v. Seeman (1801)</a>]"@en ;
  dc11:end 1801 ;
  dc11:start 1801 ;
  dc11:date "1801" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Supreme_Court_cases>, <https://concepts.sagepub.com/social-science/concept/Fourth_Amendment_cases> ;
  skos:prefLabel "Talbot v. Seeman"@en ;
  a skos:Concept .

