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

Add IRI for namespace in RDF serialisations #283

Open
coolharsh55 opened this issue Oct 21, 2022 · 0 comments
Open

Add IRI for namespace in RDF serialisations #283

coolharsh55 opened this issue Oct 21, 2022 · 0 comments

Comments

@coolharsh55
Copy link

Hi. The RDF files do not specify what is the IRI of the vocab in the file itself. e.g. interop.ttl does not specify namespace IRI in the prefix (<#>) or the vocabulary description (<>) or the definition of terms (rdfs:isDefinedBy <>). So once downloaded, there is no way to figure out what's the IRI. Though there is a prefix interop, it cannot be assumed to be the IRI.

PREFIX : <#>
PREFIX interop: <http://www.w3.org/ns/solid/interop#>

<>
dcterms:issued "2020-06-14"^^xsd:date ;
dcterms:modified "2020-09-24"^^xsd:date ;
rdfs:label "Terms for application interoperability in Solid"@en .

:Agent
  a rdfs:Class ;
  rdfs:comment "An agent profile for the Solid Ecosystem"@en ;
  rdfs:isDefinedBy <> ;
  rdfs:label "Agent"@en .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant