@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/1> a sh:NodeShape;
    sh:targetClass rico:Record;
    rdfs:label "기록"@ko;
    rdfs:comment "구술 기록물 등 RecordResource 기술규칙"@ko;
    sh:property _:p1.
_:p1 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 0;
    sh:nodeKind sh:Literal;
    sh:description "실측 21개 중 19개 보유·한 개체 최대 2개"@ko.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p2.
_:p2 sh:path rico:title;
    sh:name "표제"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 21개 중 19개 보유"@ko.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p3.
_:p3 sh:path rico:beginningDate;
    sh:name "시작일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p4.
_:p4 sh:path rico:endDate;
    sh:name "종료일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p5.
_:p5 sh:path rico:scopeAndContent;
    sh:name "내용요약"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p6.
_:p6 sh:path rico:hasCreator;
    sh:name "생산자"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Agent.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p7.
_:p7 sh:path rico:hasAuthor;
    sh:name "저자"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:Person.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p8.
_:p8 sh:path rico:hasPublisher;
    sh:name "발행자"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:CorporateBody.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p9.
_:p9 sh:path rico:hasOrHadSubject;
    sh:name "주제"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing;
    sh:description "목적어가 사건·장소·인물·단체·직위·기타에 걸쳐 있어 Thing"@ko.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p10.
_:p10 sh:path rico:isOrWasIncludedIn;
    sh:name "상위 기록"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:RecordResource.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p11.
_:p11 sh:path rico:hasOrHadInstantiation;
    sh:name "구현체"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Instantiation.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p12.
_:p12 sh:path rico:isRelatedTo;
    sh:name "관련 자원"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p13.
_:p13 sh:path rico:isAssociatedWithPlace;
    sh:name "관련 장소"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Place.
<http://archives.nanet.go.kr/id/ap/shape/1> sh:property _:p14.
_:p14 sh:path rico:hasRecordSetType;
    sh:name "기록집합 유형"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class skos:Concept;
    sh:description "ICA 가 배포하는 ric-rst 통제어휘의 개념을 가리킨다"@ko.
<http://archives.nanet.go.kr/id/ap/shape/2> a sh:NodeShape;
    sh:targetClass rico:Person;
    rdfs:label "인물"@ko;
    rdfs:comment "구술자·면담자 등 인물 기술규칙"@ko;
    sh:property _:p15.
_:p15 sh:path rico:name;
    sh:name "이름"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 219명 중 125명 보유 — 전거에서 온 인물은 name 트리플이 없다"@ko.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p16.
_:p16 sh:path rdfs:label;
    sh:name "라벨"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p17.
_:p17 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 0;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p18.
_:p18 sh:path rico:generalDescription;
    sh:name "설명"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p19.
_:p19 sh:path rico:birthDate;
    sh:name "출생일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p20.
_:p20 sh:path rico:deathDate;
    sh:name "사망일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p21.
_:p21 sh:path rico:beginningDate;
    sh:name "시작일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p22.
_:p22 sh:path rico:history;
    sh:name "이력"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p23.
_:p23 sh:path foaf:depiction;
    sh:name "초상 이미지"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "값이 assets/media/… 상대 경로라 URI가 아니다"@ko.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p24.
_:p24 sh:path rico:occupiesOrOccupied;
    sh:name "재임 직위"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Position.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p25.
_:p25 sh:path rico:isOrWasMemberOf;
    sh:name "소속"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing;
    sh:description "목적어 52건 중 3건이 장소(고려대학교)라 CorporateBody로 좁힐 수 없다"@ko.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p26.
_:p26 sh:path rico:isOrWasParticipantIn;
    sh:name "참여한 사건·활동"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing;
    sh:description "목적어가 사건과 활동에 걸쳐 있다"@ko.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p27.
_:p27 sh:path rico:isAssociatedWithPlace;
    sh:name "관련 장소"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Place.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p28.
_:p28 sh:path rico:isRelatedTo;
    sh:name "관련 자원"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/2> sh:property _:p29.
_:p29 sh:path owl:sameAs;
    sh:name "동일 개체(외부 URI)"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/3> a sh:NodeShape;
    sh:targetClass rico:CorporateBody;
    rdfs:label "단체"@ko;
    rdfs:comment "국회 등 단체 기술규칙"@ko;
    sh:property _:p30.
_:p30 sh:path rico:name;
    sh:name "명칭"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 134개 중 133개 보유"@ko.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p31.
