Category:Property: Difference between revisions

Category page
Category:Property
(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"
     }
     }
}
}

Latest revision as of 06:55, 21 February 2025



jsondata
type
"Category:Category"
subclass_of
"Category:Entity"
uuid"19a1a69a-6843-442c-a9cf-b8e884db7047"
name"Property"
label
text"Property"
lang"en"
text"Attribut"
lang"de"
description
text"The named relation between a subject and an object"
lang"en"
text"Die benannte Beziehung zwischen einem Subjekt und einem Objekt"
lang"de"
utf8_icon
"⇨"
"⇒"
"→"
jsonschema
@context
"/wiki/Category:Entity?action=raw&slot=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
@id"Property:HasType"
@type"@id"
property_type"Property:Has_type"
label**"Property:Has preferred property label"
description**"Property:Has property description"
external_uri"Property:External_formatter_uri"
ontology_iri"Property:Equivalent_URI"
imported_from*"Property:Imported_from"
subproperty_of
@id"rdfs:subPropertyOf"
@type"@id"
subproperty_of*
@id"Property:Subproperty_of"
@type"@id"
inverse_of
@id"owl:inverseOf"
@type"@id"
inverse_of*
@id"Property:InverseOf"
@type"@id"
type"object"
allOf
$ref"/wiki/Category:Entity?action=raw&slot=jsonschema"
uuid"19a1a69a-6843-442c-a9cf-b8e884db7047"
title"Property"
title*
de"Attribut"
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
"name"
"property_type"
"type"
properties
imported_from
type"string"
description"A prefixed IRI defining this entry as a imported term. In OSW the prefix must be a registered imported ontology."
title"Imported from"
example"schema:Person"
name
description"For properties this value is the primary identifier."
description*
de"Für Attribute ist dieser Wert der primäre Identifier."
options
hiddenfalse
property_type
title"Data type"
title*
de"Datentyp"
description"see https://www.semantic-mediawiki.org/wiki/Help:List_of_datatypes"
type"string"
enum
"Annotation URI"
"Boolean"
"Email"
"Number"
"Page"
"Temperature"
"Text"
"URL"
"Date"
"Code"
"Telephone number"
"Quantity"
"Record"
"Monolingual text"
"External identifier"
"Reference"
"Keyword"
"Geographic coordinates"
default"Page"
options
enum_titles
"Annotation URI"
"Boolean"
"Email"
"Number"
"Page"
"Temperature"
"Text"
"URL"
"Date"
"Code"
"Telephone number"
"Quantity"
"Record"
"Monolingual text"
"External identifier"
"Reference"
"Keyword"
"Geographic coordinates"
enum_titles*
de
"Annotations-URI"
"Wahrheitswert"
"Email"
"Zahl"
"Seite"
"Temperatur"
"Text"
"URL"
"Datum"
"Programmcode"
"Telefonnummer"
"Mengengröße"
"Aufzeichnung"
"Einsprachiger Text"
"Externe ID"
"Verweis"
"Schlagwort"
"Geographische Koordinaten"
allowed_value
title"Allowed values"
title*
de"Erlaubte Werte"
type"array"
items
title"Value"
title*
de"Wert"
type"string"
ontology_iri
title"Ontology IRI(s)"
title*
de"Ontologie-IRI(s)"
description"e. g. from https://www.qudt.org/doc/DOC_VOCAB-QUANTITY-KINDS.html"
type"array"
items
title"IRI"
type"string"
format"url"
subproperty_of
type"array"
title"Subproperty of"
title*
de"Unterattribut von"
items
type"string"
format"autocomplete"
title"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"
type
title"Type/Category"
title*
de"Typ/Kategorie"
description"see also https://www.w3.org/TR/owl2-syntax/#Object_Properties"
type"array"
items
title"Type"
title*
de"Typ"
type"string"
default
"Category:Property"

Subcategories

This category has the following 4 subcategories, out of 4 total.

D

O

Q

Pages in category "Property"

The following 2 pages are in this category, out of 2 total.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.