This metadata profile is developed based on the needs of Sweden's Dataportal to describe specifications.
The metadata profile is based on W3C's Profiles vocabulary (PROF) extended with some elements from the Asset Description Metadata Schema (ADMS) and the Data Catalog Vocabulary (DCAT).
classDiagram
Specification --> Specification : previous/next/latest
Specification --> Specificationresource : have resource
Specification --> Publisher : publisher
Specification --> Contactpoint : contact point
class Specification {
Specificationtype
is profile of
title
description
theme
keyword
date issued
date modified
status
}
class Specificationresource {
title
description
role
}
class Publisher {
name
type
}
class Contactpoint {
type
name
email
}