https://www.w3id.org/rcao#hasTimestamp
The time at which the data was generated or observed.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | rcao:hasTimestamp | xsd:dateTime |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rcao: <https://www.w3id.org/rcao#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
rcao:hasTimestamp a owl:DatatypeProperty ;
rdfs:comment "The time at which the data was generated or observed." ;
rdfs:range xsd:dateTime .