|
1 | | -# :material-format-title: Title |
| 1 | +--- |
| 2 | +"@context": |
| 3 | + - ../context.yamlld |
| 4 | + - iolanta:hasDefaultFacet: |
| 5 | + "@type": "@id" |
| 6 | + iolanta:hasInstanceFacet: |
| 7 | + "@type": "@id" |
2 | 8 |
|
3 | | -<script type="application/ld+json"> |
4 | | - { |
5 | | - "@context": { |
6 | | - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", |
7 | | - "rdf": "https://www.w3.org/1999/02/22-rdf-syntax-ns#", |
8 | | - "xsd": "https://www.w3.org/2001/XMLSchema#", |
9 | | - "iolanta": "https://iolanta.tech/", |
10 | | - "iolanta:hasDefaultFacet": { |
11 | | - "@type": "@id" |
12 | | - }, |
13 | | - "rdfs:subClassOf": { |
14 | | - "@type": "@id" |
15 | | - }, |
16 | | - "foaf": "https://xmlns.com/foaf/0.1/" |
17 | | - }, |
18 | | - "@id": "https://iolanta.tech/datatypes/title", |
19 | | - "rdfs:label": "Title", |
20 | | - "rdfs:description": "A short string naming something. Used in links, lists, page titles, property tables, and many other cases.", |
21 | | - "rdfs:subClassOf": "xsd:string", |
22 | | - "@type": "rdfs:Datatype", |
23 | | - "iolanta:hasDefaultFacet": "pkg:pypi/iolanta#title", |
24 | | - "@included": { |
25 | | - "@id": "foaf:Person", |
26 | | - "iolanta:hasInstanceFacet": { |
27 | | - "@id": "pkg:pypi/iolanta#title-foaf-person", |
28 | | - "iolanta:outputs": { |
29 | | - "@id": "https://iolanta.tech/datatypes/title" |
30 | | - } |
31 | | - } |
32 | | - } |
33 | | -} |
34 | | -</script> |
| 9 | +$id: https://iolanta.tech/datatypes/title |
| 10 | +$type: iolanta:OutputDatatype |
| 11 | +$: Title |
35 | 12 |
|
36 | | -A short string naming something. Used in links, lists, page titles, property tables, and many other cases. |
| 13 | +rdfs:comment: > |
| 14 | + A short string naming something. Used in links, lists, page titles, property tables, and many other cases. |
37 | 15 |
|
38 | | -| Property | Value | |
39 | | -|-------------------|--------------------------------------------------------------| |
40 | | -| ∈ Instance Of | `rdfs:Datatype` | |
41 | | -| ⊊ Subclass Of | `xsd:string` | |
42 | | -| Has default facet | :material-language-python: `iolanta.facets.title.TitleFacet` | |
| 16 | +⊆: xsd:string |
43 | 17 |
|
| 18 | +iolanta:hasDefaultFacet: pkg:pypi/iolanta#title |
44 | 19 |
|
45 | | -## Specialized Facets |
| 20 | +"@included": |
| 21 | + "@id": foaf:Person |
| 22 | + iolanta:hasInstanceFacet: |
| 23 | + "@id": pkg:pypi/iolanta#title-foaf-person |
| 24 | + →: https://iolanta.tech/datatypes/title |
| 25 | +--- |
46 | 26 |
|
47 | | -| Class | Facet | Description | |
48 | | -|---------------|-------------------------------------------------------------|--------------------------------------------------------| |
49 | | -| `foaf:Person` | `pkg:pypi/iolanta#title-foaf-person` | Render name of a person from their first and last name | |
| 27 | +{{ URIRef("https://iolanta.tech/datatypes/title") | as('mkdocs-material-insiders-markdown') }} |
0 commit comments