Description
The label 'Catalogued resource' for the class dcat:Resource in the TTL ontology distribution of the ontology) implies that this is the class of all catalogued resources, yet it is stated in section 5.1 DCAT Scope that this class also covers resources which are not documented in any catalog:
dcat:Resource represents a dataset, a data service or any other resource that may be described by a metadata record in a catalog. This class is not intended to be used directly, but is the parent class of dcat:Dataset, dcat:DataService and dcat:Catalog. (..). dcat:Dataset and dcat:DataService can be used for datasets and services which are not documented in any catalog.
Although the label in the TTL distribution narrows the scope to "catalogued", the definition of dcat:Resource does not restrict the resource to be listed in a catalogue.
dcat:Resource
a owl:Class ;
rdfs:comment "Resource published or curated by a single agent."@en ;
rdfs:label "Catalogued resource"@en ;
If dcat:Resource is to be understood and reused in other application profiles as a a resource not necessarily documented in a catalog, then the label 'Catalogued resource' seems somewhat inappropriate as the label for the DCAT defined class dcat:Resource in TTL distribution of the DCAT ontology...