@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/statics>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/weight>, <https://concepts.sagepub.com/social-science/concept/mass>, <https://concepts.sagepub.com/social-science/concept/density>, <https://concepts.sagepub.com/social-science/concept/chemical_statics> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/classical_mechanics> ;
  skos:prefLabel "statics"@en ;
  a skos:Concept .

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

<https://concepts.sagepub.com/social-science/concept/classical_mechanics>
  skos:prefLabel "classical mechanics"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/statics> .

<https://concepts.sagepub.com/social-science/concept/chemical_statics>
  skos:prefLabel "chemical statics"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statics> .

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

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

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

