schema:audience leaf node


URI

http://schema.org/audience

Label

isUsedBy

Description

The relationship is used to associate the output of a Thematic Network with the type of the end-user that may use it.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:audience 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:audience a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isUsedBy"@en ;
    rdfs:comment "The relationship is used to associate the output of a Thematic Network with the type of the end-user that may use it."@en ;
    owl:inverseOf :makesUseOf .