@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:343028
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:modified "2020-10-29"^^xsd:date ;
  ns0:marc001 "95942" ;
  dc:created "2020-09-10"^^xsd:date ;
  skos:hiddenLabel "semimembranosus"@en, "semimembranosus muscles"@en, "m. semimembranosus"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:343024 ;
  skos:prefLabel "semimembranosus muscle"@en, "músculo semimembranoso"@es ;
  skos:definition nalt:343028_def .

nalt:343028_def
  rdf:value "Músculo grande del muslo posterior que va desde la base de la pelvis hasta la parte posterior de la tibia. Ayuda a flexionar la pierna y a fortalecer el muslo."@es, "A large muscle on the posterior thigh that runs from the base of the pelvis to the back of the tibia. It helps in bending the leg and straightening the thigh."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

nalt:343024
  skos:prefLabel "músculos posteriores del muslo"@es, "hamstring muscles"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:343028 .

