agent:objective leaf node


URI

https://w3id.org/agent-ontology/agent#objective

Label

objective

Usage

DOMAINPROPERTYRANGE
agent:PurposeRole agent:objective xsd:string

Implementation

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

agent:objective a owl:DatatypeProperty ;
    rdfs:label "objective" ;
    rdfs:domain agent:PurposeRole ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf schema1:description .