Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rdf/timeline.n3
Original file line number Diff line number Diff line change
Expand Up @@ -682,23 +682,23 @@ Two timelines can be mapped using timeline maps.""" .

:atYear
rdfs:label "at (year)";
rdfs:comment "A subproperty of :at, allowing to address a year (beginning of it for an instant, all of it for an interval)";
rdfs:comment "A subproperty of :at, allowing to address a year (beginning of it for an interval, all of it for an instant)";
vs:term_status "stable";
a owl:DatatypeProperty;
rdfs:subPropertyOf :at;
rdfs:range xsd:gYear .

:atYearMonth
rdfs:label "at (year/month)";
rdfs:comment "A subproperty of :at, allowing to address a year/month (beginning of it for an instant, all of it for an interval)";
rdfs:comment "A subproperty of :at, allowing to address a year/month (beginning of it for an interval, all of it for an instant)";
vs:term_status "stable";
a owl:DatatypeProperty;
rdfs:subPropertyOf :at;
rdfs:range xsd:gYearMonth .

:atDate
rdfs:label "at (date)";
rdfs:comment "A subproperty of :at, allowing to address a date (beginning of it for an instant, all of it for an interval)";
rdfs:comment "A subproperty of :at, allowing to address a date (beginning of it for an interval, all of it for an instant)";
vs:term_status "stable";
a owl:DatatypeProperty;
rdfs:subPropertyOf :at;
Expand Down