_:p31 sh:path rdfs:label;
    sh:name "라벨"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p32.
_:p32 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 0;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p33.
_:p33 sh:path rico:generalDescription;
    sh:name "설명"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p34.
_:p34 sh:path rico:history;
    sh:name "연혁"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p35.
_:p35 sh:path rico:beginningDate;
    sh:name "설립일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p36.
_:p36 sh:path rico:endDate;
    sh:name "폐지일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p37.
_:p37 sh:path foaf:depiction;
    sh:name "대표 이미지"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p38.
_:p38 sh:path rico:hasOrHadSubdivision;
    sh:name "하위 조직"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:CorporateBody.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p39.
_:p39 sh:path rico:isOrWasSubdivisionOf;
    sh:name "상위 조직"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:CorporateBody.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p40.
_:p40 sh:path rico:hasOrHadMember;
    sh:name "구성원"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Person.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p41.
_:p41 sh:path rico:hasOrHadPosition;
    sh:name "소속 직위"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Position.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p42.
_:p42 sh:path rico:isAssociatedWithPlace;
    sh:name "관련 장소"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:Place.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p43.
_:p43 sh:path rico:isRelatedTo;
    sh:name "관련 자원"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/3> sh:property _:p44.
_:p44 sh:path owl:sameAs;
    sh:name "동일 개체(외부 URI)"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/4> a sh:NodeShape;
    sh:targetClass rico:Position;
    rdfs:label "직위"@ko;
    rdfs:comment "국회의장·국회의원 등 직위 기술규칙"@ko;
    sh:property _:p45.
_:p45 sh:path rico:name;
    sh:name "직위명"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 268개 중 143개 보유 — 전거에서 온 직위는 name 트리플이 없다"@ko.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p46.
_:p46 sh:path rdfs:label;
    sh:name "라벨"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p47.
_:p47 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 0;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p48.
_:p48 sh:path rico:generalDescription;
    sh:name "설명"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p49.
_:p49 sh:path rico:beginningDate;
    sh:name "재임 시작일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p50.
_:p50 sh:path rico:endDate;
    sh:name "재임 종료일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p51.
_:p51 sh:path foaf:depiction;
    sh:name "대표 이미지"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p52.
_:p52 sh:path rico:isOrWasOccupiedBy;
    sh:name "재임자"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Person.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p53.
_:p53 sh:path rico:existsOrExistedIn;
    sh:name "소속처"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing;
    sh:description "목적어 113건 중 110건 단체·3건 장소"@ko.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p54.
_:p54 sh:path rico:isAssociatedWithPlace;
    sh:name "관련 장소"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Place.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p55.
_:p55 sh:path rico:isRelatedTo;
    sh:name "관련 자원"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/4> sh:property _:p56.
_:p56 sh:path owl:sameAs;
    sh:name "동일 개체(외부 URI)"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/5> a sh:NodeShape;
    sh:targetClass rico:Event;
    rdfs:label "사건"@ko;
    rdfs:comment "구술 증언에 언급된 역사적 사건 기술규칙"@ko;
    sh:property _:p57.
_:p57 sh:path rico:name;
    sh:name "사건명"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 241개 전부 정확히 1개 보유 — 유일하게 필수가 성립하는 자리"@ko.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p58.
_:p58 sh:path rdfs:label;
    sh:name "라벨"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p59.
_:p59 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 241개 전부 보유·한 개체 최대 2개"@ko.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p60.
_:p60 sh:path rdfs:comment;
    sh:name "주석"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p61.
_:p61 sh:path rico:generalDescription;
    sh:name "설명"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p62.
_:p62 sh:path rico:beginningDate;
    sh:name "시작일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p63.
_:p63 sh:path rico:endDate;
    sh:name "종료일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p64.
_:p64 sh:path foaf:depiction;
    sh:name "대표 이미지"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p65.
_:p65 sh:path rico:hasOrHadParticipant;
    sh:name "관련 인물·단체"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Agent.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p66.
_:p66 sh:path rico:isAssociatedWithPlace;
    sh:name "관련 장소"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Place.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p67.
_:p67 sh:path rico:isOrWasRegulatedBy;
    sh:name "근거 규범"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:Rule.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p68.
_:p68 sh:path rico:resultsOrResultedIn;
    sh:name "결과"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p69.
_:p69 sh:path rico:isRelatedTo;
    sh:name "관련 자원"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p70.
