in relation from leaf node


URI

http://semanticscience.org/resource/inRelationFrom

Label

in relation from

Description

a in relation from b is a comparative relation in a is the object of reference in a relation with b.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) in relation from 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:inRelationFrom a owl:ObjectProperty ;
    rdfs:label "in relation from"@en ;
    dct:description "a in relation from b is a comparative relation in a is the object of reference in a relation with b. "@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isReferredToBy .