conditionsOfAccess
This term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.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.
For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ".
For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ".
- Canonical URL: http://schema.org/conditionsOfAccess
- Leave public feedback on this term 💬
- Check for open issues.
- 'conditionsOfAccess' is mentioned in the pending extention.
Values expected to be one of these types |
---|
Text
|
Used on these types |
---|
CreativeWork
|
Source
https://github.com/schemaorg/schemaorg/issues/2173
Examples<!-- Dataset with restricted access -->
<!-- Dataset with restricted access --> <!-- JSON-LD example only -->
<!-- Dataset with restricted access --> <!-- JSON-LD example only -->
<!-- Dataset with restricted access --> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Dataset", "@id": "https://doi.org/10.7910/DVN/0OLJLM", "name": "Restricted Access WFHS Leef Manager Linking Data, Version 1.0", "conditionsOfAccess": "Access to this dataset can be obtained by visiting the Work, Family & Health Network web page and following the instructions: http://projects.iq.harvard.edu/wfhn/restricted-access-data." } </script>
<!-- ArchiveComponent with restricted access -->
<!-- ArchiveComponent with restricted access --> <!-- JSON-LD example only -->
<!-- ArchiveComponent with restricted access --> <!-- JSON-LD example only -->
<!-- ArchiveComponent with restricted access --> <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": ["CreativeWork","ArchiveComponent"] "url": "https://purl.stanford.edu/bp158wj7223", "name": "Margaret Mitchell letter to Herschel Bricknell, 1936 August 22", "conditionsOfAccess": "Online content is available for access via the Special Collections Reading Room.", "holdingArchive": { "@type": "ArchiveOrganization", "name": "Stanford Digital Repository", "url": "https://purl.stanford.edu/" } }</script>