My Class
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
My Class has 13 facts recorded in Dontopedia across 5 references, with 3 live disagreements.
Mostly:rdf:type(3), is referenced in(3), used in(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Class[3]sourceall time · Cbaeb875 E16f 44dd Bc0f 36b3945d0935
- Class Definition[5]all time · F80d8de8 0d2a 446e Ac9c Fc4672dce4f0
- Weaviate Class[1]all time · Df58a3ab 2df5 43d0 A3c7 D866e2d0138c
Is Referenced inin disputeisReferencedIn
- Data Insertion Section[4]all time · 131a150d 00ba 472b Bdc7 209aa22bc91d
- Data Querying Section[4]all time · 131a150d 00ba 472b Bdc7 209aa22bc91d
- Vector Search Section[4]all time · 131a150d 00ba 472b Bdc7 209aa22bc91d
Used inin disputeusedIn
- Data Insertion Step[2]sourceall time · E3b0d393 Cb26 4e01 B5f0 47981803de05
- Data Query Step[2]sourceall time · E3b0d393 Cb26 4e01 B5f0 47981803de05
Has PropertyhasProperty
- Property Vector Data[1]sourceall time · Df58a3ab 2df5 43d0 A3c7 D866e2d0138c
Is Used ConsistentlyisUsedConsistently
- true[4]all time · 131a150d 00ba 472b Bdc7 209aa22bc91d
Rdfs:labelrdfs:label
- MyClass[5]sourceall time · F80d8de8 0d2a 446e Ac9c Fc4672dce4f0
Inverse ofinverseOf
- Defines Class[3]sourceall time · Cbaeb875 E16f 44dd Bc0f 36b3945d0935
Has VectorizerhasVectorizer
- Text2vec Contextionary[2]sourceall time · E3b0d393 Cb26 4e01 B5f0 47981803de05
Inbound mentions (10)
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.
belongsToManyBelongs to Many(2)
- Property Text
ex:property-text - Property Vector
ex:property-vector
specifiesClassSpecifies Class(2)
- Query Get Call
ex:query-get-call - Vector Search Call
ex:vector-search-call
storedInStored in(2)
- Data Item 1
ex:data-item-1 - Data Item 2
ex:data-item-2
classArgumentClass Argument(1)
- Data Object Create Call
ex:data_object_create-call
createsClassCreates Class(1)
- Example Schema Definition
ex:example-schema-definition
definesClassDefines Class(1)
- Schema Definition
ex:schema-definition
retrievesFromRetrieves From(1)
- Query Operation
ex:query-operation
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 (5)
- custom
ctx:claims/beam/df58a3ab-2df5-43d0-a3c7-d866e2d0138c- full textbeam-chunktext/plain1 KB
doc:beam/df58a3ab-2df5-43d0-a3c7-d866e2d0138cShow 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 …
- custom
ctx:claims/beam/e3b0d393-cb26-4e01-b5f0-47981803de05- full textbeam-chunktext/plain1 KB
doc:beam/e3b0d393-cb26-4e01-b5f0-47981803de05Show 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…
- custom
ctx:claims/beam/cbaeb875-e16f-44dd-bc0f-36b3945d0935- full textbeam-chunktext/plain1 KB
doc:beam/cbaeb875-e16f-44dd-bc0f-36b3945d0935Show excerpt
print("Query successful:") print(result) ``` ### Example with Vector Search If you want to perform a vector search and retrieve both text and vector data, you can use the `nearVector` filter: ```python # Perform a vector search query_vec…
- custom
ctx:claims/beam/131a150d-00ba-472b-bdc7-209aa22bc91d - custom
ctx:claims/beam/f80d8de8-0d2a-446e-ac9c-fc4672dce4f0- full textbeam-chunktext/plain1 KB
doc:beam/f80d8de8-0d2a-446e-ac9c-fc4672dce4f0Show 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 …
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.