@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/the_Appolon> .

<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/the_Appolon> .

<https://concepts.sagepub.com/social-science/concept/the_Appolon>
  skos:definition "Although the U.S. Supreme Court's decision in The Appolon, 22 U.S. 361 (1824), awarding damages for an illegal seizure of a ship, did not specifically mention the Fourth Amendment, it illumined the doctrine of probable cause that the Court would later use in Fourth Amendment cases. The unanimous decision, authored by Justice Joseph Story, arose under admiralty law when a U.S. customs collector seized a ship, partly owned by French subjects and partly by a resident of Charleston, South Carolina, while it was anchored at Saint Joseph's in Spanish Florida after sailing from France to America. [Source: <a href=\"https://sk.sagepub.com/cqpress/encyclopedia-of-the-fourth-amendment/n40.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of the Fourth Amendment; Appolon, The (1824)</a>]"@en ;
  dc11:end 1824 ;
  dc11:start 1824 ;
  dc11:date "1824" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Fourth_Amendment_cases> ;
  skos:prefLabel "the Appolon"@en ;
  a skos:Concept .

