Contents

Template: plmtpl:ResourceContributor

URI: http://rds.posccaesar.org/ontology/plm/tpl/0.1/ResourceContributor

Metadata

🛈 This section contains the data represented by the signature's annotation instances.

ottr:status
ottr:draft
owl:versionInfo
0.1.1
dc:description
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.
skos:note
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.
pav:createdOn
2021-08-27T14:29:27Z^^xsd:dateTime
dc:creator
https://orcid.org/0000-0002-7167-732
Metadata as RDF graph

Parameters

🛈 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.

IndexNameTypeOptionalBlanks allowedDefault value
1resourceottr:IRInonono
2authoredByNEList<ottr:IRI>yesyesno
3contributedByNEList<ottr:IRI>yesyesno
4createdByNEList<ottr:IRI>yesyesno
5publisherottr:IRIyesyesno
6derivedFromNEList<ottr:IRI>yesyesno
7licenseottr:IRIyesyesno

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

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
] :: {
    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)
} .

🛈 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.

Generated instance

stOTTR
plmtpl:ResourceContributor(x:argument1, (x:argument2-1, x:argument2-2), (x:argument3-1, x:argument3-2), (x:argument4-1, x:argument4-2), x:argument5, (x:argument6-1, x:argument6-2), x:argument7)
RDF/wOTTR

Visualisation of expanded RDF graph

🛈 Each resource node is linked to its IRI. Type relationships are not visualised, rather each node contains its type.

Hierarchical horizontal layout (dot)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pav:contributedBy http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> x:argument5 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> dcterms:license
Hierarchical vertical layout (dot)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pav:contributedBy http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> x:argument5 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> dcterms:license
Spring model layout (neato)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pav:contributedBy http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> x:argument5 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> dcterms:license
Spring model layout (fdp)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pav:contributedBy http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> x:argument5 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> dcterms:license
Radial layout (twopi)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pav:contributedBy http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> x:argument5 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> dcterms:license
Circular layout (circo)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pav:contributedBy http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> dc:creator http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> x:argument5 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> x:argument7 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7 : LUB<ottr:IRI> dcterms:license

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.

plmtpl:ResourceContributor(x:argument1, (x:argument2-1, x:argument2-2), (x:argument3-1, x:argument3-2), (x:argument4-1, x:argument4-2), x:argument5, (x:argument6-1, x:argument6-2), x:argument7)cross | ottr:Triple(x:argument1, pav:contributedBy, ++(x:argument3-1, x:argument3-2))cross | ottr:Triple(x:argument1, pav:authoredBy, ++(x:argument2-1, x:argument2-2))ottr:Triple(x:argument1, dcterms:publisher, x:argument5)cross | ottr:Triple(x:argument1, pav:createdBy, ++(x:argument4-1, x:argument4-2))cross | ottr:Triple(x:argument1, dc:contributor, ++(x:argument3-1, x:argument3-2))cross | ottr:Triple(x:argument1, dc:creator, ++(x:argument4-1, x:argument4-2))cross | ottr:Triple(x:argument1, dc:creator, ++(x:argument2-1, x:argument2-2))cross | ottr:Triple(x:argument1, pav:derivedFrom, ++(x:argument6-1, x:argument6-2))ottr:Triple(x:argument1, dcterms:license, x:argument7)

Dependencies

Dependency graph

🛈 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)
plmtpl:ResourceContributor plmtpl:ResourceContributor ottr:Triple ottr:Triple plmtpl:ResourceContributor->ottr:Triple
Hierarchical vertical layout (dot)
plmtpl:ResourceContributor plmtpl:ResourceContributor ottr:Triple ottr:Triple plmtpl:ResourceContributor->ottr:Triple
Spring model layout (neato)
plmtpl:ResourceContributor plmtpl:ResourceContributor ottr:Triple ottr:Triple plmtpl:ResourceContributor->ottr:Triple
Spring model layout (fdp)
plmtpl:ResourceContributor plmtpl:ResourceContributor ottr:Triple ottr:Triple plmtpl:ResourceContributor->ottr:Triple
Radial layout (twopi)
plmtpl:ResourceContributor plmtpl:ResourceContributor ottr:Triple ottr:Triple plmtpl:ResourceContributor->ottr:Triple
Circular layout (circo)
plmtpl:ResourceContributor plmtpl:ResourceContributor ottr:Triple ottr:Triple plmtpl:ResourceContributor->ottr:Triple

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.

Metrics

🛈 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.

Templates used

Direct dependencies
  • Number of instances: 9
  • Templates used: (1 templates)
Complete expansion

Vocabulary introduced

Direct dependenciesComplete expansion

Serialisations

stOTTR

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.

@prefix ex:         <http://example.org/>.
@prefix x:          <http://example.ottr.xyz/argument/>.
@prefix ottr:       <http://ns.ottr.xyz/0.4/>.
@prefix dc:         <http://purl.org/dc/elements/1.1/>.
@prefix dcterms:    <http://purl.org/dc/terms/>.
@prefix pav:        <http://purl.org/pav/>.
@prefix vann:       <http://purl.org/vocab/vann/>.
@prefix void:       <http://rdfs.org/ns/void#>.
@prefix lis:        <http://rds.posccaesar.org/ontology/lis14/rdl/>.
@prefix listpl:     <http://rds.posccaesar.org/ontology/lis14/tpl/0.1/>.
@prefix rdl:        <http://rds.posccaesar.org/ontology/plm/rdl/>.
@prefix plmtpl:     <http://rds.posccaesar.org/ontology/plm/tpl/0.1/>.
@prefix o-owl-ax:   <http://tpl.ottr.xyz/owl/axiom/0.1/>.
@prefix o-owl-dec:  <http://tpl.ottr.xyz/owl/declaration/0.1/>.
@prefix rstr:       <http://tpl.ottr.xyz/owl/restriction/0.1/>.
@prefix o-owl-ut:   <http://tpl.ottr.xyz/owl/util/0.1/>.
@prefix o-docttr:   <http://tpl.ottr.xyz/p/docttr/0.1/>.
@prefix o-pizza:    <http://tpl.ottr.xyz/pizza/0.1/>.
@prefix o-rdf:      <http://tpl.ottr.xyz/rdf/0.1/>.
@prefix o-rdfs:     <http://tpl.ottr.xyz/rdfs/0.1/>.
@prefix reqtpl:     <http://w3id.org/requirement-ontology/tpl/0.1/>.
@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs:       <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd:        <http://www.w3.org/2001/XMLSchema#>.
@prefix owl:        <http://www.w3.org/2002/07/owl#>.
@prefix skos:       <http://www.w3.org/2004/02/skos/core#>.
@prefix xml:        <http://www.w3.org/XML/1998/namespace>.
@prefix sd:         <http://www.w3.org/ns/sparql-service-description#>.
@prefix foaf:       <http://xmlns.com/foaf/0.1/>.