@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_nombre
  rdfs:label "seccion nombre"@es ;
  rdfs:subPropertyOf owl:topDataProperty .

tgs:seccion_paginas
  rdfs:label "seccion paginas"@es ;
  rdfs:subPropertyOf owl:topDataProperty .

tgs:Seccion3.6
  a tgs:Seccion, skos:Concept ;
  tgs:seccion_nombre "Sistemas abiertos y sistemas cerrados." ;
  tgs:seccion_numero 3.600000e+0 ;
  tgs:seccion_paginas 5 ;
  skos:inScheme <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> ;
  skos:prefLabel "Seccion3.6"@es ;
  skos:topConceptOf <http://www.semanticweb.org/vaio/ontologies/2017/0/untitled-ontology-9/conceptscheme> .

tgs:Seccion
  a owl:Class, owl:DatatypeProperty ;
  rdfs:label "Seccion"@es .

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

tgs:seccion_numero
  rdfs:label "seccion numero"@es ;
  rdfs:subPropertyOf owl:topDataProperty .

