翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
件名の予測は、述語とオブジェクトが与えられた主語を予測します。
たとえば、次のクエリは、特定の映画を視聴するのは誰か (タイプ foaf:User
) を予測します。
SELECT * WHERE { ?input
(a
. SERVICE neptune-ml:inference { neptune-ml:config neptune-ml:modelType 'SUBJECT_PREDICTION' ; neptune-ml:input ?input ; neptune-ml:predicate <http://aws.amazon.com/neptune/csv2rdf/object_Property/rated> ; neptune-ml:output ?output ; neptune-ml:outputClass <http://aws.amazon.com/neptune/csv2rdf/class/User> ; } }foaf:Movie
)