Chartes-TNAH / theses

Positions des thèses de l’École des chartes
0 stars 2 forks source link

modèles fichiers __cts__.xml pour textgroup et work #19

Closed saroulle closed 6 years ago

saroulle commented 6 years ago

Proposition de métadonnées pour Capitains, en structurant les fichiers par année de promotion (soit un textgroup par promotion).

 <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>
      <ti:work groupUrn="urn:cts:theses:pos_2000" xml:lang="fre" urn="urn:cts:theses:pos_2000.200001">
         <ti:title xml:lang="fre">Du moujik à l’artiste. L’Académie impériale des Beaux-arts de Saint-Pétersbourg (1757-1802)</ti:title>
         <ti:description xml:lang="fre">Position de thèse de Basile Baudez, promotion 2000</ti:description>
            <cpt:structured-metadata>
               <dc:creator xml:lang="fre">Basile Baudez</dc:creator>
               <dc:title xml:lang="fre">Du moujik à l’artiste. L’Académie impériale des Beaux-arts de Saint-Pétersbourg (1757-1802)</dc:title>      
               <dc:publisher xml:lang="fre">Ecole nationale des Chartes</dc:publisher>
               <dct:dateCopyrighted rdf:datatype="xsd:gYear">2000</dct:dateCopyrighted>
            </cpt:structured-metadata>
      </ti:work>
   </ti:textgroup>
saroulle commented 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>
AnZadykhina commented 6 years ago

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> 
AnZadykhina commented 6 years ago

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>
AnZadykhina commented 6 years ago

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>
saroulle commented 6 years ago

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 : .

PonteIneptique commented 6 years ago

Attention groupe @Chartes-TNAH/team-theses ! Les predicats autre que CTS doivent être dans la balise structured-metadata ;)

AnZadykhina commented 6 years ago

@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>
PonteIneptique commented 6 years ago

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>
AnZadykhina commented 6 years ago

J'espère que c'est la dernière variante. J'ai décidé de supprimer l'attribut dans la balise pour éviter des erreurs. J'attends votre confirmation pour faire les fichier cts pour textgroup

<?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>
PonteIneptique commented 6 years ago

Parfait !