schema:commentCount leaf node


URI

http://schema.org/commentCount

Label

hasCommentCount

Description

The number of comments attached to the output of a Thematic Network (provided that comments have indeed be made available by the output's users).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:commentCount xsd:integer

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:commentCount a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasCommentCount"@en ;
    rdfs:comment "The number of comments attached to the output of a Thematic Network (provided that comments have indeed be made available by the output's users)."@en ;
    rdfs:range xsd:integer .