https://schema.org/datePublished
             The date by which this archive object should be sorted. The choice of date differs per type of archive object. E.g. for a TV programme, it is the date the programme is first broadcasted/published.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| sdo:Thing | sdo:datePublished | 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:datePublished a rdf:Property ;
    rdfs:comment "The date by which this archive object should be sorted. The choice of date differs per type of archive object. E.g. for a TV programme, it is the date the programme is first broadcasted/published."@en,
        "Datum waarop dit archiefobject moet worden gesorteerd. Dit is anders per type archiefobject. Bijvoorbeeld, voor een televisieprogramma het is de datum van de eerste uitzending/publicatie."@nl ;
    rdfs:domain sdo:Thing ;
    rdfs:range xsd:string .