
{
    "@context": ["http://ontology.commonapproach.org/contexts/cidsPrefix.json",
    {
        "hasBeginning" : {
            "@id": "time:hasBeginning",
            "@type": "time:DateTimeDescription"
        },
        "hasEnd": {
            "@id": "time:hasEnd",
            "@type": "time:DateTimeDescription"
        },
        "year": {
            "@id": "time:year",
            "@type": "xsd:nonNegativeInteger"
        } ,	
        "month": {
            "@id": "time:month",
            "@type": "xsd:nonNegativeInteger"
        } ,
        "day": {
            "@id": "time:day",
            "@type": "xsd:nonNegativeInteger"
        } ,
        "hour": {
            "@id": "time:hour",
            "@type": "xsd:nonNegativeInteger"
        } ,
        "minute": {
            "@id": "time:minute",
            "@type": "xsd:nonNegativeInteger"
        } ,
        "second": {
            "@id": "time:second",
            "@type": "xsd:nonNegativeInteger"
        } ,
        "hasTime": {
            "@id": "time:hasTime" ,
            "@type": "time:DateTimeDescription"
        }
    }]
}
