is about leaf node


URI

http://semanticscience.org/resource/isAbout

Label

is about

Description

is about is a relation between an information content entity and the entity that its primary subject.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is about owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:isAbout a owl:ObjectProperty ;
    rdfs:label "is about"@en ;
    dct:description "is about is a relation between an information content entity and the entity that its primary subject."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:describes ;
    owl:inverseOf sio:isSubjectOf .