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

nalt:32000
  skos:prefLabel "deformación"@es, "deformation"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:32001 .

nalt:1734
  skos:prefLabel "esfuerzo mecánico"@es, "mechanical stress"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:32001 .

nalt:32001_def
  rdf:value "Disminución de la tensión dependiente del tiempo, en un material sometido a una tensión constante prolongada, debido a la deformación viscoelástica. El comportamiento de relajación de la tensión se determina en una prueba de fluencia."@es, "A time-dependent decrease in stress in a material subjected to prolonged constant strain due to viscoelastic deformation. Stress relaxation behavior is determined in a creep test."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:1796
  skos:prefLabel "propiedades físicas"@es, "physical properties"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:32001 .

nalt:32001
  skos:related nalt:32000, nalt:61207, nalt:1734 ;
  skos:broader nalt:1796 ;
  ns0:marc001 "36133" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "stress relaxation"@en, "relajación de tensiones"@es ;
  skos:definition nalt:32001_def ;
  a skos:Concept, ns0:Topic ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:hiddenLabel "stress-relaxation"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85128709> .

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

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

nalt:61207
  skos:prefLabel "viscoelasticidad"@es, "viscoelasticity"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:32001 .

