http://schema.org/conditionsOfAccess
             Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.\\n\\nFor example \"Available by appointment from the Reading Room\" or \"Accessible only from logged-in accounts \".
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| schema1:CreativeWork | schema1:conditionsOfAccess | xsd:string | 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema1:conditionsOfAccess a rdf:Property ;
    rdfs:label "conditionsOfAccess" ;
    schema1:domainIncludes schema1:CreativeWork ;
    schema1:rangeIncludes xsd:string ;
    rdfs:comment "Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.\\\\n\\\\nFor example \\\"Available by appointment from the Reading Room\\\" or \\\"Accessible only from logged-in accounts \\\"." .