Skip to content
Snippets Groups Projects
diglib-rightsmd.rnc 802 B
Newer Older
# Administrative Metadaten
#
# Autor: David Maus <maus@hab.de>
David Maus's avatar
David Maus committed
# Timestamp: <2019-01-18 15:43:02 maus>
#

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#"

David Maus's avatar
David Maus committed
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?
 & element marcrel:fnd {
    entity.Agent