@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct:  <http://purl.org/dc/terms/> .
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix :     <https://wik.jp/gakkou/> .

:setti-1 a skos:Concept ;
    skos:prefLabel "国立"@ja ;
    skos:notation "1" ;
    skos:scopeNote "設置区分（13桁コードの5桁目）。国・国立大学法人・独立行政法人国立高等専門学校機構等が設置。根拠法令: 学校教育法第2条"@ja ;
    skos:topConceptOf :scheme .

