-
-
The property `dct:format` has a range of `dct:MediaTypeOrExtent` and a [controlled vocabulary](http://publications.europa.eu/resource/authority/file-type) is used for it. The following, partial exampl…
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
…
-
This query
```sparql
PREFIX afn:
PREFIX owl:
PREFIX rdfs:
select * {
?p1 rdfs:range ?r1.
?p1 rdfs:range ?r2.
filter(str(?r1) < str(?r2))
} order by ?p1
```
Finds 43 props with mult…
-
Hi guys,
I am a student learning about image processing,
and I found that it seemed PIL do not provide DiscreteCosineTransform (DCT) transform, after searching in the documentation.
You answer will…
-
## Question
in [data.europa.eu/sparql](https://data.europa.eu/sparql?default-graph-uri=&query=PREFIX+CLV%3A%09%3Chttps%3A%2F%2Fw3id.org%2Fitalia%2Fonto%2FCLV%2F%3E%0D%0APREFIX+CPV%3A%09%3Chttps%3A%…
-
Dear SEMIC,
There is an ongoing discussion about the best practice for the `isReferencedBy` property. The specification allows any rdf:ressource for this property.
Some data providers provide a…
-
We are running CKAN 2.10 on docker containers with ckanext-dcat installed with the profile set as `ckanext.dcat.rdf.profiles = euro_dcat_ap_3` and `ckanext.dat.output_spatial_format` left as the defau…
-
Hi, in your paper you mention that you perform high frequency feature extraction with the DCT transform, however I cannot find this implementation in the repo. Where is it performed?
Thanks
-
May I ask for the input DCT_x in BaselineNet. py in the code package. I don't quite understand where it is. Is there any training code available?