@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_Atributos
  tgs:Capitulo 3 ;
  tgs:Seccion 3.200000e+0 ;
  a skos:Concept, tgs:Concepto ;
  tgs:Paginas "Página 55" ;
  skos:topConceptOf <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> ;
  skos:inScheme <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> ;
  tgs:concepto_texto "Los atributos son las propiedades de un objeto." ;
  tgs:concepto_titulo "Concepto Atributos" ;
  skos:prefLabel "Concepto Atributos"@es ;
  tgs:concepto_autor "Hall" .

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_Atributos .

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

