Category:Entity: Difference between revisions

Update package: OSW Core
(copy from dev wiki)
Tag: Metadata slot edit
(Update package: OSW Core)
 
(23 intermediate revisions by 3 users not shown)
jsonschema
Line 1: Line 1:
{
{
     "@context": {
     "@context": {
        "bvco": "https://bvco.ontology.link/",
        "databatt": "http://www.databatt.org/",
        "emmo": "https://w3id.org/emmo#",
        "emmobattery": "https://w3id.org/emmo/domain/battery#",
        "emmochameo": "https://w3id.org/emmo/domain/chameo#",
        "emmochemicals": "https://w3id.org/emmo/domain/chemicalsubstance#",
        "emmoelch": "https://w3id.org/emmo/domain/electrochemistry#",
         "schema": "https://schema.org/",
         "schema": "https://schema.org/",
         "skos": "https://www.w3.org/TR/skos-reference/",
         "skos": "https://www.w3.org/TR/skos-reference/",
         "xsd": "http://www.w3.org/2001/XMLSchema#",
         "xsd": "http://www.w3.org/2001/XMLSchema#",
         "wiki": "https://wiki-dev.open-semantic-lab.org/id/",
         "wiki": "https://wiki-dev.open-semantic-lab.org/id/",
         "Property": {
         "Category": {
             "@id": "wiki:Property-3A",
             "@id": "wiki:Category-3A",
            "@type": "@id",
             "@prefix": true
             "@prefix": true
         },
         },
         "File": {
         "File": {
             "@id": "https://wiki-dev.open-semantic-lab.org/wiki/Special:Redirect/file/",
             "@id": "https://wiki-dev.open-semantic-lab.org/wiki/Special:Redirect/file/",
            "@type": "@id",
             "@prefix": true
             "@prefix": true
         },
         },
         "Category": {
         "Property": {
             "@id": "wiki:Category-3A",
             "@id": "wiki:Property-3A",
            "@prefix": true
        },
        "Item": {
            "@id": "wiki:Item-3A",
             "@prefix": true
             "@prefix": true
         },
         },
         "rdf_type": {
         "attachments*": {
             "@id": "@type",
             "@id": "Property:HasFileAttachment",
             "@type": "@id"
             "@type": "@id"
         },
         },
         "rdf_type*": {
         "based_on": {
             "@id": "schema:additionalType",
             "@id": "skos:isBasedOn",
             "@type": "@id"
             "@type": "@id"
         },
         },
         "rdf_type**": {
         "based_on*": {
             "@id": "owl:sameAs",
            "@id": "Property:IsBasedOn",
            "@type": "@id"
        },
        "description": {
            "@id": "skos:definition"
        },
        "description*": {
             "@id": "Property:HasDescription"
        },
        "image": {
            "@id": "schema:image",
             "@type": "@id"
             "@type": "@id"
         },
         },
         "rdf_type***": {
         "image*": {
             "@id": "Property:Equivalent_URI",
             "@id": "Property:HasImage",
             "@type": "@id"
             "@type": "@id"
         },
         },
         "uuid*": "Property:HasUuid",
         "label": {
         "name*": "Property:HasName",
            "@id": "skos:prefLabel"
         "label": "skos:prefLabel",
        },
        "label*": "Property:HasLabel",
         "label*": {
            "@id": "Property:HasLabel"
        },
         "lang": {
            "@id": "@language"
        },
         "text": {
         "text": {
             "@id": "@value"
             "@id": "@value"
         },
         },
         "lang": {
         "uuid*": {
             "@id": "@language"
             "@id": "Property:HasUuid"
        },
        "meta": {
            "@id": "Property:HasMeta",
            "@type": "@id",
            "@context": {
                "change_id": {
                    "@id": "Property:HasChangeId",
                    "@type": "xsd:string"
                }
            }
        },
        "name*": {
            "@id": "Property:HasName"
        },
        "query_label": {
            "@id": "Property:HasLabel"
        },
        "short_name": {
            "@id": "Property:HasShortName"
         },
         },
        "query_label": "Property:HasLabel",
        "description": "skos:definition",
        "description*": "Property:HasDescription",
        "image": "schema:image",
        "image*": "Property:HasImage",
         "keywords": {
         "keywords": {
             "@id": "schema:keywords",
             "@id": "schema:keywords",
Line 65: Line 89:
             "@type": "@id"
             "@type": "@id"
         },
         },
         "based_on": "skos:isBasedOn",
         "statements": {
        "based_on*": {
             "@id": "Property:HasStatement",
             "@id": "Property:IsBasedOn",
            "@type": "@id"
        },
        "short_name": "Property:HasShortName",
        "statements": "Property:HasStatement",
        "attachments*": {
            "@id": "Property:HasFileAttachment",
             "@type": "@id"
             "@type": "@id"
         }
         }
Line 86: Line 103:
     ],
     ],
     "defaultProperties": [
     "defaultProperties": [
         "description",
         "description"
        "rdf_type"
     ],
     ],
     "properties": {
     "properties": {
        "rdf_type": {
            "title": "Additional RDF type(s)",
            "title*": {
                "de": "Zusätzliche(r) RDF-Typ(en)"
            },
            "description": "Declares additional type(s) for this entity, e.g., to state that this entity has the same meaning as a term in a controlled vocabulary or ontology. This property is synonymous to the schema:additionalType and owl:sameAs. The default syntax is ontology:TermName. The ontology prefix has to be defined in the @context of the Entity, the category or any of the parent categories. The term name has to be a valid identifier in the ontology.",
            "description*": {
                "de": "Gibt zusätzliche Typens für diese Entität an, z. B. um anzugeben, dass diese Entität dieselbe Bedeutung hat wie ein Begriff in einem kontrollierten Vokabular oder einer Ontologie. Diese Eigenschaft ist ein Synonym für schema:additionalType und owl:sameAs. Die Standardsyntax ist ontology:TermName. Das Ontologie-Präfix muss im @cotext der Entität, der Kategorie oder einer der beerbten Kategorien definiert werden. Der Termname muss ein gültiger Bezeichner in der Ontologie sein."
            },
            "type": "array",
            "format": "table",
            "items": {
                "title": "RDF type",
                "title*": {
                    "de": "RDF-Typ"
                },
                "type": "string"
            },
            "uniqueItems": true
        },
         "uuid": {
         "uuid": {
             "title": "UUID",
             "title": "UUID",
Line 212: Line 208:
         },
         },
         "query_label": {
         "query_label": {
             "title": "Label",
             "title": "Query label",
             "title*": {
             "title*": {
                 "de": "Name"
                 "de": "Abfrage-Bezeichnung"
             },
             },
             "type": "string",
             "type": "string",
Line 255: Line 251:
                 "de": "Bild"
                 "de": "Bild"
             },
             },
            "propertyOrder": 1020,
             "type": "string",
             "type": "string",
             "format": "url",
             "format": "url",
Line 274: Line 271:
         "keywords": {
         "keywords": {
             "type": "array",
             "type": "array",
            "format": "table",
             "title": "Keywords / Tags",
             "title": "Keywords / Tags",
             "title*": {
             "title*": {
Line 285: Line 283:
                 "type": "mustache-wikitext",
                 "type": "mustache-wikitext",
                 "mode": "render",
                 "mode": "render",
                 "value": "{{=\u003C% %\u003E=}} \u003C%={{ }}=%\u003E  {{#keywords}}[[{{{.}}}]] \u003Cbr\u003E {{/keywords}} {{=\u003C% %\u003E=}} \u003C%={{ }}=%\u003E"
                 "value": "{{#keywords}}[[{{{.}}}]] \u003Cbr\u003E {{/keywords}}"
             },
             },
             "items": {
             "items": {
Line 345: Line 343:
                 "collapsed": true
                 "collapsed": true
             },
             },
             "propertyOrder": 1020,
             "propertyOrder": 1030,
             "items": {
             "items": {
                 "title": "Attachment",
                 "title": "Attachment",
header_template
Line 1: Line 1:
<table class="info_box">
<table class="info_box">
<tr>
<tr>
<th class="heading" colspan="2">{{#if: {{{label|}}}|{{{label|}}} [{{{id|{{PAGENAME}}}}}] | {{{id|{{PAGENAME}}}}} }}  
<th class="heading" colspan="2">{{#if: {{{label|}}}|{{{label|}}} | {{{id|{{PAGENAME}}}}} }}  
</th>
</th>
</tr>
</tr>
Line 63: Line 63:
     }}</td>
     }}</td>
</tr>
</tr>
<tr>
{{#if: {{{ordering_categories|}}}|<!-- show a row if an ordering_categories exists -->
    <th>{{{_label_ordering_categories|Classification categories}}}</th>
    <td>{{{ordering_categories|}}}</td>
    </tr>
    <tr>
|}}
{{#if: {{{keywords|}}}|<!-- show a row if an keywords exists -->
     <tr>
     <tr>
     <th>{{{_keywords_name|Keywords}}}</th>
     <th>{{{_keywords_name|Keywords}}}</th>
     <td>{{{keywords|}}}</td>
     <td>{{{keywords|}}}</td>
     </tr>
     </tr>
|}}
</table>
</table>