Skip to content

Commit

Permalink
Merge branch 'master' into 56-add-schema-file-dcat-ap-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed May 29, 2024
2 parents f9467d4 + 373cb77 commit 214d853
Show file tree
Hide file tree
Showing 8 changed files with 2,303 additions and 2,266 deletions.
2,263 changes: 0 additions & 2,263 deletions ckanext/dcat/profiles.py

This file was deleted.

23 changes: 23 additions & 0 deletions ckanext/dcat/profiles/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
from .base import RDFProfile, CleanedURIRef
from .base import (
RDF,
XSD,
SKOS,
RDFS,
DCAT,
DCATAP,
DCT,
ADMS,
VCARD,
FOAF,
SCHEMA,
LOCN,
GSP,
OWL,
SPDX,
GEOJSON_IMT,
)

from .euro_dcat_ap import EuropeanDCATAPProfile
from .euro_dcat_ap_2 import EuropeanDCATAP2Profile
from .schemaorg import SchemaOrgProfile
Loading

0 comments on commit 214d853

Please sign in to comment.