https://w3id.org/agent-ontology/core#Artifact
A produced output or result generated through agent execution.
Instances of core:Artifact can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class core:Artifact | |||
| core:description | owl:DatatypeProperty | A human-readable description of an Artifact. | xsd:string |
@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." .