@prefix : . @prefix dcat: . @prefix dct: . @prefix foaf: . @prefix owl: . @prefix rdf: . <${ h.url_for(controller='package',action='read',id=c.pkg_dict['name'], qualified=True)}> a dcat:Dataset; dct:description "${c.pkg_dict['notes']}"; dct:identifier "${c.pkg_dict['name']}"; dct:relation [ rdf:value ""; :label "change_note" ], [ rdf:value ""; :label "definition_note" ], [ rdf:value ""; :label "editorial_note" ], [ rdf:value ""; :label "example_note" ], [ rdf:value ""; :label "history_note" ], [ rdf:value ""; :label "scope_note" ], [ rdf:value ""; :label "skos_note" ], [ rdf:value ""; :label "temporal_granularity" ], [ rdf:value ""; :label "type_of_dataset" ], [ rdf:value ""; :label "update_frequency" ]; dct:title "${c.pkg_dict['title']}"; :label "${c.pkg_dict['name']}"; = ; foaf:homepage .