Declare creators, contributors, publisher, etc. for the resource. Intended for annotating ontologies. Use parameters: ?authoredBy for the primary author(s), ?contributedBy for various contributors, ?createdBy for those who prepared the data or ontology artefacts, ?publisher for publisher, ?derivedFrom to point to standards, other vocabularies, etc., that are sources, ?license for license.
We follow PAV in distinguishing /authored by/, /contributed by/, and /created by/, see https://pav-ontology.github.io/pav/#d4e257. These give rise to PAV annotations, and are doubled up with the DC terms super-properties.
🛈 The parameters defined by the signature are listed here. Unfortunately parameter names are not informative; fixing it is a planned future feature. An optional parameter will accept the value ottr:none as an argument. A parameter which allows blanks will accept a blank node as argument value.
Index
Name
Type
Optional
Blanks allowed
Default value
1
resource
ottr:IRI
no
no
no
2
authoredBy
NEList<ottr:IRI>
yes
yes
no
3
contributedBy
NEList<ottr:IRI>
yes
yes
no
4
createdBy
NEList<ottr:IRI>
yes
yes
no
5
publisher
ottr:IRI
yes
yes
no
6
derivedFrom
NEList<ottr:IRI>
yes
yes
no
7
license
ottr:IRI
yes
yes
no
Pattern
stOTTR
🛈 stOTTR serialisation of the template without annotation instances.
🛈 The pattern of the template is illustrated by expanding a generated instance. Below the generated instance is shown in different serialisations, and its expansion is presented in different formats.
🛈 Each resource node is linked to its IRI. Type relationships are not visualised, rather each node contains its type.
Hierarchical horizontal layout (dot)
Hierarchical vertical layout (dot)
Spring model layout (neato)
Spring model layout (fdp)
Radial layout (twopi)
Circular layout (circo)
Expanded RDF graph
Interactive expansion
🛈 Click the list to expand/contract one list element. Click 'expand/contact all' to expand/contract all elements. Note that the interactive expansion is not correct for instances that are marked by list expanders.
🛈 The graph shows all the templates that this template depends on. The colour of the node indicates its namespace. Each node is linked to its documentation page.
Hierarchical horizontal layout (dot)
Hierarchical vertical layout (dot)
Spring model layout (neato)
Spring model layout (fdp)
Radial layout (twopi)
Circular layout (circo)
List of dependencies
🛈 The number in parenthesis is the number of instances of each template.
plmtpl:ResourceContributorottr:Triple (9)
Depending templates
🛈 The templates in this library that depend on this template.
🛈 Dependency graph metrics. Depth is the number of steps to a leaf node in the dependency graph. Branching is the number of outgoing edges from a node.
plmtpl:ResourceContributor[
! ottr:IRI ?resource,
? NEList<ottr:IRI> ?authoredBy,
? NEList<ottr:IRI> ?contributedBy,
? NEList<ottr:IRI> ?createdBy,
? ottr:IRI ?publisher,
? NEList<ottr:IRI> ?derivedFrom,
? ottr:IRI ?license
]
@@o-docttr:Provenance(
plmtpl:ResourceContributor,
"2021-08-27T14:29:27Z"^^xsd:dateTime,
none,
(<https://orcid.org/0000-0002-7167-732>),
none),
@@o-docttr:Signature(
plmtpl:ResourceContributor,
none,
"Declare creators, contributors, publisher, etc. for the resource. Intended for annotating ontologies. Use parameters: ?authoredBy for the primary author(s), ?contributedBy for various contributors, ?createdBy for those who prepared the data or ontology artefacts, ?publisher for publisher, ?derivedFrom to point to standards, other vocabularies, etc., that are sources, ?license for license.",
none,
("We follow PAV in distinguishing /authored by/, /contributed by/, and /created by/, see https://pav-ontology.github.io/pav/#d4e257. These give rise to PAV annotations, and are doubled up with the DC terms super-properties."),
none,
none),
@@o-docttr:Version(
plmtpl:ResourceContributor,
ottr:draft,
"0.1.1",
none,
none)
:: {
ottr:Triple(?resource, dcterms:license, ?license),
ottr:Triple(?resource, dcterms:publisher, ?publisher),
cross | ottr:Triple(?resource, dc:contributor, ++?contributedBy),
cross | ottr:Triple(?resource, dc:creator, ++?authoredBy),
cross | ottr:Triple(?resource, dc:creator, ++?createdBy),
cross | ottr:Triple(?resource, pav:authoredBy, ++?authoredBy),
cross | ottr:Triple(?resource, pav:contributedBy, ++?contributedBy),
cross | ottr:Triple(?resource, pav:createdBy, ++?createdBy),
cross | ottr:Triple(?resource, pav:derivedFrom, ++?derivedFrom)
} .
RDF/wOTTR
Prefixes
🛈 Prefixes are removed from all listings on this page for readability, but are listed here in RDF Turtle format.