is generically related with


URI

http://semanticscience.org/resource/isGenericallyRelatedWith

Label

is generically related with

Description

A is generically related with B iff A is an abstract entity or an information content entity and B is a information content entity or a physical entity, respectively.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is generically related with 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:isGenericallyRelatedWith a owl:ObjectProperty ;
    rdfs:label "is generically related with"@en ;
    dct:description "A is generically related with B iff A is an abstract entity or an information content entity and B is a information content entity or a physical entity, respectively."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isRelatedTo .