Contents

Template: plmtpl:RDLOntology

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

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 an ontology, with various metadata.
skos:note
The parameters ?seeAlso, ?changeNoteWho are set to be IRIs.
pav:createdOn
2021-08-26T18:07:33Z^^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
1ontologyottr:IRInonono
2versionIRIottr:IRIyesyesno
3versionInfoxsd:stringyesnono
4titlexsd:stringyesnono
5descriptionxsd:stringyesnono
6seeAlsoNEList<ottr:IRI>yesyesno
7importsNEList<ottr:IRI>yesyesno
8statusottr:IRIyesnono
9previousVersionottr:IRIyesnono
10lastUpdateOnxsd:dateTimeyesnono
11issuedxsd:dateyesnono
12modifiedxsd:dateyesnono
13changeNotexsd:stringyesnono
14changeNoteTimexsd:dateTimeyesnono
15changeNoteWhoNEList<ottr:IRI>yesnono
16authoredByNEList<ottr:IRI>yesnono
17contributedByNEList<ottr:IRI>yesnono
18createdByNEList<ottr:IRI>yesnono
19publisherottr:IRIyesnono
20derivedFromNEList<ottr:IRI>yesnono
21licenseottr:IRIyesnono
22subjectottr:IRIyesnono
23exampleResourceNEList<ottr:IRI>yesnono
24documentationPageottr:IRIyesnono
25preferredNamespacePrefixxsd:stringyesnono
26preferredNamespaceUriottr:IRIyesnono
27fileFormatNEList<ottr:IRI>yesnono
28sparqlEndpointottr:IRIyesnono

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

plmtpl:RDLOntology[
    ! ottr:IRI ?ontology,
    ? ottr:IRI ?versionIRI,
    !? xsd:string ?versionInfo,
    !? xsd:string ?title,
    !? xsd:string ?description,
    ? NEList<ottr:IRI> ?seeAlso,
    ? NEList<ottr:IRI> ?imports,
    !? ottr:IRI ?status,
    !? ottr:IRI ?previousVersion,
    !? xsd:dateTime ?lastUpdateOn,
    !? xsd:date ?issued,
    !? xsd:date ?modified,
    !? xsd:string ?changeNote,
    !? xsd:dateTime ?changeNoteTime,
    !? NEList<ottr:IRI> ?changeNoteWho,
    !? NEList<ottr:IRI> ?authoredBy,
    !? NEList<ottr:IRI> ?contributedBy,
    !? NEList<ottr:IRI> ?createdBy,
    !? ottr:IRI ?publisher,
    !? NEList<ottr:IRI> ?derivedFrom,
    !? ottr:IRI ?license,
    !? ottr:IRI ?subject,
    !? NEList<ottr:IRI> ?exampleResource,
    !? ottr:IRI ?documentationPage,
    !? xsd:string ?preferredNamespacePrefix,
    !? ottr:IRI ?preferredNamespaceUri,
    !? NEList<ottr:IRI> ?fileFormat,
    !? ottr:IRI ?sparqlEndpoint
] :: {
    ottr:Triple(?ontology, vann:preferredNamespacePrefix, ?preferredNamespacePrefix),
    ottr:Triple(?ontology, vann:preferredNamespaceUri, ?preferredNamespaceUri),
    ottr:Triple(?ontology, void:sparqlEndpoint, ?sparqlEndpoint),
    ottr:Triple(?ontology, owl:versionIRI, ?versionIRI),
    cross | ottr:Triple(?ontology, void:feature, ++?fileFormat),
    plmtpl:ResourceContributor(?ontology, ?authoredBy, ?contributedBy, ?createdBy, ?publisher, ?derivedFrom, ?license),
    plmtpl:ResourceDates(?ontology, ?lastUpdateOn, ?issued, ?modified),
    plmtpl:ResourceDocumentation(?ontology, ?title, ?description, ?subject, ?exampleResource, ?documentationPage),
    o-owl-dec:Ontology(?ontology, none, ?title, ?description, ?seeAlso, ?imports),
    o-docttr:ChangeNote(?ontology, ?changeNote, ?changeNoteTime, ?changeNoteWho, none),
    o-docttr:Version(?ontology, ?status, ?versionInfo, ?previousVersion, none)
} .

