Skip to content
Snippets Groups Projects
Select Git revision
  • 1d341661863b133f76bfadfd4573224bdf953c47
  • mui5-annotation-on-video-stable default
  • get_setter_canvasSizeInformations
  • fix-error-div-into-p
  • annotation-on-video-v2
  • detached
  • annotation-on-video-r17
  • mui5
  • mui5-react-18
  • jacob-test
  • annotation-on-video protected
  • master
  • test-antoinev1
  • 20-fetch-thumbnail-on-annotation
  • add-research-field
  • Save
  • add-plugin
  • 14-wip-no-seek-to
  • 14-bug-on-video-time-control
  • 9_wip_videotests
  • _upgrade_material_ui
  • latest-tetras-16
  • v3.3.0
  • v3.2.0
  • v3.1.1
  • v3.1.0
  • v3.0.0
  • v3.0.0-rc.7
  • v3.0.0-rc.6
  • v3.0.0-rc.5
  • v3.0.0-rc.4
  • v3.0.0-rc.3
  • v3.0.0-rc.2
  • v3.0.0-rc.1
  • v3.0.0-beta.10
  • v3.0.0-beta.9
  • v3.0.0-beta.8
  • v3.0.0-beta.7
  • v3.0.0-beta.6
  • v3.0.0-beta.5
  • v3.0.0-beta.3
41 results

setupJest.js

Blame
  • semantic-net.ttl 3.52 KiB
    # baseURI: https://unsel.tetras-libre.fr/tenet/semantic-net
    # prefix: net
    
    @prefix net: <https://unsel.tetras-libre.fr/tenet/semantic-net#> .
    @prefix owl: <http://www.w3.org/2002/07/owl#> .
    @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
    @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
    @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
    
    <https://unsel.tetras-libre.fr/tenet/semantic-net>
      rdf:type owl:Ontology ;
    .
    net:Instance
      rdf:type owl:Class ;
      rdfs:label "Semantic Net Instance" ;
      rdfs:subClassOf net:Structure ;
    .
    net:Object
      rdf:type owl:Class ;
      rdfs:label "Object using in semantic net instance" ;
      rdfs:subClassOf net:Structure ;
    .
    net:Structure
      rdf:type owl:Class ;
      rdfs:comment "A semantic net captures a set of nodes, and associates this set with type(s) and value(s)." ;
      rdfs:label "Semantic Net Structure" ;
    .
    net:Type
      rdf:type owl:Class ;
      rdfs:label "Semantic Net Type" ;
      rdfs:subClassOf net:Structure ;
    .
    net:class
      rdf:type owl:Class ;
      rdfs:label "class" ;
      rdfs:subClassOf net:Type ;
    .
    net:class1
      rdf:type rdf:Property ;
      rdfs:label "class1 "@fr ;
      rdfs:subPropertyOf net:value ;
    .
    net:class2
      rdf:type rdf:Property ;
      rdfs:label "class2 "@fr ;
      rdfs:subPropertyOf net:value ;
    .
    net:class_list
      rdf:type owl:Class ;
      rdfs:label "classList" ;
      rdfs:subClassOf net:Type ;
    .
    net:complement
      rdf:type owl:Class ;
      rdfs:label "complement" ;
      rdfs:subClassOf net:Type ;
    .
    net:complement_mod_list
      rdf:type owl:Class ;
      rdfs:label "complement mod list" ;
      rdfs:subClassOf net:mod_list ;
    .
    net:concept
      rdf:type rdf:Property ;
      rdfs:label "concept "@fr ;
      rdfs:subPropertyOf net:value ;
    .
    net:entity
      rdf:type owl:Class ;
      rdfs:label "entity" ;
      rdfs:subClassOf net:Type ;
    .
    net:entityClass
      rdf:type rdf:Property ;
      rdfs:label "entity class" ;
      rdfs:subPropertyOf net:value ;
    .
    net:entityInstance
      rdf:type rdf:Property ;
      rdfs:label "entity instance" ;
      rdfs:subPropertyOf net:value ;
    .
    net:entity_class_list
      rdf:type owl:Class ;
      rdfs:label "entityClassList" ;
      rdfs:subClassOf net:class_list ;
    .
    net:entity_mod_list
      rdf:type owl:Class ;
      rdfs:label "entity mod list" ;
      rdfs:subClassOf net:mod_list ;
    .
    net:featureClass
      rdf:type rdf:Property ;
      rdfs:label "feature class" ;
      rdfs:subPropertyOf net:value ;
    .
    net:listGuiding
      rdf:type rdf:Property ;
      rdfs:label "Guiding connector of a list (or, and)" ;
      rdfs:subPropertyOf net:value ;
    .
    net:modCat1
      rdf:type rdf:Property ;
      rdfs:label "Modality Category (level 1)" ;
      rdfs:subPropertyOf net:value ;
    .
    net:modCat2
      rdf:type rdf:Property ;
      rdfs:label "Modality Category (level 2)" ;
      rdfs:subPropertyOf net:value ;
    .
    net:mod_list
      rdf:type owl:Class ;
      rdfs:label "modList" ;
      rdfs:subClassOf net:Type ;
    .
    net:node
      rdf:type rdf:Property ;
      rdfs:label "UNL Node" ;
      rdfs:subPropertyOf net:property ;
    .
    net:objLS
      rdf:type rdf:Property ;
      rdfs:label "Object Linguistic Structure" ;
      rdfs:subPropertyOf net:objectAttribute ;
    .
    net:objUW
      rdf:type rdf:Property ;
      rdfs:label "Object Universal Word" ;
      rdfs:subPropertyOf net:objectAttribute ;
    .
    net:objectAttribute
      rdf:type rdf:Property ;
      rdfs:label "object attribute" ;
    .
    net:property
      rdf:type rdf:Property ;
      rdfs:label "netProperty" ;
    .
    net:structure
      rdf:type rdf:Property ;
      rdfs:label "Linguistic Structure (in UNL Document)" ;
      rdfs:subPropertyOf net:property ;
    .
    net:type
      rdf:type rdf:Property ;
      rdfs:label "type "@fr ;
      rdfs:subPropertyOf net:property ;
    .
    net:value
      rdf:type rdf:Property ;
      rdfs:label "valuations"@fr ;
      rdfs:subPropertyOf net:property ;
    .