references


URI

http://semanticscience.org/resource/references

Label

references

Description

references is a relation between one entity and the entity that it makes reference to by name, but is not described by it.

Inherits from

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) references 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:references a owl:ObjectProperty ;
    rdfs:label "references"@en ;
    dct:alternative "mentions" ;
    dct:description "references is a relation between one entity and the entity that it makes reference to by name, but is not described by it."@en ;
    sio:subset "core" ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:refersTo .