@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/design_plans>
  skos:prefLabel "design plans"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/architectural_plans> .

<https://concepts.sagepub.com/social-science/concept/annotated_drawings>
  skos:prefLabel "annotated drawings"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/architectural_plans> .

<https://concepts.sagepub.com/social-science/concept/working_drawings>
  skos:prefLabel "working drawings"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/architectural_plans> .

<https://concepts.sagepub.com/social-science/concept/architectural_plans>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/working_drawings>, <https://concepts.sagepub.com/social-science/concept/standard_detail_drawings>, <https://concepts.sagepub.com/social-science/concept/design_plans>, <https://concepts.sagepub.com/social-science/concept/annotated_drawings> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/building_project_documentation> ;
  skos:prefLabel "architectural plans"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/building_project_documentation>
  skos:prefLabel "building project documentation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/architectural_plans> .

<https://concepts.sagepub.com/social-science/concept/standard_detail_drawings>
  skos:prefLabel "standard detail drawings"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/architectural_plans> .

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

