http://xmlns.com/foaf/0.1/topic leaf node


URI

http://xmlns.com/foaf/0.1/topic

Label

hasTopic

Description

The relationship is used to associate the output of a Thematic Network with the topic addressed in its content (i.e. the subject matter of the content.).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) http://xmlns.com/foaf/0.1/topic owl:Thing (inferred)

Implementation

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

<http://xmlns.com/foaf/0.1/topic> a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasTopic"@en ;
    rdfs:comment "The relationship is used to associate the output of a Thematic Network with the topic addressed in its content (i.e. the subject matter of the content.)."@en .