schema:isAccessibleForFree leaf node


URI

http://schema.org/isAccessibleForFree

Label

isAccessibleForFree

Description

A flag to signal whether the output of a Thematic Network is accessible for free or not. The property is of Boolean type.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:isAccessibleForFree xsd:boolean

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:isAccessibleForFree a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "isAccessibleForFree"@en ;
    rdfs:comment "A flag to signal whether the output of a Thematic Network is accessible for free or not. The property is of Boolean type."@en ;
    rdfs:range xsd:boolean .