@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:313451
  skos:prefLabel "renewable electricity"@en, "electricidad renovable"@es ;
  dc:modified "2018-11-14"^^xsd:date ;
  skos:broader nalt:302199 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:related nalt:17335 ;
  dc:created "2018-02-13"^^xsd:date ;
  skos:definition nalt:313451_def ;
  ns0:marc001 "90100" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "renewable-electricity"@en .

nalt:313451_def
  rdf:value "Electricidad que cumple la definición de combustible renovable."@es, "Electricity that meets the definition of renewable fuel."@en ;
  dc:source "US Environmental Protection Agency" ;
  a ns0:Definition .

nalt:302199
  skos:prefLabel "generación de energía eléctrica"@es, "electricity generation"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:313451 .

nalt:17335
  skos:prefLabel "fuentes de energía renovable"@es, "renewable energy sources"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:313451 .

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

