http://www.mobr.ai/ontologies/ponto#opened
The timestamp when the pull request was opened.
DOMAIN | PROPERTY | RANGE |
---|---|---|
ponto:PullRequest | ponto:opened | xsd:dateTimeStamp |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ponto:opened a owl:DatatypeProperty ;
rdfs:comment "The timestamp when the pull request was opened." ;
rdfs:domain ponto:PullRequest ;
rdfs:range xsd:dateTimeStamp .