@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/assessment>
  skos:prefLabel "assessment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/motor_assessment> .

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

<https://concepts.sagepub.com/social-science/concept/motor_assessment>
  skos:definition "Motor skills are generally evaluated during an assessment in the schools by an occupational and/or physical therapist. Motor performance is also considered an important part of a neuropsychological evaluation. [Source: <a href=\"https://sk.sagepub.com/reference/schoolpsychology/n179.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of School Psychology; Motor Assessment</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/assessment> ;
  skos:prefLabel "motor assessment"@en ;
  a skos:Concept .

