Skip to content
Snippets Groups Projects
Commit e30f5863 authored by David Maus's avatar David Maus
Browse files

Add dcterms property identifier

parent b48a8d88
No related branches found
No related tags found
No related merge requests found
# Wiederverwendbare Definition von Eigenschaften aus Dublin Core Qualified # Wiederverwendbare Definition von Eigenschaften aus Dublin Core Qualified
# #
# Autor: David Maus <maus@hab.de> # Autor: David Maus <maus@hab.de>
# Timestamp: <2019-01-16 12:17:44 maus> # Timestamp: <2019-01-16 12:22:25 maus>
# #
namespace dct = "http://purl.org/dc/terms/" namespace dct = "http://purl.org/dc/terms/"
...@@ -9,6 +9,11 @@ namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ...@@ -9,6 +9,11 @@ namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
namespace owl = "http://www.w3.org/2002/07/owl#" namespace owl = "http://www.w3.org/2002/07/owl#"
namespace skos = "http://www.w3.org/2004/02/skos/core#" namespace skos = "http://www.w3.org/2004/02/skos/core#"
property.identifier =
element dct:identifier {
model.rdfLiteral
}
property.license = property.license =
element dct:license { element dct:license {
element dct:LicenseDocument { element dct:LicenseDocument {
...@@ -50,3 +55,7 @@ model.externalEntity = ...@@ -50,3 +55,7 @@ model.externalEntity =
attribute rdf:resource { xsd:anyURI } attribute rdf:resource { xsd:anyURI }
}* }*
& property.label & property.label
model.rdfLiteral =
attribute rdf:datatype { xsd:anyURI }?
& text
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment