@prefix tgs: <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

tgs:Seccion
  rdfs:subPropertyOf owl:topDataProperty ;
  rdfs:label "Seccion"@es .

tgs:Paginas
  rdfs:subPropertyOf owl:topDataProperty ;
  rdfs:label "Paginas"@es .

tgs:Corriente_de_salida
  tgs:Paginas "Página 77-81" ;
  skos:topConceptOf <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> ;
  a tgs:Definicion, skos:Concept ;
  skos:inScheme <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> ;
  tgs:definicion_texto """La corriente de salida equivale a la “exportación” que el sistema hace al medio.

Existen varias corrientes de salida y se las puede clasificar como positivas o negativas, es positiva cuando es útil a la comunidad y negativa en el caso contrario.""" ;
  skos:prefLabel "Corriente de salida"@es ;
  tgs:definicion_titulo "Corriente de salida" ;
  tgs:Capitulo 4 ;
  tgs:Seccion 4.300000e+0 .

tgs:Capitulo
  rdfs:subPropertyOf owl:topDataProperty ;
  rdfs:label "Capitulo"@es .

tgs:Definicion
  rdfs:label "Definicion"@es ;
  a owl:Class .

<http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme>
  a skos:ConceptScheme ;
  skos:hasTopConcept tgs:Corriente_de_salida .

tgs:definicion_texto
  rdfs:subPropertyOf owl:topDataProperty ;
  rdfs:label "definicion texto"@es .

tgs:definicion_titulo
  rdfs:subPropertyOf owl:topDataProperty ;
  rdfs:label "definicion titulo"@es .

