schema:potentialAction leaf node


URI

http://schema.org/potentialAction

Label

hasPurpose

Description

The relationship is used to associate the output of a Thematic Network with the reason/purpose for which the output has been produced. It may indicate a potential action describing an potentil action in which this thing would play an 'object' role.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:potentialAction owl:Thing (inferred)

Implementation

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

schema:potentialAction a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasPurpose"@en ;
    rdfs:comment "The relationship is used to associate the output of a Thematic Network with the reason/purpose for which the output has been produced. It may indicate a potential action describing an potentil action in which this thing would play an 'object' role."@en ;
    owl:inverseOf :isPurposeOf .