Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: urn-vorschlag ergänzt

...

  • Unterscheidung URI der Ressource vs. URI des Datensatzes
  • die Verwendung von bibliographicCitation
  • Problematischer Verlinkungsansatz umbel:isLike mit URN-Resolver URL (siehe Diskussion)
    • Vorschlag: Nutzung von lv:urn

      Codeblock
      <http://purl.org/lobid/lv#urn>
          a owl:DatatypeProperty ;
          rdfs:comment "This property is used to indicate the uniform resource name (URN) of a bibliographic resource. The URN must be stated as a string not as URI, thus identifying the identifier itself and not the resource that is identified by the URN."@en ;
          rdfs:domain dct:BibliographicResource ;
          rdfs:isDefinedBy <http://purl.org/lobid/lv> ;
          rdfs:label "URN"@de, "URN"@en ;
          rdfs:range rdfs:Literal .
    • Beispiel:

      Codeblock
      <http://lobid.org/resource/HT017502667>
            a       <http://purl.org/dc/terms/BibliographicResource> , <http://purl.org/vocab/frbr/core#Manifestation> , <http://purl.org/ontology/bibo/Book> ;
            <http://purl.org/lobid/lv#urn>
                    "urn:nbn:de:101:1-201210094953 .

Geo-Koordinaten

  • Empfehlung für die Repräsentation von Geokoordinaten ergänzen? (Für Karten etc.)

...