@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.
