SPARQL 예제
SELECT distinct ?title ?appointNo ?typeName
WHERE
{
?company hcpp:hasHaccpCertification ?certification .
?company dcterms:title ?title .
?certification hcpp:haccpAppointNo ?appointNo .
?company hcpp:hasBusinessType ?type .
?type dcterms:title ?typeName .
} limit 50
SELECT ?integrationAppointNo ?appointDate ?title ?process
WHERE {
?company dcterms:title ?title ;
hcpp:hasHaccpCertification ?haccp .
?haccp hcpp:isPartOf ?integration ;
hcpp:certificationProcess ?process .
?integration hcpp:haccpAppointNo ?integrationAppointNo ;
hcpp:haccpAppointStartDate ?appointDate .
} limit 50
SELECT distinct ?productName ?appointNo ?materialName
WHERE
{
?product rdfs:label ?productName .
?product hcpp:isProducedBy ?company .
?company hcpp:hasHaccpCertification ?certification .
?certification hcpp:haccpAppointNo ?appointNo .
?product hcpp:relatedOriginalMaterial ?material .
?material rdfs:label ?materialName .
} order by ?product limit 50
이 표는 LOD Endpoint 결과형식을 선택할 수 있는 항목을 제공한 표입니다.
결과형식 |
|
검색결과 : 건