propertyID / propertyLabel

The DCTAP model was designed for compatibility with the RDF model. In the RDF model, properties are identified with IRIs, and this module will issues a warning if a property identifier, based on a superficial inspection, does not look like an IRI.

Users not interested in compatibility with RDF, or users who are brainstorming a draft application profile and simply need a placeholder, can safely ignore such a warning.

propertyID

dcterms:creator

height

Interpreted as:

DCTAP instance
    Shape
        shapeID                  default
        Statement Template
            propertyID           dcterms:creator
        Statement Template
            propertyID           height

WARNING [default/propertyID] 'height' is not an IRI or Compact IRI.

Properties can have natural-language labels for use in displays and documentation.

propertyID

propertyLabel

dct:creator

Author or Creator

Interpreted as:

DCTAP instance
    Shape
        shapeID                  default
        Statement Template
            propertyID           dct:creator
            propertyLabel        Author or Creator