_:p70 sh:path owl:sameAs;
    sh:name "동일 개체(외부 URI)"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/5> sh:property _:p71.
_:p71 sh:path rico:hasOrHadSubject;
    sh:name "주제"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class skos:Concept;
    sh:description "시소러스 개념. 인물·사건 같은 실재하는 것이 아니라 「무엇에 관한 것인가」"@ko.
<http://archives.nanet.go.kr/id/ap/shape/6> a sh:NodeShape;
    sh:targetClass rico:Place;
    rdfs:label "장소"@ko;
    rdfs:comment "구술에 언급된 지역·기관 소재지 기술규칙"@ko;
    sh:property _:p72.
_:p72 sh:path rico:name;
    sh:name "지명"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 84개 전부 정확히 1개 보유"@ko.
<http://archives.nanet.go.kr/id/ap/shape/6> sh:property _:p73.
_:p73 sh:path rdfs:label;
    sh:name "라벨"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/6> sh:property _:p74.
_:p74 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 84개 전부 보유·한 개체 최대 2개"@ko.
<http://archives.nanet.go.kr/id/ap/shape/6> sh:property _:p75.
_:p75 sh:path rdfs:comment;
    sh:name "주석"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/6> sh:property _:p76.
_:p76 sh:path rico:generalDescription;
    sh:name "설명"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/6> sh:property _:p77.
_:p77 sh:path geo:lat;
    sh:name "위도"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/6> sh:property _:p78.
_:p78 sh:path geo:long;
    sh:name "경도"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/6> sh:property _:p79.
_:p79 sh:path foaf:depiction;
    sh:name "대표 이미지"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/6> sh:property _:p80.
_:p80 sh:path rico:isRelatedTo;
    sh:name "관련 자원"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/6> sh:property _:p81.
_:p81 sh:path owl:sameAs;
    sh:name "동일 개체(외부 URI)"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/7> a sh:NodeShape;
    sh:targetClass rico:Thing;
    rdfs:label "기타 자원"@ko;
    rdfs:comment "어느 유형에도 안 들어가는 나머지. 규범·활동은 Phase 12 에서 제 클래스를 되찾아 아래로 갈라졌다"@ko;
    sh:property _:p82.
_:p82 sh:path rico:name;
    sh:name "명칭"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 47개 전부 정확히 1개 보유"@ko.
<http://archives.nanet.go.kr/id/ap/shape/7> sh:property _:p83.
_:p83 sh:path rdfs:label;
    sh:name "라벨"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/7> sh:property _:p84.
_:p84 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 47개 전부 보유·한 개체 최대 2개"@ko.
<http://archives.nanet.go.kr/id/ap/shape/7> sh:property _:p85.
_:p85 sh:path rico:generalDescription;
    sh:name "설명"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/7> sh:property _:p86.
_:p86 sh:path rico:beginningDate;
    sh:name "시작일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/7> sh:property _:p87.
_:p87 sh:path foaf:depiction;
    sh:name "대표 이미지"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/7> sh:property _:p88.
_:p88 sh:path rico:hasOrHadParticipant;
    sh:name "참여자"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Person.
<http://archives.nanet.go.kr/id/ap/shape/7> sh:property _:p89.
_:p89 sh:path rico:isOrWasRegulatedBy;
    sh:name "근거 규범"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:Rule.
<http://archives.nanet.go.kr/id/ap/shape/7> sh:property _:p90.
_:p90 sh:path rico:resultsOrResultedIn;
    sh:name "결과"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:RecordResource.
<http://archives.nanet.go.kr/id/ap/shape/7> sh:property _:p91.
_:p91 sh:path rico:isRelatedTo;
    sh:name "관련 자원"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/7> sh:property _:p92.
_:p92 sh:path owl:sameAs;
    sh:name "동일 개체(외부 URI)"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/8> a sh:NodeShape;
    sh:targetClass rico:Activity;
    rdfs:label "활동"@ko;
    rdfs:comment "구술에 언급된 활동 — 참여자와 결과를 갖는다"@ko;
    sh:property _:p93.
_:p93 sh:path rico:name;
    sh:name "활동명"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 12개 전부 정확히 1개 보유"@ko.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p94.
_:p94 sh:path rdfs:label;
    sh:name "라벨"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p95.
_:p95 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 12개 전부 보유·한 개체 최대 2개"@ko.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p96.
_:p96 sh:path rico:generalDescription;
    sh:name "설명"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p97.
