core:Artifact leaf node


URI

https://w3id.org/agent-ontology/core#Artifact

Label

Artifact

Description

A produced output or result generated through agent execution.

Usage

Instances of core:Artifact can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class core:Artifact
core:description owl:DatatypeProperty A human-readable description of an Artifact. xsd:string

Implementation

@prefix core: <https://w3id.org/agent-ontology/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

core:Artifact a owl:Class ;
    rdfs:label "Artifact" ;
    rdfs:comment "A produced output or result generated through agent execution." .