My Property
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
My Property has 11 facts recorded in Dontopedia across 2 references.
Mostly:rdfs:label(2), rdf:type(2), data type contains(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdfs:labelrdfs:label
Rdf:typerdf:type
Data Type Contains dataTypeContains
- text[2]sourceall time · 5649feba 310c 425b 9ed5 Db5583522d98
Has Data Type ArrayhasDataTypeArray
- dataType[2]sourceall time · 5649feba 310c 425b 9ed5 Db5583522d98
Has Data TypehasDataType
- text[2]sourceall time · 5649feba 310c 425b 9ed5 Db5583522d98
Has NamehasName
- my_property[2]sourceall time · 5649feba 310c 425b 9ed5 Db5583522d98
Inverse ofinverseOf
Has ValuehasValue
- Hello World[1]sourceall time · D48f6c81 Cdac 45b4 B6d4 28dd17a6eaaa
Data TypedataType
- Text Data Type[1]sourceall time · D48f6c81 Cdac 45b4 B6d4 28dd17a6eaaa
Inbound mentions (4)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
hasPropertyHas Property(4)
- Data Object
ex:data-object - My Class
ex:my-class - Myclass Schema
ex:myclass-schema - Schema Creation
ex:schema-creation
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
- custom
ctx:claims/beam/d48f6c81-cdac-45b4-b6d4-28dd17a6eaaa- full textbeam-chunktext/plain1 KB
doc:beam/d48f6c81-cdac-45b4-b6d4-28dd17a6eaaaShow excerpt
client = weaviate.Client("http://localhost:8080") # Create a new schema for my data schema = { "class": "MyClass", "properties": [ {"name": "my_property", "dataType": ["text"]} ] } # Create the schema in Weaviate clien…
- custom
ctx:claims/beam/5649feba-310c-425b-9ed5-db5583522d98- full textbeam-chunktext/plain1 KB
doc:beam/5649feba-310c-425b-9ed5-db5583522d98Show excerpt
client.data_object.create(data[0], "MyClass") print("Data inserted successfully.") except Exception as e: print(f"Failed to insert data: {e}") ``` #### 4. Check Query Implementation Ensure the query is correctly implemented and…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.