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

Include Organizations #166

Open
nicholascar opened this issue Nov 22, 2019 · 0 comments
Open

Include Organizations #166

nicholascar opened this issue Nov 22, 2019 · 0 comments

Comments

@nicholascar
Copy link

CKAN instances contain Organization information linked to from the datasets in RDF output like this:

<http://example.org/dataset/UUID_1> 
    a dcat:Dataset ;
    dct:title "Dataset Title" ;
    ...
    dct:publisher <http://example.org/organization/UUID_2> ;
    ...
.

<http://example.org/organization/UUID_2> 
    a foaf:Organization ;
    foaf:name "Org Name" .

But, there seems to be no way to get RDF for just the Org, i.e. I can't go to, using details from the example above, http://example.org/organization/UUID_2.ttl and get:

<http://example.org/organization/UUID_2> 
    a foaf:Organization ;
    foaf:name "Org Name" .

It would be good to see the plugin support the Organization endpoints.

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