🛈 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:RDLOntology(x:argument1, x:argument2, _:argument3, _:argument4, _:argument5, (x:argument6-1, x:argument6-2), (x:argument7-1, x:argument7-2), x:argument8, x:argument9, _:argument10, _:argument11, _:argument12, _:argument13, _:argument14, (x:argument15-1, x:argument15-2), (x:argument16-1, x:argument16-2), (x:argument17-1, x:argument17-2), (x:argument18-1, x:argument18-2), x:argument19, (x:argument20-1, x:argument20-2), x:argument21, x:argument22, (x:argument23-1, x:argument23-2), x:argument24, _:argument25, x:argument26, (x:argument27-1, x:argument27-2), x:argument28)
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> owl:Ontology x:argument1 argument10 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument10 : LUB<rdfs:Resource> pav:lastUpdateOn http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> x:argument18-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument17-2 : LUB<ottr:IRI> x:argument17-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-2 : 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> rdfs:seeAlso argument13 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument13 : LUB<rdfs:Resource> skos:changeNote http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> x:argument27-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> x:argument16-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> x:argument18-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> owl:versionIRI http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> x:argument26 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> vann:preferredNamespaceUri argument5 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument5 : LUB<rdfs:Resource> dc:description argument25 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument25 : LUB<rdfs:Resource> vann:preferredNamespacePrefix http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> x:argument27-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> x:argument17-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> x:argument19 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> x:argument8 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> ottr:status http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> owl:imports argument4 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument4 : LUB<rdfs:Resource> dc:title http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> owl:imports http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> x:argument16-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> pav:authoredBy argument3 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument3 : LUB<rdfs:Resource> owl:versionInfo http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> x:argument20-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> x:argument28 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> void:sparqlEndpoint http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> x:argument20-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> pav:derivedFrom 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> rdfs:seeAlso http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> x:argument24 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> foaf:homepage argument12 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument12 : LUB<rdfs:Resource> dcterms:modified http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> x:argument22 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> dcterms:subject http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> x:argument9 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> pav:hasPreviousVersion http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> x:argument23-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> void:exampleResource http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> x:argument21 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> dcterms:license argument11 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument11 : LUB<rdfs:Resource> dcterms:issued http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> x:argument23-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> void:exampleResource blank566 : LUB<rdfs:Resource> rdf:Statement blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> rdf:subject blank566 : LUB<rdfs:Resource>->argument13 : LUB<rdfs:Resource> rdf:object http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> x:argument15-1 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> pav:createdBy http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> skos:changeNote blank566 : LUB<rdfs:Resource>->http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> rdf:predicate argument14 : LUB<rdfs:Resource> blank566 : LUB<rdfs:Resource>->argument14 : LUB<rdfs:Resource> pav:createdOn http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> x:argument15-2 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> pav:createdBy
Hierarchical vertical layout (dot)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> owl:Ontology x:argument1 argument10 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument10 : LUB<rdfs:Resource> pav:lastUpdateOn http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> x:argument18-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument17-2 : LUB<ottr:IRI> x:argument17-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-2 : 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> rdfs:seeAlso argument13 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument13 : LUB<rdfs:Resource> skos:changeNote http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> x:argument27-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> x:argument16-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> x:argument18-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> owl:versionIRI http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> x:argument26 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> vann:preferredNamespaceUri argument5 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument5 : LUB<rdfs:Resource> dc:description argument25 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument25 : LUB<rdfs:Resource> vann:preferredNamespacePrefix http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> x:argument27-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> x:argument17-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> x:argument19 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> x:argument8 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> ottr:status http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> owl:imports argument4 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument4 : LUB<rdfs:Resource> dc:title http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> owl:imports http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> x:argument16-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> pav:authoredBy argument3 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument3 : LUB<rdfs:Resource> owl:versionInfo http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> x:argument20-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> x:argument28 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> void:sparqlEndpoint http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> x:argument20-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> pav:derivedFrom 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> rdfs:seeAlso http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> x:argument24 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> foaf:homepage argument12 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument12 : LUB<rdfs:Resource> dcterms:modified http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> x:argument22 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> dcterms:subject http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> x:argument9 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> pav:hasPreviousVersion http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> x:argument23-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> void:exampleResource http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> x:argument21 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> dcterms:license argument11 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument11 : LUB<rdfs:Resource> dcterms:issued http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> x:argument23-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> void:exampleResource blank566 : LUB<rdfs:Resource> rdf:Statement blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> rdf:subject blank566 : LUB<rdfs:Resource>->argument13 : LUB<rdfs:Resource> rdf:object http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> x:argument15-1 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> pav:createdBy http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> skos:changeNote blank566 : LUB<rdfs:Resource>->http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> rdf:predicate argument14 : LUB<rdfs:Resource> blank566 : LUB<rdfs:Resource>->argument14 : LUB<rdfs:Resource> pav:createdOn http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> x:argument15-2 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> pav:createdBy
Spring model layout (neato)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> owl:Ontology x:argument1 argument10 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument10 : LUB<rdfs:Resource> pav:lastUpdateOn http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> x:argument18-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument17-2 : LUB<ottr:IRI> x:argument17-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-2 : 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> rdfs:seeAlso argument13 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument13 : LUB<rdfs:Resource> skos:changeNote http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> x:argument27-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> x:argument16-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> x:argument18-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> owl:versionIRI http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> x:argument26 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> vann:preferredNamespaceUri argument5 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument5 : LUB<rdfs:Resource> dc:description argument25 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument25 : LUB<rdfs:Resource> vann:preferredNamespacePrefix http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> x:argument27-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> x:argument17-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> x:argument19 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> x:argument8 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> ottr:status http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> owl:imports argument4 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument4 : LUB<rdfs:Resource> dc:title http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> owl:imports http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> x:argument16-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> pav:authoredBy argument3 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument3 : LUB<rdfs:Resource> owl:versionInfo http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> x:argument20-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> x:argument28 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> void:sparqlEndpoint http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> x:argument20-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> pav:derivedFrom 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> rdfs:seeAlso http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> x:argument24 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> foaf:homepage argument12 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument12 : LUB<rdfs:Resource> dcterms:modified http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> x:argument22 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> dcterms:subject http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> x:argument9 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> pav:hasPreviousVersion http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> x:argument23-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> void:exampleResource http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> x:argument21 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> dcterms:license argument11 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument11 : LUB<rdfs:Resource> dcterms:issued http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> x:argument23-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> void:exampleResource blank566 : LUB<rdfs:Resource> rdf:Statement blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> rdf:subject blank566 : LUB<rdfs:Resource>->argument13 : LUB<rdfs:Resource> rdf:object http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> x:argument15-1 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> pav:createdBy http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> skos:changeNote blank566 : LUB<rdfs:Resource>->http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> rdf:predicate argument14 : LUB<rdfs:Resource> blank566 : LUB<rdfs:Resource>->argument14 : LUB<rdfs:Resource> pav:createdOn http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> x:argument15-2 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> pav:createdBy
Spring model layout (fdp)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> owl:Ontology x:argument1 argument10 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument10 : LUB<rdfs:Resource> pav:lastUpdateOn http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> x:argument18-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument17-2 : LUB<ottr:IRI> x:argument17-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-2 : 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> rdfs:seeAlso argument13 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument13 : LUB<rdfs:Resource> skos:changeNote http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> x:argument27-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> x:argument16-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> x:argument18-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> owl:versionIRI http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> x:argument26 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> vann:preferredNamespaceUri argument5 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument5 : LUB<rdfs:Resource> dc:description argument25 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument25 : LUB<rdfs:Resource> vann:preferredNamespacePrefix http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> x:argument27-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> x:argument17-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> x:argument19 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> x:argument8 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> ottr:status http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> owl:imports argument4 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument4 : LUB<rdfs:Resource> dc:title http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> owl:imports http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> x:argument16-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> pav:authoredBy argument3 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument3 : LUB<rdfs:Resource> owl:versionInfo http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> x:argument20-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> x:argument28 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> void:sparqlEndpoint http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> x:argument20-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> pav:derivedFrom 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> rdfs:seeAlso http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> x:argument24 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> foaf:homepage argument12 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument12 : LUB<rdfs:Resource> dcterms:modified http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> x:argument22 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> dcterms:subject http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> x:argument9 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> pav:hasPreviousVersion http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> x:argument23-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> void:exampleResource http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> x:argument21 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> dcterms:license argument11 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument11 : LUB<rdfs:Resource> dcterms:issued http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> x:argument23-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> void:exampleResource blank566 : LUB<rdfs:Resource> rdf:Statement blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> rdf:subject blank566 : LUB<rdfs:Resource>->argument13 : LUB<rdfs:Resource> rdf:object http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> x:argument15-1 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> pav:createdBy http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> skos:changeNote blank566 : LUB<rdfs:Resource>->http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> rdf:predicate argument14 : LUB<rdfs:Resource> blank566 : LUB<rdfs:Resource>->argument14 : LUB<rdfs:Resource> pav:createdOn http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> x:argument15-2 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> pav:createdBy
Radial layout (twopi)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> owl:Ontology x:argument1 argument10 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument10 : LUB<rdfs:Resource> pav:lastUpdateOn http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> x:argument18-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument17-2 : LUB<ottr:IRI> x:argument17-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-2 : 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> rdfs:seeAlso argument13 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument13 : LUB<rdfs:Resource> skos:changeNote http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> x:argument27-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> x:argument16-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> x:argument18-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> owl:versionIRI http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> x:argument26 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> vann:preferredNamespaceUri argument5 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument5 : LUB<rdfs:Resource> dc:description argument25 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument25 : LUB<rdfs:Resource> vann:preferredNamespacePrefix http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> x:argument27-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> x:argument17-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> x:argument19 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> x:argument8 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> ottr:status http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> owl:imports argument4 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument4 : LUB<rdfs:Resource> dc:title http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> owl:imports http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> x:argument16-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> pav:authoredBy argument3 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument3 : LUB<rdfs:Resource> owl:versionInfo http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> x:argument20-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> x:argument28 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> void:sparqlEndpoint http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> x:argument20-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> pav:derivedFrom 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> rdfs:seeAlso http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> x:argument24 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> foaf:homepage argument12 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument12 : LUB<rdfs:Resource> dcterms:modified http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> x:argument22 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> dcterms:subject http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> x:argument9 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> pav:hasPreviousVersion http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> x:argument23-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> void:exampleResource http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> x:argument21 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> dcterms:license argument11 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument11 : LUB<rdfs:Resource> dcterms:issued http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> x:argument23-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> void:exampleResource blank566 : LUB<rdfs:Resource> rdf:Statement blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> rdf:subject blank566 : LUB<rdfs:Resource>->argument13 : LUB<rdfs:Resource> rdf:object http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> x:argument15-1 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> pav:createdBy http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> skos:changeNote blank566 : LUB<rdfs:Resource>->http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> rdf:predicate argument14 : LUB<rdfs:Resource> blank566 : LUB<rdfs:Resource>->argument14 : LUB<rdfs:Resource> pav:createdOn http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> x:argument15-2 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> pav:createdBy
Circular layout (circo)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> owl:Ontology x:argument1 argument10 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument10 : LUB<rdfs:Resource> pav:lastUpdateOn http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> x:argument18-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-1 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument17-2 : LUB<ottr:IRI> x:argument17-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-2 : 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> rdfs:seeAlso argument13 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument13 : LUB<rdfs:Resource> skos:changeNote http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> x:argument27-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-2 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> x:argument16-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-1 : LUB<ottr:IRI> pav:authoredBy http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> x:argument18-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument18-2 : LUB<ottr:IRI> pav:createdBy http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> x:argument2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2 : LUB<ottr:IRI> owl:versionIRI http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> x:argument26 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument26 : LUB<ottr:IRI> vann:preferredNamespaceUri argument5 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument5 : LUB<rdfs:Resource> dc:description argument25 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument25 : LUB<rdfs:Resource> vann:preferredNamespacePrefix http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> x:argument27-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument27-1 : LUB<ottr:IRI> void:feature http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> x:argument17-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument17-1 : LUB<ottr:IRI> dc:contributor http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> x:argument19 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument19 : LUB<ottr:IRI> dcterms:publisher http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> x:argument8 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument8 : LUB<ottr:IRI> ottr:status http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> owl:imports argument4 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument4 : LUB<rdfs:Resource> dc:title http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> owl:imports http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> x:argument16-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument16-2 : LUB<ottr:IRI> pav:authoredBy argument3 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument3 : LUB<rdfs:Resource> owl:versionInfo http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> x:argument20-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-2 : LUB<ottr:IRI> pav:derivedFrom http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> x:argument28 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument28 : LUB<ottr:IRI> void:sparqlEndpoint http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> x:argument20-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument20-1 : LUB<ottr:IRI> pav:derivedFrom 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> rdfs:seeAlso http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> x:argument24 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument24 : LUB<ottr:IRI> foaf:homepage argument12 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument12 : LUB<rdfs:Resource> dcterms:modified http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> x:argument22 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument22 : LUB<ottr:IRI> dcterms:subject http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> x:argument9 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument9 : LUB<ottr:IRI> pav:hasPreviousVersion http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> x:argument23-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-2 : LUB<ottr:IRI> void:exampleResource http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> x:argument21 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument21 : LUB<ottr:IRI> dcterms:license argument11 : LUB<rdfs:Resource> http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->argument11 : LUB<rdfs:Resource> dcterms:issued http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> x:argument23-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument23-1 : LUB<ottr:IRI> void:exampleResource blank566 : LUB<rdfs:Resource> rdf:Statement blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> rdf:subject blank566 : LUB<rdfs:Resource>->argument13 : LUB<rdfs:Resource> rdf:object http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> x:argument15-1 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-1 : LUB<ottr:IRI> pav:createdBy http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> skos:changeNote blank566 : LUB<rdfs:Resource>->http://www.w3.org/2004/02/skos/core#changeNote : LUB<ottr:IRI> rdf:predicate argument14 : LUB<rdfs:Resource> blank566 : LUB<rdfs:Resource>->argument14 : LUB<rdfs:Resource> pav:createdOn http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> x:argument15-2 blank566 : LUB<rdfs:Resource>->http://example.ottr.xyz/argument/argument15-2 : LUB<ottr:IRI> pav:createdBy

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:RDLOntology(x:argument1, x:argument2, _:argument3, _:argument4, _:argument5, (x:argument6-1, x:argument6-2), (x:argument7-1, x:argument7-2), x:argument8, x:argument9, _:argument10, _:argument11, _:argument12, _:argument13, _:argument14, (x:argument15-1, x:argument15-2), (x:argument16-1, x:argument16-2), (x:argument17-1, x:argument17-2), (x:argument18-1, x:argument18-2), x:argument19, (x:argument20-1, x:argument20-2), x:argument21, x:argument22, (x:argument23-1, x:argument23-2), x:argument24, _:argument25, x:argument26, (x:argument27-1, x:argument27-2), x:argument28)ottr:Triple(x:argument1, owl:versionIRI, x:argument2)ottr:Triple(x:argument1, vann:preferredNamespacePrefix, _:argument25)ottr:Triple(x:argument1, vann:preferredNamespaceUri, x:argument26)cross | ottr:Triple(x:argument1, void:feature, ++(x:argument27-1, x:argument27-2))ottr:Triple(x:argument1, void:sparqlEndpoint, x:argument28)
plmtpl:ResourceContributor(x:argument1, (x:argument16-1, x:argument16-2), (x:argument17-1, x:argument17-2), (x:argument18-1, x:argument18-2), x:argument19, (x:argument20-1, x:argument20-2), x:argument21)cross | ottr:Triple(x:argument1, pav:contributedBy, ++(x:argument17-1, x:argument17-2))cross | ottr:Triple(x:argument1, pav:authoredBy, ++(x:argument16-1, x:argument16-2))ottr:Triple(x:argument1, dcterms:publisher, x:argument19)cross | ottr:Triple(x:argument1, pav:createdBy, ++(x:argument18-1, x:argument18-2))cross | ottr:Triple(x:argument1, dc:contributor, ++(x:argument17-1, x:argument17-2))cross | ottr:Triple(x:argument1, dc:creator, ++(x:argument18-1, x:argument18-2))cross | ottr:Triple(x:argument1, dc:creator, ++(x:argument16-1, x:argument16-2))cross | ottr:Triple(x:argument1, pav:derivedFrom, ++(x:argument20-1, x:argument20-2))ottr:Triple(x:argument1, dcterms:license, x:argument21)
plmtpl:ResourceDates(x:argument1, _:argument10, _:argument11, _:argument12)ottr:Triple(x:argument1, dcterms:issued, _:argument11)ottr:Triple(x:argument1, pav:lastUpdateOn, _:argument10)ottr:Triple(x:argument1, dcterms:modified, _:argument12)
plmtpl:ResourceDocumentation(x:argument1, _:argument4, _:argument5, x:argument22, (x:argument23-1, x:argument23-2), x:argument24)cross | ottr:Triple(x:argument1, void:exampleResource, ++(x:argument23-1, x:argument23-2))ottr:Triple(x:argument1, dcterms:subject, x:argument22)ottr:Triple(x:argument1, foaf:homepage, x:argument24)ottr:Triple(x:argument1, dc:description, _:argument5)ottr:Triple(x:argument1, dc:title, _:argument4)
o-owl-dec:Ontology(x:argument1, none, _:argument4, _:argument5, (x:argument6-1, x:argument6-2), (x:argument7-1, x:argument7-2))cross | ottr:Triple(x:argument1, owl:imports, ++(x:argument7-1, x:argument7-2))ottr:Triple(x:argument1, owl:versionInfo, none)
<http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription>(x:argument1, owl:Ontology, _:argument4, _:argument5, (x:argument6-1, x:argument6-2), none)
o-rdf:Type(x:argument1, owl:Ontology)ottr:Triple(x:argument1, rdf:type, owl:Ontology)
<http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription>(x:argument1, _:argument4, _:argument5, (x:argument6-1, x:argument6-2), none)cross | ottr:Triple(x:argument1, rdfs:seeAlso, ++(x:argument6-1, x:argument6-2))ottr:Triple(x:argument1, rdfs:isDefinedBy, none)ottr:Triple(x:argument1, rdfs:comment, _:argument5)
<http://tpl.ottr.xyz/rdfs/0.2/Label>(x:argument1, _:argument4)ottr:Triple(x:argument1, rdfs:label, _:argument4)
o-docttr:ChangeNote(x:argument1, _:argument13, _:argument14, (x:argument15-1, x:argument15-2), none)
o-docttr:SaysWhoTriple(_:blank564, x:argument1, skos:changeNote, _:argument13, _:argument14, (x:argument15-1, x:argument15-2), none)
o-docttr:SaysWho(_:blank564, _:argument14, (x:argument15-1, x:argument15-2), none)cross | ottr:Triple(_:blank564, pav:createdBy, ++(x:argument15-1, x:argument15-2))cross | ottr:Triple(_:blank564, skos:note, ++none)ottr:Triple(_:blank564, pav:createdOn, _:argument14)
o-rdf:StatementTriple(_:blank564, x:argument1, skos:changeNote, _:argument13)ottr:Triple(x:argument1, skos:changeNote, _:argument13)
o-rdf:Statement(_:blank564, x:argument1, skos:changeNote, _:argument13)ottr:Triple(_:blank564, rdf:object, _:argument13)ottr:Triple(_:blank564, rdf:subject, x:argument1)ottr:Triple(_:blank564, rdf:predicate, skos:changeNote)
o-rdf:Type(_:blank564, rdf:Statement)ottr:Triple(_:blank564, rdf:type, rdf:Statement)
o-docttr:Version(x:argument1, x:argument8, _:argument3, x:argument9, none)ottr:Triple(none, pav:hasPreviousVersion, x:argument1)ottr:Triple(x:argument1, ottr:status, x:argument8)ottr:Triple(x:argument1, owl:versionInfo, _:argument3)ottr:Triple(x:argument1, pav:hasPreviousVersion, x:argument9)

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:RDLOntology plmtpl:RDLOntology ottr:Triple ottr:Triple plmtpl:RDLOntology->ottr:Triple plmtpl:ResourceContributor plmtpl:ResourceContributor plmtpl:RDLOntology->plmtpl:ResourceContributor plmtpl:ResourceDates plmtpl:ResourceDates plmtpl:RDLOntology->plmtpl:ResourceDates plmtpl:ResourceDocumentation plmtpl:ResourceDocumentation plmtpl:RDLOntology->plmtpl:ResourceDocumentation o-owl-dec:Ontology o-owl-dec:Ontology plmtpl:RDLOntology->o-owl-dec:Ontology o-docttr:ChangeNote o-docttr:ChangeNote plmtpl:RDLOntology->o-docttr:ChangeNote o-docttr:Version o-docttr:Version plmtpl:RDLOntology->o-docttr:Version plmtpl:ResourceContributor->ottr:Triple plmtpl:ResourceDates->ottr:Triple plmtpl:ResourceDocumentation->ottr:Triple o-owl-dec:Ontology->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-owl-dec:Ontology->http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-docttr:SaysWhoTriple o-docttr:SaysWhoTriple o-docttr:ChangeNote->o-docttr:SaysWhoTriple o-docttr:Version->ottr:Triple o-rdf:Type o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription o-rdf:Type->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label->ottr:Triple o-docttr:SaysWho o-docttr:SaysWho o-docttr:SaysWhoTriple->o-docttr:SaysWho o-rdf:StatementTriple o-rdf:StatementTriple o-docttr:SaysWhoTriple->o-rdf:StatementTriple o-docttr:SaysWho->ottr:Triple o-rdf:StatementTriple->ottr:Triple o-rdf:Statement o-rdf:Statement o-rdf:StatementTriple->o-rdf:Statement o-rdf:Statement->ottr:Triple o-rdf:Statement->o-rdf:Type
Hierarchical vertical layout (dot)
plmtpl:RDLOntology plmtpl:RDLOntology ottr:Triple ottr:Triple plmtpl:RDLOntology->ottr:Triple plmtpl:ResourceContributor plmtpl:ResourceContributor plmtpl:RDLOntology->plmtpl:ResourceContributor plmtpl:ResourceDates plmtpl:ResourceDates plmtpl:RDLOntology->plmtpl:ResourceDates plmtpl:ResourceDocumentation plmtpl:ResourceDocumentation plmtpl:RDLOntology->plmtpl:ResourceDocumentation o-owl-dec:Ontology o-owl-dec:Ontology plmtpl:RDLOntology->o-owl-dec:Ontology o-docttr:ChangeNote o-docttr:ChangeNote plmtpl:RDLOntology->o-docttr:ChangeNote o-docttr:Version o-docttr:Version plmtpl:RDLOntology->o-docttr:Version plmtpl:ResourceContributor->ottr:Triple plmtpl:ResourceDates->ottr:Triple plmtpl:ResourceDocumentation->ottr:Triple o-owl-dec:Ontology->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-owl-dec:Ontology->http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-docttr:SaysWhoTriple o-docttr:SaysWhoTriple o-docttr:ChangeNote->o-docttr:SaysWhoTriple o-docttr:Version->ottr:Triple o-rdf:Type o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription o-rdf:Type->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label->ottr:Triple o-docttr:SaysWho o-docttr:SaysWho o-docttr:SaysWhoTriple->o-docttr:SaysWho o-rdf:StatementTriple o-rdf:StatementTriple o-docttr:SaysWhoTriple->o-rdf:StatementTriple o-docttr:SaysWho->ottr:Triple o-rdf:StatementTriple->ottr:Triple o-rdf:Statement o-rdf:Statement o-rdf:StatementTriple->o-rdf:Statement o-rdf:Statement->ottr:Triple o-rdf:Statement->o-rdf:Type
Spring model layout (neato)
plmtpl:RDLOntology plmtpl:RDLOntology ottr:Triple ottr:Triple plmtpl:RDLOntology->ottr:Triple plmtpl:ResourceContributor plmtpl:ResourceContributor plmtpl:RDLOntology->plmtpl:ResourceContributor plmtpl:ResourceDates plmtpl:ResourceDates plmtpl:RDLOntology->plmtpl:ResourceDates plmtpl:ResourceDocumentation plmtpl:ResourceDocumentation plmtpl:RDLOntology->plmtpl:ResourceDocumentation o-owl-dec:Ontology o-owl-dec:Ontology plmtpl:RDLOntology->o-owl-dec:Ontology o-docttr:ChangeNote o-docttr:ChangeNote plmtpl:RDLOntology->o-docttr:ChangeNote o-docttr:Version o-docttr:Version plmtpl:RDLOntology->o-docttr:Version plmtpl:ResourceContributor->ottr:Triple plmtpl:ResourceDates->ottr:Triple plmtpl:ResourceDocumentation->ottr:Triple o-owl-dec:Ontology->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-owl-dec:Ontology->http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-docttr:SaysWhoTriple o-docttr:SaysWhoTriple o-docttr:ChangeNote->o-docttr:SaysWhoTriple o-docttr:Version->ottr:Triple o-rdf:Type o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription o-rdf:Type->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label->ottr:Triple o-docttr:SaysWho o-docttr:SaysWho o-docttr:SaysWhoTriple->o-docttr:SaysWho o-rdf:StatementTriple o-rdf:StatementTriple o-docttr:SaysWhoTriple->o-rdf:StatementTriple o-docttr:SaysWho->ottr:Triple o-rdf:StatementTriple->ottr:Triple o-rdf:Statement o-rdf:Statement o-rdf:StatementTriple->o-rdf:Statement o-rdf:Statement->ottr:Triple o-rdf:Statement->o-rdf:Type
Spring model layout (fdp)
plmtpl:RDLOntology plmtpl:RDLOntology ottr:Triple ottr:Triple plmtpl:RDLOntology->ottr:Triple plmtpl:ResourceContributor plmtpl:ResourceContributor plmtpl:RDLOntology->plmtpl:ResourceContributor plmtpl:ResourceDates plmtpl:ResourceDates plmtpl:RDLOntology->plmtpl:ResourceDates plmtpl:ResourceDocumentation plmtpl:ResourceDocumentation plmtpl:RDLOntology->plmtpl:ResourceDocumentation o-owl-dec:Ontology o-owl-dec:Ontology plmtpl:RDLOntology->o-owl-dec:Ontology o-docttr:ChangeNote o-docttr:ChangeNote plmtpl:RDLOntology->o-docttr:ChangeNote o-docttr:Version o-docttr:Version plmtpl:RDLOntology->o-docttr:Version plmtpl:ResourceContributor->ottr:Triple plmtpl:ResourceDates->ottr:Triple plmtpl:ResourceDocumentation->ottr:Triple o-owl-dec:Ontology->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-owl-dec:Ontology->http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-docttr:SaysWhoTriple o-docttr:SaysWhoTriple o-docttr:ChangeNote->o-docttr:SaysWhoTriple o-docttr:Version->ottr:Triple o-rdf:Type o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription o-rdf:Type->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label->ottr:Triple o-docttr:SaysWho o-docttr:SaysWho o-docttr:SaysWhoTriple->o-docttr:SaysWho o-rdf:StatementTriple o-rdf:StatementTriple o-docttr:SaysWhoTriple->o-rdf:StatementTriple o-docttr:SaysWho->ottr:Triple o-rdf:StatementTriple->ottr:Triple o-rdf:Statement o-rdf:Statement o-rdf:StatementTriple->o-rdf:Statement o-rdf:Statement->ottr:Triple o-rdf:Statement->o-rdf:Type
Radial layout (twopi)
plmtpl:RDLOntology plmtpl:RDLOntology ottr:Triple ottr:Triple plmtpl:RDLOntology->ottr:Triple plmtpl:ResourceContributor plmtpl:ResourceContributor plmtpl:RDLOntology->plmtpl:ResourceContributor plmtpl:ResourceDates plmtpl:ResourceDates plmtpl:RDLOntology->plmtpl:ResourceDates plmtpl:ResourceDocumentation plmtpl:ResourceDocumentation plmtpl:RDLOntology->plmtpl:ResourceDocumentation o-owl-dec:Ontology o-owl-dec:Ontology plmtpl:RDLOntology->o-owl-dec:Ontology o-docttr:ChangeNote o-docttr:ChangeNote plmtpl:RDLOntology->o-docttr:ChangeNote o-docttr:Version o-docttr:Version plmtpl:RDLOntology->o-docttr:Version plmtpl:ResourceContributor->ottr:Triple plmtpl:ResourceDates->ottr:Triple plmtpl:ResourceDocumentation->ottr:Triple o-owl-dec:Ontology->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-owl-dec:Ontology->http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-docttr:SaysWhoTriple o-docttr:SaysWhoTriple o-docttr:ChangeNote->o-docttr:SaysWhoTriple o-docttr:Version->ottr:Triple o-rdf:Type o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription o-rdf:Type->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label->ottr:Triple o-docttr:SaysWho o-docttr:SaysWho o-docttr:SaysWhoTriple->o-docttr:SaysWho o-rdf:StatementTriple o-rdf:StatementTriple o-docttr:SaysWhoTriple->o-rdf:StatementTriple o-docttr:SaysWho->ottr:Triple o-rdf:StatementTriple->ottr:Triple o-rdf:Statement o-rdf:Statement o-rdf:StatementTriple->o-rdf:Statement o-rdf:Statement->ottr:Triple o-rdf:Statement->o-rdf:Type
Circular layout (circo)
plmtpl:RDLOntology plmtpl:RDLOntology ottr:Triple ottr:Triple plmtpl:RDLOntology->ottr:Triple plmtpl:ResourceContributor plmtpl:ResourceContributor plmtpl:RDLOntology->plmtpl:ResourceContributor plmtpl:ResourceDates plmtpl:ResourceDates plmtpl:RDLOntology->plmtpl:ResourceDates plmtpl:ResourceDocumentation plmtpl:ResourceDocumentation plmtpl:RDLOntology->plmtpl:ResourceDocumentation o-owl-dec:Ontology o-owl-dec:Ontology plmtpl:RDLOntology->o-owl-dec:Ontology o-docttr:ChangeNote o-docttr:ChangeNote plmtpl:RDLOntology->o-docttr:ChangeNote o-docttr:Version o-docttr:Version plmtpl:RDLOntology->o-docttr:Version plmtpl:ResourceContributor->ottr:Triple plmtpl:ResourceDates->ottr:Triple plmtpl:ResourceDocumentation->ottr:Triple o-owl-dec:Ontology->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-owl-dec:Ontology->http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription o-docttr:SaysWhoTriple o-docttr:SaysWhoTriple o-docttr:ChangeNote->o-docttr:SaysWhoTriple o-docttr:Version->ottr:Triple o-rdf:Type o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->o-rdf:Type http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription o-rdf:Type->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->ottr:Triple http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription->http://tpl.ottr.xyz/rdfs/0.2/Label http://tpl.ottr.xyz/rdfs/0.2/Label->ottr:Triple o-docttr:SaysWho o-docttr:SaysWho o-docttr:SaysWhoTriple->o-docttr:SaysWho o-rdf:StatementTriple o-rdf:StatementTriple o-docttr:SaysWhoTriple->o-rdf:StatementTriple o-docttr:SaysWho->ottr:Triple o-rdf:StatementTriple->ottr:Triple o-rdf:Statement o-rdf:Statement o-rdf:StatementTriple->o-rdf:Statement o-rdf:Statement->ottr:Triple o-rdf:Statement->o-rdf:Type

