Dontopedia

my_text_property

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)

my_text_property has 11 facts recorded in Dontopedia across 5 references, with 1 live disagreement.

11 facts·5 predicates·5 sources·1 in dispute

Mostly:rdf:type(5), data type(1), has name(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (13)

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(7)

retrievesPropertiesRetrieves Properties(3)

containsElementContains Element(2)

hasElementHas Element(1)

Other facts (9)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

9 facts
PredicateValueRef
Rdf:typeProperty[1]
Rdf:typeProperty[2]
Rdf:typeRetrieved Property[3]
Rdf:typeProperty[4]
Rdf:typeProperty[5]
Data Typetext[1]
Has Namemy_text_property[1]
Has Data Typetext[1]
ValueHello World[2]

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.

typebeam/e3b0d393-cb26-4e01-b5f0-47981803de05
ex:Property
dataTypebeam/e3b0d393-cb26-4e01-b5f0-47981803de05
text
hasNamebeam/e3b0d393-cb26-4e01-b5f0-47981803de05
my_text_property
hasDataTypebeam/e3b0d393-cb26-4e01-b5f0-47981803de05
text
typebeam/f80d8de8-0d2a-446e-ac9c-fc4672dce4f0
ex:Property
valuebeam/f80d8de8-0d2a-446e-ac9c-fc4672dce4f0
Hello World
typebeam/df58a3ab-2df5-43d0-a3c7-d866e2d0138c
ex:RetrievedProperty
typebeam/ea34a816-3421-425e-97a9-50206b2c6248
ex:Property
labelbeam/ea34a816-3421-425e-97a9-50206b2c6248
my_text_property
typebeam/b199aa18-2d4a-4e37-a971-f1f5b557a5b8
ex:Property
labelbeam/b199aa18-2d4a-4e37-a971-f1f5b557a5b8
my_text_property

References (5)

5 references
  1. ctx:claims/beam/e3b0d393-cb26-4e01-b5f0-47981803de05
    • full textbeam-chunk
      text/plain1 KBdoc:beam/e3b0d393-cb26-4e01-b5f0-47981803de05
      Show excerpt
      client = weaviate.Client("http://localhost:8080") # Define the schema schema = { "class": "MyClass", "properties": [ {"name": "my_text_property", "dataType": ["text"]}, {"name": "my_vector_property", "dataType": ["v
  2. ctx:claims/beam/f80d8de8-0d2a-446e-ac9c-fc4672dce4f0
    • full textbeam-chunk
      text/plain1 KBdoc:beam/f80d8de8-0d2a-446e-ac9c-fc4672dce4f0
      Show excerpt
      # Create the schema in Weaviate client.schema.create_class(schema) print("Schema created successfully.") ``` #### Inserting Data When inserting data, you can specify which vector property to use based on the vector size. ```python # Add
  3. ctx:claims/beam/df58a3ab-2df5-43d0-a3c7-d866e2d0138c
    • full textbeam-chunk
      text/plain1 KBdoc:beam/df58a3ab-2df5-43d0-a3c7-d866e2d0138c
      Show excerpt
      .with_near_vector(near_vector_128) .with_limit(10) .do() ) print("Vector search query successful (size 128):") print(result_128) query_vector_256 = [0.5, 0.6, 0.7, 0.8] * 64 # Example query vector of size 256 near_vector_256
  4. ctx:claims/beam/ea34a816-3421-425e-97a9-50206b2c6248
  5. ctx:claims/beam/b199aa18-2d4a-4e37-a971-f1f5b557a5b8
    • full textbeam-chunk
      text/plain821 Bdoc:beam/b199aa18-2d4a-4e37-a971-f1f5b557a5b8
      Show excerpt
      print("Vector search query successful (size 128):") print(result_128) query_vector_256 = [0.5, 0.6, 0.7, 0.8] * 64 # Example query vector of size 256 near_vector_256 = {"vector": query_vector_256} result_256 = ( client.query.get("MyC

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.