Category:Property: Difference between revisions

Update package: OSW Core
(Update package: OSW Core)
(Update package: OSW Core)
 
jsonschema
Line 3: Line 3:
         "/wiki/Category:Entity?action=raw\u0026slot=jsonschema",
         "/wiki/Category:Entity?action=raw\u0026slot=jsonschema",
         {
         {
            "owl": "http://www.w3.org/2002/07/owl#",
            "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
            "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
             "type": {
             "type": {
                 "@id": "Property:HasType",
                 "@id": "Property:HasType",
Line 8: Line 11:
             },
             },
             "property_type": "Property:Has_type",
             "property_type": "Property:Has_type",
             "label**": "Property:Has_preferred_property_label",
             "label**": "Property:Has preferred property label",
             "description**": "Property:Has_property_description",
             "description**": "Property:Has property description",
             "external_uri": "Property:External_formatter_uri",
             "external_uri": "Property:External_formatter_uri",
             "ontology_iri": "Property:Equivalent_URI",
             "ontology_iri": "Property:Equivalent_URI",
             "imported_from*": "Property:Imported_from",
             "imported_from*": "Property:Imported_from",
             "subproperty_of": {
             "subproperty_of": {
                "@id": "rdfs:subPropertyOf",
                "@type": "@id"
            },
            "subproperty_of*": {
                 "@id": "Property:Subproperty_of",
                 "@id": "Property:Subproperty_of",
                "@type": "@id"
            },
            "inverse_of": {
                "@id": "owl:inverseOf",
                "@type": "@id"
            },
            "inverse_of*": {
                "@id": "Property:InverseOf",
                 "@type": "@id"
                 "@type": "@id"
             }
             }
Line 30: Line 45:
         "de": "Attribut",
         "de": "Attribut",
         "en": "Property"
         "en": "Property"
    },
    "description": "The named relation between a subject and an object",
    "description*": {
        "en": "The named relation between a subject and an object",
        "de": "Die benannte Beziehung zwischen einem Subjekt und einem Objekt"
     },
     },
     "required": [
     "required": [
Line 153: Line 173:
         },
         },
         "subproperty_of": {
         "subproperty_of": {
            "type": "array",
             "title": "Subproperty of",
             "title": "Subproperty of",
             "title*": {
             "title*": {
                 "de": "Unterattribut von"
                 "de": "Unterattribut von"
             },
             },
             "type": "string",
             "items": {
            "format": "autocomplete",
                "type": "string",
             "options": {
                "format": "autocomplete",
                 "autocomplete": {
                "title": "Property",
                     "category": "Category:Property"
                "title*": {
                }
                    "de": "Attribut"
                },
                "range": "Category:Property"
             }
        },
        "inverse_of": {
            "type": "array",
            "title": "Inverse of",
            "title*": {
                 "de": "Gegenteil von"
            },
            "items": {
                "type": "string",
                "format": "autocomplete",
                "title": "Property",
                "title*": {
                     "de": "Attribut"
                },
                "range": "Category:Property"
             }
             }
         },
         },
Line 183: Line 222:
             ]
             ]
         }
         }
    },
    "description": "The named relation between a subject and an object",
    "description*": {
        "en": "The named relation between a subject and an object",
        "de": "Die benannte Beziehung zwischen einem Subjekt und einem Objekt"
     }
     }
}
}