Category:Property: Difference between revisions
Category:Property
(Update 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]) |
||
| (One intermediate revision by the same user not shown) | |||
| jsondata | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ | { | ||
"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 | |||
| Line 1: | Line 1: | ||
{ | { | ||
"@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\u0026slot=jsonschema" | |||
], | |||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/Category:Entity?action=raw\u0026slot=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": { | |||
"hidden": false | |||
} | |||
}, | |||
"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}}}]]\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 |
| ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| subclass_of |
| ||||||||||
| uuid | "19a1a69a-6843-442c-a9cf-b8e884db7047" | ||||||||||
| name | "Property" | ||||||||||
| label |
| ||||||||||
| description |
| ||||||||||
| utf8_icon |
|
jsonschema
| @context |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| allOf |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | "object" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| uuid | "19a1a69a-6843-442c-a9cf-b8e884db7047" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | "Property" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title* |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description | "The named relation between a subject and an object" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description* |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| required |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
Subcategories
This category has the following 4 subcategories, out of 4 total.