sdo:recordedAt leaf node


URI

https://schema.org/recordedAt

Label

Recording

Description

Information about the circumstances of the recording of the audiovisual object.

Usage

DOMAINPROPERTYRANGE
sdo:CreativeWork sdo:recordedAt sdo:Event

Implementation

@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 .