Current section
Files
Jump to
Current section
Files
lib/dcat/deps/dcterms/period_of_time.ex
defmodule DCAT.DCTerms.PeriodOfTime do
use Grax.Schema
alias DCAT.NS.DCTerms
schema DCTerms.PeriodOfTime do
property start_date: DCAT.startDate(), type: :date
property end_date: DCAT.endDate(), type: :date
end
end