http://www.w3.org/ns/activitystreams#startTime
The starting time of the object
DOMAIN | PROPERTY | RANGE |
---|---|---|
as:Object | as:startTime | xsd:dateTime |
@prefix as: <http://www.w3.org/ns/activitystreams#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
as:startTime a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "startTime"@en ;
rdfs:comment "The starting time of the object"@en ;
rdfs:domain as:Object ;
rdfs:range xsd:dateTime .