Closed saroulle closed 6 years ago
Proposition de métadonnées pour le Textgroup Capitains :
<ti:textgroup urn="urn:cts:theses:pos_2000"
xmlns:cpt="http://purl.org/capitains/ns/1.0#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:ti="http://chs.harvard.edu/xmlns/cts">
<ti:groupname>Positions de thèses de l'Ecole des Chartes promotion 2000</ti:groupname>
<dc:publisher xml:lang="fre">Ecole nationale des Chartes</dc:publisher>
<dct:dateCopyrighted rdf:datatype="xsd:gYear">2000</dct:dateCopyrighted>
Bonsoir, voici ma proposition pour textgroup. Est-ce qu'il faut ajouter ou supprimer quelques choses?
<?xml version="1.0" encoding="UTF-8"?>
<ti:textgroup
xmlns:cpt="http://purl.org/capitains/ns/1.0#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ti="http://chs.harvard.edu/xmlns/cts"
projid="freLit:pos2000" urn="urn:cts:freLit:pos2000">
<ti:groupname xml:lang="fre">Positions de thèses de l'Ecole nationale des Chartes promotion 2000</ti:groupname>
<dc:publisher xml:lang="fre">École nationale des Chartes</dc:publisher>
<dc:source xml:lang="fre">http://www.chartes.psl.eu/fr/recherche/bundle/position_de_these</dc:source>
<dc:identifier>
<catalog>URI</catalog>
<entry>http://www.sudoc.fr/013565311</entry>
</dc:identifier>
<dc:date xml:type="year">2000</dc:date>
</ti:textgroup>
Bonsoir, j'ai essayé de créer les métadonnées pour work, mais je suis presque sûre que ce n'est pas tout à fait correct. J'espère qu'on va trouver la décision ensemble.
<?xml version="1.0" encoding="UTF-8"?>
<ti:work
xmlns:cpt="http://purl.org/capitains/ns/1.0#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:ti="http://chs.harvard.edu/xmlns/cts"> groupUrn="urn:cts:freLit:pos2000" projid="freLit:pos200010" urn="urn:cts:freLit:pos2000.pos200010" xml:lang="fre">
<ti:title xml:lang="fre">L’abolition des capitulations et la suppression des tribunaux mixtes en Egypte (1937)</ti:title>
<dc:publisher xml:lang="fre">Ecole nationale des Chartes</dc:publisher>
<dc:date type="year">2000</dc:date>
<dc:relation>
<dct:isPartOf type="these">
<identifier>
<catalog>URI</catalog>
<entry>http://www.sudoc.fr/149646607</entry>
</identifier>
</dct:isPartOf>
</dc:relation>
<dc:creator>
<name>Philippe Chevrant-Breton</name>
<identifier>
<catalog>URI</catalog>
<entry>https://www.idref.fr/14974983X</entry>
</identifier>
</dc:creator>
</ti:work>
C'est la deuxième version. Je sais pas ce qui nous convient plus: isPartOf ou isVersionOf
<?xml version="1.0" encoding="UTF-8"?>
<ti:work
xmlns:cpt="http://purl.org/capitains/ns/1.0#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:ti="http://chs.harvard.edu/xmlns/cts"> groupUrn="urn:cts:freLit:pos2000" projid="freLit:pos200010" urn="urn:cts:freLit:pos2000.pos200010" xml:lang="fre">
<ti:title xml:lang="fre">L’abolition des capitulations et la suppression des tribunaux mixtes en Egypte (1937)</ti:title>
<dc:publisher xml:lang="fre">École nationale des Chartes</dc:publisher>
<dc:date type="year">2000</dc:date>
<dc:relation>
<dct:isVersionOf type="these">
<identifier>
<catalog>URI</catalog>
<entry>http://www.sudoc.fr/149646607</entry>
</identifier>
</dct:isPartOf>
</dc:relation>
<dc:creator>
<name>Philippe Chevrant-Breton</name>
<identifier>
<catalog>URI</catalog>
<entry>https://www.idref.fr/14974983X</entry>
</identifier>
</dc:creator>
</ti:work>
Nous considérons que les positions de thèses sont une version de la thèse donc nous optons pour la deuxième version avec :
Attention groupe @Chartes-TNAH/team-theses ! Les predicats autre que CTS doivent être dans la balise structured-metadata ;)
@PonteIneptique Merci beaucoup Monsieur pour votre correction! J'espère que maintenant c'est mieux.
<?xml version="1.0" encoding="UTF-8"?>
<ti:work xmlns:cpt="http://purl.org/capitains/ns/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dct="http://purl.org/dc/terms/" xmlns:ti="http://chs.harvard.edu/xmlns/cts">
groupUrn="urn:cts:freLit:pos2000" projid="freLit:pos200010"
urn="urn:cts:freLit:pos2000.pos200010" xml:lang="fre">
<ti:title xml:lang="fre">L’abolition des
capitulations et la suppression des tribunaux mixtes en Egypte (1937)</ti:title>
<cpt:structured-metadata>
<dc:publisher xml:lang="fre">École nationale des Chartes</dc:publisher>
<dc:date type="year">2000</dc:date>
<dc:relation>
<dct:isVersionOf type="these">
<dc:identifier>http://www.sudoc.fr/149646607</dc:identifier>
</dct:isVersionOf>
</dc:relation>
<dc:creator>
<name>Philippe Chevrant-Breton</name>
<dc:identifier>https://www.idref.fr/14974983X</dc:identifier>
</dc:creator>
</cpt:structured-metadata>
</ti:work>
<?xml version="1.0" encoding="UTF-8"?>
<ti:textgroup xmlns:cpt="http://purl.org/capitains/ns/1.0#"
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ti="http://chs.harvard.edu/xmlns/cts"
projid="freLit:pos2000" urn="urn:cts:freLit:pos2000">
<ti:groupname xml:lang="fre">Positions de thèses de l'Ecole nationale des Chartes promotion
2000</ti:groupname>
<cpt:structured-metadata>
<dc:publisher xml:lang="fre">École nationale des Chartes</dc:publisher>
<dc:source xml:lang="fre"> http://www.chartes.psl.eu/fr/recherche/bundle/position_de_these</dc:source>
<dc:identifier>http://www.sudoc.fr/013565311</dc:identifier>
<dc:date type="year">2000</dc:date>
</cpt:structured-metadata>
</ti:textgroup>
Beaucoup mieux MAIS attention : vos noeuds dc:identifier et dc:relation sont beaucoup trop complexes. Capitains ne supporte pas de structure comme
<dc:identifier>
<catalog>URI</catalog>
<entry>http://www.sudoc.fr/013565311</entry>
</dc:identifier>
mais accepte
<dc:identifier>http://www.sudoc.fr/013565311</dc:identifier>
J'espère que c'est la dernière variante. J'ai décidé de supprimer l'attribut dans la balise
<?xml version="1.0" encoding="UTF-8"?>
<ti:textgroup xmlns:cpt="http://purl.org/capitains/ns/1.0#"
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ti="http://chs.harvard.edu/xmlns/cts" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
projid="freLit:pos2000" urn="urn:cts:freLit:pos2000">
<ti:groupname xml:lang="fre">Positions de thèses de l'Ecole nationale des Chartes promotion
2000</ti:groupname>
<cpt:structured-metadata>
<dc:publisher xml:lang="fre">École nationale des Chartes</dc:publisher>
<dc:source xml:lang="fre"
>http://www.chartes.psl.eu/fr/recherche/bundle/position_de_these</dc:source>
<dc:identifier xml:lang="fre">http://www.sudoc.fr/013565311</dc:identifier>
<dc:date rdf:datatype="xsd:gYear">2000</dc:date>
</cpt:structured-metadata>
</ti:textgroup>
<?xml version="1.0" encoding="UTF-8"?>
<ti:work xmlns:cpt="http://purl.org/capitains/ns/1.0#" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dct="http://purl.org/dc/terms/" xmlns:ti="http://chs.harvard.edu/xmlns/cts" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
groupUrn="urn:cts:freLit:pos2000" projid="freLit:pos200010"
urn="urn:cts:freLit:pos2000.pos200010" xml:lang="fre">
<ti:title xml:lang="fre">L’abolition des
capitulations et la suppression des tribunaux mixtes en Egypte (1937)</ti:title>
<cpt:structured-metadata>
<dc:publisher xml:lang="fre">École nationale des Chartes</dc:publisher>
<dc:date rdf:datatype="xsd:gYear">2000</dc:date>
<dct:isVersionOf xml:lang="fre">http://www.sudoc.fr/149646607</dct:isVersionOf>
<dc:creator xml:lang="fre">Philippe Chevrant-Breton</dc:creator>
<dc:creator xml:lang="fre">https://www.idref.fr/14974983X</dc:creator>
</cpt:structured-metadata>
</ti:work>
Parfait !
Proposition de métadonnées pour Capitains, en structurant les fichiers par année de promotion (soit un textgroup par promotion).