List of dependencies

🛈 The number in parenthesis is the number of instances of each template.

plmtpl:RDLOntologyottr:Triple (5)
plmtpl:ResourceContributor (1)ottr:Triple (9)
plmtpl:ResourceDates (1)ottr:Triple (3)
plmtpl:ResourceDocumentation (1)ottr:Triple (5)
o-owl-dec:Ontology (1)ottr:Triple (2)
http://tpl.ottr.xyz/rdfs/0.2/TypedResourceDescription (1)
o-rdf:Type (1)ottr:Triple (1)
http://tpl.ottr.xyz/rdfs/0.2/ResourceDescription (1)ottr:Triple (3)
http://tpl.ottr.xyz/rdfs/0.2/Label (1)ottr:Triple (1)
o-docttr:ChangeNote (1)
o-docttr:SaysWhoTriple (1)
o-docttr:SaysWho (1)ottr:Triple (3)
o-rdf:StatementTriple (1)ottr:Triple (1)
o-rdf:Statement (1)ottr:Triple (3)
o-rdf:Type (1)ottr:Triple (1)
o-docttr:Version (1)ottr:Triple (4)

Depending templates

🛈 The templates in this library that depend on this template.

None found.

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 dependenciesComplete expansion

Vocabulary introduced

Direct dependenciesComplete expansion

