Category:Property: Difference between revisions

Category:Property
(Install package: OSW Core)
 
m (Protected "Property": Protected as read-only import via Page Exchange extension ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
 
(2 intermediate revisions by the same user not shown)
jsondata
Line 1: Line 1:
{
{
    "type": [
"type": [
        "Category:Category"
"Category:Category"
    ],
],
    "subclass_of": [
"subclass_of": [
        "Category:Entity"
"Category:Entity"
    ],
],
    "uuid": "19a1a69a-6843-442c-a9cf-b8e884db7047",
"uuid": "19a1a69a-6843-442c-a9cf-b8e884db7047",
    "name": "Property",
"name": "Property",
    "label": [
"label": [
        {
{
            "text": "Property",
"text": "Property",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Attribut",
"text": "Attribut",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "description": [
"description": [
        {
{
            "text": "The named relation between a subject and an object",
"text": "The named relation between a subject and an object",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Die benannte Beziehung zwischen einem Subjekt und einem Objekt",
"text": "Die benannte Beziehung zwischen einem Subjekt und einem Objekt",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "utf8_icon": [
"utf8_icon": [
        "⇨",
"⇨",
        "⇒",
"⇒",
        "→"
"→"
    ]
]
}
}
jsonschema
Line 1: Line 1:
{
{
    "@context": [
"@context": [
        "/wiki/Category:Entity?action=raw\u0026slot=jsonschema",
{
        {
"description**": "Property:Has property description",
            "type": {
"exact_ontology_match***": {
                "@id": "Property:HasType",
"@id": "owl:equivalentProperty",
                "@type": "@id"
"@type": "@id"
            },
},
            "property_type": "Property:Has_type",
"external_uri": "Property:External_formatter_uri",
            "external_uri": "Property:External_formatter_uri",
"imported_from*": "Property:Imported_from",
            "ontology_iri": "Property:Equivalent URI",
"inverse_of": {
            "subproperty_of": {
"@id": "owl:inverseOf",
                "@id": "Property:Subproperty_of",
"@type": "@id"
                "@type": "@id"
},
            }
"inverse_of*": {
        }
"@id": "Property:InverseOf",
    ],
"@type": "@id"
    "type": "object",
},
    "allOf": [
"label**": "Property:Has preferred property label",
        {
"ontologies": {
            "$ref": "/wiki/Category:Entity?action=raw\u0026slot=jsonschema"
"@id": "rdfs:isDefinedBy",
        }
"@type": "@id"
    ],
},
    "uuid": "19a1a69a-6843-442c-a9cf-b8e884db7047",
"ontologies*": {
    "title": "Property",
"@id": "Property:IsPartOf",
    "title*": {
"@type": "@id"
        "de": "Attribut",
},
        "en": "Property"
"ontology_iri": "Property:Equivalent_URI",
    },
"property_type": "Property:Has_type",
    "required": [
"relations": {
        "name",
"@id": "rdfs:subPropertyOf",
        "property_type",
"@type": "@id"
        "type"
},
    ],
"relations*": {
    "properties": {
"@id": "Property:HasRelation",
        "name": {
"@type": "@id"
            "description": "For properties this value is the primary identifier.",
},
            "description*": {
"see_also": {
                "de": "Für Attribute ist dieser Wert der primäre Identifier."
"@id": "rdfs:seeAlso"
            },
},
            "options": {
"see_also*": "Property:HasUrl",
                "hidden": false
"subproperty_of": {
            }
"@id": "rdfs:subPropertyOf",
        },
"@type": "@id"
        "property_type": {
},
            "title": "Data type",
"subproperty_of*": {
            "title*": {
"@id": "Property:Subproperty_of",
                "de": "Datentyp"
"@type": "@id"
            },
}
            "description": "see https://www.semantic-mediawiki.org/wiki/Help:List_of_datatypes",
},
            "type": "string",
"/wiki/Category:Entity?action=raw\u0026slot=jsonschema"
            "enum": [
],
                "Annotation URI",
"allOf": [
                "Boolean",
{
                "Email",
"$ref": "/wiki/Category:Entity?action=raw\u0026slot=jsonschema"
                "Number",
}
                "Page",
],
                "Temperature",
"type": "object",
                "Text",
"uuid": "19a1a69a-6843-442c-a9cf-b8e884db7047",
                "URL",
"title": "Property",
                "Date",
"title*": {
                "Code",
"de": "Attribut",
                "Telephone number",
"en": "Property"
                "Quantity",
},
                "Record",
"description": "The named relation between a subject and an object",
                "Monolingual text",
"description*": {
                "External identifier",
"en": "The named relation between a subject and an object",
                "Reference",
"de": "Die benannte Beziehung zwischen einem Subjekt und einem Objekt"
                "Keyword",
},
                "Geographic coordinates"
"required": [
            ],
"name",
            "default": "Page",
"property_type",
            "options": {
"type"
                "enum_titles": [
],
                    "Annotation URI",
"properties": {
                    "Boolean",
"imported_from": {
                    "Email",
"type": "string",
                    "Number",
"description": "A prefixed IRI defining this entry as a imported term. In OSW the prefix must be a registered imported ontology.",
                    "Page",
"title": "Imported from",
                    "Temperature",
"example": "schema:Person"
                    "Text",
},
                    "URL",
"name": {
                    "Date",
"description": "For properties this value is the primary identifier.",
                    "Code",
"description*": {
                    "Telephone number",
"de": "Für Attribute ist dieser Wert der primäre Identifier."
                    "Quantity",
},
                    "Record",
"options": {
                    "Monolingual text",
"hidden": false
                    "External identifier",
}
                    "Reference",
},
                    "Keyword",
"property_type": {
                    "Geographic coordinates"
"title": "Data type",
                ],
"title*": {
                "enum_titles*": {
"de": "Datentyp"
                    "de": [
},
                        "Annotations-URI",
"description": "See https://www.semantic-mediawiki.org/wiki/Help:List_of_datatypes",
                        "Wahrheitswert",
"description*": {
                        "Email",
"de": "Siehe https://www.semantic-mediawiki.org/wiki/Help:List_of_datatypes"
                        "Zahl",
},
                        "Seite",
"type": "string",
                        "Temperatur",
"enum": [
                        "Text",
"Annotation URI",
                        "URL",
"Boolean",
                        "Datum",
"Email",
                        "Programmcode",
"Number",
                        "Telefonnummer",
"Page",
                        "Mengengröße",
"Temperature",
                        "Aufzeichnung",
"Text",
                        "Einsprachiger Text",
"URL",
                        "Externe ID",
"Date",
                        "Verweis",
"Code",
                        "Schlagwort",
"Telephone number",
                        "Geographische Koordinaten"
"Quantity",
                    ]
"Record",
                }
"Monolingual text",
            }
"External identifier",
        },
"Reference",
        "allowed_value": {
"Keyword",
            "title": "Allowed values",
"Geographic coordinates"
            "title*": {
],
                "de": "Erlaubte Werte"
"default": "Page",
            },
"options": {
            "type": "array",
"enum_titles": [
            "items": {
"Annotation URI",
                "title": "Value",
"Boolean",
                "title*": {
"Email",
                    "de": "Wert"
"Number",
                },
"Page",
                "type": "string"
"Temperature",
            }
"Text",
        },
"URL",
        "ontology_iri": {
"Date",
            "title": "Ontology IRI(s)",
"Code",
            "title*": {
"Telephone number",
                "de": "Ontologie-IRI(s)"
"Quantity",
            },
"Record",
            "description": "e. g. from https://www.qudt.org/doc/DOC_VOCAB-QUANTITY-KINDS.html",
"Monolingual text",
            "type": "array",
"External identifier",
            "items": {
"Reference",
                "title": "IRI",
"Keyword",
                "type": "string",
"Geographic coordinates"
                "format": "url"
],
            }
"enum_titles*": {
        },
"de": [
        "subproperty_of": {
"Annotations-URI",
            "title": "Subproperty of",
"Wahrheitswert",
            "title*": {
"Email",
                "de": "Unterattribut von"
"Zahl",
            },
"Seite",
            "type": "string",
"Temperatur",
            "format": "autocomplete",
"Text",
            "options": {
"URL",
                "autocomplete": {
"Datum",
                    "category": "Category:Property"
"Programmcode",
                }
"Telefonnummer",
            }
"Mengengröße",
        },
"Aufzeichnung",
        "type": {
"Einsprachiger Text",
            "title": "Type/Category",
"Externe ID",
            "title*": {
"Verweis",
                "de": "Typ/Kategorie"
"Schlagwort",
            },
"Geographische Koordinaten"
            "description": "see also https://www.w3.org/TR/owl2-syntax/#Object_Properties",
]
            "type": "array",
}
            "items": {
}
                "title": "Type",
},
                "title*": {
"allowed_value": {
                    "de": "Typ"
"title": "Allowed values",
                },
"title*": {
                "type": "string"
"de": "Erlaubte Werte"
            },
},
            "default": [
"type": "array",
                "Category:Property"
"items": {
            ]
"title": "Value",
        }
"title*": {
    },
"de": "Wert"
    "description": "The named relation between a subject and an object",
},
    "description*": {
"type": "string"
        "en": "The named relation between a subject and an object",
}
        "de": "Die benannte Beziehung zwischen einem Subjekt und einem Objekt"
},
    }
"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",
"description*": {
"de": "z. B. von https://www.qudt.org/doc/DOC_VOCAB-QUANTITY-KINDS.html"
},
"type": "array",
"items": {
"title": "IRI",
"type": "string",
"format": "url"
}
},
"ontologies": {
"type": "array",
"title": "Ontologies",
"title*": {
"de": "Ontologien"
},
"description": "Ontologies that contain this term",
"description*": {
"de": "Ontologien, die diesen Begriff enthalten"
},
"items": {
"type": "string",
"format": "autocomplete",
"$comment": "range is OwlOntology",
"range": "Category:OSW662db0a2ad0946148422245f84e82f64",
"title": "Ontology",
"title*": {
"de": "Ontologie"
}
}
},
"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": {
"description": "See also https://www.w3.org/TR/owl2-syntax/#Object_Properties",
"description*": {
"de": "Siehe auch https://www.w3.org/TR/owl2-syntax/#Object_Properties"
},
"default": [
"Category:Property"
]
},
"see_also": {
"type": "array",
"title": "See also",
"title*": {
"de": "Siehe auch"
},
"description": "External reference",
"description*": {
"de": "Externer Verweis"
},
"items": {
"type": "string",
"format": "url",
"title": "URL"
}
},
"relations": {
"title": "Relations",
"title*": {
"de": "Beziehungen"
},
"description": "Relations of this property to other properties, instances or literals (OWL Restrictions)",
"description*": {
"de": "Beziehungen dieses Attributs zu anderen Attributen, Instanzen oder Literalwerten (OWL-Einschränkungen)"
},
"type": "array",
"eval_template": [
{
"type": "mustache-wikitext",
"mode": "render",
"value": "{{#relations}}[[Property:InverseOf]] [[{{{inverse_of}}}]]\u003Cbr\u003E{{/relations}}"
}
],
"items": {
"type": "object",
"title": "Relation",
"title*": {
"de": "Beziehung"
},
"required": [
"inverse_of"
],
"properties": {
"inverse_of": {
"type": "string",
"title": "Property",
"description": "Property to use in this relation"
}
}
}
}
}
}
}

Latest revision as of 04:42, 8 January 2026

Property ID: Property | UUID: 19a1a69a-6843-442c-a9cf-b8e884db7047 | 📦: world.opensemantic.core
ID Property
UUID 19a1a69a-6843-442c-a9cf-b8e884db7047
Label Property
Machine compatible name Property
Types/Categories Category (Class)
Statements (outgoing)
Statements (incoming)
Details

Description

The named relation between a subject and an object

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
description**"Property:Has property description"
exact_ontology_match***
@id"owl:equivalentProperty"
@type"@id"
external_uri"Property:External_formatter_uri"
imported_from*"Property:Imported_from"
inverse_of
@id"owl:inverseOf"
@type"@id"
inverse_of*
@id"Property:InverseOf"
@type"@id"
label**"Property:Has preferred property label"
ontologies
@id"rdfs:isDefinedBy"
@type"@id"
ontologies*
@id"Property:IsPartOf"
@type"@id"
ontology_iri"Property:Equivalent_URI"
property_type"Property:Has_type"
relations
@id"rdfs:subPropertyOf"
@type"@id"
relations*
@id"Property:HasRelation"
@type"@id"
see_also
@id"rdfs:seeAlso"
see_also*"Property:HasUrl"
subproperty_of
@id"rdfs:subPropertyOf"
@type"@id"
subproperty_of*
@id"Property:Subproperty_of"
@type"@id"
"/wiki/Category:Entity?action=raw&slot=jsonschema"
allOf
$ref"/wiki/Category:Entity?action=raw&slot=jsonschema"
type"object"
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"
description*
de"Siehe 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"
description*
de"z. B. von https://www.qudt.org/doc/DOC_VOCAB-QUANTITY-KINDS.html"
type"array"
items
title"IRI"
type"string"
format"url"
ontologies
type"array"
title"Ontologies"
title*
de"Ontologien"
description"Ontologies that contain this term"
description*
de"Ontologien, die diesen Begriff enthalten"
items
type"string"
format"autocomplete"
$comment"range is OwlOntology"
range"Category:OSW662db0a2ad0946148422245f84e82f64"
title"Ontology"
title*
de"Ontologie"
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
description"See also https://www.w3.org/TR/owl2-syntax/#Object_Properties"
description*
de"Siehe auch https://www.w3.org/TR/owl2-syntax/#Object_Properties"
default
"Category:Property"
see_also
type"array"
title"See also"
title*
de"Siehe auch"
description"External reference"
description*
de"Externer Verweis"
items
type"string"
format"url"
title"URL"
relations
title"Relations"
title*
de"Beziehungen"
description"Relations of this property to other properties, instances or literals (OWL Restrictions)"
description*
de"Beziehungen dieses Attributs zu anderen Attributen, Instanzen oder Literalwerten (OWL-Einschränkungen)"
type"array"
eval_template
type"mustache-wikitext"
mode"render"
value"{{#relations}}[[Property:InverseOf]] [[{{{inverse_of}}}]]<br>{{/relations}}"
items
type"object"
title"Relation"
title*
de"Beziehung"
required
"inverse_of"
properties
inverse_of
type"string"
title"Property"
description"Property to use in this relation"

Subcategories

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

D

O

Pages in category "Property"

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