@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/13> a sh:NodeShape;
    sh:targetClass prov:SoftwareAgent;
    rdfs:label "소프트웨어 에이전트"@ko;
    rdfs:comment "추출을 수행한 도구 — 시드 스크립트·워크벤치·LLM 모델"@ko;
    sh:property _:p1.
_:p1 sh:path rdfs:label;
    sh:name "도구 식별자"@ko;
    sh:minCount 1;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "LLM 경로에서는 이 값 자체가 모델 ID다 — 모델을 따로 적지 않는 이유"@ko.
<http://archives.nanet.go.kr/id/ap/shape/13> sh:property _:p2.
_:p2 sh:path schema:provider;
    sh:name "공급사"@ko;
    sh:minCount 0;
    sh:maxCount 1;
    sh:nodeKind sh:Literal;
    sh:description "anthropic·openai·gemini — LLM 호출을 라우팅한 공급사만, 모델 ID에서 추정하지 않는다"@ko.