_:p97 sh:path rico:beginningDate;
    sh:name "시작일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p98.
_:p98 sh:path foaf:depiction;
    sh:name "대표 이미지"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p99.
_:p99 sh:path rico:hasOrHadParticipant;
    sh:name "참여자"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Agent.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p100.
_:p100 sh:path rico:isOrWasRegulatedBy;
    sh:name "근거 규범"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:Rule.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p101.
_:p101 sh:path rico:resultsOrResultedIn;
    sh:name "결과"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p102.
_:p102 sh:path rico:isRelatedTo;
    sh:name "관련 자원"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p103.
_:p103 sh:path owl:sameAs;
    sh:name "동일 개체(외부 URI)"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/8> sh:property _:p104.
_:p104 sh:path rico:hasOrHadSubject;
    sh:name "주제"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class skos:Concept;
    sh:description "시소러스 개념. 인물·사건 같은 실재하는 것이 아니라 「무엇에 관한 것인가」"@ko.
<http://archives.nanet.go.kr/id/ap/shape/9> a sh:NodeShape;
    sh:targetClass rico:Rule;
    rdfs:label "규범"@ko;
    rdfs:comment "법령·규칙 등 근거 규범"@ko;
    sh:property _:p105.
_:p105 sh:path rico:name;
    sh:name "규범명"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 29개 전부 정확히 1개 보유"@ko.
<http://archives.nanet.go.kr/id/ap/shape/9> sh:property _:p106.
_:p106 sh:path rdfs:label;
    sh:name "라벨"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/9> sh:property _:p107.
_:p107 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 1;
    sh:nodeKind sh:Literal;
    sh:description "실측 29개 전부 보유·한 개체 최대 2개"@ko.
<http://archives.nanet.go.kr/id/ap/shape/9> sh:property _:p108.
_:p108 sh:path rico:generalDescription;
    sh:name "설명"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/9> sh:property _:p109.
_:p109 sh:path rico:beginningDate;
    sh:name "제정·시행일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/9> sh:property _:p110.
_:p110 sh:path rico:isRelatedTo;
    sh:name "관련 자원"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class rico:Thing.
<http://archives.nanet.go.kr/id/ap/shape/9> sh:property _:p111.
_:p111 sh:path owl:sameAs;
    sh:name "동일 개체(외부 URI)"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:description "실측 6개 보유 — 국가법령정보센터 링크"@ko.
<http://archives.nanet.go.kr/id/ap/shape/9> sh:property _:p112.
_:p112 sh:path rico:hasOrHadSubject;
    sh:name "주제"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:class skos:Concept;
    sh:description "시소러스 개념. 인물·사건 같은 실재하는 것이 아니라 「무엇에 관한 것인가」"@ko.
<http://archives.nanet.go.kr/id/ap/shape/10> a sh:NodeShape;
    sh:targetClass rico:Concept;
    rdfs:label "개념"@ko;
    rdfs:comment "주제를 가리키는 말. 실재하는 것이 아니라 관념이라 인물·사건과 다른 유형으로 둔다"@ko;
    sh:property _:p113.
_:p113 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/10> sh:property _:p114.
_:p114 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/10> sh:property _:p115.
_:p115 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/10> sh:property _:p116.
_:p116 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/10> sh:property _:p117.
_:p117 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/10> sh:property _:p118.
_:p118 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/10> sh:property _:p119.
_:p119 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/10> sh:property _:p120.
_:p120 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/10> sh:property _:p121.
_:p121 sh:path skos:exactMatch;
    sh:name "타 기관 동일 개념"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI;
    sh:description "기관을 넘어 주제어를 잇는 자리"@ko.
<http://archives.nanet.go.kr/id/ap/shape/11> a sh:NodeShape;
    sh:targetClass skos:ConceptScheme;
    rdfs:label "개념체계"@ko;
    rdfs:comment "시소러스 그 자체. 개념을 담는 그릇이며 개념과는 다른 것이다"@ko;
    sh:property _:p122.
_:p122 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/11> sh:property _:p123.
_:p123 sh:path rico:identifier;
    sh:name "식별자"@ko;
    sh:minCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/11> sh:property _:p124.
_:p124 sh:path skos:scopeNote;
    sh:name "범위"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "이 체계가 무엇을 다루고 무엇을 안 다루는가"@ko.
