{"id":25205176,"url":"https://github.com/sparna-git/issn-jsonld-context","last_synced_at":"2026-01-19T01:33:35.255Z","repository":{"id":227234225,"uuid":"770837413","full_name":"sparna-git/issn-jsonld-context","owner":"sparna-git","description":"ISSN Application Profile JSON-LD context","archived":false,"fork":false,"pushed_at":"2025-01-22T11:32:41.000Z","size":7513,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-29T13:52:11.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sparna-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-12T08:51:33.000Z","updated_at":"2025-01-22T11:32:44.000Z","dependencies_parsed_at":"2024-03-12T09:59:06.086Z","dependency_job_id":"0a020551-6da2-4c8e-8d47-7693d332f594","html_url":"https://github.com/sparna-git/issn-jsonld-context","commit_stats":null,"previous_names":["sparna-git/issn-jsonld-context"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sparna-git/issn-jsonld-context","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparna-git%2Fissn-jsonld-context","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparna-git%2Fissn-jsonld-context/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparna-git%2Fissn-jsonld-context/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparna-git%2Fissn-jsonld-context/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparna-git","download_url":"https://codeload.github.com/sparna-git/issn-jsonld-context/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparna-git%2Fissn-jsonld-context/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28557311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"ssl_error","status_checked_at":"2026-01-19T00:46:32.754Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-10T09:19:16.459Z","updated_at":"2026-01-19T01:33:35.241Z","avatar_url":"https://github.com/sparna-git.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Design rules\n\n### remap @id and @type\n\nWe want to hide json-ld specific keys. `@id` is remapped to `id`, `@type` is remapped to `type`.\n\n### @base declaration\n\nNotices should declare their base URI to the record URI, e.g.\n\n```\n\"@context\": {\n    \"@import\": \"https://raw.githubusercontent.com/sparna-git/issn-jsonld-context/main/issn-jsonld-context.json\",\n    \"@base\": \"http://issn.org/resource/ISSN/0028-0836\"\n  },\n```\n\n### sections\n\nSections in the context files are separated by 2 newlines for readability.\n\n### ordering\n\nWe order the declaration by namespaces, as they are given in the linked data application profile document.\n\n### handle key clashes\n\nWe choose to handle key clashes by suffixing the key with the prefix, e.g. `type` vs. `type_dct`.\n\nThis is the case for :\n  - issn (issn_bibo vs. issn_schema)\n  - type\n\n### Controlled vocabularies namespaces\n\nWe follow the naming convention used in the application profile. :\n\n```\n    \"idStatus\":\"http://issn.org/vocabularies/IdentifierStatus#\",\n    \"recordStatus\":\"http://issn.org/vocabularies/RecordStatus#\",\n    \"medium\":\"http://issn.org/vocabularies/Medium#\",\n```\n\nWe add :\n\n```\n    \"issnCenter\":\"http://issn.org/organization/ISSNCenter#\",\n    \"formofmaterial\":\"http://marc21rdf.info/terms/formofmaterial#\",\n    \"countries\": \"http://id.loc.gov/vocabulary/countries/\",\n```\n\n### use of identifier indexing\n\n```\n    \"identifiedBy\" : {\n      \"@id\" : \"bf:identifiedBy\",\n      \"@type\" : \"@id\",\n      \"@container\": \"@id\"\n    },\n```\n\nThis forces us to repeat the ISSN-L inside the identifierBy of the ISSN-L, but this is not bad thing:\n\n```\n  \"isPartOf\" : {\n    \"id\" : \"http://issn.org/resource/resource/ISSN-L/0247-0624\",\n    \"identifiedBy\" : {\n      \"#ISSN-L\" : {\n        \"type\" : \"bf:IssnL\",\n        \"status\" : \"idStatus:Valid\",\n        \"value\" : \"0247-0624\"\n      }\n    }\n  },\n```\n\n### reverse properties\n\nWe 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:\n\n```\n\"generated_by\" : {\n  \"@reverse\" : \"prov:generated\",\n  \"@type\" : \"@id\"\n},\n```\n\nand \n\n```\n\"mainEntity_of\" : {\n  \"@reverse\" : \"schema:mainEntity\",\n  \"@type\" : \"@id\"\n},\n```\n\n\n\n\n## TODO / Open questions\n\n### add missing type mapping in examples\n\n### accrualPeriodicity\n\nProperly handle the IRI or Literal situation : \n\n\u003e 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\".\n\nRight now we specify it as \"@id\"\n\n\n### Should we declare additional namespaces for controlled vocabularies ?\n\ne.g. `http://marc21rdf.info/terms/formofmaterial#a`, `http://id.loc.gov/vocabulary/countries/fr` ?\n\nNot sure we really need this, this will hide a lot of URI. Maybe the URIs should be kept in clear ?\n\n--\u003e Leave references to external URIs explicit\n\n### check values of dct:spatial on Organization\n\nIs it using URIs ?\n\n--\u003e Not in the notices, will be published in the list of ISSN centers.\n\n\n\n\n\n## Application Profile document update\n\n### Update the use of bibschema in the application profile\n\nstatus:DONE\n\nbibschema namespace is outdated. Properties have been integrated directly in schema.org\n\n- bibschema:translationOfWork exists as schema:translationOfWork\n- bibschema:workTranslation exists as schema:workTranslation\n- bibschema:Atlas, bibschema:Map, bibschema:AudioObject, bibschema:VideoObject, bibschema:Newspaper all exist in schema.org\n- bibschema:publishedBy exists as schema:publishedBy\n\nI have set the corresponding mapping to schema URI instead of bibschema URIs\n\n\n\n### update versionOf in AP\nstatus:DONE\n\ndct:versionOf does not exist. It should be dct:isVersionOf.\n\n### reference to dcterms namespace\nstatus:DONE\n\nAt least one reference subsist to dcterms: namespace, should be replaced by dct:\n\n### xsd:number is wrong\nstatus:DONE\n\nxsd:number is wrong and should be replaced by xsd:decimal\n\n### reference to issn: namespace\nstatus:DONE\n\nissn: namespace should be replaced by issnprop: namespace\n\n### memberOf is not in the application profile\nstatus:NOTHING\n\nnature 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 ?\n\n--\u003e remove from the examples and from the mapping\n\n### Supprimer le champs 538$a des notes\nstatus:DONE\n\n\n### Ajouter 720 au mapping du champs \"isb\"\nstatus:DONE\n\n### Check dcam namespace: missing a final /\nstatus:DONE\n\n### Check bfmarc namespace: missing a final /\nstatus:DONE\n\n### Check namespace consistence m2100X vs m2100x : should use capital X\nstatus:DONE\n\n### Nouvelle zone 857\nstatus:DONE\n\nPointe vers les archives électroniques\n\n### Mapping de mainTitle devrait être mis à jour avec \"245$a + $n + $p si présent\"\nstatus:DONE\n\n### Should the date of creation of the Record be published ?\nstatus:DONE (on the Activity)\n\n### cancelledInFavorOf, mapped to 022$v\nstatus:DONE\n\n### Modifier le mappind de 760 et 762 pour utiliser bf:hasSeries / bf:hasSubseries à la place de schema:hasPart / isParOf\nstatus:WILL NOT DO\n\n### Missing schema:holdingArchive in table\nstatus:DONE\n\n### Ajout de la zone 510\nstatus:PENDING \n\n## Problem notice Nature\n\n- Missing #ISSN identifier in the data !!\n- hasCancelledISSN : Wrong value URI\n- GeoCoordinates are missing, should this be skipped if no geo information is available ?\n- Problem in URI of \"M008CR22\" : \"http://marc21rdf.info/terms/continuingori##\"\n- 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\n- Wrong URI in `\"wasAssociatedWith\" : \"http://www.w3.org/ns/ISSNCentre#BO\"`\n  - Should be declared in the list of ISSN center\n- I can't find an dct:identifier attribute in the Nature record ?\n- missing @type\n- missing issn\n- Missing the country from ISO 044 ?\n\n- Ajouter un exemple pour les métadonnées Keepers (dans les notices publiques)\n- Ajouter la zone 857 dans le profil d'application\n- Autre notice effervescence lycéenne full à faire en exemple\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparna-git%2Fissn-jsonld-context","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparna-git%2Fissn-jsonld-context","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparna-git%2Fissn-jsonld-context/lists"}