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 : has resource
Specification --> Publisher : publisher
Specification --> Contactpoint : contact point
class Specification {
specification type
is profile of
title
description
theme
category for national data domains
keyword
date issued
date modified
status
}
class Specificationresource {
title
description
role
}
class Publisher {
name
type
}
class Contactpoint {
type
name
email
}