http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith leaf node


URI

http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith

Label

isAssociatedWith

Description

The relationship between the "ThematicNetwork" class and the Domain class. This relationship is used to denote that a Thematic Network relates to one or more Domains.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith owl:Thing (inferred)

Implementation

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

<http://www.bbc.co.uk/ontologies/coreconcepts/notablyAssociatedWith> a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isAssociatedWith"@en ;
    rdfs:comment "The relationship between the \"ThematicNetwork\" class and the Domain class. This relationship is used to denote that a Thematic Network relates to one or more Domains."@en .