Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate type json-ld #138

Open
longshuicy opened this issue Aug 21, 2023 · 3 comments
Open

Validate type json-ld #138

longshuicy opened this issue Aug 21, 2023 · 3 comments
Assignees
Labels
2storypoints Between 2-6 hours of work, requiring email and/or a brief meeting

Comments

@longshuicy
Copy link
Member

  1. check if context URLs are up-to-date
  2. check if context URLs covered all the namespace. Might miss dc: at first glance
  3. validate against json-ld validator or other tools
  4. update the database and the builder component
@longshuicy longshuicy added the 2storypoints Between 2-6 hours of work, requiring email and/or a brief meeting label Aug 21, 2023
@ylyangtw ylyangtw self-assigned this Aug 22, 2023
@longshuicy
Copy link
Member Author

@longshuicy
Copy link
Member Author

{
  "@language": "en",
  "dc": http://purl.org/dc/terms/
  "gml": "https://schemas.opengis.net/gml/",

  "iwfs": "http://www.ionicsoft.com/wfs/",

  "xlink": "http://www.w3.org/1999/xlink/",
  "xsd": "http://www.w3.org/2001/XMLSchema/",
  "qudt": "http://qudt.org/schema/qudt/",
  "unit": "http://qudt.org/vocab/unit/",
  "openvocab": "http://vocab.org/open/",
  "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
  "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
  "dcat": "http://www.w3.org/ns/dcat#",
  "prov": "http://www.w3.org/ns/prov#"
}

Not sure about the iwfs

@longshuicy
Copy link
Member Author

Found wfs namespace:

"wfs": "http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"

@ylyangtw ylyangtw transferred this issue from IN-CORE/incore-docs Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2storypoints Between 2-6 hours of work, requiring email and/or a brief meeting
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants