@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dataportal.material-digital.de/dataset/d98768b2-58c6-4be3-8437-8c509120b866> a dcat:Dataset ;
    dct:description "VisGraph is an interactive editor for RDF knowledge graphs and ontologies built on the Reactodia canvas. It visualises RDF subjects as nodes and predicates as edges, provides full authoring (add nodes, create and edit links, rename namespaces), applies OWL-RL reasoning with visual differentiation of inferred knowledge, and automatically clusters large graphs for readability — all directly in the browser against an in-memory RDF store backed by Web Workers." ;
    dct:identifier "d98768b2-58c6-4be3-8437-8c509120b866" ;
    dct:issued "2026-04-14T12:28:18.032088"^^xsd:dateTime ;
    dct:modified "2026-04-14T13:09:56.104163"^^xsd:dateTime ;
    dct:title "VisGraph — interactive RDF / ontology canvas" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:hasEmail <mailto:thomas.hanke@iwm.fraunhofer.de> ] ;
    dcat:distribution <https://dataportal.material-digital.de/dataset/d98768b2-58c6-4be3-8437-8c509120b866/resource/20bb17cc-6ac4-45af-84e5-10d9a50fcbf6>,
        <https://dataportal.material-digital.de/dataset/d98768b2-58c6-4be3-8437-8c509120b866/resource/63a59ec3-2120-49b0-b99d-d6f75d8d9e6d> ;
    dcat:keyword "Editor",
        "Graph",
        "Reasoning",
        "Tool",
        "Visualisation",
        "WebApp" ;
    dcat:qualifiedAttribution [ a dcat:Attribution ] ;
    prov:wasGeneratedBy [ a prov:Activity ] .

<https://dataportal.material-digital.de/dataset/d98768b2-58c6-4be3-8437-8c509120b866/resource/20bb17cc-6ac4-45af-84e5-10d9a50fcbf6> a dcat:Distribution ;
    dct:description "Use this link and hit the resonig indicator on the to right to start reasoning. The infered information will be presented in highlighted text and links betwen nodes. " ;
    dct:format "text/turtle" ;
    dct:issued "2026-04-14T12:29:27.392559"^^xsd:dateTime ;
    dct:modified "2026-04-14T13:09:56.107178"^^xsd:dateTime ;
    dct:title "Reasoning Demo" ;
    dcat:accessService [ a dcat:DataService ;
            dct:rights "['[]']" ] ;
    dcat:accessURL <https://thhanke.github.io/visgraph/?rdfUrl=https://raw.githubusercontent.com/ThHanke/visgraph/refs/heads/main/public/reasoning-demo.ttl> ;
    dcat:mediaType "text/html" .

<https://dataportal.material-digital.de/dataset/d98768b2-58c6-4be3-8437-8c509120b866/resource/63a59ec3-2120-49b0-b99d-d6f75d8d9e6d> a dcat:Distribution ;
    dct:issued "2026-04-14T12:28:42.303641"^^xsd:dateTime ;
    dct:modified "2026-04-14T12:31:11.677024"^^xsd:dateTime ;
    dct:title "GitHub Repository" ;
    dcat:accessService [ a dcat:DataService ;
            dct:rights "['[]']" ] ;
    dcat:accessURL <https://github.com/ThHanke/visgraph> ;
    dcat:mediaType "text/html" .

