From 1a805e6221a790f626925a34681e8fffd5efaf94 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Fri, 27 Mar 2026 10:13:24 +0100 Subject: [PATCH] Fixed formatting --- docs/datadoc/keywords-process.md | 113 +++++++++++++----------------- docs/datadoc/keywords.md | 113 +++++++++++++----------------- tripper/context/0.3/keywords.yaml | 24 +------ 3 files changed, 97 insertions(+), 153 deletions(-) diff --git a/docs/datadoc/keywords-process.md b/docs/datadoc/keywords-process.md index 401b50d9..8cfadafc 100644 --- a/docs/datadoc/keywords-process.md +++ b/docs/datadoc/keywords-process.md @@ -178,72 +178,53 @@ Resource published or curated by an agent. - subClassOf: [rdfs:Resource] -| Keyword | Range | Conformance | Definition | Usage note | -| ----------------------- | ---------------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [description] | [rdfs:Literal]
(rdf:langString) | mandatory | A free-text account of the resource. | This property can be repeated for parallel language versions of the description. | -| [title] | [rdfs:Literal]
(rdf:langString) | mandatory | A name given to the resource. | This property can be repeated for parallel language versions of the name. | -| [contactPoint] | [vcard:Kind] | recommended | Contact information that can be used for sending comments about the resource. | | -| [keyword] | [rdfs:Literal]
(rdf:langString) | recommended | A keyword or tag describing the resource. | | -| [theme] | [skos:Concept] | recommended | A category of the resource. A resource may be associated with multiple themes. | The set of themes used to categorize the resources are organized in a skos:ConceptScheme, skos:Collection, owl:Ontology or similar, describing all the categories and their relations in the catalog. | -| [publisher] | [foaf:Agent] | recommended | Agent responsible for making the resource available. | | -| [versionNotes] | [rdfs:Literal] | optional | A description of the differences between this version and a previous version of the resource. | This property can be repeated for parallel language versions of the version notes. | -| [hasVersion] | [rdfs:Resource] | optional | A related resource that is a version, edition, or adaptation of the described resource. | This property is intended for relating a non-versioned or abstract resource to several versioned resources, e.g., snapshots. | -| [landingPage] | [foaf:Document] | optional | A web page that provides access to the resource and/or additional information (e.g. the distribution for a dataset). | It is intended to point to a landing page at the original -data provider, not to a page on a site of a third party, -such as an aggregator. - -For distributions, if they are accessible only through a -landing page (i.e. direct download URLs are not known), then -the landing page link should be duplicated as accessURL on a -distribution. - | -| [qualifiedRelation] | [dcat:Relationship] | optional | A description of a relationship with another resource. | | -| [version] | [rdfs:Literal] | optional | Version indicator (name or identifier) of a resource. | DCAT does not prescribe how a version name / identifier should be specified, and refers for guidance to [DWBP]'s Best Practice 7: Provide a version indicator. | -| [applicableLegislation] | [eli:LegalResource] | optional | The legislation that mandates the creation or management of the resource. | | -| [accessRights] | [dcterms:RightsStatement] | optional | Information about who can access the resource or an indication of its security status. | Access Rights may include information regarding access or restrictions based on privacy, security, or other policies. The following preferred Rights Statement individuals are defined: `accr:PUBLIC`, `accr:NON_PUBLIC`, `accr:CONFIDENTIAL`, `accr:RESTRICTED`, `accr:SENSITIVE` | -| [conformsTo] | [dcterms:Standard] | optional | An implementing rule or other specification. | | -| [contributor] | [foaf:Agent] | optional | An entity responsible for making contributions to the resource. | | -| [creationDate] | [rdfs:Literal]
(xsd:dateTime) | optional | Date of creation | | -| [creator] | [foaf:Agent] | optional | An entity responsible for producing the resource. | | -| [hasPart] | [rdfs:Resource] | optional | A related resource that is included either physically or logically in the described resource. | | -| [isReferencedBy] | [rdfs:Resource] | optional | A related resource, such as a publication, that references, cites, or otherwise points to the documented resource. | | -| [releaseDate] | [rdfs:Literal]
(xsd:dateTime) | optional | The date of formal issuance (e.g., publication) of the resource. | | -| [language] | [rdfs:Literal]
(xsd:string) | optional | A language of the resource. | Recommended practice is to use either a non-literal value -representing a language from a controlled vocabulary such as -ISO 639-2 or ISO 639-3, or a literal value consisting of an -IETF Best Current Practice 47 -[[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language -tag. - -Example values: "en", "it", "no", "da" - -This property can be repeated if the resource is expressed -with multiple languages. - | -| [license] | [dcterms:LicenseDocument] | optional | A licence under which the resource is made available. | | -| [modificationDate] | [rdfs:Literal]
(xsd:dateTime) | optional | The most recent date on which the resource was changed or modified. | | -| [documentation] | [foaf:Document] | optional | A page or document about this resource. | | -| [qualifiedAttribution] | [prov:Attribution] | optional | An Agent having some form of responsibility for the resource. | | -| [abstract] | [rdfs:Literal]
(rdf:langString) | | A summary of the resource. | | -| [bibliographicCitation] | [rdfs:Literal] | | A bibliographic reference for the resource. | Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible. | -| [conformance] | [ddoc:ConformanceLevel] | | Whether the annotation is mandatory, recommended or optional. | It MUST take one of the values 'ddoc:mandatory', 'ddoc:recommended' or 'ddoc:optional'. | -| [curationDate] | [xsd:dateTime] | | Date of curation. | | -| [curator] | [foaf:Agent] | | The agent that curated the resource. | Use `ddoc:curationDate` to refer to the date of curation. | -| [conceptualisation] | [rdfs:Literal]
(rdf:langString) | | A comment that helps the reader to understand how the world has been conceptualised by the ontology authors. | | -| [elucidation] | [rdfs:Literal]
(rdf:langString) | | Short enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands. It should address the real world entities using the concepts introduced by the conceptualisation. | | -| [statements] | [rdfs:Literal]
(rdf:JSON) | | A list of subject-predicate-object triples with additional RDF statements documenting the resource. | | -| [deprecated] | [rdfs:Literal]
(xsd:boolean) | | The annotation property that indicates that a given entity has been deprecated. It should equal to `"true"^^xsd:boolean`. | | -| [comment] | [rdfs:Literal] | | A description of the subject resource. Use `description` instead. | | -| [domain] | [rdfs:Resource] | | A domain of the subject property. | | -| [isDefinedBy] | [skos:Concept] | | Indicate a resource defining the subject resource. This property may be used to indicate an RDF vocabulary in which a resource is described. | | -| [label] | [rdfs:Literal] | | Provides a human-readable version of a resource's name. | | -| [range] | [rdfs:Resource] | | A range of the subject property. | | -| [seeAlso] | [skos:Concept] | | Indicates a resource that might provide additional information about the subject resource. | | -| [subClassOf] | [owl:Class] | | The subject is a subclass of a class. | | -| [subPropertyOf] | [rdf:Property] | | The subject is a subproperty of a property. | | -| [definition] | [rdfs:Literal]
(rdf:langString) | | A statement or formal explanation of the meaning of a concept. | | -| [hiddenLabel] | [rdfs:Literal]
(rdf:langString) | | A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations. | | -| [usageNote] | [rdfs:Literal]
(rdf:langString) | | A reference that provides information on how this resource is to be used. | | +| Keyword | Range | Conformance | Definition | Usage note | +| ----------------------- | ---------------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [description] | [rdfs:Literal]
(rdf:langString) | mandatory | A free-text account of the resource. | This property can be repeated for parallel language versions of the description. | +| [title] | [rdfs:Literal]
(rdf:langString) | mandatory | A name given to the resource. | This property can be repeated for parallel language versions of the name. | +| [contactPoint] | [vcard:Kind] | recommended | Contact information that can be used for sending comments about the resource. | | +| [keyword] | [rdfs:Literal]
(rdf:langString) | recommended | A keyword or tag describing the resource. | | +| [theme] | [skos:Concept] | recommended | A category of the resource. A resource may be associated with multiple themes. | The set of themes used to categorize the resources are organized in a skos:ConceptScheme, skos:Collection, owl:Ontology or similar, describing all the categories and their relations in the catalog. | +| [publisher] | [foaf:Agent] | recommended | Agent responsible for making the resource available. | | +| [versionNotes] | [rdfs:Literal] | optional | A description of the differences between this version and a previous version of the resource. | This property can be repeated for parallel language versions of the version notes. | +| [hasVersion] | [rdfs:Resource] | optional | A related resource that is a version, edition, or adaptation of the described resource. | This property is intended for relating a non-versioned or abstract resource to several versioned resources, e.g., snapshots. | +| [landingPage] | [foaf:Document] | optional | A web page that provides access to the resource and/or additional information (e.g. the distribution for a dataset). | It is intended to point to a landing page at the original data provider, not to a page on a site of a third party, such as an aggregator.

For distributions, if they are accessible only through a landing page (i.e. direct download URLs are not known), then the landing page link should be duplicated as accessURL on a distribution. | +| [qualifiedRelation] | [dcat:Relationship] | optional | A description of a relationship with another resource. | | +| [version] | [rdfs:Literal] | optional | Version indicator (name or identifier) of a resource. | DCAT does not prescribe how a version name / identifier should be specified, and refers for guidance to [DWBP]'s Best Practice 7: Provide a version indicator. | +| [applicableLegislation] | [eli:LegalResource] | optional | The legislation that mandates the creation or management of the resource. | | +| [accessRights] | [dcterms:RightsStatement] | optional | Information about who can access the resource or an indication of its security status. | Access Rights may include information regarding access or restrictions based on privacy, security, or other policies. The following preferred Rights Statement individuals are defined: `accr:PUBLIC`, `accr:NON_PUBLIC`, `accr:CONFIDENTIAL`, `accr:RESTRICTED`, `accr:SENSITIVE` | +| [conformsTo] | [dcterms:Standard] | optional | An implementing rule or other specification. | | +| [contributor] | [foaf:Agent] | optional | An entity responsible for making contributions to the resource. | | +| [creationDate] | [rdfs:Literal]
(xsd:dateTime) | optional | Date of creation | | +| [creator] | [foaf:Agent] | optional | An entity responsible for producing the resource. | | +| [hasPart] | [rdfs:Resource] | optional | A related resource that is included either physically or logically in the described resource. | | +| [isReferencedBy] | [rdfs:Resource] | optional | A related resource, such as a publication, that references, cites, or otherwise points to the documented resource. | | +| [releaseDate] | [rdfs:Literal]
(xsd:dateTime) | optional | The date of formal issuance (e.g., publication) of the resource. | | +| [language] | [rdfs:Literal]
(xsd:string) | optional | A language of the resource. | Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag.

Example values: "en", "it", "no", "da"

This property can be repeated if the resource is expressed with multiple languages. | +| [license] | [dcterms:LicenseDocument] | optional | A licence under which the resource is made available. | | +| [modificationDate] | [rdfs:Literal]
(xsd:dateTime) | optional | The most recent date on which the resource was changed or modified. | | +| [documentation] | [foaf:Document] | optional | A page or document about this resource. | | +| [qualifiedAttribution] | [prov:Attribution] | optional | An Agent having some form of responsibility for the resource. | | +| [abstract] | [rdfs:Literal]
(rdf:langString) | | A summary of the resource. | | +| [bibliographicCitation] | [rdfs:Literal] | | A bibliographic reference for the resource. | Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible. | +| [conformance] | [ddoc:ConformanceLevel] | | Whether the annotation is mandatory, recommended or optional. | It MUST take one of the values 'ddoc:mandatory', 'ddoc:recommended' or 'ddoc:optional'. | +| [curationDate] | [xsd:dateTime] | | Date of curation. | | +| [curator] | [foaf:Agent] | | The agent that curated the resource. | Use `ddoc:curationDate` to refer to the date of curation. | +| [conceptualisation] | [rdfs:Literal]
(rdf:langString) | | A comment that helps the reader to understand how the world has been conceptualised by the ontology authors. | | +| [elucidation] | [rdfs:Literal]
(rdf:langString) | | Short enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands. It should address the real world entities using the concepts introduced by the conceptualisation. | | +| [statements] | [rdfs:Literal]
(rdf:JSON) | | A list of subject-predicate-object triples with additional RDF statements documenting the resource. | | +| [deprecated] | [rdfs:Literal]
(xsd:boolean) | | The annotation property that indicates that a given entity has been deprecated. It should equal to `"true"^^xsd:boolean`. | | +| [comment] | [rdfs:Literal] | | A description of the subject resource. Use `description` instead. | | +| [domain] | [rdfs:Resource] | | A domain of the subject property. | | +| [isDefinedBy] | [skos:Concept] | | Indicate a resource defining the subject resource. This property may be used to indicate an RDF vocabulary in which a resource is described. | | +| [label] | [rdfs:Literal] | | Provides a human-readable version of a resource's name. | | +| [range] | [rdfs:Resource] | | A range of the subject property. | | +| [seeAlso] | [skos:Concept] | | Indicates a resource that might provide additional information about the subject resource. | | +| [subClassOf] | [owl:Class] | | The subject is a subclass of a class. | | +| [subPropertyOf] | [rdf:Property] | | The subject is a subproperty of a property. | | +| [definition] | [rdfs:Literal]
(rdf:langString) | | A statement or formal explanation of the meaning of a concept. | | +| [hiddenLabel] | [rdfs:Literal]
(rdf:langString) | | A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations. | | +| [usageNote] | [rdfs:Literal]
(rdf:langString) | | A reference that provides information on how this resource is to be used. | | [versionNotes]: http://www.w3.org/ns/adms#versionNotes [rdfs:Literal]: http://www.w3.org/2000/01/rdf-schema#Literal diff --git a/docs/datadoc/keywords.md b/docs/datadoc/keywords.md index 40cb1dcd..23bedc11 100644 --- a/docs/datadoc/keywords.md +++ b/docs/datadoc/keywords.md @@ -190,72 +190,53 @@ Resource published or curated by an agent. - subClassOf: [rdfs:Resource] -| Keyword | Range | Conformance | Definition | Usage note | -| ----------------------- | ---------------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [description] | [rdfs:Literal]
(rdf:langString) | mandatory | A free-text account of the resource. | This property can be repeated for parallel language versions of the description. | -| [title] | [rdfs:Literal]
(rdf:langString) | mandatory | A name given to the resource. | This property can be repeated for parallel language versions of the name. | -| [contactPoint] | [vcard:Kind] | recommended | Contact information that can be used for sending comments about the resource. | | -| [keyword] | [rdfs:Literal]
(rdf:langString) | recommended | A keyword or tag describing the resource. | | -| [theme] | [skos:Concept] | recommended | A category of the resource. A resource may be associated with multiple themes. | The set of themes used to categorize the resources are organized in a skos:ConceptScheme, skos:Collection, owl:Ontology or similar, describing all the categories and their relations in the catalog. | -| [publisher] | [foaf:Agent] | recommended | Agent responsible for making the resource available. | | -| [versionNotes] | [rdfs:Literal] | optional | A description of the differences between this version and a previous version of the resource. | This property can be repeated for parallel language versions of the version notes. | -| [hasVersion] | [rdfs:Resource] | optional | A related resource that is a version, edition, or adaptation of the described resource. | This property is intended for relating a non-versioned or abstract resource to several versioned resources, e.g., snapshots. | -| [landingPage] | [foaf:Document] | optional | A web page that provides access to the resource and/or additional information (e.g. the distribution for a dataset). | It is intended to point to a landing page at the original -data provider, not to a page on a site of a third party, -such as an aggregator. - -For distributions, if they are accessible only through a -landing page (i.e. direct download URLs are not known), then -the landing page link should be duplicated as accessURL on a -distribution. - | -| [qualifiedRelation] | [dcat:Relationship] | optional | A description of a relationship with another resource. | | -| [version] | [rdfs:Literal] | optional | Version indicator (name or identifier) of a resource. | DCAT does not prescribe how a version name / identifier should be specified, and refers for guidance to [DWBP]'s Best Practice 7: Provide a version indicator. | -| [applicableLegislation] | [eli:LegalResource] | optional | The legislation that mandates the creation or management of the resource. | | -| [accessRights] | [dcterms:RightsStatement] | optional | Information about who can access the resource or an indication of its security status. | Access Rights may include information regarding access or restrictions based on privacy, security, or other policies. The following preferred Rights Statement individuals are defined: `accr:PUBLIC`, `accr:NON_PUBLIC`, `accr:CONFIDENTIAL`, `accr:RESTRICTED`, `accr:SENSITIVE` | -| [conformsTo] | [dcterms:Standard] | optional | An implementing rule or other specification. | | -| [contributor] | [foaf:Agent] | optional | An entity responsible for making contributions to the resource. | | -| [creationDate] | [rdfs:Literal]
(xsd:dateTime) | optional | Date of creation | | -| [creator] | [foaf:Agent] | optional | An entity responsible for producing the resource. | | -| [hasPart] | [rdfs:Resource] | optional | A related resource that is included either physically or logically in the described resource. | | -| [isReferencedBy] | [rdfs:Resource] | optional | A related resource, such as a publication, that references, cites, or otherwise points to the documented resource. | | -| [releaseDate] | [rdfs:Literal]
(xsd:dateTime) | optional | The date of formal issuance (e.g., publication) of the resource. | | -| [language] | [rdfs:Literal]
(xsd:string) | optional | A language of the resource. | Recommended practice is to use either a non-literal value -representing a language from a controlled vocabulary such as -ISO 639-2 or ISO 639-3, or a literal value consisting of an -IETF Best Current Practice 47 -[[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language -tag. - -Example values: "en", "it", "no", "da" - -This property can be repeated if the resource is expressed -with multiple languages. - | -| [license] | [dcterms:LicenseDocument] | optional | A licence under which the resource is made available. | | -| [modificationDate] | [rdfs:Literal]
(xsd:dateTime) | optional | The most recent date on which the resource was changed or modified. | | -| [documentation] | [foaf:Document] | optional | A page or document about this resource. | | -| [qualifiedAttribution] | [prov:Attribution] | optional | An Agent having some form of responsibility for the resource. | | -| [abstract] | [rdfs:Literal]
(rdf:langString) | | A summary of the resource. | | -| [bibliographicCitation] | [rdfs:Literal] | | A bibliographic reference for the resource. | Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible. | -| [conformance] | [ddoc:ConformanceLevel] | | Whether the annotation is mandatory, recommended or optional. | It MUST take one of the values 'ddoc:mandatory', 'ddoc:recommended' or 'ddoc:optional'. | -| [curationDate] | [xsd:dateTime] | | Date of curation. | | -| [curator] | [foaf:Agent] | | The agent that curated the resource. | Use `ddoc:curationDate` to refer to the date of curation. | -| [conceptualisation] | [rdfs:Literal]
(rdf:langString) | | A comment that helps the reader to understand how the world has been conceptualised by the ontology authors. | | -| [elucidation] | [rdfs:Literal]
(rdf:langString) | | Short enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands. It should address the real world entities using the concepts introduced by the conceptualisation. | | -| [statements] | [rdfs:Literal]
(rdf:JSON) | | A list of subject-predicate-object triples with additional RDF statements documenting the resource. | | -| [deprecated] | [rdfs:Literal]
(xsd:boolean) | | The annotation property that indicates that a given entity has been deprecated. It should equal to `"true"^^xsd:boolean`. | | -| [comment] | [rdfs:Literal] | | A description of the subject resource. Use `description` instead. | | -| [domain] | [rdfs:Resource] | | A domain of the subject property. | | -| [isDefinedBy] | [skos:Concept] | | Indicate a resource defining the subject resource. This property may be used to indicate an RDF vocabulary in which a resource is described. | | -| [label] | [rdfs:Literal] | | Provides a human-readable version of a resource's name. | | -| [range] | [rdfs:Resource] | | A range of the subject property. | | -| [seeAlso] | [skos:Concept] | | Indicates a resource that might provide additional information about the subject resource. | | -| [subClassOf] | [owl:Class] | | The subject is a subclass of a class. | | -| [subPropertyOf] | [rdf:Property] | | The subject is a subproperty of a property. | | -| [definition] | [rdfs:Literal]
(rdf:langString) | | A statement or formal explanation of the meaning of a concept. | | -| [hiddenLabel] | [rdfs:Literal]
(rdf:langString) | | A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations. | | -| [usageNote] | [rdfs:Literal]
(rdf:langString) | | A reference that provides information on how this resource is to be used. | | +| Keyword | Range | Conformance | Definition | Usage note | +| ----------------------- | ---------------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [description] | [rdfs:Literal]
(rdf:langString) | mandatory | A free-text account of the resource. | This property can be repeated for parallel language versions of the description. | +| [title] | [rdfs:Literal]
(rdf:langString) | mandatory | A name given to the resource. | This property can be repeated for parallel language versions of the name. | +| [contactPoint] | [vcard:Kind] | recommended | Contact information that can be used for sending comments about the resource. | | +| [keyword] | [rdfs:Literal]
(rdf:langString) | recommended | A keyword or tag describing the resource. | | +| [theme] | [skos:Concept] | recommended | A category of the resource. A resource may be associated with multiple themes. | The set of themes used to categorize the resources are organized in a skos:ConceptScheme, skos:Collection, owl:Ontology or similar, describing all the categories and their relations in the catalog. | +| [publisher] | [foaf:Agent] | recommended | Agent responsible for making the resource available. | | +| [versionNotes] | [rdfs:Literal] | optional | A description of the differences between this version and a previous version of the resource. | This property can be repeated for parallel language versions of the version notes. | +| [hasVersion] | [rdfs:Resource] | optional | A related resource that is a version, edition, or adaptation of the described resource. | This property is intended for relating a non-versioned or abstract resource to several versioned resources, e.g., snapshots. | +| [landingPage] | [foaf:Document] | optional | A web page that provides access to the resource and/or additional information (e.g. the distribution for a dataset). | It is intended to point to a landing page at the original data provider, not to a page on a site of a third party, such as an aggregator.

For distributions, if they are accessible only through a landing page (i.e. direct download URLs are not known), then the landing page link should be duplicated as accessURL on a distribution. | +| [qualifiedRelation] | [dcat:Relationship] | optional | A description of a relationship with another resource. | | +| [version] | [rdfs:Literal] | optional | Version indicator (name or identifier) of a resource. | DCAT does not prescribe how a version name / identifier should be specified, and refers for guidance to [DWBP]'s Best Practice 7: Provide a version indicator. | +| [applicableLegislation] | [eli:LegalResource] | optional | The legislation that mandates the creation or management of the resource. | | +| [accessRights] | [dcterms:RightsStatement] | optional | Information about who can access the resource or an indication of its security status. | Access Rights may include information regarding access or restrictions based on privacy, security, or other policies. The following preferred Rights Statement individuals are defined: `accr:PUBLIC`, `accr:NON_PUBLIC`, `accr:CONFIDENTIAL`, `accr:RESTRICTED`, `accr:SENSITIVE` | +| [conformsTo] | [dcterms:Standard] | optional | An implementing rule or other specification. | | +| [contributor] | [foaf:Agent] | optional | An entity responsible for making contributions to the resource. | | +| [creationDate] | [rdfs:Literal]
(xsd:dateTime) | optional | Date of creation | | +| [creator] | [foaf:Agent] | optional | An entity responsible for producing the resource. | | +| [hasPart] | [rdfs:Resource] | optional | A related resource that is included either physically or logically in the described resource. | | +| [isReferencedBy] | [rdfs:Resource] | optional | A related resource, such as a publication, that references, cites, or otherwise points to the documented resource. | | +| [releaseDate] | [rdfs:Literal]
(xsd:dateTime) | optional | The date of formal issuance (e.g., publication) of the resource. | | +| [language] | [rdfs:Literal]
(xsd:string) | optional | A language of the resource. | Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag.

Example values: "en", "it", "no", "da"

This property can be repeated if the resource is expressed with multiple languages. | +| [license] | [dcterms:LicenseDocument] | optional | A licence under which the resource is made available. | | +| [modificationDate] | [rdfs:Literal]
(xsd:dateTime) | optional | The most recent date on which the resource was changed or modified. | | +| [documentation] | [foaf:Document] | optional | A page or document about this resource. | | +| [qualifiedAttribution] | [prov:Attribution] | optional | An Agent having some form of responsibility for the resource. | | +| [abstract] | [rdfs:Literal]
(rdf:langString) | | A summary of the resource. | | +| [bibliographicCitation] | [rdfs:Literal] | | A bibliographic reference for the resource. | Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible. | +| [conformance] | [ddoc:ConformanceLevel] | | Whether the annotation is mandatory, recommended or optional. | It MUST take one of the values 'ddoc:mandatory', 'ddoc:recommended' or 'ddoc:optional'. | +| [curationDate] | [xsd:dateTime] | | Date of curation. | | +| [curator] | [foaf:Agent] | | The agent that curated the resource. | Use `ddoc:curationDate` to refer to the date of curation. | +| [conceptualisation] | [rdfs:Literal]
(rdf:langString) | | A comment that helps the reader to understand how the world has been conceptualised by the ontology authors. | | +| [elucidation] | [rdfs:Literal]
(rdf:langString) | | Short enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands. It should address the real world entities using the concepts introduced by the conceptualisation. | | +| [statements] | [rdfs:Literal]
(rdf:JSON) | | A list of subject-predicate-object triples with additional RDF statements documenting the resource. | | +| [deprecated] | [rdfs:Literal]
(xsd:boolean) | | The annotation property that indicates that a given entity has been deprecated. It should equal to `"true"^^xsd:boolean`. | | +| [comment] | [rdfs:Literal] | | A description of the subject resource. Use `description` instead. | | +| [domain] | [rdfs:Resource] | | A domain of the subject property. | | +| [isDefinedBy] | [skos:Concept] | | Indicate a resource defining the subject resource. This property may be used to indicate an RDF vocabulary in which a resource is described. | | +| [label] | [rdfs:Literal] | | Provides a human-readable version of a resource's name. | | +| [range] | [rdfs:Resource] | | A range of the subject property. | | +| [seeAlso] | [skos:Concept] | | Indicates a resource that might provide additional information about the subject resource. | | +| [subClassOf] | [owl:Class] | | The subject is a subclass of a class. | | +| [subPropertyOf] | [rdf:Property] | | The subject is a subproperty of a property. | | +| [definition] | [rdfs:Literal]
(rdf:langString) | | A statement or formal explanation of the meaning of a concept. | | +| [hiddenLabel] | [rdfs:Literal]
(rdf:langString) | | A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations. | | +| [usageNote] | [rdfs:Literal]
(rdf:langString) | | A reference that provides information on how this resource is to be used. | | [versionNotes]: http://www.w3.org/ns/adms#versionNotes [rdfs:Literal]: http://www.w3.org/2000/01/rdf-schema#Literal diff --git a/tripper/context/0.3/keywords.yaml b/tripper/context/0.3/keywords.yaml index e21e3124..5a96af8e 100644 --- a/tripper/context/0.3/keywords.yaml +++ b/tripper/context/0.3/keywords.yaml @@ -149,15 +149,8 @@ resources: range: foaf:Document conformance: optional description: A web page that provides access to the resource and/or additional information (e.g. the distribution for a dataset). - usageNote: | - It is intended to point to a landing page at the original - data provider, not to a page on a site of a third party, - such as an aggregator. - - For distributions, if they are accessible only through a - landing page (i.e. direct download URLs are not known), then - the landing page link should be duplicated as accessURL on a - distribution. + usageNote: 'It is intended to point to a landing page at the original data provider, not to a page on a site of a third party, + such as an aggregator.

For distributions, if they are accessible only through a landing page (i.e. direct download URLs are not known), then the landing page link should be duplicated as accessURL on a distribution.' language: iri: dcterms:language @@ -165,18 +158,7 @@ resources: datatype: xsd:string conformance: optional description: A language of the resource. - usageNote: | - Recommended practice is to use either a non-literal value - representing a language from a controlled vocabulary such as - ISO 639-2 or ISO 639-3, or a literal value consisting of an - IETF Best Current Practice 47 - [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language - tag. - - Example values: "en", "it", "no", "da" - - This property can be repeated if the resource is expressed - with multiple languages. + usageNote: 'Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag.

Example values: "en", "it", "no", "da"

This property can be repeated if the resource is expressed with multiple languages.' license: iri: dcterms:license