@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:Concepto
  rdfs:label "Concepto"@es ;
  a owl:Class .

tgs:concepto_titulo
  rdfs:subPropertyOf owl:topDataProperty ;
  rdfs:label "concepto titulo"@es .

tgs:Concepto_Sistema_1
  tgs:concepto_texto "Conjunto de partes y sus interrelaciones." ;
  tgs:Paginas "Página 55" ;
  skos:inScheme <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> ;
  tgs:concepto_titulo "Concepto Sistema" ;
  tgs:Capitulo 3 ;
  tgs:Seccion 3.200000e+0 ;
  tgs:concepto_autor "General Systems Society for Research" ;
  a tgs:Concepto, skos:Concept ;
  skos:prefLabel "Concepto Sistema 1"@es ;
  skos:topConceptOf <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> .

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

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

tgs:concepto_autor
  rdfs:subPropertyOf owl:topDataProperty ;
  rdfs:label "concepto autor"@es .

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

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

tgs:concepto_texto
  rdfs:subPropertyOf owl:topDataProperty ;
  rdfs:label "concepto texto"@es .

