Skip to content

simpler time format

Lynn Foster requested to merge time-names into master

Trying to get the time formatting nailed down so I can get it properly into the graphql reference. This is in some of your examples @elf-pavlik but I'm not sure it is valid owl/rdf, assuming the time: is in the context? I hope so, I like it....

Other question: How would we do an instant? Would we just need both properties hasBeginning and hasEnd? Or can we get away with one or the other? Or would we need something different? I think you answered some of this somewhere, but I have looked and can't find it.

And one more: Is our rdfs:range still correct for this example? Like here:

vf:observedTime a           owl:ObjectProperty ;
        rdfs:label          "observed time" ;
        rdfs:domain         vf:EconomicEvent ;
        rdfs:range          time:TemporalEntity ;
        vs:term_status      "unstable" ;
        rdfs:comment        "The actual temporal instant or interval." .

Merge request reports