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

nalt:32000
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "11227" ;
  skos:hiddenLabel "strain rates"@en, "deformation twins"@en, "deformations"@en, "strain rate"@en ;
  dc:modified "2019-05-03"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:prefLabel "deformation"@en, "deformación"@es ;
  skos:exactMatch <http://id.cabi.org/cabt/36926>, <http://id.agrisemantics.org/gacs/C10110> ;
  skos:related nalt:61206 ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:1734 ;
  skos:definition nalt:32000_def .

nalt:32000_def
  rdf:value "Cambio en la forma o el tamaño de un cuerpo sólido."@es, "A change in the shape or size of a solid body."@en ;
  dc:source "NASA Thesaurus" ;
  a ns0:Definition .

nalt:1734
  skos:prefLabel "esfuerzo mecánico"@es, "mechanical stress"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:32000 .

nalt:61206
  skos:prefLabel "módulo de almacenamiento"@es, "storage modulus"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:32000 .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

ns0:Topic
  rdfs:label "Topic"@en ;
  a owl:Class .

