https://schema.org/conditionsOfAccess
Conditions that affect the availability of, or method(s) of access to, an item. For Sound & Vision media objects online availability is indicated by: 'View/listen to media online at the item's URL: True/False'. When 'True', the content is available in the General Public Portal.
DOMAIN | PROPERTY | RANGE |
---|---|---|
sdo:CreativeWork | sdo: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 sdo: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sdo:conditionsOfAccess a rdf:Property ;
rdfs:comment "Conditions that affect the availability of, or method(s) of access to, an item. For Sound & Vision media objects online availability is indicated by: 'View/listen to media online at the item's URL: True/False'. When 'True', the content is available in the General Public Portal."@en,
"Omstandigheden die van invloed zijn op de beschikbaarheid van, of wijze(n) van toegang tot, een item. Voor Beeld & Geluid media-objecten wordt de online beschikbaarheid aangegeven door: 'View/listen to media online at the item's URL: True/False'. Bij 'True' is de inhoud beschikbaar/afspeelbaar op de General Public Portal."@nl ;
rdfs:domain sdo:CreativeWork ;
rdfs:range xsd:string .