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

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

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

nalt:301780
  ns0:marc001 "80574" ;
  skos:hiddenLabel "centres of mass"@en, "centre of gravities"@en, "centres of gravity"@en, "gravity centre"@en ;
  skos:broader nalt:1796 ;
  skos:prefLabel "centro de gravedad"@es, "center of gravity"@en ;
  a skos:Concept, ns0:Topic ;
  dc:modified "2017-11-10"^^xsd:date ;
  dc:created "2017-06-08"^^xsd:date ;
  skos:definition nalt:301780_def ;
  skos:altLabel "centre of mass"@en, "centre of gravity"@en ;
  skos:related nalt:43766 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:43766
  skos:prefLabel "gravedad"@es, "gravity"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:301780 .

nalt:301780_def
  rdf:value "Punto en el que el peso total de un cuerpo o sistema puede ser considerado como concentrado. En el centro de gravedad el peso del cuerpo o sistema es uniformemente equilibrado."@es, "The point at which the total weight of a body or system can be considered to be concentrated. At center of gravity, the weight of the body or system is evenly balanced."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

