From 151136c0a4f557c3136ad232a7c5c4ef37bb772d Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Wed, 1 Jul 2020 16:25:55 +0200 Subject: [PATCH] first draft for a TEI with RDFa exemplar --- P5/Exemplars/tei_rdfa.odd | 216 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 P5/Exemplars/tei_rdfa.odd diff --git a/P5/Exemplars/tei_rdfa.odd b/P5/Exemplars/tei_rdfa.odd new file mode 100644 index 0000000000..a94ce69e55 --- /dev/null +++ b/P5/Exemplars/tei_rdfa.odd @@ -0,0 +1,216 @@ + + + + + + TEI with RDFa + Martina Scholger + Peter Stadler + + + TEI Consortium + + Distributed under a + Creative Commons Attribution-ShareAlike 3.0 Unported License + +

Copyright 2020 TEI Consortium.

+

All rights reserved.

+

Redistribution and use in source and binary forms, with or without modification, are + permitted provided that the following conditions are met:

+ + Redistributions of source code must retain the above copyright notice, this list + of conditions and the following disclaimer. + Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or other + materials provided with the distribution. + +

This software is provided by the copyright holders and contributors "as is" and any + express or implied warranties, including, but not limited to, the implied warranties + of merchantability and fitness for a particular purpose are disclaimed. In no event + shall the copyright holder or contributors be liable for any direct, indirect, + incidental, special, exemplary, or consequential damages (including, but not limited + to, procurement of substitute goods or services; loss of use, data, or profits; or + business interruption) however caused and on any theory of liability, whether in + contract, strict liability, or tort (including negligence or otherwise) arising in any + way out of the use of this software, even if advised of the possibility of such + damage.

+
+

TEI material can be licensed differently depending on the use you intend to make of it. + Hence it is made available under both the CC+BY and BSD-2 licences. The CC+BY licence is + generally appropriate for usages which treat TEI content as data or documentation. The + BSD-2 licence is generally appropriate for usage of TEI content in a software + environment. For further information or clarification, please contact the TEI Consortium.

+
+
+ +

born digital

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + provides additional global attributes for + embedding RDF following the RDFa Core 1.1 specification + + + rdfa-about + a SafeCURIEorCURIEorIRI, used for stating + what the data is about (a 'subject' in RDF terminology) + + + + + + rdfa-content + a CDATA string, for supplying + machine-readable content for a literal (a 'literal object', in RDF + terminology) + + + + + + rdfa-datatype + a TERMorCURIEorAbsIRI representing a + datatype, to express the datatype of a literal + + + + + + rdfa-href + a traditionally navigable IRI for + expressing the partner resource of a relationship (a 'resource object', in RDF + terminology) + + + + + + rdfa-inlist + An attribute used to indicate that the + object associated with a rel or property attribute on the same element is to be added + to the list for that predicate. The value of this attribute MUST be ignored. Presence + of this attribute causes a list to be created if it does not already exist. + + + + + + rdfa-prefix + a white space separated list of prefix-name + IRI pairs of the form NCName ':' ' '+ xsd:anyURI + + + + + + rdfa-property + a white space separated list of + TERMorCURIEorAbsIRIs, used for expressing relationships between a subject and either a + resource object if given or some literal text (also a 'predicate') + + + + + + rdfa-rel + a white space separated list of + TERMorCURIEorAbsIRIs, used for expressing relationships between two resources + ('predicates' in RDF terminology) + + + + + + rdfa-resource + a SafeCURIEorCURIEorIRI for expressing the + partner resource of a relationship that is not intended to be navigable (e.g., a + 'clickable' link) (also an 'object') + + + + + + rdfa-rev + a white space separated list of + TERMorCURIEorAbsIRIs, used for expressing reverse relationships between two resources + (also 'predicates') + + + + + + rdfa-src + an IRI for expressing the partner resource + of a relationship when the resource is embedded (also a 'resource object') + + + + + + rdfa-typeof + a white space separated list of + TERMorCURIEorAbsIRIs that indicate the RDF type(s) to associate with a subject + + + + + + rdfa-vocab + an IRI that defines the mapping to use when + a TERM is referenced in an attribute value. See General Use of Terms in Attributes and + the section on Vocabulary Expansion. + + + + + + + + + + + + + + + + + +