We want to hide json-ld specific keys. @id
is remapped to id
, @type
is remapped to type
.
Notices should declare their base URI to the record URI, e.g.
"@context": {
"@import": "https://raw.githubusercontent.com/sparna-git/issn-jsonld-context/main/issn-jsonld-context.json",
"@base": "http://issn.org/resource/ISSN/0028-0836"
},
Sections in the context files are separated by 2 newlines for readability.
We order the declaration by namespaces, as they are given in the linked data application profile document.
We choose to handle key clashes by suffixing the key with the prefix, e.g. type
vs. type_dct
.
This is the case for :
- issn (issn_bibo vs. issn_schema)
- type
We follow the naming convention used in the application profile. :
"idStatus":"http://issn.org/vocabularies/IdentifierStatus#",
"recordStatus":"http://issn.org/vocabularies/RecordStatus#",
"medium":"http://issn.org/vocabularies/Medium#",
We add :
"issnCenter":"http://issn.org/organization/ISSNCenter#",
"formofmaterial":"http://marc21rdf.info/terms/formofmaterial#",
"countries": "http://id.loc.gov/vocabulary/countries/",
"identifiedBy" : {
"@id" : "bf:identifiedBy",
"@type" : "@id",
"@container": "@id"
},
This forces us to repeat the ISSN-L inside the identifierBy of the ISSN-L, but this is not bad thing:
"isPartOf" : {
"id" : "http://issn.org/resource/resource/ISSN-L/0247-0624",
"identifiedBy" : {
"#ISSN-L" : {
"type" : "bf:IssnL",
"status" : "idStatus:Valid",
"value" : "0247-0624"
}
}
},
We want to have a hierarchical structure from the resource down to its Record and down to its CreationEvent. Thus we need 2 inverse hierarchical links:
"generated_by" : {
"@reverse" : "prov:generated",
"@type" : "@id"
},
and
"mainEntity_of" : {
"@reverse" : "schema:mainEntity",
"@type" : "@id"
},
Properly handle the IRI or Literal situation :
This property contains the publication frequency of the continuing resource, from the Dublin Core Collection Description Frequency Namespace, or as the literal values "unknown" or "other".
Right now we specify it as "@id"
e.g. http://marc21rdf.info/terms/formofmaterial#a
, http://id.loc.gov/vocabulary/countries/fr
?
Not sure we really need this, this will hide a lot of URI. Maybe the URIs should be kept in clear ?
--> Leave references to external URIs explicit
Is it using URIs ?
--> Not in the notices, will be published in the list of ISSN centers.
status:DONE
bibschema namespace is outdated. Properties have been integrated directly in schema.org
- bibschema:translationOfWork exists as schema:translationOfWork
- bibschema:workTranslation exists as schema:workTranslation
- bibschema:Atlas, bibschema:Map, bibschema:AudioObject, bibschema:VideoObject, bibschema:Newspaper all exist in schema.org
- bibschema:publishedBy exists as schema:publishedBy
I have set the corresponding mapping to schema URI instead of bibschema URIs
status:DONE
dct:versionOf does not exist. It should be dct:isVersionOf.
status:DONE
At least one reference subsist to dcterms: namespace, should be replaced by dct:
status:DONE
xsd:number is wrong and should be replaced by xsd:decimal
status:DONE
issn: namespace should be replaced by issnprop: namespace
status:NOTHING
nature exemple uses memberOf on classification information, but this is not in the AP table, not in the diagrams. The mapping table contains it, but with visible errors in the URIs. Should it be added to the AP ?
--> remove from the examples and from the mapping
status:DONE
status:DONE
status:DONE
status:DONE
status:DONE
status:DONE
Pointe vers les archives électroniques
status:DONE
status:DONE (on the Activity)
status:DONE
Modifier le mappind de 760 et 762 pour utiliser bf:hasSeries / bf:hasSubseries à la place de schema:hasPart / isParOf
status:WILL NOT DO
status:DONE
status:PENDING
-
Missing #ISSN identifier in the data !!
-
hasCancelledISSN : Wrong value URI
-
GeoCoordinates are missing, should this be skipped if no geo information is available ?
-
Problem in URI of "M008CR22" : "http://marc21rdf.info/terms/continuingori##"
-
There is an entity
resource/ISSN/0028-0836#PublicationPlace-London_:
(note the_:
at the end) that is never referenced from any publication event. Is this an error ? I remove it -
Wrong URI in
"wasAssociatedWith" : "http://www.w3.org/ns/ISSNCentre#BO"
- Should be declared in the list of ISSN center
-
I can't find an dct:identifier attribute in the Nature record ?
-
missing @type
-
missing issn
-
Missing the country from ISO 044 ?
-
Ajouter un exemple pour les métadonnées Keepers (dans les notices publiques)
-
Ajouter la zone 857 dans le profil d'application
-
Autre notice effervescence lycéenne full à faire en exemple