This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <urn:dts:cartulaires> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/dts/api#Collection> . | |
| <urn:dts:cartulaires> <https://w3id.org/dts/api#collection> "/api/dts/collection/?id=cartulaires{&page,nav}" . | |
| <urn:dts:cartulaires> <https://w3id.org/dts/api#description> "Collection de cartulaires d'Île-de-France et de ses environs" . | |
| <urn:dts:cartulaires> <https://w3id.org/dts/api#title> "Cartulaires" . | |
| <urn:dts:cartulaires> <https://w3id.org/dts/api#totalChildren> "10"^^<http://www.w3.org/2001/XMLSchema#integer> . | |
| <urn:dts:cartulaires> <https://w3id.org/dts/api#totalParents> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . | |
| <urn:dts:general> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/dts/api#Collection> . | |
| <urn:dts:general> <https://w3id.org/dts/api#collection> "/api/dts/collection/{?id,page,nav}" . | |
| <urn:dts:general> <https://w3id.org/dts/api#description> "La Collection générale de l'École nationale des chartes (CGENC) publie des éditions critiques de sources médiévales e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": { | |
| "dts": "https://w3id.org/dts/api#", | |
| "dct": "http://purl.org/dc/terms/", | |
| "CitableUnit": "dts:CitableUnit", | |
| "CitationTree": "dts:CitationTree", | |
| "CiteStructure": "dts:CiteStructure", | |
| "Collection": "dts:Collection", | |
| "EntryPoint": "dts:EntryPoint", | |
| "MetadataObject": "dts:MetadataObject", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| static behaviors = { | |
| "tei": { | |
| "attDef": function(elt) { | |
| let result = document.createElement("dl"); | |
| let dt = document.createElement("dt"); | |
| dt.innerText = "@" + elt.getAttribute("ident"); | |
| let dd = document.createElement("dd"); | |
| for (let i =0; i < elt.childNodes.length; i++) { | |
| dd.appendChild(elt.childNodes[i].cloneNode(true)); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Copyright TEI Consortium. | |
| Dual-licensed under CC-by and BSD2 licences | |
| See the file COPYING.txt for details | |
| $Date$ | |
| $Id$ | |
| --> | |
| <?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?> | |
| <elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textcrit" ident="app"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
| <teiHeader> | |
| <fileDesc> | |
| <titleStmt> | |
| <title>Title</title> | |
| </titleStmt> | |
| <publicationStmt> | |
| <p>Publication Information</p> | |
| </publicationStmt> | |
| <sourceDesc> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
| <teiHeader> | |
| <fileDesc> | |
| <titleStmt> | |
| <title>Title</title> | |
| </titleStmt> | |
| <publicationStmt> | |
| <p>Publication Information</p> | |
| </publicationStmt> | |
| <sourceDesc> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
| <teiHeader> | |
| <fileDesc> | |
| <titleStmt> | |
| <title>Title</title> | |
| </titleStmt> | |
| <publicationStmt> | |
| <p>Publication Information</p> | |
| </publicationStmt> | |
| <sourceDesc> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
| <teiHeader> | |
| <fileDesc> | |
| <titleStmt> | |
| <title>Title</title> | |
| </titleStmt> | |
| <publicationStmt> | |
| <p>Publication Information</p> | |
| </publicationStmt> | |
| <sourceDesc> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <TEI xmlns="http://www.tei-c.org/ns/1.0"> | |
| <teiHeader> | |
| <fileDesc> | |
| <titleStmt> | |
| <title>Title</title> | |
| </titleStmt> | |
| <publicationStmt> | |
| <p>Publication Information</p> | |
| </publicationStmt> | |
| <sourceDesc> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div> | |
| TEI would go here... | |
| <div id="tei" v-html="teiHTML" /> | |
| </div> | |
| </template> | |
| <script> | |
| import CETEI from '../ceteicean/CETEI.js'; | |
| export default { |
NewerOlder