@prefix tgs: <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9#> .
@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#> .

tgs:Sistema
  tgs:Capitulo 3 ;
  skos:inScheme <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> ;
  a skos:Concept, tgs:Definicion ;
  tgs:Seccion 3.100000e+0 ;
  skos:topConceptOf <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> ;
  tgs:definicion_titulo "Sistema" ;
  tgs:Paginas "Página 54" ;
  skos:prefLabel "Sistema"@es ;
  tgs:definicion_texto "Un conjunto de partes coordinadas y en interacción para alcanzar un conjunto de objetivos." .

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

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

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

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

