https://schema.org/recordedAt
             Information about the circumstances of the recording of the audiovisual object.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| sdo:CreativeWork | sdo:recordedAt | sdo:Event | 
@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/> .
sdo:recordedAt a rdf:Property ;
    rdfs:label "Recording"@en,
        "Opname"@nl ;
    rdfs:comment "Information about the circumstances of the recording of the audiovisual object."@en,
        "Informatie over de omstandigheden van de opname van het audiovisuele item."@nl ;
    rdfs:domain sdo:CreativeWork ;
    rdfs:range sdo:Event .