Class DCAT
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.DCAT
Constants for the W3C Data Catalog Vocabulary.
- Author:
- Bart Hanssens
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
dcat:accessServicestatic final IRI
dcat:accessURLstatic final IRI
dcat:bboxstatic final IRI
dcat:byteSizestatic final IRI
dcat:Catalogstatic final IRI
dcat:CatalogRecordstatic final IRI
dcat:centroidstatic final IRI
dcat:compressFormatstatic final IRI
dcat:contactPointstatic final IRI
dcat:DataServicestatic final IRI
dcat:Datasetstatic final IRI
dcat:Distributionstatic final IRI
dcat:downloadURLstatic final IRI
dcat:endDatestatic final IRI
dcat:endpointDescriptionstatic final IRI
dcat:endpointURLstatic final IRI
dcat:hadRolestatic final IRI
dcat:catalogstatic final IRI
dcat:datasetstatic final IRI
dcat:distributionstatic final IRI
dcat:recordstatic final IRI
dcat:servicestatic final IRI
dcat:keywordstatic final IRI
dcat:landingPagestatic final IRI
dcat:mediaTypestatic final String
The DCAT namespace: http://www.w3.org/ns/dcat#static final Namespace
An immutableNamespace
constant that represents the Data Catalog Vocabulary namespace.static final IRI
dcat:packageFormatstatic final String
Recommended prefix for the Data Catalog Vocabulary namespace: "dcat"static final IRI
dcat:qualifiedRelationstatic final IRI
dcat:Relationshipstatic final IRI
dcat:Resourcestatic final IRI
dcat:Rolestatic final IRI
dcat:servesDatasetstatic final IRI
dcat:spatialResolutionInMetersstatic final IRI
dcat:startDatestatic final IRI
dcat:temporalResolutionstatic final IRI
dcat:themestatic final IRI
dcat:themeTaxonomy -
Constructor Summary
-
Method Summary
-
Field Details
-
PREFIX
Recommended prefix for the Data Catalog Vocabulary namespace: "dcat"- See Also:
-
NAMESPACE
The DCAT namespace: http://www.w3.org/ns/dcat#- See Also:
-
NS
An immutableNamespace
constant that represents the Data Catalog Vocabulary namespace. -
CATALOG
dcat:Catalog -
CATALOG_RECORD
dcat:CatalogRecord -
DATA_SERVICE
dcat:DataService -
DATASET
dcat:Dataset -
DISTRIBUTION
dcat:Distribution -
RELATIONSHIP
dcat:Relationship -
RESOURCE
dcat:Resource -
ROLE
dcat:Role -
ACCESS_SERVICE
dcat:accessService -
ACCESS_URL
dcat:accessURL -
BBOX
dcat:bbox -
BYTE_SIZE
dcat:byteSize -
CENTROID
dcat:centroid -
COMPRESS_FORMAT
dcat:compressFormat -
CONTACT_POINT
dcat:contactPoint -
DOWNLOAD_URL
dcat:downloadURL -
END_DATE
dcat:endDate -
ENDPOINT_DESCRIPTION
dcat:endpointDescription -
ENDPOINT_URL
dcat:endpointURL -
HAD_ROLE
dcat:hadRole -
HAS_CATALOG
dcat:catalog -
HAS_DATASET
dcat:dataset -
HAS_DISTRIBUTION
dcat:distribution -
HAS_RECORD
dcat:record -
HAS_SERVICE
dcat:service -
KEYWORD
dcat:keyword -
LANDING_PAGE
dcat:landingPage -
MEDIA_TYPE
dcat:mediaType -
PACKAGE_FORMAT
dcat:packageFormat -
QUALIFIED_RELATION
dcat:qualifiedRelation -
SERVES_DATASET
dcat:servesDataset -
SPATIAL_RESOLUTION_IN_METERS
dcat:spatialResolutionInMeters -
START_DATE
dcat:startDate -
TEMPORAL_RESOLUTION
dcat:temporalResolution -
THEME
dcat:theme -
THEME_TAXONOMY
dcat:themeTaxonomy
-
-
Constructor Details
-
DCAT
public DCAT()
-