@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/passenger_ships>
  skos:prefLabel "passenger ships"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/ships> .

<https://concepts.sagepub.com/social-science/concept/vessels>
  skos:prefLabel "vessels"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/ships> .

<https://concepts.sagepub.com/social-science/concept/ships>
  skos:definition "A ship is a watercraft used for the transport of cargo or passengers. Though “ship” originally referred to a sail-driven craft with a particular type of rigging, today it refers to any large watercraft. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-transportation/n430.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Transportation: Social Science and Policy; Ships</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/passenger_ships>, <https://concepts.sagepub.com/social-science/concept/fishing_vessels>, <https://concepts.sagepub.com/social-science/concept/cargo_ships> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/vessels> ;
  skos:prefLabel "ships"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/cargo_ships>
  skos:prefLabel "cargo ships"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/ships> .

<https://concepts.sagepub.com/social-science/concept/fishing_vessels>
  skos:prefLabel "fishing vessels"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/ships> .

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

