@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/12> a sh:NodeShape;
    sh:targetClass prov:Activity;
    rdfs:label "추출 활동"@ko;
    rdfs:comment "이 진술을 만든 한 번의 작업 — 방법·도구·시각·출처 디지털 객체를 묶는다"@ko;
    sh:property _:p1.
_:p1 sh:path prov:used;
    sh:name "사용한 디지털 객체·위치"@ko;
    sh:minCount 0;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/12> sh:property _:p2.
_:p2 sh:path prov:wasAssociatedWith;
    sh:name "수행 도구"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/12> sh:property _:p3.
_:p3 sh:path prov:generatedAtTime;
    sh:name "생성 시각"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:Literal.
<http://archives.nanet.go.kr/id/ap/shape/12> sh:property _:p4.
_:p4 sh:path prov:hadPlan;
    sh:name "적용 프로파일"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:IRI.
