@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/conceptgroup/events>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "events"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Consensus_Conference> .

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

<https://concepts.sagepub.com/social-science/concept/public_engagement_approaches>
  skos:prefLabel "public engagement approaches"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Consensus_Conference> .

<https://concepts.sagepub.com/social-science/concept/Consensus_Conference>
  skos:definition "The consensus conference is a type of forum specifically designed for citizen (or citizen and expert) discussion and communication about issues in science, technology, and health that confront society. The original consensus conference model was based on an approach to medical research assessment originating in the health care sector in the United States during the 1960s. [Source: <a href=\"https://sk.sagepub.com/reference/scienceandtechnology/n64.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Science and Technology Communication; Consensus Conference</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/public_engagement_approaches>, <https://concepts.sagepub.com/social-science/concept/conferences> ;
  skos:prefLabel "Consensus Conference"@en ;
  a skos:Concept .

