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

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

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

<https://concepts.sagepub.com/social-science/concept/ex_parte_bollman>
  skos:definition "Ex Parte Bollman, 8 U.S. 75 (1807), is an early U.S. Supreme Court decision that issued a writ of habeas corpus to release two individuals who had been arrested in New Orleans and brought to the District of Columbia for treason despite two previous writs of habeas corpus on their behalf. In the course of rendering its decision, the Court had to determine whether there had been sufficient probable cause to arrest the men. [Source: <a href=\"https://sk.sagepub.com/cqpress/encyclopedia-of-the-fourth-amendment/n254.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of the Fourth Amendment; Ex Parte Bollman (1807)</a>]"@en ;
  dc11:end 1807 ;
  dc11:start 1807 ;
  dc11:date "1807" ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Supreme_Court_cases>, <https://concepts.sagepub.com/social-science/concept/Fourth_Amendment_cases> ;
  skos:prefLabel "ex parte bollman"@en ;
  a skos:Concept .

