Dontopedia

data

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

data has 27 facts recorded in Dontopedia across 10 references, with 4 live disagreements.

27 facts·11 predicates·10 sources·4 in dispute

Mostly:rdf:type(9), has property(4), used in(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (16)

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.

rdf:typeRdf:type(3)

extractsFromExtracts From(2)

areOutputsOfAre Outputs of(1)

constructsConstructs(1)

consumesConsumes(1)

containsElementContains Element(1)

insertsDataInserts Data(1)

isSourceOfIs Source of(1)

nestedInNested in(1)

producesProduces(1)

returnTypeReturn Type(1)

sendsSends(1)

setsNumResultsToSets Num Results to(1)

Other facts (23)

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.

23 facts
PredicateValueRef
Rdf:typeR Data Object[1]
Rdf:typeData Object[2]
Rdf:typeObject[3]
Rdf:typeArray[4]
Rdf:typeDictionary[5]
Rdf:typeJava Script Object[7]
Rdf:typeJson Object[8]
Rdf:typeParsed Data[9]
Rdf:typeData Frame[10]
Has PropertyMy Property[3]
Has PropertyMy Vector Property Value[5]
Has PropertySprint Parameter[7]
Has PropertyPercentage Parameter[7]
Used inGlm Function Call[1]
Used inCaret Training Call[1]
Created ViaCreate[2]
Belongs to ManyMy Class[3]
ContainsData Item[4]
Contains PropertyMy Text Property Value[5]
Has CommentExample vector[6]
Contains FieldFields[8]
Sent As Post DataHttp Post[8]
FeedsInputs and Outputs[10]

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/3c955c5b-dc92-419e-963f-ddaade6afc31
ex:RDataObject
labelbeam/3c955c5b-dc92-419e-963f-ddaade6afc31
data object
usedInbeam/3c955c5b-dc92-419e-963f-ddaade6afc31
ex:glm-function-call
usedInbeam/3c955c5b-dc92-419e-963f-ddaade6afc31
ex:caret-training-call
typebeam/60ab9372-9811-442b-9f99-a99ec6e6717e
ex:DataObject
createdViabeam/60ab9372-9811-442b-9f99-a99ec6e6717e
ex:create
typebeam/d48f6c81-cdac-45b4-b6d4-28dd17a6eaaa
ex:Object
hasPropertybeam/d48f6c81-cdac-45b4-b6d4-28dd17a6eaaa
ex:my-property
belongsToManybeam/d48f6c81-cdac-45b4-b6d4-28dd17a6eaaa
ex:my-class
typebeam/3dd7a8f5-ee42-4bb7-9549-363793819940
ex:Array
containsbeam/3dd7a8f5-ee42-4bb7-9549-363793819940
ex:data-item
typebeam/cbaeb875-e16f-44dd-bc0f-36b3945d0935
ex:Dictionary
labelbeam/cbaeb875-e16f-44dd-bc0f-36b3945d0935
Data Object
containsPropertybeam/cbaeb875-e16f-44dd-bc0f-36b3945d0935
ex:my-text-property-value
hasPropertybeam/cbaeb875-e16f-44dd-bc0f-36b3945d0935
ex:my-vector-property-value
hasCommentbeam/131a150d-00ba-472b-bdc7-209aa22bc91d
Example vector
typebeam/5215883d-26b8-405f-95fc-207252834309
ex:JavaScriptObject
labelbeam/5215883d-26b8-405f-95fc-207252834309
AJAX Request Data Object
hasPropertybeam/5215883d-26b8-405f-95fc-207252834309
ex:sprint-parameter
hasPropertybeam/5215883d-26b8-405f-95fc-207252834309
ex:percentage-parameter
typebeam/6078c3dd-d588-4e9d-887c-d23110c30c0b
ex:JSONObject
labelbeam/6078c3dd-d588-4e9d-887c-d23110c30c0b
data
containsFieldbeam/6078c3dd-d588-4e9d-887c-d23110c30c0b
ex:fields
sentAsPostDatabeam/6078c3dd-d588-4e9d-887c-d23110c30c0b
ex:http-post
typebeam/7f888b53-e9dd-4bea-962b-b5a76e7cc140
ex:ParsedData
typebeam/7a6d20d2-0f32-4ba7-b3bb-8b64e897ee99
ex:DataFrame
feedsbeam/7a6d20d2-0f32-4ba7-b3bb-8b64e897ee99
ex:inputs-and-outputs

References (10)

10 references
  1. ctx:claims/beam/3c955c5b-dc92-419e-963f-ddaade6afc31
  2. ctx:claims/beam/60ab9372-9811-442b-9f99-a99ec6e6717e
    • full textbeam-chunk
      text/plain1 KBdoc:beam/60ab9372-9811-442b-9f99-a99ec6e6717e
      Show excerpt
      {"name": "vector", "dataType": ["vector", "512"]} # Adjust vector size as needed ] } ) # Add data data_object = DataObject(client) data_object.create( { "class": "Article", "properties": {
  3. ctx:claims/beam/d48f6c81-cdac-45b4-b6d4-28dd17a6eaaa
    • full textbeam-chunk
      text/plain1 KBdoc:beam/d48f6c81-cdac-45b4-b6d4-28dd17a6eaaa
      Show 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
  4. ctx:claims/beam/3dd7a8f5-ee42-4bb7-9549-363793819940
    • full textbeam-chunk
      text/plain1 KBdoc:beam/3dd7a8f5-ee42-4bb7-9549-363793819940
      Show excerpt
      ### Example Code with Debugging Steps Let's walk through the code and add some debugging steps to identify the issue. #### 1. Verify Weaviate Server Status Ensure the Weaviate server is running and accessible. ```python import weaviate
  5. ctx:claims/beam/cbaeb875-e16f-44dd-bc0f-36b3945d0935
    • full textbeam-chunk
      text/plain1 KBdoc:beam/cbaeb875-e16f-44dd-bc0f-36b3945d0935
      Show 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
  6. ctx:claims/beam/131a150d-00ba-472b-bdc7-209aa22bc91d
  7. ctx:claims/beam/5215883d-26b8-405f-95fc-207252834309
    • full textbeam-chunk
      text/plain1 KBdoc:beam/5215883d-26b8-405f-95fc-207252834309
      Show excerpt
      $('#update-form').on('submit', function(event) { event.preventDefault(); var sprint = $('#sprint').val(); var percentage = $('#percentage').val(); $.ajax({
  8. ctx:claims/beam/6078c3dd-d588-4e9d-887c-d23110c30c0b
  9. ctx:claims/beam/7f888b53-e9dd-4bea-962b-b5a76e7cc140
    • full textbeam-chunk
      text/plain1 KBdoc:beam/7f888b53-e9dd-4bea-962b-b5a76e7cc140
      Show excerpt
      logging.basicConfig(level=logging.DEBUG) def parse_request(request): try: # Parsing logic here data = request.json() # Validate data if not data: raise ValueError("Invalid request data")
  10. ctx:claims/beam/7a6d20d2-0f32-4ba7-b3bb-8b64e897ee99
    • full textbeam-chunk
      text/plain1 KBdoc:beam/7a6d20d2-0f32-4ba7-b3bb-8b64e897ee99
      Show excerpt
      logging.error(f'Error in PostProcessor for text "{text}": {e}') return text # Define the evaluation function def evaluate_reformulation(stages, inputs, outputs): # Apply the reformulation stages to the inputs

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.