@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/28> a sh:NodeShape;
    sh:targetClass skos:ConceptScheme;
    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.
<http://archives.nanet.go.kr/id/ap/shape/28> sh:property _:p2.
_:p2 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/28> sh:property _:p3.
_:p3 sh:path skos:scopeNote;
    sh:name "범위"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "이 체계가 무엇을 다루고 무엇을 안 다루는가"@ko.
