@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/16> a sh:NodeShape;
    sh:targetClass rdf:Statement;
    rdfs:label "자기 근거를 가진 진술"@ko;
    rdfs:comment "자기 출처 위치를 가진 트리플의 RDF 표준 지목법(reification) — 생성 활동·근거 선택자가 붙는 자리"@ko;
    sh:property _:p1.
_:p1 sh:path rdf:subject;
    sh:name "주어"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/16> sh:property _:p2.
_:p2 sh:path rdf:predicate;
    sh:name "술어"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/16> sh:property _:p3.
_:p3 sh:path rdf:object;
    sh:name "목적어"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:IRI.
<http://archives.nanet.go.kr/id/ap/shape/16> sh:property _:p4.
_:p4 sh:path prov:wasGeneratedBy;
    sh:name "생성 활동"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:IRI.
