:likes leaf node


URI

http://purl.org/spar/cito/likes

Label

likes

Description

A property that permits you to express appreciation of or interest in something that is the object of the RDF triple, or to express that it is worth thinking about even if you do not agree with its content, enabling social media 'likes' statements to be encoded in RDF. Use of this property does NOT imply the existence of a formal citation of the entity that is 'liked'.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :likes owl:Thing (inferred)

Implementation

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

:likes a owl:ObjectProperty ;
    rdfs:label "likes"@en ;
    rdfs:comment "A property that permits you to express appreciation of or interest in something that is the object of the RDF triple, or to express that it is worth thinking about even if you do not agree with its content, enabling social media 'likes' statements to be encoded in RDF.  Use of this property does NOT imply the existence of a formal citation of the entity that is 'liked'."@en .