@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:Entropia
  skos:inScheme <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> ;
  a skos:Concept, tgs:Definicion ;
  tgs:Capitulo 5 ;
  skos:prefLabel "Entropia"@es ;
  tgs:definicion_titulo "Entropia" ;
  skos:topConceptOf <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> ;
  tgs:Seccion 5.200000e+0 ;
  tgs:definicion_texto """Es una cantidad física mensurable.
La entropía ejerce su acción en los sistemas aislados, es decir, aquellos que no "comercian" con su medio.""" ;
  tgs:Paginas "Página 92-94" .

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

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:Entropia .

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

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

