Newer
Older
# Administrative Metadaten
#
# Autor: David Maus <maus@hab.de>
#
namespace dct = "http://purl.org/dc/terms/"
namespace foaf = "http://xmlns.com/foaf/0.1/"
namespace marcrel = "http://id.loc.gov/vocabulary/relators/"
namespace owl = "http://www.w3.org/2002/07/owl#"
namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
include "https://raw.githubusercontent.com/dmj/bausteine/master/lib/shared-dc.rnc" {
entity.Agent |= ( element foaf:Organization { model.Entity } | element foaf:Person { model.Entity } )
}
start = element rdf:Description {
element dct:relation {
element foaf:Project {
model.Entity
}
}?
& property.rightsHolder?
& property.rights?
& property.license?