Serialisations

stOTTR

plmtpl:RDLOntology[
    ! ottr:IRI ?ontology,
    ? ottr:IRI ?versionIRI,
    !? xsd:string ?versionInfo,
    !? xsd:string ?title,
    !? xsd:string ?description,
    ? NEList<ottr:IRI> ?seeAlso,
    ? NEList<ottr:IRI> ?imports,
    !? ottr:IRI ?status,
    !? ottr:IRI ?previousVersion,
    !? xsd:dateTime ?lastUpdateOn,
    !? xsd:date ?issued,
    !? xsd:date ?modified,
    !? xsd:string ?changeNote,
    !? xsd:dateTime ?changeNoteTime,
    !? NEList<ottr:IRI> ?changeNoteWho,
    !? NEList<ottr:IRI> ?authoredBy,
    !? NEList<ottr:IRI> ?contributedBy,
    !? NEList<ottr:IRI> ?createdBy,
    !? ottr:IRI ?publisher,
    !? NEList<ottr:IRI> ?derivedFrom,
    !? ottr:IRI ?license,
    !? ottr:IRI ?subject,
    !? NEList<ottr:IRI> ?exampleResource,
    !? ottr:IRI ?documentationPage,
    !? xsd:string ?preferredNamespacePrefix,
    !? ottr:IRI ?preferredNamespaceUri,
    !? NEList<ottr:IRI> ?fileFormat,
    !? ottr:IRI ?sparqlEndpoint
]
@@o-docttr:Provenance(
    plmtpl:RDLOntology,
    "2021-08-26T18:07:33Z"^^xsd:dateTime,
    none,
    (<https://orcid.org/0000-0002-7167-732>),
    none),
@@o-docttr:Signature(
    plmtpl:RDLOntology,
    none,
    "Declare an ontology, with various metadata.",
    none,
    ("The parameters ?seeAlso, ?changeNoteWho are set to be IRIs."),
    none,
    none),
@@o-docttr:Version(
    plmtpl:RDLOntology,
    ottr:draft,
    "0.1.1",
    none,
    none)
 :: {
    ottr:Triple(?ontology, vann:preferredNamespacePrefix, ?preferredNamespacePrefix),
    ottr:Triple(?ontology, vann:preferredNamespaceUri, ?preferredNamespaceUri),
    ottr:Triple(?ontology, void:sparqlEndpoint, ?sparqlEndpoint),
    ottr:Triple(?ontology, owl:versionIRI, ?versionIRI),
    cross | ottr:Triple(?ontology, void:feature, ++?fileFormat),
    plmtpl:ResourceContributor(?ontology, ?authoredBy, ?contributedBy, ?createdBy, ?publisher, ?derivedFrom, ?license),
    plmtpl:ResourceDates(?ontology, ?lastUpdateOn, ?issued, ?modified),
    plmtpl:ResourceDocumentation(?ontology, ?title, ?description, ?subject, ?exampleResource, ?documentationPage),
    o-owl-dec:Ontology(?ontology, none, ?title, ?description, ?seeAlso, ?imports),
    o-docttr:ChangeNote(?ontology, ?changeNote, ?changeNoteTime, ?changeNoteWho, none),
    o-docttr:Version(?ontology, ?status, ?versionInfo, ?previousVersion, none)
} .

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