@prefix sh: <http://www.w3.org/ns/shacl#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix rico: <https://www.ica.org/standards/RiC/ontology#>.
@prefix ric: <http://archives.nanet.go.kr/id/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix schema: <https://schema.org/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix prov: <http://www.w3.org/ns/prov#>.
@prefix oa: <http://www.w3.org/ns/oa#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix nara: <http://archives.nanet.go.kr/voca#>.

<http://archives.nanet.go.kr/id/ap/shape/27> a sh:NodeShape;
    sh:targetClass rico:Concept;
    rdfs:label "개념"@ko;
    rdfs:comment "주제를 가리키는 말. 실재하는 것이 아니라 관념이라 인물·사건과 다른 유형으로 둔다"@ko;
    sh:property _:p1.
_:p1 sh:path skos:prefLabel;
    sh:name "우선어"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "개념 하나에 언어당 하나만 — 시소러스의 디스크립터"@ko.
<http://archives.nanet.go.kr/id/ap/shape/27> sh:property _:p2.
_:p2 sh:path skos:altLabel;
    sh:name "비우선어"@ko;
    sh:minCount 0;
    sh:nodeKind sh:Literal;
    sh:description "UF(use for). 검색은 여기로도 걸린다"@ko.
<http://archives.nanet.go.kr/id/ap/shape/27> sh:property _:p3.
_:p3 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/27> sh:property _:p4.
_:p4 sh:path skos:inScheme;
    sh:name "소속 개념체계"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class skos:ConceptScheme.
<http://archives.nanet.go.kr/id/ap/shape/27> sh:property _:p5.
_:p5 sh:path skos:topConceptOf;
    sh:name "최상위 개념"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class skos:ConceptScheme;
    sh:description "체계의 꼭대기일 때만"@ko.
<http://archives.nanet.go.kr/id/ap/shape/27> sh:property _:p6.
_:p6 sh:path skos:broader;
    sh:name "상위어(BT)"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class skos:Concept;
    sh:description "rdfs:subClassOf 가 아니다 — 추론이 일어나지 않는다"@ko.
<http://archives.nanet.go.kr/id/ap/shape/27> sh:property _:p7.
_:p7 sh:path skos:related;
    sh:name "관련어(RT)"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class skos:Concept.
<http://archives.nanet.go.kr/id/ap/shape/27> sh:property _:p8.
_:p8 sh:path skos:scopeNote;
    sh:name "범위주기(SN)"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/27> sh:property _:p9.
_:p9 sh:path skos:exactMatch;
    sh:name "타 기관 동일 개념"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:description "기관을 넘어 주제어를 잇는 자리"@ko.
