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

<https://concepts.sagepub.com/social-science/concept/mortgage_finance>
  skos:prefLabel "mortgage finance"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/second_mortgage> .

<https://concepts.sagepub.com/social-science/concept/second_mortgage>
  skos:definition "Mortgages are often classified by their priority in the event of the borrower's default and, subsequently, foreclosure. The priority is important because it indicates which claim is to be satisfied in which order. [Source: <a href=\"https://sk.sagepub.com/reference/housing2ed/n224.xml\" target=\"_blank\" data-id=\"to-sk\">The Encyclopedia of Housing; Second Mortgage</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mortgage_finance> ;
  skos:prefLabel "second mortgage"@en ;
  a skos:Concept .

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

